Package net.moewes.cloudui.vaadin.input
Class TextArea
- java.lang.Object
-
- net.moewes.cloudui.UiComponent
-
- net.moewes.cloudui.vaadin.input.InputField
-
- net.moewes.cloudui.vaadin.input.TextArea
-
public class TextArea extends InputField
Java wrapper for Vaadin web cmponent vaadin-text-area
-
-
Constructor Summary
Constructors Constructor Description TextArea()
default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description net.moewes.cloudui.UiElement
render()
void
setMaxHeight(String maxHeight)
sets the maximal heightvoid
setMinHeight(String minHeight)
sets the minimal height-
Methods inherited from class net.moewes.cloudui.vaadin.input.InputField
addPrefix, addSuffix, setErrorMessage, setLabel, setMaxlength, setMinlength, setPattern, setPlaceholder
-
-
-
-
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 classInputField
-
-