Package com.smartgwt.client.widgets.form
Interface FormItemCriterionGetter
public interface FormItemCriterionGetter
- 
Method Summary
Modifier and TypeMethodDescriptiongetCriterion(DynamicForm form, FormItem item) getCriterion(DynamicForm form, FormItem item, TextMatchStyle textMatchStyle)  
- 
Method Details
- 
getCriterion
- Parameters:
 form- the managing DynamicForm instanceitem- the form item itself- Returns:
 - criterion object based on the item's current edited value(s).
 - See Also:
 
 - 
getCriterion
- Parameters:
 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.- Returns:
 - criterion object based on the item's current edited value(s).
 - See Also:
 
 
 -