public abstract class ExtFormContainer extends ExtFormComponent
Modifier and Type | Field and Description |
---|---|
protected JSONArray |
items |
NULL
Constructor and Description |
---|
ExtFormContainer() |
ExtFormContainer(JSONArray items) |
Modifier and Type | Method and Description |
---|---|
void |
addItem(ExtFormComponent cmp) |
protected abstract java.lang.String |
getXType() |
setProperty
accumulate, append, doubleToString, get, getBoolean, getDouble, getInt, getJSONArray, getJSONObject, getLong, getNames, getNames, getString, has, increment, isNull, keys, length, names, numberToString, opt, optBoolean, optBoolean, optDouble, optDouble, optInt, optInt, optJSONArray, optJSONObject, optLong, optLong, optString, optString, put, put, put, put, put, put, put, putOnce, putOpt, quote, remove, sortedKeys, stringToValue, toJSONArray, toString, toString, write
protected JSONArray items
public ExtFormContainer() throws JSONException
JSONException
public ExtFormContainer(JSONArray items) throws JSONException
JSONException
public void addItem(ExtFormComponent cmp)
protected abstract java.lang.String getXType()