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 voidfinal voidfinal voidconfirm(String message, com.axemble.vdp.ui.framework.components.listeners.ConfirmBoxListener listener) final voidexecute(com.axemble.vdp.ui.framework.widgets.CtlButton button) final StringgetAccessKey(String propertyName) abstract com.axemble.vdp.ui.framework.widgets.CtlButtongetBottomButton(String buttonName) com.axemble.vdp.ui.framework.widgets.CtlButtonabstract com.axemble.vdp.ui.framework.foundation.WidgetgetDefaultWidget(String propertyName) final intgetTabIndex(String propertyName) abstract com.axemble.vdp.ui.framework.widgets.CtlButtongetTopButton(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.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
-