com.vaadin.shared
Class AbstractFieldState

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbstractSelectState, AbstractTextFieldState, CheckBoxState, FormState, ProgressBarState, SliderState, TextualDateFieldState

public class AbstractFieldState
extends TabIndexState

Shared state for com.vaadin.ui.AbstractField.

Since:
7.0.0
Author:
Vaadin Ltd
See Also:
Serialized Form

Field Summary
 boolean hideErrors
           
 boolean modified
           
 boolean propertyReadOnly
           
 boolean 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
AbstractFieldState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

propertyReadOnly

public boolean propertyReadOnly

hideErrors

public boolean hideErrors

required

public boolean required

modified

public boolean modified
Constructor Detail

AbstractFieldState

public AbstractFieldState()


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