Uses of Class
org.kquiet.browser.BasicActionComposer
Packages that use BasicActionComposer
-
Uses of BasicActionComposer in org.kquiet.browser
Methods in org.kquiet.browser that return BasicActionComposerModifier and TypeMethodDescriptionBasicActionComposer.addToHead
(Composable action) BasicActionComposer.addToPosition
(Composable action, int position) BasicActionComposer.addToTail
(Composable action) ActionComposerBuilder.buildBasic()
Finish building theBasicActionComposer
.ActionComposerBuilder.buildBasic
(String name) Finish building theBasicActionComposer
with its name.BasicActionComposer.continueWith
(BasicActionComposer childActionComposer) Delegate the execution of given childBasicActionComposer
to associatedActionRunner
after thisBasicActionComposer
is done.BasicActionComposer.getChild()
Get childBasicActionComposer
.BasicActionComposer.getParent()
Get parentBasicActionComposer
.BasicActionComposer.keepFailInfo
(boolean flag) BasicActionComposer.onDone
(Consumer<ActionComposer> onDoneFunc) BasicActionComposer.onFail
(Consumer<ActionComposer> onFailFunc) BasicActionComposer.onSuccess
(Consumer<ActionComposer> onSuccessFunc) BasicActionComposer.setActionRunner
(ActionRunner actionRunner) BasicActionComposer.setCloseWindow
(boolean closeWindowFlag) Determine whether close all registered windows at the end.BasicActionComposer.setFocusWindow
(String windowIdentity) BasicActionComposer.setOpenWindow
(boolean openWindowFlag) Determine whether open a window as focus window at the begining.BasicActionComposer.setPriority
(int priority) BasicActionComposer.setVariable
(String variableName, Object value) Methods in org.kquiet.browser with parameters of type BasicActionComposerModifier and TypeMethodDescriptionBasicActionComposer.continueWith
(BasicActionComposer childActionComposer) Delegate the execution of given childBasicActionComposer
to associatedActionRunner
after thisBasicActionComposer
is done.