Uses of Interface
com.jbstrap.ui.components.wizard.interfaces.StepLeaveHandler
Packages that use StepLeaveHandler
-
Uses of StepLeaveHandler in com.jbstrap.ui.components.wizard
Methods in com.jbstrap.ui.components.wizard that return StepLeaveHandlerModifier and TypeMethodDescriptionfinal StepLeaveHandler
WizardStep.getLeaveHandler()
Gets the event handler for the “leave step” event.Methods in com.jbstrap.ui.components.wizard with parameters of type StepLeaveHandlerModifier and TypeMethodDescriptionfinal WizardStep
WizardStep.setLeaveHandler
(StepLeaveHandler handler) Sets the event handler for the “leave step” event.