com.vaadin.shared.ui.colorpicker
Interface ColorPickerGridServerRpc

All Superinterfaces:
java.io.Serializable, ServerRpc

public interface ColorPickerGridServerRpc
extends ServerRpc

RPC interface for ColorPickerGrid.

Since:
7.0.0

Method Summary
 void refresh()
          Call to refresh the grid.
 void select(int x, int y)
          ColorPickerGrid click event.
 

Method Detail

select

void select(int x,
            int y)
ColorPickerGrid click event.

Parameters:
x -
y -

refresh

void refresh()
Call to refresh the grid.



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