|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.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
Portal event type.
Note: For a given event, only the fields which are appropriate will be filled in. The appropriate fields for each event are documented by the event source.
| Field Summary |
|---|
| Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
|---|
event |
| Constructor Summary | |
|---|---|
PortalEvent(Portal portal)
|
|
PortalEvent(Portal portal,
Portlet portlet)
|
|
PortalEvent(Portal portal,
Portlet portlet,
int startColumn,
int startRow,
int column,
int row)
|
|
| Method Summary | |
|---|---|
int |
getColumn()
Returns the column index. |
Portal |
getPortal()
Returns the source portal. |
Portlet |
getPortlet()
Returns the portlet. |
int |
getRow()
Returns the row. |
int |
getStartColumn()
Returns the start column. |
int |
getStartRow()
Returns the start row. |
void |
setColumn(int column)
Sets the column index. |
void |
setPortal(Portal portal)
Sets the source portal. |
void |
setPortlet(Portlet portlet)
Sets the portlet. |
void |
setRow(int row)
Sets the row. |
void |
setStartColumn(int startColumn)
Sets the start column. |
void |
setStartRow(int startRow)
Sets the start row. |
| Methods inherited from class com.extjs.gxt.ui.client.event.ContainerEvent |
|---|
getContainer, getIndex, getItem, getSelected, setContainer, setIndex, setItem, setSelected |
| Methods inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent |
|---|
getBoxComponent, getHeight, getSize, getWidth, getX, getY, setBoxComponent, setHeight, setSize, setWidth, setX, setY |
| Methods inherited from class com.extjs.gxt.ui.client.event.ComponentEvent |
|---|
getComponent, getState, setComponent, setState |
| Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent |
|---|
cancelBubble, getClientX, getClientY, getEvent, getEventTypeInt, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, setEvent, stopEvent, within, within |
| Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent |
|---|
getSource, getType, isCancelled, setCancelled, setSource, setType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PortalEvent(Portal portal)
public PortalEvent(Portal portal,
Portlet portlet)
public PortalEvent(Portal portal,
Portlet portlet,
int startColumn,
int startRow,
int column,
int row)
| Method Detail |
|---|
public int getColumn()
public Portal getPortal()
public Portlet getPortlet()
public int getRow()
public int getStartColumn()
public int getStartRow()
public void setColumn(int column)
column - the column indexpublic void setPortal(Portal portal)
portal - the portalpublic void setPortlet(Portlet portlet)
portlet - the portletpublic void setRow(int row)
row - the rowpublic void setStartColumn(int startColumn)
startColumn - the start columnpublic void setStartRow(int startRow)
startRow - the start row
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||