Uses of Class
de.xima.fc.beans.SerializableJSONObject
Packages that use SerializableJSONObject
Package
Description
-
Uses of SerializableJSONObject in de.xima.fc.form.helper
Method parameters in de.xima.fc.form.helper with type arguments of type SerializableJSONObjectModifier and TypeMethodDescriptionstatic void
FormPluginHelper.executePreRenderer
(IFormRequestContext requestCtx, Map<String, SerializableJSONObject> metaMap, Map<String, List<String[]>> dataMap) Deprecated. -
Uses of SerializableJSONObject in de.xima.fc.interfaces.plugin.retval.form
Methods in de.xima.fc.interfaces.plugin.retval.form that return SerializableJSONObjectModifier and TypeMethodDescriptionIPluginFormPreRenderRetVal.getMetaDataJSON()
The global JavaScript objectXFC_METADATA.pluginResults["pluginName"]
contains the data of all form pre render plugins as returned by this method. -
Uses of SerializableJSONObject in de.xima.fc.plugin.models.retval.form
Methods in de.xima.fc.plugin.models.retval.form that return SerializableJSONObjectConstructors in de.xima.fc.plugin.models.retval.form with parameters of type SerializableJSONObjectModifierConstructorDescriptionPluginFormPreRenderRetVal
(SerializableJSONObject metaDataJSON, boolean continueProcessing) PluginFormPreRenderRetVal
(SerializableJSONObject metaDataJSON, Map<String, List<String[]>> formValuesMap, boolean continueProcessing) -
Uses of SerializableJSONObject in de.xima.fc.session
Methods in de.xima.fc.session that return SerializableJSONObjectMethods in de.xima.fc.session with parameters of type SerializableJSONObjectModifier and TypeMethodDescriptionvoid
FD2Session.setUserLdapData
(SerializableJSONObject userLdapData) Deprecated.
FormRenderContextBuilder.build(IFormRequestContext)