Klasse InstallerFinishView

java.lang.Object
com.vaadin.flow.component.Component
com.vaadin.flow.component.HtmlComponent
com.vaadin.flow.component.HtmlContainer
com.vaadin.flow.component.html.Div
io.overcoded.vaadin.wizard.AbstractWizardEndpoint<InstallerContext>
de.bytestore.hostinger.view.installer.InstallerFinishView
Alle implementierten Schnittstellen:
com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.html.Div>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasOrderedComponents, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasText, Serializable

public class InstallerFinishView extends io.overcoded.vaadin.wizard.AbstractWizardEndpoint<InstallerContext>
Siehe auch:
  • Verschachtelte Klassen - Übersicht

    Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen com.vaadin.flow.component.HasText

    com.vaadin.flow.component.HasText.WhiteSpace
  • Feldübersicht

    Von Klasse geerbte Felder io.overcoded.vaadin.wizard.AbstractWizardEndpoint

    context, properties
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    InstallerFinishView(io.overcoded.vaadin.wizard.config.WizardSimpleContentConfigurationProperties properties, InstallerContext context)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    protected Optional<com.vaadin.flow.component.Component>
     
    protected void
    onAttach(com.vaadin.flow.component.AttachEvent attachEvent)
     

    Von Klasse geerbte Methoden io.overcoded.vaadin.wizard.AbstractWizardEndpoint

    configureLayout, decorateBottomBox, decorateTopBox, getBottomBox, getH2Title, getLayout, getTopBox, getTopBoxIcon, getTopBoxImage

    Von Klasse geerbte Methoden com.vaadin.flow.component.HtmlComponent

    getTitle, setTitle

    Von Klasse geerbte Methoden com.vaadin.flow.component.Component

    addListener, findAncestor, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getListeners, getLocale, getParent, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getTranslation, getUI, hasListener, isAttached, isTemplateMapped, isVisible, onDetach, onEnabledStateChanged, removeFromParent, scrollIntoView, scrollIntoView, set, setElement, setId, setVisible

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.AttachNotifier

    addAttachListener

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.ClickNotifier

    addClickListener, addClickShortcut, addDoubleClickListener, addSingleClickListener

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.DetachNotifier

    addDetachListener

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasComponents

    add, add, add, addComponentAsFirst, addComponentAtIndex, remove, remove, removeAll

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasElement

    getElement

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasEnabled

    isEnabled, setEnabled

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasOrderedComponents

    getChildren, getComponentAt, getComponentCount, indexOf, replace

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasSize

    getHeight, getHeightUnit, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, getWidthUnit, setHeight, setHeight, setHeightFull, setMaxHeight, setMaxHeight, setMaxWidth, setMaxWidth, setMinHeight, setMinHeight, setMinWidth, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidth, setWidthFull

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasStyle

    addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName

    Von Schnittstelle geerbte Methoden com.vaadin.flow.component.HasText

    getText, getWhiteSpace, setText, setWhiteSpace
  • Konstruktordetails

    • InstallerFinishView

      public InstallerFinishView(io.overcoded.vaadin.wizard.config.WizardSimpleContentConfigurationProperties properties, InstallerContext context)
  • Methodendetails

    • getExtraBottomContent

      protected Optional<com.vaadin.flow.component.Component> getExtraBottomContent()
      Setzt außer Kraft:
      getExtraBottomContent in Klasse io.overcoded.vaadin.wizard.AbstractWizardEndpoint<InstallerContext>
    • onAttach

      protected void onAttach(com.vaadin.flow.component.AttachEvent attachEvent)
      Setzt außer Kraft:
      onAttach in Klasse com.vaadin.flow.component.Component