Uses of Enum Class
org.kquiet.browser.action.ReplyAlert.Decision
Packages that use ReplyAlert.Decision
-
Uses of ReplyAlert.Decision in org.kquiet.browser
Methods in org.kquiet.browser with parameters of type ReplyAlert.DecisionModifier and TypeMethodDescriptionActionComposerBuilder.ActionSequenceBuilder.prepareReplyAlert(ReplyAlert.Decision decision) Start building aReplyAlert.ActionComposerBuilder.ActionSequenceBuilder.replyAlert(ReplyAlert.Decision decision) Add aReplyAlertto the sequence of actions.Constructors in org.kquiet.browser with parameters of type ReplyAlert.DecisionModifierConstructorDescriptionReplyAlertBuilder(ActionComposerBuilder.ActionSequenceBuilder parentActionSequenceBuilder, ReplyAlert.Decision decision) Create a newActionComposerBuilder.ActionSequenceBuilder.ReplyAlertBuilderwith specifiedActionComposerBuilder.ActionSequenceBuilderas parent builder. -
Uses of ReplyAlert.Decision in org.kquiet.browser.action
Methods in org.kquiet.browser.action that return ReplyAlert.DecisionModifier and TypeMethodDescriptionstatic ReplyAlert.DecisionReturns the enum constant of this class with the specified name.static ReplyAlert.Decision[]ReplyAlert.Decision.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.kquiet.browser.action with parameters of type ReplyAlert.DecisionModifierConstructorDescriptionReplyAlert(ReplyAlert.Decision decision, String textVariableName, String keysToSend) Create an action to deal with alert box.