com.gwtext.client.widgets.event
Interface CycleButtonListener

All Superinterfaces:
ButtonListener, ComponentListener, SplitButtonListener
All Known Implementing Classes:
CycleButtonListenerAdapter

public interface CycleButtonListener
extends SplitButtonListener

Listener for CycleButton.


Method Summary
 void onChange(CycleButton self, CheckItem item)
          Fires after the button's active menu item has changed.
 
Methods inherited from interface com.gwtext.client.widgets.event.SplitButtonListener
onArrowClick
 
Methods inherited from interface com.gwtext.client.widgets.event.ButtonListener
onClick, onMenuHide, onMenuShow, onMenuTriggerOut, onMenuTriggerOver, onMouseOut, onMouseOver, onToggle
 
Methods inherited from interface com.gwtext.client.widgets.event.ComponentListener
doBeforeDestroy, doBeforeHide, doBeforeRender, doBeforeShow, doBeforeStateRestore, doBeforeStateSave, onDestroy, onDisable, onEnable, onHide, onRender, onShow, onStateRestore, onStateSave
 

Method Detail

onChange

void onChange(CycleButton self,
              CheckItem item)
Fires after the button's active menu item has changed.

Parameters:
self - this
item - the menu item that was selected