com.sencha.gxt.widget.core.client.event
Interface PortalDropEvent.HasPortalDropHandlers

All Known Implementing Classes:
PortalLayoutContainer
Enclosing class:
PortalDropEvent

public static interface PortalDropEvent.HasPortalDropHandlers

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


Method Summary
 HandlerRegistration addDropHandler(PortalDropEvent.PortalDropHandler handler)
          Adds a PortalDropEvent.PortalDropHandler handler for PortalDropEvent events.
 

Method Detail

addDropHandler

HandlerRegistration addDropHandler(PortalDropEvent.PortalDropHandler handler)
Adds a PortalDropEvent.PortalDropHandler handler for PortalDropEvent events.

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


Copyright © 2012. All Rights Reserved.