Package com.openfin.desktop
Class LayoutContentItemOptions
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.LayoutContentOptionsImpl
com.openfin.desktop.LayoutContentItemOptions
- All Implemented Interfaces:
LayoutContentOptions
public class LayoutContentItemOptions extends LayoutContentOptionsImpl
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LayoutContentItemOptions()
LayoutContentItemOptions(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description org.json.JSONObject
getJson()
Gets the underlying JSONObjectLayoutContentItemStateOptions
getLayoutContentItemStateOptions()
java.lang.String
getTitle()
void
setLayoutContentItemStateOptions(LayoutContentItemStateOptions componentState)
void
setProcessAffinity(java.lang.String processAffinity)
void
setTitle(java.lang.String title)
Methods inherited from class com.openfin.desktop.LayoutContentOptionsImpl
getComponentName, getContent, getType, setComponentName, setContent, setContent, setType
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
-
LayoutContentItemOptions
public LayoutContentItemOptions() -
LayoutContentItemOptions
public LayoutContentItemOptions(org.json.JSONObject json)
-
-
Method Details
-
getTitle
public java.lang.String getTitle() -
setTitle
public void setTitle(java.lang.String title) -
setProcessAffinity
public void setProcessAffinity(java.lang.String processAffinity) -
getLayoutContentItemStateOptions
-
setLayoutContentItemStateOptions
-
getJson
public org.json.JSONObject getJson()Description copied from class:JsonBean
Gets the underlying JSONObject- Overrides:
getJson
in classLayoutContentOptionsImpl
- Returns:
- JSONObject
-