Modifier and Type | Method and Description |
---|---|
ITableColumn |
Table.getTableColumn()
Returns the currently rendered table column.
|
ITableColumn |
TableColumns.getTableColumn()
Returns the currently rendered table column.
|
ITableColumn |
TableValues.getTableColumn()
Returns the currently rendered table column.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
TableColumns.setColumn(ITableColumn column) |
abstract void |
TableValues.setColumnParameter(ITableColumn column) |
void |
TableColumns.setTableColumn(ITableColumn tableColumn)
Sets the currently rendered table column.
|
void |
TableValues.setTableColumn(ITableColumn tableColumn)
Sets the currently rendered table column.
|
Modifier and Type | Method and Description |
---|---|
abstract ITableColumn |
SimpleTableColumnFormComponent.getTableColumn() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleTableColumnComponent.initializeRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow) |
void |
SimpleTableColumnFormComponent.initializeRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow) |
abstract void |
SimpleTableColumnFormComponent.setTableColumn(ITableColumn objColumn) |
Modifier and Type | Interface and Description |
---|---|
interface |
IAdvancedTableColumn |
Modifier and Type | Method and Description |
---|---|
ITableColumn |
ITableColumnModel.getColumn(java.lang.String strName)
Method getColumn.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
IBasicTableModel.getCurrentPageRows(int nFirst,
int nPageSize,
ITableColumn objSortColumn,
boolean bSortOrder)
Returns the rows on the current page.
|
org.apache.tapestry.IRender |
ITableRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow)
Returns a renderer to present the data of the row in the given column.
|
void |
ITableRendererListener.initializeRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTableColumn
A base implementation of
ITableColumn
that allows renderers to be set via aggregation. |
Modifier and Type | Method and Description |
---|---|
org.apache.tapestry.IRender |
BlockTableRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow) |
org.apache.tapestry.IRender |
ComponentTableRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow) |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionTableColumn |
Modifier and Type | Method and Description |
---|---|
protected static ITableColumn[] |
ExpressionTableColumnModel.convertToColumns(java.lang.Object[] arrDetailedInfo,
org.apache.tapestry.services.ExpressionEvaluator expressionEvaluator)
Method convertToColumns.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
OgnlTableColumnEvaluator.getColumnValue(ITableColumn objColumn,
java.lang.Object objRow) |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTableColumn
A simple minimal implementation of the
ITableColumn interface that provides all the
basic services for displaying a column. |
Modifier and Type | Method and Description |
---|---|
ITableColumn |
SimpleTableColumnModel.getColumn(int nColumn) |
ITableColumn |
SimpleTableColumnModel.getColumn(java.lang.String strColumn) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ITableColumnEvaluator.getColumnValue(ITableColumn objColumn,
java.lang.Object objRow) |
org.apache.tapestry.IRender |
SimpleTableColumnFormRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow) |
org.apache.tapestry.IRender |
SimpleTableColumnRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow) |
org.apache.tapestry.IRender |
SimpleTableValueRendererSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow) |
Constructor and Description |
---|
SimpleTableColumnModel(ITableColumn[] arrColumns) |
SimpleTableModel(java.lang.Object[] arrData,
ITableColumn[] arrColumns) |
Modifier and Type | Class and Description |
---|---|
class |
SqlTableColumn |
Modifier and Type | Class and Description |
---|---|
class |
TreeTableColumn |
Modifier and Type | Method and Description |
---|---|
ITableColumn[] |
TreeTableDataView.getTableColumns() |
Modifier and Type | Method and Description |
---|---|
org.apache.tapestry.IRender |
TreeTableValueRenderSource.getRenderer(org.apache.tapestry.IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
java.lang.Object objRow) |
void |
TreeTableNodeViewDelegator.initializeRenderer(org.apache.tapestry.IRequestCycle arg0,
ITableModelSource arg1,
ITableColumn arg2,
java.lang.Object arg3) |