com.vinay.ui.vinui.fw.controls
Class TextInput

java.lang.Object
  extended bycom.vinay.ui.vinui.fw.core.Control
      extended bycom.vinay.ui.vinui.fw.controls.TextInput

public class TextInput
extends Control

Single line text input element TODO validations & constraints

Author:
Vinay Nath

Field Summary
 
Fields inherited from class com.vinay.ui.vinui.fw.core.Control
bindings
 
Constructor Summary
TextInput()
           
 
Method Summary
 java.lang.String getLabel()
           
 java.lang.String getMaxLength()
           
 java.lang.String getSize()
           
 java.lang.String getValue()
           
 void setLabel(java.lang.String label)
           
 void setMaxLength(java.lang.String maxLength)
           
 void setSize(java.lang.String size)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class com.vinay.ui.vinui.fw.core.Control
addUIEventListener, bindAttribute, dispatchEvent, getId, getPage, getPageContext, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextInput

public TextInput()
Method Detail

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.