public class LayoutOptions extends JsonBean
Constructor and Description |
---|
LayoutOptions() |
LayoutOptions(org.json.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
List<LayoutContentOptions> |
getContent() |
org.json.JSONObject |
getJson()
Gets the underlying JSONObject
|
void |
setContent(LayoutContentOptions... contentOptions) |
void |
setContent(List<LayoutContentOptions> content) |
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
public LayoutOptions()
public LayoutOptions(org.json.JSONObject json)
public List<LayoutContentOptions> getContent()
public void setContent(LayoutContentOptions... contentOptions)
public void setContent(List<LayoutContentOptions> content)
Copyright © 2022. All rights reserved.