public class PluginDataSourceRetVal extends Object implements IPluginDataSourceRetVal
TEXT, VALUE
Constructor and Description |
---|
PluginDataSourceRetVal(SerializableJSONArray jsonArray) |
Modifier and Type | Method and Description |
---|---|
SerializableJSONArray |
getJSONArray()
Each data source consists of a list of items.
|
public PluginDataSourceRetVal(SerializableJSONArray jsonArray)
public SerializableJSONArray getJSONArray()
IPluginDataSourceRetVal
JSONObject
with the following key-value pairs (both
strings):
IPluginDataSourceRetVal.TEXT
The text that is shown to the user.IPluginDataSourceRetVal.VALUE
The text that is sent when the form is submitted.title
(optional) The text that is used as the HTML title attribute.getJSONArray
in interface IPluginDataSourceRetVal
SerializableJSONArray
with the items provided by the data source plugin.Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.