Method Summary |
|
public void | setCls(String cls) CSS class to add to the element. |
public void | setConstrain(boolean constrain) |
public void | setDomConfig(DomConfig domConfig) com.gwtext.client.core.DomHelper object config to create element with (defaults to {tag: "div", cls: "x-layer"}). |
public void | setShadow(boolean shadow) True to create a shadow element with default class "x-layer-shadow". |
public void | setShadowCls(String shadowCls) Pass a string with a shadow CSS class name. |
public void | setShadowOffest(int shadowOffest) Number of pixels to offset the shadow (defaults to 3). |
public void | setShim(boolean shim) False to disable the iframe shim in browsers which need one (defaults to true). |
public void | setZindex(int zindex) Starting z-index (defaults to 11000). |