|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.extjs.gxt.ui.client.widget.Component
com.extjs.gxt.ui.client.widget.FramePanel
public class FramePanel
Displays an iframe under a element to stop IE bleed through and applet related issues.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
| Field Summary |
|---|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Method Summary | |
|---|---|
void |
onHide(com.google.gwt.user.client.Element element)
Removes the panel. |
void |
onShow(com.google.gwt.user.client.Element element)
Displays the panel behind the given element. |
void |
onShow(com.google.gwt.user.client.Element element,
int zIndex)
Displays the panel behind the given element. |
static FramePanel |
pop()
Returns a frame panel from the stack. |
static void |
push(FramePanel panel)
Pushes a panel back onto the stack. |
void |
setZIndex(int index)
Sets the z-index of the panel. |
void |
sync(com.google.gwt.user.client.Element element)
|
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
fireEvent, getParent, isAttached |
| Methods inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
addStyleDependentName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, removeStyleDependentName, setStylePrimaryName, setVisible, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static FramePanel pop()
public static void push(FramePanel panel)
panel - the panelpublic void onHide(com.google.gwt.user.client.Element element)
element - the parent elementpublic void onShow(com.google.gwt.user.client.Element element)
element - the element
public void onShow(com.google.gwt.user.client.Element element,
int zIndex)
element - the elementzIndex - the z indexpublic void setZIndex(int index)
setZIndex in class Componentindex - the z indexpublic void sync(com.google.gwt.user.client.Element element)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||