public class PortalDropEvent extends GwtEvent<PortalDropEvent.PortalDropHandler>
| Modifier and Type | Class and Description |
|---|---|
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. |
GwtEvent.Type<H>| Constructor and Description |
|---|
PortalDropEvent(Portlet portlet,
int startColumn,
int startRow,
int column,
int row) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public PortalDropEvent(Portlet portlet, int startColumn, int startRow, int column, int row)
public static GwtEvent.Type<PortalDropEvent.PortalDropHandler> getType()
public int getStartColumn()
public int getStartRow()
public GwtEvent.Type<PortalDropEvent.PortalDropHandler> getAssociatedType()
getAssociatedType in class GwtEvent<PortalDropEvent.PortalDropHandler>public int getColumn()
public Portlet getPortlet()
public int getRow()
public PortalLayoutContainer getSource()
getSource in class GwtEvent<PortalDropEvent.PortalDropHandler>Copyright © 2012. All Rights Reserved.