Uses of Interface
org.ajax4jsf.model.DataVisitor

Packages that use DataVisitor
org.ajax4jsf.model Various model objects APIs. 
 

Uses of DataVisitor in org.ajax4jsf.model
 

Methods in org.ajax4jsf.model with parameters of type DataVisitor
 void SequenceDataModel.walk(javax.faces.context.FacesContext context, DataVisitor visitor, Range range, java.lang.Object argument)
           
abstract  void ExtendedDataModel.walk(javax.faces.context.FacesContext context, DataVisitor visitor, Range range, java.lang.Object argument)
          Iterate over model by "visitor" pattern, for given range
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.