Package com.vaadin.ui

Class VerticalSplitPanel

    • Constructor Detail

      • VerticalSplitPanel

        public VerticalSplitPanel()
      • VerticalSplitPanel

        public VerticalSplitPanel​(Component firstComponent,
                                  Component secondComponent)
        Creates a horizontal split panel containing the given components.
        Parameters:
        firstComponent - The component to be placed above the splitter
        secondComponent - The component to be placed below of the splitter
    • Method Detail

      • getState

        protected com.vaadin.shared.ui.splitpanel.VerticalSplitPanelState 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 AbstractSplitPanel
        Returns:
        updated component shared state
      • getState

        protected com.vaadin.shared.ui.splitpanel.VerticalSplitPanelState getState​(boolean markAsDirty)
        Description copied from class: AbstractClientConnector
        Returns the shared state for this connector.
        Overrides:
        getState in class AbstractSplitPanel
        Parameters:
        markAsDirty - true if the connector should automatically be marked dirty, false otherwise
        Returns:
        The shared state for this connector. Never null.
        See Also:
        AbstractClientConnector.getState()