Package com.storedobject.ui.util
Class Stepper.Step
java.lang.Object
com.storedobject.ui.util.Stepper.Step
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.Component
com.vaadin.flow.component.html.Div
protected abstract void
onAbort()
Called when the step is exited by hitting the back button.protected abstract boolean
Called when the step is exited by hitting the next button.protected abstract void
onEnter()
Called when the step is entered.
-
Constructor Details
-
Step
-
Step
-
-
Method Details
-
getHeader
public com.vaadin.flow.component.html.Div getHeader() -
getContent
public com.vaadin.flow.component.Component getContent() -
onEnter
protected abstract void onEnter()Called when the step is entered. -
onAbort
protected abstract void onAbort()Called when the step is exited by hitting the back button. -
onComplete
protected abstract boolean onComplete()Called when the step is exited by hitting the next button.- Returns:
- True if successful.
-