public abstract class Table extends org.apache.tapestry.BaseComponent implements ITableModelSource
TABLE_MODEL_SOURCE_ATTRIBUTE
Constructor and Description |
---|
Table() |
Modifier and Type | Method and Description |
---|---|
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.
|
addOuter, finishLoad, renderComponent
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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
public Table()
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()