public class PlatformViewOptions extends JsonBean
Constructor and Description |
---|
PlatformViewOptions() |
PlatformViewOptions(org.json.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
AutoResizeOptions |
getAutoResizeOptions() |
String |
getBackgroundColor() |
Rectangle |
getBounds() |
ContextMenuSettings |
getContextMenuSettings() |
Object |
getCustomContext() |
Object |
getCustomData() |
org.json.JSONObject |
getJson()
Gets the underlying JSONObject
|
String |
getName() |
String |
getProcessAffinity() |
Identity |
getTarget() |
String |
getUrl() |
void |
setAutoResizeOptions(AutoResizeOptions options) |
void |
setBackgroundColor(String backgroundColor) |
void |
setBounds(int x,
int y,
int width,
int height) |
void |
setBounds(Rectangle rect) |
void |
setContextMenuSettings(ContextMenuSettings contextMenuSettings) |
void |
setCustomContext(Object customContext) |
void |
setCustomData(Object customData) |
void |
setName(String name) |
void |
setProcessAffinity(String processAffinity) |
void |
setUrl(String url) |
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 PlatformViewOptions()
public PlatformViewOptions(org.json.JSONObject json)
public AutoResizeOptions getAutoResizeOptions()
public void setAutoResizeOptions(AutoResizeOptions options)
public ContextMenuSettings getContextMenuSettings()
public void setContextMenuSettings(ContextMenuSettings contextMenuSettings)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public Rectangle getBounds()
public void setBounds(Rectangle rect)
public void setBounds(int x, int y, int width, int height)
public void setCustomData(Object customData)
public Object getCustomContext()
public void setCustomContext(Object customContext)
public Object getCustomData()
public String getName()
public void setName(String name)
public String getUrl()
public void setUrl(String url)
public String getProcessAffinity()
public void setProcessAffinity(String processAffinity)
public Identity getTarget()
Copyright © 2022. All rights reserved.