com.vaadin.shared.ui.datefield
Class PopupDateFieldState

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.datefield.TextualDateFieldState
                      extended by com.vaadin.shared.ui.datefield.PopupDateFieldState
All Implemented Interfaces:
java.io.Serializable

public class PopupDateFieldState
extends TextualDateFieldState

See Also:
Serialized Form

Field Summary
 boolean textFieldEnabled
           
 
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, description, errorMessage, height, id, immediate, primaryStyleName, readOnly, styles, width
 
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
 
Constructor Summary
PopupDateFieldState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

textFieldEnabled

public boolean textFieldEnabled
Constructor Detail

PopupDateFieldState

public PopupDateFieldState()


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