Method Summary |
|
native public void | onHide(Element element) Removes the panel. |
public void | onShow(Element element) Displays the panel behind the given element. |
public void | onShow(Element element, int zIndex) Displays the panel behind the given element. |
public static FramePanel | pop() Returns a frame panel from the stack. |
public static void | push(FramePanel panel) Pushes a panel back onto the stack. |
public void | setZIndex(int index) Sets the z-index of the panel. |
public void | sync(Element element) |