com.sencha.gxt.widget.core.client.event
Class PortalDropEvent

java.lang.Object
  extended by com.google.web.bindery.event.shared.Event<H>
      extended by com.google.gwt.event.shared.GwtEvent<PortalDropEvent.PortalDropHandler>
          extended by com.sencha.gxt.widget.core.client.event.PortalDropEvent

public class PortalDropEvent
extends GwtEvent<PortalDropEvent.PortalDropHandler>

Fires after a portlet is dropped.


Nested Class Summary
static interface PortalDropEvent.HasPortalDropHandlers
          A widget that implements this interface is a public source of PortalDropEvent events.
static interface PortalDropEvent.PortalDropHandler
          Handler class for PortalDropEvent events.
 
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
 
Constructor Summary
PortalDropEvent(Portlet portlet, int startColumn, int startRow, int column, int row)
           
 
Method Summary
 GwtEvent.Type<PortalDropEvent.PortalDropHandler> getAssociatedType()
           
 int getColumn()
           
 Portlet getPortlet()
           
 int getRow()
           
 PortalLayoutContainer getSource()
           
 int getStartColumn()
           
 int getStartRow()
           
static GwtEvent.Type<PortalDropEvent.PortalDropHandler> getType()
          Gets the type associated with this event.
 
Methods inherited from class com.google.web.bindery.event.shared.Event
toDebugString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortalDropEvent

public PortalDropEvent(Portlet portlet,
                       int startColumn,
                       int startRow,
                       int column,
                       int row)
Method Detail

getType

public static GwtEvent.Type<PortalDropEvent.PortalDropHandler> getType()
Gets the type associated with this event.

Returns:
returns the handler type

getStartColumn

public int getStartColumn()

getStartRow

public int getStartRow()

getAssociatedType

public GwtEvent.Type<PortalDropEvent.PortalDropHandler> getAssociatedType()
Overrides:
getAssociatedType in class GwtEvent<PortalDropEvent.PortalDropHandler>

getColumn

public int getColumn()

getPortlet

public Portlet getPortlet()

getRow

public int getRow()

getSource

public PortalLayoutContainer getSource()
Overrides:
getSource in class GwtEvent<PortalDropEvent.PortalDropHandler>


Copyright © 2012. All Rights Reserved.