|
|||||||||
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<HtmlContainer,Component>
com.extjs.gxt.ui.client.event.HtmlContainerEvent
public class HtmlContainerEvent
Html Container 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.
HtmlContainer
Field Summary |
---|
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent |
---|
event |
Constructor Summary | |
---|---|
HtmlContainerEvent(HtmlContainer container)
Creates a new event. |
|
HtmlContainerEvent(HtmlContainer container,
Component component)
Creates a new event. |
Method Summary | |
---|---|
java.lang.Throwable |
getException()
Returns the exception. |
java.lang.String |
getHtml()
Returns the html. |
HtmlContainer |
getHtmlContainer()
Returns the source html container. |
com.google.gwt.http.client.Response |
getResponse()
Returns the response. |
void |
setException(java.lang.Throwable exception)
Sets the exception. |
void |
setHtml(java.lang.String html)
Sets the html. |
void |
setHtmlContainer(HtmlContainer htmlContainer)
Sets the source html container. |
void |
setResponse(com.google.gwt.http.client.Response response)
Sets the response. |
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 HtmlContainerEvent(HtmlContainer container)
container
- the source containerpublic HtmlContainerEvent(HtmlContainer container, Component component)
container
- the source containercomponent
- the componentMethod Detail |
---|
public java.lang.Throwable getException()
public java.lang.String getHtml()
public HtmlContainer getHtmlContainer()
public com.google.gwt.http.client.Response getResponse()
public void setException(java.lang.Throwable exception)
exception
- the exceptionpublic void setHtml(java.lang.String html)
html
- the htmlpublic void setHtmlContainer(HtmlContainer htmlContainer)
htmlContainer
- the html containerpublic void setResponse(com.google.gwt.http.client.Response response)
response
- the response
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |