com.vaadin.terminal.gwt.client.ui.textarea
Class TextAreaState

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
                  extended by com.vaadin.terminal.gwt.client.ui.textarea.TextAreaState
All Implemented Interfaces:
TabIndexState, Serializable

public class TextAreaState
extends AbstractTextFieldState

See Also:
Serialized Form

Constructor Summary
TextAreaState()
           
 
Method Summary
 int getRows()
           
 boolean isWordwrap()
           
 void setRows(int rows)
           
 void setWordwrap(boolean wordwrap)
           
 
Methods inherited from class com.vaadin.terminal.gwt.client.ui.textfield.AbstractTextFieldState
getColumns, getInputPrompt, getMaxLength, getText, setColumns, setInputPrompt, setMaxLength, setText
 
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

TextAreaState

public TextAreaState()
Method Detail

getRows

public int getRows()

setRows

public void setRows(int rows)

isWordwrap

public boolean isWordwrap()

setWordwrap

public void setWordwrap(boolean wordwrap)


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