|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.widget.Shim
public class Shim
An class that supports placing a shim over the client window, and optionally just over IFrames.
Used by Draggable, Resizable and SplitBar
Method Summary | |
---|---|
void |
cover(boolean shimIframes)
Creates and covers the area with a Shim. |
protected El |
createShim(com.google.gwt.user.client.Element element,
int left,
int top,
int width,
int height)
|
static Shim |
get()
|
void |
setStyleAttribute(java.lang.String attr,
java.lang.String value)
|
protected void |
shim(com.google.gwt.dom.client.NodeList<com.google.gwt.user.client.Element> elements)
|
void |
uncover()
Uncovers and removes the shim. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void cover(boolean shimIframes)
shimIframes
- true if you want to cover only Iframespublic static Shim get()
public void setStyleAttribute(java.lang.String attr, java.lang.String value)
public void uncover()
protected El createShim(com.google.gwt.user.client.Element element, int left, int top, int width, int height)
protected void shim(com.google.gwt.dom.client.NodeList<com.google.gwt.user.client.Element> elements)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |