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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method overloads the onLoad method and updates the customFormController with the form definition

    Methods inherited from class org.imixs.workflow.dataview.DataViewController

    back, export, forward, getDataViewDefinition, getErrorMessage, getFilter, getQuery, getViewItemDefinitions, getViewItemDefinitions, init, run, setErrorMessage, setFilter, startConversation

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      onLoad in class org.imixs.workflow.dataview.DataViewController