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

    Konstruktoren
    Modifizierer
    Konstruktor
    Beschreibung
    protected
    InstallerFormStep(InstallerContext context, String name, int order)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected 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

    Von Klasse geerbte Methoden java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Konstruktordetails

  • Methodendetails

    • getDisplayEntity

      protected String getDisplayEntity()
      Angegeben von:
      getDisplayEntity in Klasse io.overcoded.vaadin.wizard.AbstractFormWizardStep<InstallerContext>
    • commitAfterContextUpdated

      protected boolean commitAfterContextUpdated()
      Angegeben von:
      commitAfterContextUpdated in Klasse io.overcoded.vaadin.wizard.AbstractFormWizardStep<InstallerContext>
    • getInformationMessage

      protected com.vaadin.flow.component.Html getInformationMessage()
      Angegeben von:
      getInformationMessage in Klasse io.overcoded.vaadin.wizard.AbstractFormWizardStep<InstallerContext>
    • createForm

      protected com.vaadin.flow.component.formlayout.FormLayout createForm()
      Angegeben von:
      createForm in Klasse io.overcoded.vaadin.wizard.AbstractFormWizardStep<InstallerContext>