Package com.vaadin.shared.ui.colorpicker
Interface ColorPickerGridServerRpc
-
- All Superinterfaces:
Serializable,ServerRpc
public interface ColorPickerGridServerRpc extends ServerRpc
RPC interface for ColorPickerGrid.- Since:
- 7.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefresh()Call to refresh the grid.voidselect(int x, int y)ColorPickerGrid click event.
-