|
|||||||||
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.ResizeEvent
public class ResizeEvent
Resizable 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.
Resizable
Constructor Summary | |
---|---|
ResizeEvent(Resizable resizable)
|
|
ResizeEvent(Resizable resizable,
Component component,
com.google.gwt.user.client.Event event)
|
Method Summary | |
---|---|
Component |
getComponent()
Returns the source component. |
com.google.gwt.user.client.Event |
getEvent()
Returns the event. |
Resizable |
getResizable()
Returns the source resizable instance. |
void |
setComponent(Component component)
Sets the source component. |
void |
setEvent(com.google.gwt.user.client.Event event)
Sets the event. |
void |
setResizable(Resizable resizable)
Sets the source resizable instance. |
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 ResizeEvent(Resizable resizable)
public ResizeEvent(Resizable resizable, Component component, com.google.gwt.user.client.Event event)
Method Detail |
---|
public Component getComponent()
public com.google.gwt.user.client.Event getEvent()
public Resizable getResizable()
public void setComponent(Component component)
component
- the source componentpublic void setEvent(com.google.gwt.user.client.Event event)
event
- the eventpublic void setResizable(Resizable resizable)
resizable
- the source resizable instance
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |