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 Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
alert
(String message, IAlertBoxListener listener) final void
Deprecated, for removal: This API element is subject to removal in a future version.recompilation needed in 2026final void
confirm
(String message, IConfirmBoxListener listener) 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 2026final void
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 2026final String
getAccessKey
(String propertyName) abstract com.axemble.vdp.ui.framework.widgets.CtlButton
getBottomButton
(String buttonName) abstract IButton
getBottomIButton
(String buttonName) com.axemble.vdp.ui.framework.widgets.CtlButton
abstract IWidget
getDefaultIWidget
(String propertyName) abstract com.axemble.vdp.ui.framework.foundation.Widget
getDefaultWidget
(String propertyName) getIButton
(String buttonName, int container) final int
getTabIndex
(String propertyName) abstract com.axemble.vdp.ui.framework.widgets.CtlButton
getTopButton
(String buttonName) abstract IButton
getTopIButton
(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 void
final void
final boolean
isAllEditable
(String fragmentName, String propertyName) final boolean
isAllHidden
(String fragmentName, String propertyName) final boolean
isAllMandatory
(String fragmentName, String propertyName) final boolean
isEditable
(String propertyName) final boolean
final boolean
isMandatory
(String propertyName) final void
final void
final void
setAccessKey
(String propertyName, String accessKey) final void
setEditable
(String propertyName, boolean editable) final void
setEditable
(String fragmentName, String propertyName, boolean editable) final void
final void
final void
setTabIndex
(String propertyName, int tabIndex) final void
setThrowEvents
(String propertyName, boolean throwEvents) final void
setThrowEvents
(String fragmentName, String propertyName, boolean throwEvents) Methods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModule
-
Constructor Details
-
BaseResourceController
-
-
Method Details
-
getDefaultWidget
public abstract com.axemble.vdp.ui.framework.foundation.Widget getDefaultWidget(String propertyName) -
getDefaultIWidget
-
getWidgets
public abstract Collection<com.axemble.vdp.ui.framework.foundation.Widget> getWidgets(String propertyName) -
getWidgets
public 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
-