Uses of Class
de.xima.fc.form.common.models.FormVariable
-
Packages that use FormVariable Package Description de.xima.fc.form.common.models de.xima.fc.gui.common.placeholder de.xima.fc.gui.common.placeholder.provider de.xima.fc.gui.model.designer -
-
Uses of FormVariable in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return FormVariable Modifier and Type Method Description static FormVariable
FormVariable. fromPersistJson(com.alibaba.fastjson.JSONObject variable)
Converts the JSON representation from the form designer to a form variable model.Methods in de.xima.fc.form.common.models that return types with arguments of type FormVariable Modifier and Type Method Description static List<FormVariable>
FormVariable. fromPersistJsonArray(com.alibaba.fastjson.JSONArray variables)
Converts the JSON representation from the form designer to a form variable model. -
Uses of FormVariable in de.xima.fc.gui.common.placeholder
Methods in de.xima.fc.gui.common.placeholder that return types with arguments of type FormVariable Modifier and Type Method Description List<FormVariable>
PlaceholderContextModel. getVariables()
Method parameters in de.xima.fc.gui.common.placeholder with type arguments of type FormVariable Modifier and Type Method Description void
PlaceholderContextModel. setVariables(List<FormVariable> variables)
-
Uses of FormVariable in de.xima.fc.gui.common.placeholder.provider
Methods in de.xima.fc.gui.common.placeholder.provider that return types with arguments of type FormVariable Modifier and Type Method Description List<FormVariable>
IPlaceholderProvideContext. getVariables()
Returns the variables for which the placeholders are being updated. -
Uses of FormVariable in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return types with arguments of type FormVariable Modifier and Type Method Description Iterable<FormVariable>
FormOverviewContent. getVariables()
-