Uses of Class
org.kquiet.browser.ActionComposerBuilder
Packages that use ActionComposerBuilder
-
Uses of ActionComposerBuilder in org.kquiet.browser
Methods in org.kquiet.browser that return ActionComposerBuilderModifier and TypeMethodDescriptionActionComposerBuilder.actionPerformed
(Function<ActionComposer, Consumer<Composable>> func) Set the function to be executed after any managed action of buildingActionComposer
is performed.ActionComposerBuilder.actionPerforming
(Function<ActionComposer, Consumer<Composable>> func) Set the function to be executed when any managed action of buildingActionComposer
is performed.ActionComposerBuilder.onDone
(Consumer<ActionComposer> func) Set the function to be executed when the execution of buildingActionComposer
finishes.ActionComposerBuilder.onFail
(Consumer<ActionComposer> func) Set the function to be executed when the execution of buildingActionComposer
fails.ActionComposerBuilder.onSuccess
(Consumer<ActionComposer> func) Set the function to be executed when the execution of buildingActionComposer
succeeds.ActionComposerBuilder.ActionSequenceBuilder.IfThenElseBuilder.returnToComposerBuilder()
Finish building the sequence of actions so far and return control to root builder (ActionComposerBuilder
).ActionComposerBuilder.ActionSequenceBuilder.returnToComposerBuilder()
Finish building the sequence of actions so far and return control to root builder (ActionComposerBuilder
).Constructors in org.kquiet.browser with parameters of type ActionComposerBuilderModifierConstructorDescriptionActionSequenceBuilder
(ActionComposerBuilder parentComposerBuilder) Create a newActionComposerBuilder.ActionSequenceBuilder
with anActionComposerBuilder
as its parent builder.