@Named @RequestScoped public class ViewHandler extends Object implements Serializable
| Constructor and Description |
|---|
ViewHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
back(ViewController viewController) |
void |
forward(ViewController viewController) |
List<org.imixs.workflow.ItemCollection> |
getData(ViewController viewController)
Returns the current view result.
|
void |
init() |
void |
onLoad(ViewController viewController)
This method can be used in ajax forms to pre-compute the result set for
further rendering.
|
@PostConstruct public void init()
public void onLoad(ViewController viewController) throws org.imixs.workflow.exceptions.QueryException
viewController - org.imixs.workflow.exceptions.QueryExceptionpublic void forward(ViewController viewController)
public void back(ViewController viewController)
public List<org.imixs.workflow.ItemCollection> getData(ViewController viewController) throws org.imixs.workflow.exceptions.QueryException
The method implements a lazy loading mechanism and caches the result locally.
org.imixs.workflow.exceptions.QueryExceptionCopyright © 2006–2020 Imixs Software Solutions GmbH. All rights reserved.