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.String
getComponentName()
java.util.List<LayoutContentOptions>
getContent()
org.json.JSONObject
getJson()
Gets the underlying JSONObjectjava.lang.String
getType()
void
setComponentName(java.lang.String componentName)
void
setContent(LayoutContentOptions... contentOptions)
void
setContent(java.util.List<LayoutContentOptions> content)
void
setType(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:
getType
in 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:
getContent
in interfaceLayoutContentOptions
-
setContent
-
setContent
-
getJson
public org.json.JSONObject getJson()Description copied from class:JsonBean
Gets the underlying JSONObject
-