com.vaadin.shared.ui.colorpicker
Class ColorPickerGridState

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

public class ColorPickerGridState
extends AbstractComponentState

Default shared state implementation for ColorPickerGrid.

Since:
7.0.0
See Also:
Serialized Form

Field Summary
 java.lang.String[] changedColor
           
 java.lang.String[] changedX
           
 java.lang.String[] changedY
           
 int columnCount
           
 int rowCount
           
 
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
ColorPickerGridState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rowCount

public int rowCount

columnCount

public int columnCount

changedX

public java.lang.String[] changedX

changedY

public java.lang.String[] changedY

changedColor

public java.lang.String[] changedColor
Constructor Detail

ColorPickerGridState

public ColorPickerGridState()


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