|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTable | |
---|---|
org.openfaces.component.table | |
org.openfaces.renderkit.table | This package is only for internal usage from within the OpenFaces library. |
Uses of AbstractTable in org.openfaces.component.table |
---|
Subclasses of AbstractTable in org.openfaces.component.table | |
---|---|
class |
DataTable
The DataTable component is used to display data in a tabular format and effectively manipulate it. |
class |
TreeTable
The TreeTable component is used to display hierarchical data in a tabular format. |
Methods in org.openfaces.component.table that return AbstractTable | |
---|---|
AbstractTable |
AbstractTableSelection.getTable()
|
AbstractTable |
BaseColumn.getTable()
|
AbstractTable |
DynamicColumn.getTable()
|
AbstractTable |
TableDataModel.getTable()
|
AbstractTable |
TableDataModel.getTable()
|
AbstractTable |
DynamicColumn.getTable()
|
AbstractTable |
BaseColumn.getTable()
|
AbstractTable |
AbstractTableSelection.getTable()
|
Methods in org.openfaces.component.table with parameters of type AbstractTable | |
---|---|
java.lang.String |
Cell.getStyleClassForCell(javax.faces.context.FacesContext context,
AbstractTable table,
int columnIndex,
java.lang.String columnId)
|
java.lang.String |
Cell.getStyleClassForCell(javax.faces.context.FacesContext context,
AbstractTable table,
int columnIndex,
java.lang.String columnId)
|
java.lang.String |
Row.getStyleClassForRow(javax.faces.context.FacesContext context,
AbstractTable table)
|
java.lang.String |
Row.getStyleClassForRow(javax.faces.context.FacesContext context,
AbstractTable table)
|
void |
AbstractTableSelection.setTable(AbstractTable table)
|
void |
TableDataModel.setTable(AbstractTable table)
|
void |
TableDataModel.setTable(AbstractTable table)
|
void |
AbstractTableSelection.setTable(AbstractTable table)
|
Constructors in org.openfaces.component.table with parameters of type AbstractTable | |
---|---|
TableDataModel(AbstractTable table)
|
|
TableDataModel(AbstractTable table)
|
Uses of AbstractTable in org.openfaces.renderkit.table |
---|
Methods in org.openfaces.renderkit.table with parameters of type AbstractTable | |
---|---|
static TableStructure |
TableStructure.getCurrentInstance(AbstractTable table)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |