Modifier and Type | Method and Description |
---|---|
ITableColumnModel |
TableColumnModelSource.generateTableColumnModel(IAdvancedTableColumnSource objColumnSource,
java.lang.String strDesc,
org.apache.tapestry.IComponent objComponent,
org.apache.tapestry.IComponent objColumnSettingsContainer)
Generate a table column model out of the description string provided.
|
ITableColumnModel |
TableColumnModelSourceImpl.generateTableColumnModel(IAdvancedTableColumnSource objColumnSource,
java.lang.String strDesc,
org.apache.tapestry.IComponent objComponent,
org.apache.tapestry.IComponent objColumnSettingsContainer)
Generate a table column model out of the description string provided.
|
protected ITableColumnModel |
TableView.generateTableColumnModel(java.lang.String strDesc)
Generate a table column model out of the description string provided.
|
protected ITableColumnModel |
TableView.getTableColumnModel()
Returns the table column model as specified by the 'columns' binding.
|
Modifier and Type | Method and Description |
---|---|
ITableColumnModel |
ITableModel.getColumnModel()
Method getColumnModel.
|
Modifier and Type | Method and Description |
---|---|
ITableColumnModel |
BasicTableModelWrap.getColumnModel() |
Constructor and Description |
---|
BasicTableModelWrap(IBasicTableModel objBasicTableModel,
ITableColumnModel objColumnModel) |
BasicTableModelWrap(IBasicTableModel objBasicTableModel,
ITableColumnModel objColumnModel,
SimpleTableState objState) |
Modifier and Type | Class and Description |
---|---|
class |
ExpressionTableColumnModel |
Modifier and Type | Class and Description |
---|---|
class |
SimpleTableColumnModel
A minimal implementation of the
ITableColumnModel interface
that stores columns as an array. |
Modifier and Type | Method and Description |
---|---|
ITableColumnModel |
SimpleTableModel.getColumnModel() |
Constructor and Description |
---|
SimpleTableModel(ITableDataModel objDataModel,
ITableColumnModel objColumnModel) |
SimpleTableModel(ITableDataModel objDataModel,
ITableColumnModel objColumnModel,
SimpleTableState objState) |
SimpleTableModel(java.lang.Object[] arrData,
ITableColumnModel objColumnModel) |
SimpleTableSessionStateManager(ITableDataModel objDataModel,
ITableColumnModel objColumnModel) |
Modifier and Type | Class and Description |
---|---|
class |
SqlTableColumnModel |
Modifier and Type | Method and Description |
---|---|
ITableColumnModel |
SqlTableModel.getColumnModel() |