Package com.openfin.desktop
Class LayoutContentOptionsImpl
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.LayoutContentOptionsImpl
- All Implemented Interfaces:
LayoutContentOptions
- Direct Known Subclasses:
LayoutContentItemOptions
public class LayoutContentOptionsImpl extends JsonBean implements LayoutContentOptions
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LayoutContentOptionsImpl()LayoutContentOptionsImpl(org.json.JSONObject json) -
Method Summary
Modifier and Type Method Description java.lang.StringgetComponentName()java.util.List<LayoutContentOptions>getContent()org.json.JSONObjectgetJson()Gets the underlying JSONObjectjava.lang.StringgetType()voidsetComponentName(java.lang.String componentName)voidsetContent(LayoutContentOptions... contentOptions)voidsetContent(java.util.List<LayoutContentOptions> content)voidsetType(java.lang.String type)Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
Constructor Details
-
LayoutContentOptionsImpl
public LayoutContentOptionsImpl() -
LayoutContentOptionsImpl
public LayoutContentOptionsImpl(org.json.JSONObject json)
-
-
Method Details
-
getType
public java.lang.String getType()- Specified by:
getTypein interfaceLayoutContentOptions
-
setType
public void setType(java.lang.String type) -
getComponentName
public java.lang.String getComponentName() -
setComponentName
public void setComponentName(java.lang.String componentName) -
getContent
- Specified by:
getContentin interfaceLayoutContentOptions
-
setContent
-
setContent
-
getJson
public org.json.JSONObject getJson()Description copied from class:JsonBeanGets the underlying JSONObject
-