Package com.openfin.desktop
Class LayoutOptions
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.LayoutOptions
public class LayoutOptions extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description LayoutOptions()
LayoutOptions(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description java.util.List<LayoutContentOptions>
getContent()
org.json.JSONObject
getJson()
Gets the underlying JSONObjectvoid
setContent(LayoutContentOptions... contentOptions)
void
setContent(java.util.List<LayoutContentOptions> content)
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
-
LayoutOptions
public LayoutOptions() -
LayoutOptions
public LayoutOptions(org.json.JSONObject json)
-
-
Method Details
-
getContent
-
setContent
-
setContent
-
getJson
public org.json.JSONObject getJson()Description copied from class:JsonBean
Gets the underlying JSONObject
-