com.vaadin.shared.ui.colorpicker
Interface ColorPickerGradientServerRpc

All Superinterfaces:
java.io.Serializable, ServerRpc

public interface ColorPickerGradientServerRpc
extends ServerRpc

RPC interface for ColorPickerGradient.

Since:
7.0.0

Method Summary
 void select(int cursorX, int cursorY)
          ColorPickerGradient mouseUp event.
 

Method Detail

select

void select(int cursorX,
            int cursorY)
ColorPickerGradient mouseUp event.

Parameters:
cursorX -
cursorY -


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