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