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.JSONObjectgetJson()Gets the underlying JSONObjectLayoutContentItemStateOptionsgetLayoutContentItemStateOptions()java.lang.StringgetTitle()voidsetLayoutContentItemStateOptions(LayoutContentItemStateOptions componentState)voidsetProcessAffinity(java.lang.String processAffinity)voidsetTitle(java.lang.String title)Methods inherited from class com.openfin.desktop.LayoutContentOptionsImpl
getComponentName, getContent, getType, setComponentName, setContent, setContent, setTypeMethods 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:JsonBeanGets the underlying JSONObject- Overrides:
getJsonin classLayoutContentOptionsImpl- Returns:
- JSONObject
-