Uses of Class
de.xima.fc.beans.SerializableJSONArray
-
Packages that use SerializableJSONArray Package Description de.xima.fc.interfaces.plugin.retval.form de.xima.fc.plugin.models.retval.form -
-
Uses of SerializableJSONArray in de.xima.fc.interfaces.plugin.retval.form
Methods in de.xima.fc.interfaces.plugin.retval.form that return SerializableJSONArray Modifier and Type Method Description SerializableJSONArrayIPluginDataSourceRetVal. getJSONArray()Each data source consists of a list of items. -
Uses of SerializableJSONArray in de.xima.fc.plugin.models.retval.form
Methods in de.xima.fc.plugin.models.retval.form that return SerializableJSONArray Modifier and Type Method Description SerializableJSONArrayPluginDataSourceRetVal. getJSONArray()Constructors in de.xima.fc.plugin.models.retval.form with parameters of type SerializableJSONArray Constructor Description PluginDataSourceRetVal(SerializableJSONArray jsonArray)
-