Method Summary
void
Add a column to the model.
void
Add a listener for events from the data model.
Returns the cell value at rowIndex
and columnIndex
.
int
Get the number of columns in the table.
int
Get the number of rows in the table.
int
Alias for getSize, to ease porting of swing form
Alias for getDataAt, to ease porting of swing form
void
Remove WTableModelListener listener
void
Set the cell value at row
and column
.
void
Set the number of columns that the table is to contain.
void
Set the number of rows in the table and initialise new rows (if necessary).
For each new row, an empty collection of the size specified by
setNoColumns(int)
is created.
void
Set custom sorter for model
void
Alias for setDataAt, to ease porting of swing form
void
void
Request components that attached to this model to re-render a row.
void
Request components that attached to this model to re-render a range of row.
Methods inherited from class org.zkoss.zul.ListModelList
add, add, addAll, addAll, clear, clone, contains, containsAll, equals, fireSelectionEvent, get, getElementAt, getInnerList, getSize, getSortDirection, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, notifyChange, remove, remove, removeAll, removeRange, retainAll, set, size, sort, subList, toArray, toArray, toString
Methods inherited from class org.zkoss.zul.AbstractListModel
addListDataListener, addPagingEventListener, addToSelection, clearSelection, fireEvent, getActivePage, getListDataListeners, getPageCount, getPageSize, getSelection, getSelectionControl, getTotalSize, isMultiple, isSelected, isSelectionEmpty, newEmptySelection, readSelection, removeAllSelection, removeFromSelection, removeListDataListener, removePagingEventListener, retainAllSelection, setActivePage, setMultiple, setPageSize, setSelection, setSelectionControl, writeSelection
Methods inherited from interface org.zkoss.zul.ext.Sortable
getSortDirection, sort