public interface DataVisitor
Modifier and Type | Method and Description |
---|---|
DataVisitResult |
process(javax.faces.context.FacesContext context,
Object rowKey,
Object argument)
This method called back ( as visitor ) from
ExtendedDataModel.walk(FacesContext, DataVisitor, Range, Object) for each
row. |
DataVisitResult process(javax.faces.context.FacesContext context, Object rowKey, Object argument)
ExtendedDataModel.walk(FacesContext, DataVisitor, Range, Object)
for each
row.context
- current JSF context.rowKey
- current row key of DataModelargument
- Implementation-specific argumentCopyright © 2016 JBoss by Red Hat. All Rights Reserved.