Uses of Class
de.xima.fc.gui.model.designer.FormVariable
-
Packages that use FormVariable Package Description de.xima.fc.gui.model.designer de.xima.fc.gui.model.placeholder -
-
Uses of FormVariable in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer 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.gui.model.designer 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.Iterable<FormVariable>
FormOverviewContent. getVariables()
-
Uses of FormVariable in de.xima.fc.gui.model.placeholder
Methods in de.xima.fc.gui.model.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.model.placeholder with type arguments of type FormVariable Modifier and Type Method Description void
PlaceholderContextModel. setVariables(List<FormVariable> variables)
-