Class DataViewFormController
java.lang.Object
org.imixs.workflow.faces.data.ViewController
org.imixs.workflow.dataview.DataViewController
org.imixs.workflow.office.dataview.DataViewFormController
- All Implemented Interfaces:
Serializable
@Named
@ConversationScoped
public class DataViewFormController
extends org.imixs.workflow.dataview.DataViewController
The DataViewFormController extends the DataViewController and updates the
CustomFormController. This controller is used to display the filter form
Note: This bean is ConversationScoped, because it uses the CustomFormController which expects conversion scope!
- Version:
- 1.0
- Author:
- rsoika
- See Also:
-
Field Summary
Fields inherited from class org.imixs.workflow.dataview.DataViewController
conversation, dataViewCache, dataViewDefinition, dataViewDefinitionController, dataViewService, documentService, errorMessage, filter, query, viewHandler, viewItemDefinitions, workflowController, workflowService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonLoad()This method overloads the onLoad method and updates the customFormController with the form definitionMethods inherited from class org.imixs.workflow.dataview.DataViewController
back, export, forward, getDataViewDefinition, getErrorMessage, getFilter, getQuery, getViewItemDefinitions, getViewItemDefinitions, init, run, setErrorMessage, setFilter, startConversationMethods inherited from class org.imixs.workflow.faces.data.ViewController
getPageIndex, getPageSize, getSortBy, getTotalCount, getTotalPages, getWorkitems, isEndOfList, isLoadStubs, isSortReverse, loadData, reset, setEndOfList, setLoadStubs, setPageIndex, setPageSize, setQuery, setSortBy, setSortReverse
-
Constructor Details
-
DataViewFormController
public DataViewFormController()
-
-
Method Details
-
onLoad
public void onLoad()This method overloads the onLoad method and updates the customFormController with the form definition- Overrides:
onLoadin classorg.imixs.workflow.dataview.DataViewController
-