Class BaseSummaryProvider

java.lang.Object
com.axemble.vdp.ui.framework.foundation.Component
com.axemble.vdp.ui.core.providers.base.AbstractDocumentProvider
com.axemble.vdp.ui.core.providers.base.AbstractSummaryProvider
com.axemble.vdoc.sdk.providers.BaseSummaryProvider
All Implemented Interfaces:
IProvider, com.axemble.vdp.ui.core.providers.IDocumentProvider, com.axemble.vdp.ui.core.providers.ISummaryProvider, Serializable

public abstract class BaseSummaryProvider extends com.axemble.vdp.ui.core.providers.base.AbstractSummaryProvider
Author:
vlygeros
See Also:
  • Field Summary

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

    actionListener, context, document, doRefresh

    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
    BaseSummaryProvider(INavigateContext context, com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSummary abstractSummary)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final IProjectModule
     
    boolean
    load(com.axemble.vdp.ui.framework.document.AbstractField value, Element element)
     
    void
     
    boolean
     

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

    getContext, getSummary, onNavigate

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

    completeState, customRender, exitState, getActionListener, getDocument, hasChanged, load, load, load, load, mustRefresh, onActionEvent, readyState, updateCallerField, validate, validate

    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

    Methods inherited from interface com.axemble.vdp.ui.core.providers.IDocumentProvider

    completeState, customRender, exitState, getActionListener, getDocument, load, load, load, load, mustRefresh, readyState, validate, validate
  • Constructor Details

    • BaseSummaryProvider

      public BaseSummaryProvider(INavigateContext context, com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSummary abstractSummary)
      Parameters:
      context -
      document -
      abstractSummary -
  • Method Details

    • load

      public boolean load(com.axemble.vdp.ui.framework.document.AbstractField value, Element element)
    • prepareData

      public boolean prepareData()
    • getProjectModule

      protected final IProjectModule getProjectModule()
    • onRefresh

      public void onRefresh()
      Specified by:
      onRefresh in interface IProvider
      Overrides:
      onRefresh in class com.axemble.vdp.ui.core.providers.base.AbstractDocumentProvider