Package com.vaadin.ui

Class VerticalLayout

    • Constructor Detail

      • VerticalLayout

        public VerticalLayout()
        Constructs an empty VerticalLayout.
    • Method Detail

      • getState

        protected VerticalLayoutState getState()
        Description copied from class: AbstractComponent
        Returns the shared state bean with information to be sent from the server to the client. Subclasses should override this method and set any relevant fields of the state returned by super.getState().
        Overrides:
        getState in class AbstractOrderedLayout
        Returns:
        updated component shared state