|
||||||||||
| 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 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. |
void |
storeTableAction(ITableAction action)
Stores the provided table action. |
| Methods inherited from interface org.apache.tapestry.IComponent |
|---|
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, 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 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.
void storeTableAction(ITableAction action)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||