Package | Description |
---|---|
org.richfaces.model |
RichFaces model
|
org.richfaces.ui.iteration |
RichFaces iteration components
|
org.richfaces.ui.iteration.dataGrid |
Modifier and Type | Method and Description |
---|---|
DataVisitResult |
DataVisitor.process(javax.faces.context.FacesContext context,
Object rowKey,
Object argument)
This method called back ( as visitor ) from
ExtendedDataModel#walk(FacesContext, DataVisitor, Range) for each
row. |
static DataVisitResult |
DataVisitResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataVisitResult[] |
DataVisitResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DataVisitResult |
UIDataAdaptor.ComponentVisitor.process(javax.faces.context.FacesContext context,
Object rowKey,
Object argument) |
DataVisitResult |
AbstractRowsRenderer.process(javax.faces.context.FacesContext facesContext,
Object rowKey,
Object argument) |
Modifier and Type | Method and Description |
---|---|
DataVisitResult |
DataGridRenderer.process(javax.faces.context.FacesContext facesContext,
Object rowKey,
Object argument) |
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.