Uses of Interface
com.axemble.vdoc.sdk.interfaces.ui.designer.IDesignAction
Packages that use IDesignAction
- 
Uses of IDesignAction in com.axemble.vdoc.sdk.interfaces.ui.designerMethods in com.axemble.vdoc.sdk.interfaces.ui.designer that return IDesignActionModifier and TypeMethodDescriptionIDesignActionContainer.createDesignAction()Creates an action within the manual task object.IDesignManualTask.getDelayAction()get Action when delay expiredIDesignApplicationManualTask.getExpiringDesignAction()get default the design actionIDesignTest.getFalseExit()Gets the FALSE exit.IDesignTest.getTrueExit()Gets the TRUE exit.Methods in com.axemble.vdoc.sdk.interfaces.ui.designer that return types with arguments of type IDesignActionModifier and TypeMethodDescriptionIDesignActionContainer.getDesignActions()Gets the design actionsMethods in com.axemble.vdoc.sdk.interfaces.ui.designer with parameters of type IDesignActionModifier and TypeMethodDescriptionvoidIDesignActionContainer.detachDesignAction(IDesignAction designAction) Detaches a design action from its container.voidIDesignManualTask.setDelayAction(IDesignAction delayAction) set Action when delay expiredvoidIDesignApplicationManualTask.setExpiringDesignAction(IDesignAction designAction) Set default the design action