Package com.vaadin.ui

Class HorizontalLayout

    • Constructor Detail

      • HorizontalLayout

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

      • getState

        protected HorizontalLayoutState 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