- Source:
Classes
Namespaces
Members
(static, constant) LIST_SELECT_MODE_DISABLED
- Source:
(static, constant) LIST_SELECT_MODE_MULTIPLE
- Source:
(static, constant) LIST_SELECT_MODE_SINGLE
- Source:
Type Definitions
ListItemMatchFunc(item) → {Boolean}
List item match function.
Parameters:
| Name | Type | Description |
|---|---|---|
item |
qui.lists.ListItem | the item to be tested |
- Source:
Returns:
true if the item matches the condition, false otherwise
- Type
- Boolean