Klasse InstallerFormStep
java.lang.Object
io.overcoded.vaadin.wizard.WizardStep<T>
io.overcoded.vaadin.wizard.AbstractFormWizardStep<InstallerContext>
de.bytestore.hostinger.view.installer.InstallerFormStep
public class InstallerFormStep
extends io.overcoded.vaadin.wizard.AbstractFormWizardStep<InstallerContext>
-
Feldübersicht
Von Klasse geerbte Felder io.overcoded.vaadin.wizard.AbstractFormWizardStep
binder, properties
Von Klasse geerbte Felder io.overcoded.vaadin.wizard.WizardStep
context
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
InstallerFormStep
(InstallerContext context, String name, int order) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
protected com.vaadin.flow.component.formlayout.FormLayout
protected String
protected com.vaadin.flow.component.Html
Von Klasse geerbte Methoden io.overcoded.vaadin.wizard.AbstractFormWizardStep
commit, configureLayout, createDetails, getCompletedByMessage, getLayout, getUsername, isValid, wrappedDetails, wrappedFormLayout
Von Klasse geerbte Methoden io.overcoded.vaadin.wizard.WizardStep
canEqual, createAvatarGroupItem, equals, getContext, getName, getOrder, getStatus, hashCode, isCommitted, isCompleted, setCommitted, setCompleted, setStatus, toString
-
Konstruktordetails
-
InstallerFormStep
-
-
Methodendetails
-
getDisplayEntity
- Angegeben von:
getDisplayEntity
in Klasseio.overcoded.vaadin.wizard.AbstractFormWizardStep<InstallerContext>
-
commitAfterContextUpdated
protected boolean commitAfterContextUpdated()- Angegeben von:
commitAfterContextUpdated
in Klasseio.overcoded.vaadin.wizard.AbstractFormWizardStep<InstallerContext>
-
getInformationMessage
protected com.vaadin.flow.component.Html getInformationMessage()- Angegeben von:
getInformationMessage
in Klasseio.overcoded.vaadin.wizard.AbstractFormWizardStep<InstallerContext>
-
createForm
protected com.vaadin.flow.component.formlayout.FormLayout createForm()- Angegeben von:
createForm
in Klasseio.overcoded.vaadin.wizard.AbstractFormWizardStep<InstallerContext>
-