com.sencha.gxt.widget.core.client.event
Interface BeforeLayoutEvent.HasBeforeLayoutHandlers

Enclosing class:
BeforeLayoutEvent

public static interface BeforeLayoutEvent.HasBeforeLayoutHandlers

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


Method Summary
 HandlerRegistration addBeforeLayoutHandler(BeforeLayoutEvent.BeforeLayoutHandler handler)
          Adds a BeforeLayoutEvent handler.
 

Method Detail

addBeforeLayoutHandler

HandlerRegistration addBeforeLayoutHandler(BeforeLayoutEvent.BeforeLayoutHandler handler)
Adds a BeforeLayoutEvent handler.

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


Copyright © 2012. All Rights Reserved.