Class BaseRecipient

java.lang.Object
com.axemble.vdp.ui.framework.foundation.Component
com.axemble.vdoc.sdk.messages.BaseRecipient
All Implemented Interfaces:
Serializable

public abstract class BaseRecipient extends com.axemble.vdp.ui.framework.foundation.Component
Author:
vlygeros
See Also:
  • Field Summary

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

    changeListeners, LOGGER
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final ISiteExecutionContext
     
    protected final IMessageController
     
    protected final ISiteModule
     
    abstract boolean
     

    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

    • BaseRecipient

      public BaseRecipient()
  • Method Details