|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITableColumn | |
|---|---|
| org.apache.tapestry.contrib.table.components | Components that make up the core of the tapestry contrib's Table component. |
| org.apache.tapestry.contrib.table.components.inserted | Table components that are dynamically inserted. |
| org.apache.tapestry.contrib.table.model | All of the model interfaces defining the interactions for some of the table component semantics. |
| org.apache.tapestry.contrib.table.model.common | Common model classes used in table. |
| org.apache.tapestry.contrib.table.model.ognl | Utiltity model classes that are based on working with objects using OGNL syntax. |
| org.apache.tapestry.contrib.table.model.simple | Simple model classes for table. |
| org.apache.tapestry.contrib.table.model.sql | Model classes based on sql semantics. |
| org.apache.tapestry.contrib.tree.components.table | Tree rendering components. |
| Uses of ITableColumn in org.apache.tapestry.contrib.table.components |
|---|
| Methods in org.apache.tapestry.contrib.table.components that return ITableColumn | |
|---|---|
ITableColumn |
TableValues.getTableColumn()
Returns the currently rendered table column. |
ITableColumn |
Table.getTableColumn()
Returns the currently rendered table column. |
ITableColumn |
TableColumns.getTableColumn()
Returns the currently rendered table column. |
| Methods in org.apache.tapestry.contrib.table.components with parameters of type ITableColumn | |
|---|---|
abstract void |
TableColumns.setColumn(ITableColumn column)
|
abstract void |
TableValues.setColumnParameter(ITableColumn column)
|
void |
TableValues.setTableColumn(ITableColumn tableColumn)
Sets the currently rendered table column. |
void |
TableColumns.setTableColumn(ITableColumn tableColumn)
Sets the currently rendered table column. |
| Uses of ITableColumn in org.apache.tapestry.contrib.table.components.inserted |
|---|
| Methods in org.apache.tapestry.contrib.table.components.inserted that return ITableColumn | |
|---|---|
abstract ITableColumn |
SimpleTableColumnFormComponent.getTableColumn()
|
| Methods in org.apache.tapestry.contrib.table.components.inserted with parameters of type ITableColumn | |
|---|---|
void |
SimpleTableColumnSortImage.initializeRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
void |
SimpleTableColumnComponent.initializeRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
void |
SimpleTableColumnFormComponent.initializeRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
void |
SimpleTableColumnSortLink.initializeRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
abstract void |
SimpleTableColumnFormComponent.setTableColumn(ITableColumn objColumn)
|
| Uses of ITableColumn in org.apache.tapestry.contrib.table.model |
|---|
| Subinterfaces of ITableColumn in org.apache.tapestry.contrib.table.model | |
|---|---|
interface |
IAdvancedTableColumn
|
| Methods in org.apache.tapestry.contrib.table.model that return ITableColumn | |
|---|---|
ITableColumn |
ITableColumnModel.getColumn(String strName)
Method getColumn. |
| Methods in org.apache.tapestry.contrib.table.model with parameters of type ITableColumn | |
|---|---|
Iterator |
IBasicTableModel.getCurrentPageRows(int nFirst,
int nPageSize,
ITableColumn objSortColumn,
boolean bSortOrder)
Returns the rows on the current page. |
IRender |
ITableRendererSource.getRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
Returns a renderer to present the data of the row in the given column. |
void |
ITableRendererListener.initializeRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
| Uses of ITableColumn in org.apache.tapestry.contrib.table.model.common |
|---|
| Classes in org.apache.tapestry.contrib.table.model.common that implement ITableColumn | |
|---|---|
class |
AbstractTableColumn
A base implementation of ITableColumn that allows
renderers to be set via aggregation. |
| Methods in org.apache.tapestry.contrib.table.model.common with parameters of type ITableColumn | |
|---|---|
IRender |
BlockTableRendererSource.getRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
IRender |
ComponentTableRendererSource.getRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
| Uses of ITableColumn in org.apache.tapestry.contrib.table.model.ognl |
|---|
| Classes in org.apache.tapestry.contrib.table.model.ognl that implement ITableColumn | |
|---|---|
class |
ExpressionTableColumn
|
| Methods in org.apache.tapestry.contrib.table.model.ognl that return ITableColumn | |
|---|---|
protected static ITableColumn[] |
ExpressionTableColumnModel.convertToColumns(Object[] arrDetailedInfo,
ExpressionEvaluator expressionEvaluator)
Method convertToColumns. |
| Methods in org.apache.tapestry.contrib.table.model.ognl with parameters of type ITableColumn | |
|---|---|
Object |
OgnlTableColumnEvaluator.getColumnValue(ITableColumn objColumn,
Object objRow)
|
| Uses of ITableColumn in org.apache.tapestry.contrib.table.model.simple |
|---|
| Classes in org.apache.tapestry.contrib.table.model.simple that implement ITableColumn | |
|---|---|
class |
SimpleTableColumn
A simple minimal implementation of the ITableColumninterface that
provides all the basic services for displaying a column. |
| Methods in org.apache.tapestry.contrib.table.model.simple that return ITableColumn | |
|---|---|
ITableColumn |
SimpleTableColumnModel.getColumn(int nColumn)
|
ITableColumn |
SimpleTableColumnModel.getColumn(String strColumn)
|
| Methods in org.apache.tapestry.contrib.table.model.simple with parameters of type ITableColumn | |
|---|---|
Object |
ITableColumnEvaluator.getColumnValue(ITableColumn objColumn,
Object objRow)
|
IRender |
SimpleTableColumnFormRendererSource.getRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
IRender |
SimpleTableValueRendererSource.getRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
IRender |
SimpleTableColumnRendererSource.getRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
| Constructors in org.apache.tapestry.contrib.table.model.simple with parameters of type ITableColumn | |
|---|---|
SimpleTableColumnModel(ITableColumn[] arrColumns)
|
|
SimpleTableModel(Object[] arrData,
ITableColumn[] arrColumns)
|
|
| Uses of ITableColumn in org.apache.tapestry.contrib.table.model.sql |
|---|
| Classes in org.apache.tapestry.contrib.table.model.sql that implement ITableColumn | |
|---|---|
class |
SqlTableColumn
|
| Uses of ITableColumn in org.apache.tapestry.contrib.tree.components.table |
|---|
| Classes in org.apache.tapestry.contrib.tree.components.table that implement ITableColumn | |
|---|---|
class |
TreeTableColumn
|
| Methods in org.apache.tapestry.contrib.tree.components.table that return ITableColumn | |
|---|---|
ITableColumn[] |
TreeTableDataView.getTableColunms()
|
| Methods in org.apache.tapestry.contrib.tree.components.table with parameters of type ITableColumn | |
|---|---|
IRender |
TreeTableValueRenderSource.getRenderer(IRequestCycle objCycle,
ITableModelSource objSource,
ITableColumn objColumn,
Object objRow)
|
void |
TreeTableNodeViewDelegator.initializeRenderer(IRequestCycle arg0,
ITableModelSource arg1,
ITableColumn arg2,
Object arg3)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||