com.vaadin.shared.ui.colorpicker
Interface ColorPickerServerRpc

All Superinterfaces:
java.io.Serializable, ServerRpc

public interface ColorPickerServerRpc
extends ServerRpc

RPC interface for AbstractColorPicker.

Since:
7.0.0

Method Summary
 void openPopup(boolean openPopup)
          ColorPicker click event.
 

Method Detail

openPopup

void openPopup(boolean openPopup)
ColorPicker click event.

Parameters:
openPopup -


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