Package | Description |
---|---|
org.richfaces.ui.iteration |
RichFaces iteration components
|
org.richfaces.ui.iteration.collapsibleSubTable | |
org.richfaces.ui.iteration.column | |
org.richfaces.ui.iteration.dataGrid | |
org.richfaces.ui.iteration.dataTable | |
org.richfaces.ui.iteration.extendedDataTable |
Modifier and Type | Class and Description |
---|---|
class |
UIDataTableBase |
Modifier and Type | Method and Description |
---|---|
abstract Row |
RowHolderBase.getRow() |
Row |
RowHolder.getRow() |
Constructor and Description |
---|
RowHolder(javax.faces.context.FacesContext context,
Row row) |
RowHolder(javax.faces.context.FacesContext context,
Row row,
int processCell,
boolean isRowStart) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCollapsibleSubTable
The <r:collapsibleSubTable> component acts as a child element to a <r:dataTable> component.
|
class |
UICollapsibleSubTable
The <r:collapsibleSubTable> component acts as a child element to a <r:dataTable> component.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractColumnGroup
The <r:columnGroup> component combines multiple columns in a single row to organize complex parts of a
table.
|
class |
UIColumnGroup
The <r:columnGroup> component combines multiple columns in a single row to organize complex parts of a
table.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataGrid
The <r:dataGrid> component is used to arrange data objects in a grid.
|
class |
UIDataGrid
The <r:dataGrid> component is used to arrange data objects in a grid.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataTable
The <r:dataTable> component is used to render a table, including the table's caption.
|
class |
UIDataTable
The <r:dataTable> component is used to render a table, including the table's caption.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExtendedDataTable
The <r:extendedDataTable> component builds on the functionality of the <r: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 |
UIExtendedDataTable
The <r:extendedDataTable> component builds on the functionality of the <r: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.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.