public interface FormItemCriterionGetter | Modifier and Type | Method and Description |
|---|---|
Criterion | getCriterion(DynamicForm form, FormItem item) |
Criterion | getCriterion(DynamicForm form, FormItem item, TextMatchStyle textMatchStyle) |
Criterion getCriterion(DynamicForm form, FormItem item)
form - the managing DynamicForm instanceitem - the form item itselfCriteriaEditing overview and related methodsCriterion getCriterion(DynamicForm form, FormItem item, TextMatchStyle textMatchStyle)
form - the managing DynamicForm instanceitem - the form item itselftextMatchStyle - If passed assume the textMatchStyle will be used when performing a fetch operation with these criteria. This may impact the criterion's operator property.CriteriaEditing overview and related methods