Package com.axemble.vdoc.sdk.impl
Class BaseResourceController
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.BaseResourceController
- Direct Known Subclasses:
- ProcessResourceController,- ScreenResourceController
- 
Field SummaryFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionfinal voidfinal voidalert(String message, IAlertBoxListener listener) final voidDeprecated, for removal: This API element is subject to removal in a future version.recompilation needed in 2026final voidconfirm(String message, IConfirmBoxListener listener) final voidconfirm(String message, com.axemble.vdp.ui.framework.components.listeners.ConfirmBoxListener listener) Deprecated, for removal: This API element is subject to removal in a future version.recompilation needed in 2026final voidfinal voidexecute(com.axemble.vdp.ui.framework.widgets.CtlButton button) Deprecated, for removal: This API element is subject to removal in a future version.recompilation needed in 2026final StringgetAccessKey(String propertyName) abstract com.axemble.vdp.ui.framework.widgets.CtlButtongetBottomButton(String buttonName) abstract IButtongetBottomIButton(String buttonName) com.axemble.vdp.ui.framework.widgets.CtlButtonabstract IWidgetgetDefaultIWidget(String propertyName) abstract com.axemble.vdp.ui.framework.foundation.WidgetgetDefaultWidget(String propertyName) getIButton(String buttonName, int container) final intgetTabIndex(String propertyName) abstract com.axemble.vdp.ui.framework.widgets.CtlButtongetTopButton(String buttonName) abstract IButtongetTopIButton(String buttonName) abstract Collection<com.axemble.vdp.ui.framework.foundation.Widget> getWidgets(String propertyName) abstract Collection<com.axemble.vdp.ui.framework.foundation.Widget> getWidgets(String marker, String propertyName) final voidfinal voidfinal booleanisAllEditable(String fragmentName, String propertyName) final booleanisAllHidden(String fragmentName, String propertyName) final booleanisAllMandatory(String fragmentName, String propertyName) final booleanisEditable(String propertyName) final booleanfinal booleanisMandatory(String propertyName) final voidfinal voidfinal voidsetAccessKey(String propertyName, String accessKey) final voidsetEditable(String propertyName, boolean editable) final voidsetEditable(String fragmentName, String propertyName, boolean editable) final voidfinal voidfinal voidsetTabIndex(String propertyName, int tabIndex) final voidsetThrowEvents(String propertyName, boolean throwEvents) final voidsetThrowEvents(String fragmentName, String propertyName, boolean throwEvents) Methods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModule
- 
Constructor Details- 
BaseResourceController
 
- 
- 
Method Details- 
getDefaultWidgetpublic abstract com.axemble.vdp.ui.framework.foundation.Widget getDefaultWidget(String propertyName) 
- 
getDefaultIWidget
- 
getWidgetspublic abstract Collection<com.axemble.vdp.ui.framework.foundation.Widget> getWidgets(String propertyName) 
- 
getWidgetspublic abstract Collection<com.axemble.vdp.ui.framework.foundation.Widget> getWidgets(String marker, String propertyName) 
- 
getTopButton
- 
getTopIButton
- 
getBottomButton
- 
getBottomIButton
- 
getButton
- 
getIButton
- 
isEditable
- 
isAllEditable
- 
isHidden
- 
isAllHidden
- 
isMandatory
- 
isAllMandatory
- 
setEditable
- 
setEditable
- 
setHidden
- 
setHidden
- 
inform
- 
inform
- 
setThrowEvents
- 
setThrowEvents
- 
execute
- 
execute@Deprecated(since="2025.1", forRemoval=true) public final void execute(com.axemble.vdp.ui.framework.widgets.CtlButton button) Deprecated, for removal: This API element is subject to removal in a future version.recompilation needed in 2026
- 
getAccessKey
- 
getTabIndex
- 
setAccessKey
- 
setTabIndex
- 
alert
- 
alert
- 
alert@Deprecated(since="2025.1", forRemoval=true) public final void alert(String message, com.axemble.vdp.ui.framework.components.listeners.AlertBoxListener listener) Deprecated, for removal: This API element is subject to removal in a future version.recompilation needed in 2026
- 
confirm
- 
confirm@Deprecated(since="2025.1", forRemoval=true) public final void confirm(String message, com.axemble.vdp.ui.framework.components.listeners.ConfirmBoxListener listener) Deprecated, for removal: This API element is subject to removal in a future version.recompilation needed in 2026
- 
popup
- 
popup
 
-