com.vaadin.shared.ui.colorpicker
Class ColorPickerState

java.lang.Object
  extended by com.vaadin.shared.communication.SharedState
      extended by com.vaadin.shared.AbstractComponentState
          extended by com.vaadin.shared.ui.colorpicker.ColorPickerState
All Implemented Interfaces:
java.io.Serializable

public class ColorPickerState
extends AbstractComponentState

Default shared state implementation for AbstractColorPicker.

Since:
7.0.0
See Also:
Serialized Form

Field Summary
 java.lang.String color
           
 boolean popupVisible
           
 boolean showDefaultCaption
           
 
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
ColorPickerState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

popupVisible

public boolean popupVisible

color

public java.lang.String color

showDefaultCaption

public boolean showDefaultCaption
Constructor Detail

ColorPickerState

public ColorPickerState()


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