com.gwtext.client.core
Class JsObject
java.lang.Object
com.gwtext.client.core.JsObject
- Direct Known Subclasses:
- AbstractSelectionModel, BaseConfig, BaseElement, Box, ClickRepeater, ColumnModel, ComboBoxCallback, ComponentPlugin, Connection, CSSRule, DataProxy, DefaultSelectionModel, DelayedTask, com.gwtext.client.dd.DragData, com.gwtext.client.dd.DragDrop, EventObject, FieldDef, GridEditor, GridView, KeyMap, KeyNav, LoadMask, Margins, MessageBox.Button, MultiSelectionModel, NameValuePair, Node, PositioningConfig, Provider, Reader, Record, RecordDef, RegExp, RequestParam, Resizable, RowParams, SortState, Store, Template, Tree, TreeFilter, TreeLoader, TreeNodeUI, TreeSorter, UpdateManager, WindowGroup, XTemplate
public abstract class JsObject
- extends java.lang.Object
Base class for representing a native Javascript class. Note : For internal use only.
|
Field Summary |
protected com.google.gwt.core.client.JavaScriptObject |
jsObj
|
|
Constructor Summary |
protected |
JsObject()
|
|
JsObject(com.google.gwt.core.client.JavaScriptObject jsObj)
|
|
Method Summary |
com.google.gwt.core.client.JavaScriptObject |
getJsObj()
|
java.lang.String[] |
getProperties()
|
protected boolean |
isCreated()
|
void |
setJsObj(com.google.gwt.core.client.JavaScriptObject jsObj)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jsObj
protected com.google.gwt.core.client.JavaScriptObject jsObj
JsObject
protected JsObject()
JsObject
public JsObject(com.google.gwt.core.client.JavaScriptObject jsObj)
isCreated
protected boolean isCreated()
getJsObj
public com.google.gwt.core.client.JavaScriptObject getJsObj()
setJsObj
public void setJsObj(com.google.gwt.core.client.JavaScriptObject jsObj)
getProperties
public java.lang.String[] getProperties()