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
-
-
Constructor Summary
Constructors Constructor Description LayoutContentItemOptions()LayoutContentItemOptions(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods 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, 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
-
-
-
-
Method Detail
-
getTitle
public java.lang.String getTitle()
-
setTitle
public void setTitle(java.lang.String title)
-
setProcessAffinity
public void setProcessAffinity(java.lang.String processAffinity)
-
getLayoutContentItemStateOptions
public LayoutContentItemStateOptions getLayoutContentItemStateOptions()
-
setLayoutContentItemStateOptions
public void setLayoutContentItemStateOptions(LayoutContentItemStateOptions componentState)
-
getJson
public org.json.JSONObject getJson()
Description copied from class:JsonBeanGets the underlying JSONObject- Overrides:
getJsonin classLayoutContentOptionsImpl- Returns:
- JSONObject
-
-