public interface ITableModelSource extends org.apache.tapestry.IComponent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TABLE_MODEL_SOURCE_ATTRIBUTE |
Modifier and Type | Method and Description |
---|---|
void |
fireObservedStateChange()
Notifies the model source that the model state has changed, and
that it should consider saving it.
|
ITableModel |
getTableModel()
Returns the table model currently used
|
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty
static final java.lang.String TABLE_MODEL_SOURCE_ATTRIBUTE
ITableModel getTableModel()
void fireObservedStateChange()
This method was added to allow using the table within a Block when the pageBeginRender() listener of the implementation will not be called and automatic state storage will therefore be hard to implement.