Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.widgets.IButton
Packages that use IButton
- 
Uses of IButton in com.axemble.vdoc.sdk.implMethods in com.axemble.vdoc.sdk.impl that return IButtonModifier and TypeMethodDescriptionabstract IButtonBaseResourceController.getBottomIButton(String buttonName) ProcessResourceController.getBottomIButton(String buttonName) ScreenResourceController.getBottomIButton(String buttonName) BaseResourceController.getIButton(String buttonName, int container) abstract IButtonBaseResourceController.getTopIButton(String buttonName) ProcessResourceController.getTopIButton(String buttonName) ScreenResourceController.getTopIButton(String buttonName) Methods in com.axemble.vdoc.sdk.impl with parameters of type IButton
- 
Uses of IButton in com.axemble.vdoc.sdk.interfacesMethods in com.axemble.vdoc.sdk.interfaces that return IButtonModifier and TypeMethodDescriptionIResourceController.getBottomIButton(String buttonName) Gets a button from the bottom container.IResourceController.getIButton(String buttonName, int container) Gets a button from the specified container.IResourceController.getTopIButton(String buttonName) Gets a button from the top container.Methods in com.axemble.vdoc.sdk.interfaces with parameters of type IButton