Class TextArea


  • public class TextArea
    extends InputField
    Java wrapper for Vaadin web cmponent vaadin-text-area
    • Constructor Detail

      • TextArea

        public TextArea()
        default constructor
    • Method Detail

      • setMinHeight

        public void setMinHeight​(String minHeight)
        sets the minimal height
        Parameters:
        minHeight - minimal height as css value e.g. 100px
      • setMaxHeight

        public void setMaxHeight​(String maxHeight)
        sets the maximal height
        Parameters:
        maxHeight - maximal height ass css value e.g. 100px
      • render

        public net.moewes.cloudui.UiElement render()
        Overrides:
        render in class InputField