Uses of Class
de.xima.fc.form.common.condition.XItemConditionProcessor
-
Packages that use XItemConditionProcessor Package Description de.xima.fc.form.common.models de.xima.fc.form.renderer de.xima.fc.workflow.itemlist -
-
Uses of XItemConditionProcessor in de.xima.fc.form.common.models
Methods in de.xima.fc.form.common.models that return XItemConditionProcessor Modifier and Type Method Description XItemConditionProcessor
XItemRenderCtx. getItemRenderConditionProcessor()
Methods in de.xima.fc.form.common.models with parameters of type XItemConditionProcessor Modifier and Type Method Description XItemRenderCtx.XItemRenderCtxBuilder
XItemRenderCtx.XItemRenderCtxBuilder. withRenderConditionProcessor(XItemConditionProcessor itemRenderConditionProcessor)
-
Uses of XItemConditionProcessor in de.xima.fc.form.renderer
Methods in de.xima.fc.form.renderer with parameters of type XItemConditionProcessor Modifier and Type Method Description static XItem
XFormRenderer. fillItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)
Deprecated.will be removed: currently useless!static XItem
XFormRenderer. getItem(XItem xItem, Map<String,List<String[]>> valuesMap, XItemConditionProcessor itemConditionProcessor)
Deprecated.will be removed: currently useless! -
Uses of XItemConditionProcessor in de.xima.fc.workflow.itemlist
Methods in de.xima.fc.workflow.itemlist with parameters of type XItemConditionProcessor Modifier and Type Method Description static ItemList<?>
FcForEachLooptemListFormFieldRepetition. evaluate(ListItemSourcePropsFormFieldRepetitions sourceProps, Mandant client, IFormDataAdapter formData, IXForm xForm, XItemConditionProcessor processor)
Resolves an item list for the for-each loop of typeFORM_FIELD_REPETITIONS
.
-