com.vaadin.terminal.gwt.client.ui.textfield
Class AbstractTextFieldState

java.lang.Object
  extended by com.vaadin.terminal.gwt.client.communication.SharedState
      extended by com.vaadin.terminal.gwt.client.ComponentState
          extended by com.vaadin.terminal.gwt.client.AbstractFieldState
              extended by com.vaadin.terminal.gwt.client.ui.textfield.AbstractTextFieldState
All Implemented Interfaces:
TabIndexState, Serializable
Direct Known Subclasses:
TextAreaState

public class AbstractTextFieldState
extends AbstractFieldState

See Also:
Serialized Form

Constructor Summary
AbstractTextFieldState()
           
 
Method Summary
 int getColumns()
           
 String getInputPrompt()
           
 int getMaxLength()
           
 String getText()
           
 void setColumns(int columns)
           
 void setInputPrompt(String inputPrompt)
           
 void setMaxLength(int maxLength)
           
 void setText(String text)
           
 
Methods inherited from class com.vaadin.terminal.gwt.client.AbstractFieldState
getTabIndex, isHideErrors, isModified, isPropertyReadOnly, isRequired, setHideErrors, setModified, setPropertyReadOnly, setRequired, setTabIndex
 
Methods inherited from class com.vaadin.terminal.gwt.client.ComponentState
addRegisteredEventListener, getCaption, getDebugId, getDescription, getErrorMessage, getHeight, getIcon, getRegisteredEventListeners, getStyles, getWidth, hasDescription, hasStyles, isImmediate, isReadOnly, isUndefinedHeight, isUndefinedWidth, isVisible, removeRegisteredEventListener, setCaption, setDebugId, setDescription, setErrorMessage, setHeight, setIcon, setImmediate, setReadOnly, setRegisteredEventListeners, setStyles, setVisible, setWidth
 
Methods inherited from class com.vaadin.terminal.gwt.client.communication.SharedState
isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTextFieldState

public AbstractTextFieldState()
Method Detail

getMaxLength

public int getMaxLength()

setMaxLength

public void setMaxLength(int maxLength)

getColumns

public int getColumns()

setColumns

public void setColumns(int columns)

getInputPrompt

public String getInputPrompt()

setInputPrompt

public void setInputPrompt(String inputPrompt)

getText

public String getText()

setText

public void setText(String text)


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.