Uses of Class
org.imixs.workflow.faces.data.ViewController
-
Packages that use ViewController Package Description org.imixs.workflow.faces.data -
-
Uses of ViewController in org.imixs.workflow.faces.data
Methods in org.imixs.workflow.faces.data with parameters of type ViewController Modifier and Type Method Description void
ViewHandler. back(ViewController viewController)
void
ViewHandler. forward(ViewController viewController)
List<ItemCollection>
ViewHandler. getData(ViewController viewController)
Returns the current view result.void
ViewHandler. onLoad(ViewController viewController)
This method can be used in ajax forms to pre-compute the result set for further rendering.
-