|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.widgets.event.ComponentListenerAdapter
com.gwtext.client.widgets.event.ColorPaletteListenerAdapter
public class ColorPaletteListenerAdapter
ColorPalette listener adapter class.
| Constructor Summary | |
|---|---|
ColorPaletteListenerAdapter()
|
|
| Method Summary | |
|---|---|
void |
onSelect(ColorPalette colorPalette,
java.lang.String color)
Fires when a color is selected. |
| Methods inherited from class com.gwtext.client.widgets.event.ComponentListenerAdapter |
|---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener |
|---|
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave |
| Constructor Detail |
|---|
public ColorPaletteListenerAdapter()
| Method Detail |
|---|
public void onSelect(ColorPalette colorPalette,
java.lang.String color)
ColorPaletteListener
onSelect in interface ColorPaletteListenercolorPalette - thiscolor - The 6-digit color hex code (without the # symbol)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||