|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIDataAdaptor.ComponentVisitor | |
---|---|
org.ajax4jsf.component | Base APIs and support classes of AJAX-enabled components |
Uses of UIDataAdaptor.ComponentVisitor in org.ajax4jsf.component |
---|
Fields in org.ajax4jsf.component declared as UIDataAdaptor.ComponentVisitor | |
---|---|
protected UIDataAdaptor.ComponentVisitor |
UIDataAdaptor.decodeVisitor
Visitor for process decode on children components. |
protected UIDataAdaptor.ComponentVisitor |
UIDataAdaptor.updateVisitor
Visitor for process update model phase. |
protected UIDataAdaptor.ComponentVisitor |
UIDataAdaptor.validateVisitor
Visitor for process validation phase |
Methods in org.ajax4jsf.component with parameters of type UIDataAdaptor.ComponentVisitor | |
---|---|
protected void |
UIDataAdaptor.iterate(javax.faces.context.FacesContext faces,
UIDataAdaptor.ComponentVisitor visitor,
java.lang.Object argument)
Perform iteration on all children components and all data rows with given visitor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |