|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableModelSource
A Tapestry component that provides the current table model. This interface is used for obtaining the table model source by components wrapped by it, as well as by external renderers, such as those provided by the column implementations
Field Summary | |
---|---|
static java.lang.String |
TABLE_MODEL_SOURCE_ATTRIBUTE
|
Method Summary | |
---|---|
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 |
Methods inherited from interface org.apache.tapestry.IComponent |
---|
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 |
Methods inherited from interface org.apache.tapestry.IRender |
---|
render |
Methods inherited from interface org.apache.hivemind.LocationHolder |
---|
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
---|
getLocation |
Field Detail |
---|
static final java.lang.String TABLE_MODEL_SOURCE_ATTRIBUTE
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |