Class IncludedView

java.lang.Object
com.axemble.vdp.ui.framework.foundation.Component
com.axemble.vdp.ui.core.providers.base.AbstractViewProvider
com.axemble.vdoc.sdk.providers.search.IncludedView
All Implemented Interfaces:
IProvider, com.axemble.vdp.ui.core.providers.IViewProvider, Serializable

public class IncludedView extends com.axemble.vdp.ui.core.providers.base.AbstractViewProvider
Author:
vlygeros
See Also:
  • Field Summary

    Fields inherited from class com.axemble.vdp.ui.core.providers.base.AbstractViewProvider

    actions, allowImages, checkAllItemsBox, columnsDefaultsInitialized, context, deleteConfirmationMessage, doRefresh, filterFormElement, isExportable, isSelectable, isSingleFetch, itemButtons, listView, model, navigation, parentSelector, permissionLevel, userViewCustomStorage, view, VIEW_OBJECT, xmlViewElement

    Fields inherited from class com.axemble.vdp.ui.framework.foundation.Component

    changeListeners, LOGGER

    Fields inherited from interface com.axemble.vdoc.sdk.interfaces.runtime.IProvider

    CURRENT_DOCUMENT, CURRENT_FIELD, CURRENT_NAVIGATOR
  • Constructor Summary

    Constructors
    Constructor
    Description
    IncludedView(INavigateContext context, com.axemble.vdp.ui.framework.composites.base.CtlAbstractView view)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    evaluate(IWorkflowModule workflowModule, IContext context, Collection instances)
     
    void
     
    void
     

    Methods inherited from class com.axemble.vdp.ui.core.providers.base.AbstractViewProvider

    addAction, addCheckboxListener, afterFetch, beforeFetch, buildItem, buildItem, clearActions, close, createBrowserEntry, createImageButton, createMenuAction, delete, displayCheckbox, displayFirstColumn, displayImageZone, displayPrimaryZone, getActions, getActions, getActions, getActions, getButtons, getCheckboxListeners, getColumns, getContext, getDeleteConfirmationMessage, getFilterFormElement, getItemsToRemove, getListView, getModel, getParentSelector, getPermissionCode, getPrimaryActionsDiv, getSelectItems, getView, initializeColumnsDefaults, isAllowImages, isExportable, isFilterContainerHidden, isGroupable, isGroupableSecond, isInitialized, isSelectable, isSingleFetch, keyEquals, move, mustRefresh, onActionEvent, onColumnClick, onDeleteEvent, onDeleteEvent, onDisplayModeChange, onGroupLinkChange, onGroupLinkSecondChange, onMoveEvent, onNavigate, onPageChanged, onRefresh, onRowsChanged, onRowsPerPageChanged, onSorterChanged, onViewChanged, print, refresh, removeAction, save, setActions, setAllowImages, setDeleteConfirmationMessage, setEnableCheckBox, setExportable, setFilterContainerHidden, setFilterFormElement, setGroupable, setGroupableSecond, setModel, setParentSelector, setSelectable, setSingleFetch, validatePage

    Methods inherited from class com.axemble.vdp.ui.framework.foundation.Component

    addChangeListener, createComponent, evaluateExpressions, fireChangeEvent, getDynamicDescription, getDynamicLabel, getLanguage, getNavigator, getRootNavigator, getStaticString, getStaticString, getStaticString, getStaticString, getStaticString, hasChangeListeners, removeChangeListener, removeChangeListeners, stateChanged

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IncludedView

      public IncludedView(INavigateContext context, com.axemble.vdp.ui.framework.composites.base.CtlAbstractView view)
      Parameters:
      context -
      view -
  • Method Details

    • init

      public void init()
      Specified by:
      init in interface com.axemble.vdp.ui.core.providers.IViewProvider
      Overrides:
      init in class com.axemble.vdp.ui.core.providers.base.AbstractViewProvider
    • getItems

      public void getItems()
      Specified by:
      getItems in interface com.axemble.vdp.ui.core.providers.IViewProvider
      Overrides:
      getItems in class com.axemble.vdp.ui.core.providers.base.AbstractViewProvider
    • evaluate

      public boolean evaluate(IWorkflowModule workflowModule, IContext context, Collection instances)