Metadata definitions for ListBoxConcept. More...
Classes | |
class | ItemHiddenMessageArguments |
Metadata definitions for ItemHiddenMessageArguments. More... | |
class | ItemMessageArguments |
Metadata definitions for ItemMessageArguments. More... | |
class | ItemSelectedMessageArguments |
Metadata definitions for ItemSelectedMessageArguments. More... | |
class | ItemVisibleMessageArguments |
Metadata definitions for ItemVisibleMessageArguments. 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. More... | |
DynamicPropertyType< Resource > | ItemContainerTemplateProperty |
Sets the List Box Item Container prefab that sets the appearance and behavior of the List Box items. More... | |
DynamicPropertyType< Integer > | ItemCountProperty |
Reports the number of items in the List Box, including virtual items. More... | |
DynamicPropertyType< String > | ItemGeneratorTypeNameProperty |
Sets the name of the item generator type to use to provide items dynamically to the List Box. More... | |
DynamicMessageType< ListBoxConceptMetadata.ItemHiddenMessageArguments > | ItemHiddenMessage |
Occurs when an item is unloaded from the working memory. More... | |
DynamicMessageType< ListBoxConceptMetadata.ItemSelectedMessageArguments > | ItemSelectedMessage |
Occurs when an item is selected. More... | |
DynamicPropertyType< Resource > | ItemTemplateProperty |
Sets the prefab to use for the List Box items. More... | |
DynamicMessageType< ListBoxConceptMetadata.ItemVisibleMessageArguments > | ItemVisibleMessage |
Occurs when an item is loaded to the working memory. More... | |
DynamicPropertyType< Integer > | KeepAliveItemCountProperty |
Sets the size of the buffer for invisible List Box items. More... | |
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ListBoxConcept") |
Metaclass for ListBoxConcept. | |
DynamicPropertyType< Integer > | SelectedItemIndexProperty |
Sets the index of the item that is currently selected in the List Box node. More... | |
DynamicPropertyType< Integer > | SelectionBehaviorProperty |
Sets how the List Box behaves when the user selects an item. More... | |
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.ItemHiddenMessageArguments> ItemHiddenMessage |
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.
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.ItemVisibleMessageArguments> ItemVisibleMessage |
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.
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.
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. By setting the value of this property to the index of the item that you want to select in a List Box, you can select that item.
DynamicPropertyType<Integer> 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.