| org.wingx.XColorPickerInterface
All known Subclasses: org.wingx.XColorPicker,
XColorPickerInterface | public interface XColorPickerInterface (Code) | | author: Christian Schyma |
Method Summary | |
public boolean | setSelectedColor(int red, int green, int blue) Color selection. |
setSelectedColor | public boolean setSelectedColor(int red, int green, int blue)(Code) | | Color selection.
Parameters: red - Parameters: green - Parameters: blue - true if a component update request is needed (this is used bythe client-side JavaScript to keep all components in sync) |
|
|