|
RichFaces Core API 4.2.1.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataVisitResult | |
---|---|
org.ajax4jsf.model | Various model objects APIs. |
Uses of DataVisitResult in org.ajax4jsf.model |
---|
Methods in org.ajax4jsf.model that return DataVisitResult | |
---|---|
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. |
|
RichFaces Core API 4.2.1.Final | |||||||||
PREV NEXT | FRAMES NO FRAMES |