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.designer
Methods 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 TypeMethodDescriptionvoid
IDesignActionContainer.detachDesignAction
(IDesignAction designAction) Detaches a design action from its container.void
IDesignManualTask.setDelayAction
(IDesignAction delayAction) set Action when delay expiredvoid
IDesignApplicationManualTask.setExpiringDesignAction
(IDesignAction designAction) Set default the design action