ccc.client.gwt.widgets
Class ButtonSelectionListenerAction

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.SelectionListener<com.extjs.gxt.ui.client.event.ButtonEvent>
      extended by ccc.client.gwt.widgets.ButtonSelectionListenerAction
All Implemented Interfaces:
com.extjs.gxt.ui.client.event.Listener<com.extjs.gxt.ui.client.event.ButtonEvent>, java.util.EventListener

public final class ButtonSelectionListenerAction
extends com.extjs.gxt.ui.client.event.SelectionListener<com.extjs.gxt.ui.client.event.ButtonEvent>

Adapter class - wires an action to a GWT selection listener.

Author:
Civic Computing Ltd.

Constructor Summary
ButtonSelectionListenerAction(Action action)
          Constructor.
 
Method Summary
 void componentSelected(com.extjs.gxt.ui.client.event.ButtonEvent ce)
          
 
Methods inherited from class com.extjs.gxt.ui.client.event.SelectionListener
handleEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ButtonSelectionListenerAction

public ButtonSelectionListenerAction(Action action)
Constructor.

Parameters:
action - The Action.
Method Detail

componentSelected

public void componentSelected(com.extjs.gxt.ui.client.event.ButtonEvent ce)

Specified by:
componentSelected in class com.extjs.gxt.ui.client.event.SelectionListener<com.extjs.gxt.ui.client.event.ButtonEvent>


Copyright © 2010. All Rights Reserved.