Package | Description |
---|---|
org.richfaces.ui.iteration |
RichFaces iteration components
|
org.richfaces.ui.iteration.collapsibleSubTable | |
org.richfaces.ui.iteration.dataGrid | |
org.richfaces.ui.iteration.dataTable | |
org.richfaces.ui.iteration.extendedDataTable | |
org.richfaces.ui.iteration.list | |
org.richfaces.ui.iteration.repeat | |
org.richfaces.ui.iteration.tree |
Modifier and Type | Class and Description |
---|---|
class |
UIDataTableBase |
class |
UISequence |
Modifier and Type | Method and Description |
---|---|
UIDataAdaptor |
RowKeyContextEventWrapper.getComponent() |
Modifier and Type | Method and Description |
---|---|
void |
DataAdaptorIterationState.restoreComponentState(UIDataAdaptor uiDataAdaptor) |
Constructor and Description |
---|
RowKeyContextEventWrapper(UIDataAdaptor component,
javax.faces.event.FacesEvent event,
Object eventRowKey) |
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 |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractList
The <r:list> component renders a list of items.
|
class |
UIList
The <r:list> component renders a list of items.
|
Modifier and Type | Class and Description |
---|---|
class |
UIRepeat
The non-visual <r:repeat> component is used to iterate through a data model.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractTree
The <r:tree> component provides a hierarchical tree control.
|
class |
UITree
The <r:tree> component provides a hierarchical tree control.
|
Copyright © 2014 JBoss by Red Hat. All rights reserved.