Uses of Interface
com.jbstrap.ui.components.wizard.interfaces.StepInitHandler
Packages that use StepInitHandler
-
Uses of StepInitHandler in com.jbstrap.ui.components.wizard
Methods in com.jbstrap.ui.components.wizard that return StepInitHandlerModifier and TypeMethodDescriptionfinal StepInitHandler
WizardStep.getInitHandler()
Gets the event handler for the “initialize step” event.Methods in com.jbstrap.ui.components.wizard with parameters of type StepInitHandlerModifier and TypeMethodDescriptionfinal WizardStep
WizardStep.setInitHandler
(StepInitHandler handler) Sets the event handler for the “initialize step” event.