public class PortalValidateDropEvent extends GwtEvent<PortalValidateDropEvent.PortalValidateDropHandler> implements CancellableEvent
| Modifier and Type | Class and Description |
|---|---|
static interface |
PortalValidateDropEvent.HasPortalValidateDropHandlers
A widget that implements this interface is a public source of
PortalValidateDropEvent events. |
static interface |
PortalValidateDropEvent.PortalValidateDropHandler
Handler class for
PortalValidateDropEvent events. |
GwtEvent.Type<H>| Constructor and Description |
|---|
PortalValidateDropEvent(Portlet portlet,
int startColumn,
int startRow,
int column,
int row) |
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<PortalValidateDropEvent.PortalValidateDropHandler> |
getAssociatedType() |
int |
getColumn() |
Portlet |
getPortlet() |
int |
getRow() |
PortalLayoutContainer |
getSource() |
int |
getStartColumn() |
int |
getStartRow() |
static GwtEvent.Type<PortalValidateDropEvent.PortalValidateDropHandler> |
getType()
Gets the type associated with this event.
|
boolean |
isCancelled()
Returns true if the event is cancelled.
|
void |
setCancelled(boolean cancel)
True to cancel the event.
|
public PortalValidateDropEvent(Portlet portlet, int startColumn, int startRow, int column, int row)
public static GwtEvent.Type<PortalValidateDropEvent.PortalValidateDropHandler> getType()
public GwtEvent.Type<PortalValidateDropEvent.PortalValidateDropHandler> getAssociatedType()
getAssociatedType in class GwtEvent<PortalValidateDropEvent.PortalValidateDropHandler>public int getColumn()
public Portlet getPortlet()
public int getRow()
public PortalLayoutContainer getSource()
getSource in class GwtEvent<PortalValidateDropEvent.PortalValidateDropHandler>public int getStartColumn()
public int getStartRow()
public boolean isCancelled()
CancellableEventisCancelled in interface CancellableEventpublic void setCancelled(boolean cancel)
CancellableEventsetCancelled in interface CancellableEventcancel - true to cancelCopyright © 2012. All Rights Reserved.