@Exported
| Interface | Description | 
|---|---|
| Criteria | 
 This interface holds the definition of a criteria. 
 | 
| CriteriaRow | 
 A criteria definition is made up of a list of rows that
 implements this interface. 
 | 
| CustomOperator | 
 A CustomOperator defines a custom operation that can be executed
 on an attribute. 
 | 
| DataFilterPreview | |
| Item | 
 Parent interface for all criteria item definitions. 
 | 
| ItemValue | |
| NestedCriteriaRow | 
 Defines a criteria row that consists of a nested criteria. 
 | 
| NestedRowItem | 
 Defines a nested row view criteria item. 
 | 
| SimpleItem | 
 The interface for criteria item definition that does not consist of
 a nested criteria row. 
 | 
| SimpleRow | 
 This interface is for defining of one simple criteria row. 
 | 
| Class | Description | 
|---|---|
| Criteria.Conjunction | |
| CriteriaRow.RowType | |
| Item.ItemType | 
 constants to be returned by getItemType 
 | 
| SimpleItem.RequiredOption | 
 enum for the getRequiredOption method. 
 |