Class HorizontalLayout


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

      Constructors 
      Constructor Description
      HorizontalLayout()  
      HorizontalLayout​(net.moewes.cloudui.UiComponent... components)
      Creates HorizontalLayout 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

      • HorizontalLayout

        public HorizontalLayout()
      • HorizontalLayout

        public HorizontalLayout​(net.moewes.cloudui.UiComponent... components)
        Creates HorizontalLayout with elements
        Parameters:
        components - Elements to add