|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseColumn | |
---|---|
org.openfaces.component | |
org.openfaces.component.input | |
org.openfaces.component.table | |
org.openfaces.renderkit | This package is only for internal usage from within the OpenFaces library. |
org.openfaces.renderkit.input | This package is only for internal usage from within the OpenFaces library. |
org.openfaces.renderkit.table | This package is only for internal usage from within the OpenFaces library. |
Uses of BaseColumn in org.openfaces.component |
---|
Methods in org.openfaces.component that return types with arguments of type BaseColumn | |
---|---|
java.util.List<BaseColumn> |
TableStyles.getRenderedColumns()
|
java.util.List<BaseColumn> |
TableStyles.getRenderedColumns()
|
Uses of BaseColumn in org.openfaces.component.input |
---|
Methods in org.openfaces.component.input that return types with arguments of type BaseColumn | |
---|---|
java.util.List<BaseColumn> |
DropDownPopup.ChildData.getColumns()
|
Uses of BaseColumn in org.openfaces.component.table |
---|
Subclasses of BaseColumn in org.openfaces.component.table | |
---|---|
class |
CheckboxColumn
|
class |
Column
|
class |
ColumnGroup
|
class |
DynamicColumn
|
class |
SelectionColumn
|
class |
TreeColumn
|
Methods in org.openfaces.component.table that return types with arguments of type BaseColumn | |
---|---|
java.util.List<BaseColumn> |
AbstractTable.getAllColumns()
|
java.util.List<BaseColumn> |
AbstractTable.getAllColumns()
|
java.util.List<BaseColumn> |
AbstractTable.getRenderedColumns()
|
java.util.List<BaseColumn> |
AbstractTable.getRenderedColumns()
|
Uses of BaseColumn in org.openfaces.renderkit |
---|
Methods in org.openfaces.renderkit that return types with arguments of type BaseColumn | |
---|---|
static java.util.List<BaseColumn> |
TableUtil.getColumnsFromList(javax.faces.context.FacesContext context,
java.util.List<javax.faces.component.UIComponent> children)
|
java.util.List<BaseColumn> |
DefaultTableStyles.getRenderedColumns()
|
Methods in org.openfaces.renderkit with parameters of type BaseColumn | |
---|---|
static TableUtil.ColumnExpressionData |
TableUtil.getColumnExpressionData(BaseColumn column)
|
static TableUtil.ColumnExpressionData |
TableUtil.getColumnExpressionData(BaseColumn column,
javax.el.ValueExpression explicitColumnFilterExpression)
|
static java.lang.String |
TableUtil.getColumnHeader(BaseColumn column)
|
static javax.faces.convert.Converter |
TableUtil.getColumnValueConverter(BaseColumn column)
|
static javax.el.ValueExpression |
TableUtil.getColumnValueExpression(BaseColumn column)
|
Uses of BaseColumn in org.openfaces.renderkit.input |
---|
Methods in org.openfaces.renderkit.input that return types with arguments of type BaseColumn | |
---|---|
java.util.List<BaseColumn> |
DropDownFieldTableStyles.getRenderedColumns()
|
Uses of BaseColumn in org.openfaces.renderkit.table |
---|
Methods in org.openfaces.renderkit.table that return BaseColumn | |
---|---|
BaseColumn |
SpannedTableCell.getColumn()
|
Methods in org.openfaces.renderkit.table that return types with arguments of type BaseColumn | |
---|---|
java.util.List<BaseColumn> |
TableStructure.getColumns()
|
java.util.List<BaseColumn> |
TableScrollingArea.getColumns()
|
Methods in org.openfaces.renderkit.table with parameters of type BaseColumn | |
---|---|
CellCoordinates |
TableHeaderOrFooter.findCell(BaseColumn column,
CellKind cellKind)
|
Method parameters in org.openfaces.renderkit.table with type arguments of type BaseColumn | |
---|---|
static int |
TableHeaderOrFooter.composeColumnHierarchies(java.util.List<BaseColumn> columns,
java.util.List<BaseColumn>[] columnHierarchies,
boolean isHeader,
boolean skipEmptyHeaders)
|
Constructors in org.openfaces.renderkit.table with parameters of type BaseColumn | |
---|---|
SpannedTableCell(BaseColumn column,
java.util.List applicableTableCells)
|
Constructor parameters in org.openfaces.renderkit.table with type arguments of type BaseColumn | |
---|---|
TableScrollingArea(TableElement parent,
java.util.List<BaseColumn> columns,
java.util.List<? extends AbstractRow> rows,
TableScrollingArea.ScrollingType scrollingType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |