|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Column | |
org.extremecomponents.table.cell | |
org.extremecomponents.table.model | |
org.extremecomponents.table.tag | |
org.extremecomponents.tree.tag |
Uses of Column in org.extremecomponents.table.cell |
Fields in org.extremecomponents.table.cell declared as Column | |
protected Column |
BaseCell.column
|
Methods in org.extremecomponents.table.cell with parameters of type Column | |
void |
PageCell.init(TableModel model,
Column column,
java.lang.Integer rowcount)
Need to get the additional parameters that will be passed when paging through the pages. |
void |
NumberCell.init(TableModel model,
Column column,
java.lang.Integer rowcount)
Format the number so it can be displayed properly. |
void |
HeaderCell.init(TableModel model,
Column column,
java.lang.Integer rowcount)
Account for the fact that we have to sort. |
void |
DateCell.init(TableModel model,
Column column,
java.lang.Integer rowcount)
Format the Date so it can be displayed properly. |
void |
BaseCell.init(TableModel model,
Column column,
java.lang.Integer rowcount)
Set the Model, Column and current rowcount. |
void |
Cell.init(TableModel model,
Column column,
java.lang.Integer rowcount)
Pass all the model, column and rowcount where applicable. |
Uses of Column in org.extremecomponents.table.model |
Methods in org.extremecomponents.table.model that return Column | |
Column |
ColumnMetaData.getColumn(java.lang.String property)
|
Methods in org.extremecomponents.table.model with parameters of type Column | |
java.lang.String |
ProcessGroupColumn.process(TableModel model,
Column column,
Cell cell,
java.lang.String method)
|
java.lang.String |
ProcessGroupColumn.getGroupHtml(Column column,
Cell cell,
java.lang.String html)
If this column is grouped then show the only the tags. |
java.lang.String |
ProcessDefaultColumn.process(TableModel model,
Column column,
Cell cell,
java.lang.String method)
|
java.lang.String |
ProcessColumn.process(TableModel model,
Column column,
Cell cell,
java.lang.String method)
|
void |
ColumnMetaData.addColumn(Column column)
|
Uses of Column in org.extremecomponents.table.tag |
Methods in org.extremecomponents.table.tag with parameters of type Column | |
void |
TableTag.addColumnMetaData(Column column)
Add the Column meta data to the Model |
Uses of Column in org.extremecomponents.tree.tag |
Methods in org.extremecomponents.tree.tag with parameters of type Column | |
void |
TreeTag.addColumnMetaData(Column column)
Add the Column meta data to the Model |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |