Package | Description |
---|---|
org.richfaces.component |
Base RichFaces components interfaces and classes
|
org.richfaces.renderkit |
RichFaces model
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollapsibleSubTable
The <rich:collapsibleSubTable> component acts as a child element to a <rich:dataTable> component.
|
class |
AbstractColumnGroup
The <rich:columnGroup> component combines multiple columns in a single row to organize complex parts of a
table.
|
class |
AbstractDataGrid
The <rich:dataGrid> component is used to arrange data objects in a grid.
|
class |
AbstractDataTable
The <rich:dataTable> component is used to render a table, including the table's caption.
|
class |
AbstractExtendedDataTable
The <rich:extendedDataTable> component builds on the functionality of the <rich:dataTable> component,
adding features such as scrolling for the table body (both horizontal and vertical), Ajax loading for vertical
scrolling, frozen columns, row selection, and rearranging of columns.
|
class |
UICollapsibleSubTable
The <rich:collapsibleSubTable> component acts as a child element to a <rich:dataTable> component.
|
class |
UIColumnGroup
The <rich:columnGroup> component combines multiple columns in a single row to organize complex parts of a
table.
|
class |
UIDataGrid
The <rich:dataGrid> component is used to arrange data objects in a grid.
|
class |
UIDataTable
The <rich:dataTable> component is used to render a table, including the table's caption.
|
class |
UIDataTableBase |
class |
UIExtendedDataTable
The <rich:extendedDataTable> component builds on the functionality of the <rich:dataTable> component,
adding features such as scrolling for the table body (both horizontal and vertical), Ajax loading for vertical
scrolling, frozen columns, row selection, and rearranging of columns.
|
Modifier and Type | Method and Description |
---|---|
Row |
RowHolder.getRow() |
abstract Row |
RowHolderBase.getRow() |
Constructor and Description |
---|
RowHolder(javax.faces.context.FacesContext context,
Row row) |
RowHolder(javax.faces.context.FacesContext context,
Row row,
int processCell,
boolean isRowStart) |
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.