com.vaadin.shared.ui.textarea
Class TextAreaState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.TabIndexState
              extended by com.vaadin.shared.AbstractFieldState
                  extended by com.vaadin.shared.ui.textfield.AbstractTextFieldState
                      extended by com.vaadin.shared.ui.textarea.TextAreaState
All Implemented Interfaces:
java.io.Serializable

public class TextAreaState
extends AbstractTextFieldState

See Also:
Serialized Form

Field Summary
 int rows
          Number of visible rows in the text area.
 boolean wordwrap
          Tells if word-wrapping should be used in the text area.
 
Fields inherited from class com.vaadin.shared.ui.textfield.AbstractTextFieldState
columns, inputPrompt, maxLength, text
 
Fields inherited from class com.vaadin.shared.AbstractFieldState
hideErrors, modified, propertyReadOnly, required
 
Fields inherited from class com.vaadin.shared.ui.TabIndexState
tabIndex
 
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
TextAreaState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rows

public int rows
Number of visible rows in the text area. The default is 5.


wordwrap

@NoLayout
public boolean wordwrap
Tells if word-wrapping should be used in the text area.

Constructor Detail

TextAreaState

public TextAreaState()


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