com.sencha.gxt.widget.core.client.event
Interface BeforeAddEvent.BeforeAddHandler

All Superinterfaces:
EventHandler
All Known Subinterfaces:
ContainerHandler
All Known Implementing Classes:
ContainerHandlerAdapter
Enclosing class:
BeforeAddEvent

public static interface BeforeAddEvent.BeforeAddHandler
extends EventHandler

Handler for BeforeAddEvent events.


Method Summary
 void onBeforeAdd(BeforeAddEvent event)
          Called before a widget is added to a container.
 

Method Detail

onBeforeAdd

void onBeforeAdd(BeforeAddEvent event)
Called before a widget is added to a container. The action can be cancelled using BeforeAddEvent.setCancelled(boolean).

Parameters:
event - the BeforeAddEvent that was fired


Copyright © 2012. All Rights Reserved.