com.vinay.ui.vinui.fw.controls
Class TextInput
java.lang.Object
com.vinay.ui.vinui.fw.core.Control
com.vinay.ui.vinui.fw.controls.TextInput
- public class TextInput
- extends Control
Single line text input element
TODO validations & constraints
- Author:
- Vinay Nath
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextInput
public TextInput()
getMaxLength
public java.lang.String getMaxLength()
- Returns:
- Returns the maxLength.
setMaxLength
public void setMaxLength(java.lang.String maxLength)
- Parameters:
maxLength
- The maxLength to set.
getSize
public java.lang.String getSize()
- Returns:
- Returns the size.
setSize
public void setSize(java.lang.String size)
- Parameters:
size
- The size to set.
getValue
public java.lang.String getValue()
- Returns:
- Returns the value.
setValue
public void setValue(java.lang.String value)
- Parameters:
value
- The value to set.
getLabel
public java.lang.String getLabel()
- Returns:
- Returns the label.
setLabel
public void setLabel(java.lang.String label)
- Parameters:
label
- The label to set.