com.extjs.gxt.ui.client.event
Class PortalEvent
java.lang.Object
com.extjs.gxt.ui.client.event.BaseEvent
com.extjs.gxt.ui.client.event.DomEvent
com.extjs.gxt.ui.client.event.ComponentEvent
com.extjs.gxt.ui.client.event.BoxComponentEvent
com.extjs.gxt.ui.client.event.ContainerEvent<Portal,Portlet>
com.extjs.gxt.ui.client.event.PortalEvent
public class PortalEvent
- extends ContainerEvent<Portal,Portlet>
| Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
event |
| Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent |
cancelBubble, getClientX, getClientY, getEventType, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, stopEvent, within |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
portal
public Portal portal
portlet
public Portlet portlet
startColumn
public int startColumn
startRow
public int startRow
column
public int column
row
public int row
PortalEvent
public PortalEvent(Portal portal)
PortalEvent
public PortalEvent(Portal portal,
Portlet portlet,
int startColumn,
int startRow,
int column,
int row)
PortalEvent
public PortalEvent(Portal portal,
Portlet portlet)