Package com.vaadin.shared.ui.colorpicker
Interface ColorPickerGradientServerRpc
-
- All Superinterfaces:
Serializable,ServerRpc
public interface ColorPickerGradientServerRpc extends ServerRpc
RPC interface for ColorPickerGradient.- Since:
- 7.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselect(int cursorX, int cursorY)ColorPickerGradient mouseUp event.
-