| java.lang.Object com.gwtext.client.core.DomConfig
DomConfig | public DomConfig()(Code) | | Create a new DomConfig using a "div" tag.
|
DomConfig | public DomConfig(String tag)(Code) | | Create a new DomConfig.
Parameters: tag - the tag name |
DomConfig | public DomConfig(String tag, String id)(Code) | | Constructor.
Parameters: tag - the element tag name Parameters: id - the element id |
DomConfig | public DomConfig(String tag, String id, String cls)(Code) | | Constructor.
Parameters: tag - the element tag name Parameters: id - the element id Parameters: cls - the element CSS class name |
DomConfig | public DomConfig(String tag, String id, String cls, String html)(Code) | | Constructor.
Parameters: tag - the element tag name Parameters: id - the element id Parameters: cls - the element CSS class name Parameters: html - the innerHTML for the element. |
addChild | public DomConfig addChild(DomConfig child)(Code) | | Add a child element.
Parameters: child - the child element config this |
getJsObject | public JavaScriptObject getJsObject()(Code) | | |
setStyle | public void setStyle(String style)(Code) | | Set the CSS style.
Parameters: style - the CSS style |
|
|