public interface TableColumnModelSource
ITableColumnModel
from
a string description.Modifier and Type | Method and Description |
---|---|
ITableColumnModel |
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 generateTableColumnModel(IAdvancedTableColumnSource objColumnSource, java.lang.String strDesc, org.apache.tapestry.IComponent objComponent, org.apache.tapestry.IComponent objColumnSettingsContainer)
strDesc
- the description of the column model to be generatedobjComponent
- the component ordering the generationobjColumnSettingsContainer
- the component containing the column settings