Package | Description |
---|---|
org.apache.tapestry.contrib.table.components |
Modifier and Type | Class and Description |
---|---|
class |
DefaultTableColumnSource |
Modifier and Type | Method and Description |
---|---|
abstract IAdvancedTableColumnSource |
TableView.getColumnSource() |
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.
|