Class VerticalLayout


  • public class VerticalLayout
    extends net.moewes.cloudui.UiComponent
    Java wrapper for Vaadin web component vaadin-vertical-layout
    • Constructor Summary

      Constructors 
      Constructor Description
      VerticalLayout()  
      VerticalLayout​(net.moewes.cloudui.UiComponent... components)
      Create VerticalLayout with Elements
    • Method Summary

      • Methods inherited from class net.moewes.cloudui.UiComponent

        add, add, addEventListener, bind, getComponentWithId, getElement, getEmptyValue, getId, getValue, handleEvent, registerEvenrHandler, remove, render, setId, setInnerHtml, setValue, setValuesWithBinder, unbind
    • Constructor Detail

      • VerticalLayout

        public VerticalLayout()
      • VerticalLayout

        public VerticalLayout​(net.moewes.cloudui.UiComponent... components)
        Create VerticalLayout with Elements
        Parameters:
        components - Elements to add