com.sencha.gxt.widget.core.client.event
Interface DeactivateEvent.HasDeactivateHandlers<T>

All Known Implementing Classes:
AbstractInputMessageBox, AdapterMenuItem, AlertMessageBox, AutoProgressMessageBox, BooleanFilter, CheckMenuItem, ConfirmMessageBox, DateFilter, Dialog, Filter, HeaderMenuItem, Item, ListFilter, MenuItem, MessageBox, MultiLinePromptMessageBox, NumericFilter, ProgressMessageBox, PromptMessageBox, SeparatorMenuItem, StringFilter, Window
Enclosing class:
DeactivateEvent<T>

public static interface DeactivateEvent.HasDeactivateHandlers<T>

A widget that implements this interface is a public source of DeactivateEvent events.


Method Summary
 HandlerRegistration addDeactivateHandler(DeactivateEvent.DeactivateHandler<T> handler)
          Adds a DeactivateEvent handler.
 

Method Detail

addDeactivateHandler

HandlerRegistration addDeactivateHandler(DeactivateEvent.DeactivateHandler<T> handler)
Adds a DeactivateEvent handler.

Parameters:
handler - the handler
Returns:
the registration for the event


Copyright © 2012. All Rights Reserved.