Package com.openfin.desktop
Class LayoutOptions
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.LayoutOptions
-
public class LayoutOptions extends JsonBean
-
-
Constructor Summary
Constructors Constructor Description LayoutOptions()LayoutOptions(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<LayoutContentOptions>getContent()org.json.JSONObjectgetJson()Gets the underlying JSONObjectvoidsetContent(LayoutContentOptions... contentOptions)voidsetContent(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
-
-
-
-
Method Detail
-
getContent
public java.util.List<LayoutContentOptions> getContent()
-
setContent
public void setContent(LayoutContentOptions... contentOptions)
-
setContent
public void setContent(java.util.List<LayoutContentOptions> content)
-
-