[Image] EchoPoint
Helping you build truly dynamic and stateful web applications!
nothing

ColorChooser   Click here for complete JavaDoc

The ColorChooser component, as it's names suggests, allows the user to chooser a color from a series of color swatches. 

A ColorSelectionModel interface is used to track the currently selected colors.  You can register a ChangeListener with the model a you will be informed when the color selection changes. 

In fact many of the components with EchoPoint use model interfaces to track the current selected value and hence can inform any registered ChangeListener.

[Image]
  	cc = new ColorChooser(Color.BLUE);
grid.add(col++,row,cc);

cc = new ColorChooser(Color.ORANGE);
grid.add(col++,row,cc);

Client Browser Support :

All clients supported by the Echo Framework.


Home

SourceForge Logo

The EchoPoint project is kindly hosted by SourceForge