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
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
final void
confirm
(String message, com.axemble.vdp.ui.framework.components.listeners.ConfirmBoxListener listener) final void
execute
(com.axemble.vdp.ui.framework.widgets.CtlButton button) final String
getAccessKey
(String propertyName) abstract com.axemble.vdp.ui.framework.widgets.CtlButton
getBottomButton
(String buttonName) com.axemble.vdp.ui.framework.widgets.CtlButton
abstract com.axemble.vdp.ui.framework.foundation.Widget
getDefaultWidget
(String propertyName) final int
getTabIndex
(String propertyName) abstract com.axemble.vdp.ui.framework.widgets.CtlButton
getTopButton
(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) -
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
-
getBottomButton
-
getButton
-
isEditable
-
isAllEditable
-
isHidden
-
isAllHidden
-
isMandatory
-
isAllMandatory
-
setEditable
-
setEditable
-
setHidden
-
setHidden
-
inform
-
inform
-
setThrowEvents
-
setThrowEvents
-
execute
public final void execute(com.axemble.vdp.ui.framework.widgets.CtlButton button) -
getAccessKey
-
getTabIndex
-
setAccessKey
-
setTabIndex
-
alert
-
alert
public final void alert(String message, com.axemble.vdp.ui.framework.components.listeners.AlertBoxListener listener) -
confirm
public final void confirm(String message, com.axemble.vdp.ui.framework.components.listeners.ConfirmBoxListener listener) -
popup
-
popup
-