Uses of Class
de.xima.fc.gui.model.designer.FormVariable
Packages that use FormVariable
-
Uses of FormVariable in de.xima.fc.gui.model.designer
Methods in de.xima.fc.gui.model.designer that return FormVariableModifier and TypeMethodDescriptionstatic 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 FormVariableModifier and TypeMethodDescriptionstatic List<FormVariable>
FormVariable.fromPersistJsonArray
(com.alibaba.fastjson.JSONArray variables) Converts the JSON representation from the form designer to a form variable model.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 FormVariableMethod parameters in de.xima.fc.gui.model.placeholder with type arguments of type FormVariableModifier and TypeMethodDescriptionvoid
PlaceholderContextModel.setVariables
(List<FormVariable> variables)