Uses of Interface
com.jbstrap.ui.components.wizard.interfaces.StepNextHandler
Packages that use StepNextHandler
-
Uses of StepNextHandler in com.jbstrap.ui.components.wizard
Methods in com.jbstrap.ui.components.wizard that return StepNextHandlerModifier and TypeMethodDescriptionfinal StepNextHandler
WizardStep.getNextHandler()
Gets the next step event handler.Methods in com.jbstrap.ui.components.wizard with parameters of type StepNextHandlerModifier and TypeMethodDescriptionfinal WizardStep
WizardStep.setNextHandler
(StepNextHandler handler) Sets the event handler for the “Next” button.