|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.BaseComponent
org.apache.tapestry.contrib.table.components.Table
public abstract class Table
The facade component in the Table family. Table allows you to present a sortable and pagable table simply and easily by using only this one component. Please see the Component Reference for details on how to use this component. [ Component Reference ]
Field Summary |
---|
Fields inherited from interface org.apache.tapestry.contrib.table.model.ITableModelSource |
---|
TABLE_MODEL_SOURCE_ATTRIBUTE |
Constructor Summary | |
---|---|
Table()
|
Method Summary | |
---|---|
void |
fireObservedStateChange()
Indicates that the table model has changed and it may need to saved. |
boolean |
getShowNormalPages()
|
ITableColumn |
getTableColumn()
Returns the currently rendered table column. |
protected TableColumns |
getTableColumnsComponent()
|
ITableModel |
getTableModel()
Returns the table model currently used |
java.lang.Object |
getTableRow()
Returns the currently rendered table row or null if the rows are not rendered at the moment. |
protected TableRows |
getTableRowsComponent()
|
protected TableValues |
getTableValuesComponent()
|
protected TableView |
getTableViewComponent()
|
abstract boolean |
getVolatile()
|
void |
reset()
Resets the state of the component and forces it to load a new TableModel from the tableModel binding the next time it renders. |
Methods inherited from class org.apache.tapestry.BaseComponent |
---|
addOuter, finishLoad, renderComponent |
Methods inherited from class org.apache.tapestry.AbstractComponent |
---|
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString |
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
---|
getLocation, setLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
---|
public Table()
Method Detail |
---|
public abstract boolean getVolatile()
public ITableModel getTableModel()
ITableModelSource
getTableModel
in interface ITableModelSource
ITableModelSource.getTableModel()
public void fireObservedStateChange()
fireObservedStateChange
in interface ITableModelSource
ITableModelSource.fireObservedStateChange()
public void reset()
public ITableColumn getTableColumn()
public java.lang.Object getTableRow()
protected TableView getTableViewComponent()
protected TableColumns getTableColumnsComponent()
protected TableRows getTableRowsComponent()
protected TableValues getTableValuesComponent()
public boolean getShowNormalPages()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |