Class IncludedSheet
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.AbstractFormProvider
com.axemble.vdp.ui.core.providers.base.AbstractSheetProvider
com.axemble.vdoc.sdk.providers.search.IncludedSheet
- All Implemented Interfaces:
IProvider,com.axemble.vdp.ui.core.providers.IDocumentProvider,com.axemble.vdp.ui.core.providers.IFormProvider,com.axemble.vdp.ui.core.providers.ISheetProvider,Serializable
public class IncludedSheet
extends com.axemble.vdp.ui.core.providers.base.AbstractSheetProvider
- Author:
- vlygeros
- See Also:
-
Field Summary
Fields inherited from class com.axemble.vdp.ui.core.providers.base.AbstractSheetProvider
abstractSheet, eModeFields inherited from class com.axemble.vdp.ui.core.providers.base.AbstractFormProvider
abstractFormFields inherited from class com.axemble.vdp.ui.core.providers.base.AbstractDocumentProvider
actionListener, context, document, doRefreshFields inherited from class com.axemble.vdp.ui.framework.foundation.Component
changeListeners, LOGGERFields inherited from interface com.axemble.vdoc.sdk.interfaces.runtime.IProvider
CURRENT_DOCUMENT, CURRENT_FIELD, CURRENT_NAVIGATOR -
Constructor Summary
ConstructorsConstructorDescriptionIncludedSheet(INavigateContext context, com.axemble.vdp.ui.framework.document.AbstractDocument document, com.axemble.vdp.ui.framework.composites.base.CtlAbstractSheet abstractSheet) -
Method Summary
Methods inherited from class com.axemble.vdp.ui.core.providers.base.AbstractSheetProvider
activate, get, getCurrentSection, getMode, getSheet, onNavigateMethods inherited from class com.axemble.vdp.ui.core.providers.base.AbstractFormProvider
close, getForm, resetMethods inherited from class com.axemble.vdp.ui.core.providers.base.AbstractDocumentProvider
completeState, customRender, exitState, getActionListener, getDocument, hasChanged, load, load, load, load, mustRefresh, onActionEvent, onRefresh, updateCallerField, validate, validateMethods 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, stateChangedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdp.ui.core.providers.IDocumentProvider
completeState, customRender, exitState, getActionListener, getDocument, load, load, load, load, mustRefresh, validate, validateMethods inherited from interface com.axemble.vdp.ui.core.providers.IFormProvider
close, reset
-
Constructor Details
-
Method Details
-
prepareData
public boolean prepareData() -
save
public boolean save()- Specified by:
savein interfacecom.axemble.vdp.ui.core.providers.IFormProvider- Overrides:
savein classcom.axemble.vdp.ui.core.providers.base.AbstractSheetProvider
-
load
- Specified by:
loadin interfacecom.axemble.vdp.ui.core.providers.IDocumentProvider- Overrides:
loadin classcom.axemble.vdp.ui.core.providers.base.AbstractSheetProvider
-
readyState
public void readyState()- Specified by:
readyStatein interfacecom.axemble.vdp.ui.core.providers.IDocumentProvider- Overrides:
readyStatein classcom.axemble.vdp.ui.core.providers.base.AbstractSheetProvider
-
getWorkflowModule
- Returns:
- the workflowModule
-