Uses of Interface
com.jbstrap.ui.components.wizard.interfaces.StepBackHandler
Packages that use StepBackHandler
-
Uses of StepBackHandler in com.jbstrap.ui.components.wizard
Methods in com.jbstrap.ui.components.wizard that return StepBackHandlerModifier and TypeMethodDescriptionfinal StepBackHandler
WizardStep.getBackHandler()
Gets the event handler for the “previous step” event.Methods in com.jbstrap.ui.components.wizard with parameters of type StepBackHandlerModifier and TypeMethodDescriptionfinal WizardStep
WizardStep.setBackHandler
(StepBackHandler handler) Sets the event handler for the “previous step” event.