Metadata definitions for ListBoxConcept. More...
Classes | |
| class | ItemLoadedMessageArguments |
| Metadata definitions for ItemLoadedMessageArguments. More... | |
| class | ItemMessageArguments |
| Metadata definitions for ItemMessageArguments. More... | |
| class | ItemSelectedMessageArguments |
| Metadata definitions for ItemSelectedMessageArguments. More... | |
| class | ItemUnloadedMessageArguments |
| Metadata definitions for ItemUnloadedMessageArguments. More... | |
| class | MoveFocusMessageArguments |
| Metadata definitions for MoveFocusMessageArguments. More... | |
| class | TrySetFocusToItemMessageArguments |
| Metadata definitions for TrySetFocusToItemMessageArguments. More... | |
Public Attributes | |
| DynamicPropertyType< String > | ItemContainerGeneratorTypeNameProperty |
| Sets the name of the item container generator type to use to provide item containers dynamically for the List Box. | |
| DynamicPropertyType< Resource > | ItemContainerTemplateProperty |
| Sets the List Box Item Container prefab that sets the appearance and behavior of the List Box items. | |
| DynamicPropertyType< Integer > | ItemCountProperty |
| Reports the number of items in the List Box, including virtual items. | |
| DynamicPropertyType< String > | ItemGeneratorTypeNameProperty |
| Sets the name of the item generator type to use to provide items dynamically to the List Box. | |
| DynamicMessageType< ListBoxConceptMetadata.ItemLoadedMessageArguments > | ItemLoadedMessage |
| Occurs when an item is loaded to the working memory. | |
| DynamicMessageType< ListBoxConceptMetadata.ItemSelectedMessageArguments > | ItemSelectedMessage |
| Occurs when an item is selected. | |
| DynamicPropertyType< Resource > | ItemTemplateProperty |
| Sets the prefab to use for the List Box items. | |
| DynamicMessageType< ListBoxConceptMetadata.ItemUnloadedMessageArguments > | ItemUnloadedMessage |
| Occurs when an item is unloaded from the working memory. | |
| DynamicPropertyType< Integer > | KeepAliveItemCountProperty |
| Sets the size of the buffer for invisible List Box items. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ListBoxConcept") |
| Metaclass for ListBoxConcept. | |
| DynamicMessageType< ListBoxConceptMetadata.MoveFocusMessageArguments > | MoveFocusMessage |
| In a List Box node, moves the focus to the target that you set in the Focus Move Target property. | |
| DynamicPropertyType< Integer > | SelectedItemIndexProperty |
| Sets the index of the item that is currently selected in the List Box node. | |
| DynamicPropertyType< SelectionBehavior > | SelectionBehaviorProperty |
| Sets how the List Box behaves when the user selects an item. | |
| DynamicMessageType< ListBoxConceptMetadata.TrySetFocusToItemMessageArguments > | TrySetFocusToListItemMessage |
| In a List Box node, tries to set the focus to the item at the index that you set in the Item Index property. | |
Metadata definitions for ListBoxConcept.
| DynamicPropertyType<String> ItemContainerGeneratorTypeNameProperty |
Sets the name of the item container generator type to use to provide item containers dynamically for the List Box.
| DynamicPropertyType<Resource> ItemContainerTemplateProperty |
Sets the List Box Item Container prefab that sets the appearance and behavior of the List Box items.
| DynamicPropertyType<Integer> ItemCountProperty |
Reports the number of items in the List Box, including virtual items.
| DynamicPropertyType<String> ItemGeneratorTypeNameProperty |
Sets the name of the item generator type to use to provide items dynamically to the List Box.
| DynamicMessageType<ListBoxConceptMetadata.ItemLoadedMessageArguments> ItemLoadedMessage |
Occurs when an item is loaded to the working memory.
To set how many items you want to keep loaded in the working memory at a time, use the Keep Alive Item Count property.
| DynamicMessageType<ListBoxConceptMetadata.ItemSelectedMessageArguments> ItemSelectedMessage |
Occurs when an item is selected.
| DynamicPropertyType<Resource> ItemTemplateProperty |
Sets the prefab to use for the List Box items.
| DynamicMessageType<ListBoxConceptMetadata.ItemUnloadedMessageArguments> ItemUnloadedMessage |
Occurs when an item is unloaded from the working memory.
To set how many items you want to keep loaded in the working memory at a time, use the Keep Alive Item Count property.
| DynamicPropertyType<Integer> KeepAliveItemCountProperty |
Sets the size of the buffer for invisible List Box items.
Kanzi returns to the Item Generator those invisible items that do not fit in the buffer.
| DynamicMessageType<ListBoxConceptMetadata.MoveFocusMessageArguments> MoveFocusMessage |
In a List Box node, moves the focus to the target that you set in the Focus Move Target property.
| DynamicPropertyType<Integer> SelectedItemIndexProperty |
Sets the index of the item that is currently selected in the List Box node.
A List Box node updates this property when the user scrolls that List Box node. To select an item in the List Box node, set this property to the index of the item that you want to select. The indexing starts from 0. To update this property with a binding, use a to-source or two-way binding.
| DynamicPropertyType<SelectionBehavior> SelectionBehaviorProperty |
Sets how the List Box behaves when the user selects an item.
'Bring to Center' sets the List Box to bring an item to the center of the List Box area when the user selects that item.
| DynamicMessageType<ListBoxConceptMetadata.TrySetFocusToItemMessageArguments> TrySetFocusToListItemMessage |
In a List Box node, tries to set the focus to the item at the index that you set in the Item Index property.
If that item cannot receive focus and you enable the Fallback property, Kanzi tries to set the focus to the List Box node.