Additional Inherited Members | |
Public Attributes inherited from ListBoxConceptMetadata | |
| 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. | |
| 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. | |
| DynamicPropertyType< Integer > | KeepAliveItemCountProperty |
| Sets the size of the buffer for invisible List Box items. | |
| 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. | |
| DynamicPropertyType< SelectionBehavior > | SelectionBehaviorProperty |
| Sets how the List Box behaves when the user selects an item. | |
| default String getItemContainerGeneratorTypeName | ( | ) |
Gets the value of the ItemContainerGeneratorTypeNameProperty.
| default PrefabTemplate getItemContainerTemplate | ( | ) |
Gets the value of the ItemContainerTemplateProperty.
Returns the value of the ItemCountProperty.
| default String getItemGeneratorTypeName | ( | ) |
Gets the value of the ItemGeneratorTypeNameProperty.
| default PrefabTemplate getItemTemplate | ( | ) |
Gets the value of the ItemTemplateProperty.
Gets the value of the KeepAliveItemCountProperty.
Gets the value of the SelectedItemIndexProperty.
| default SelectionBehavior getSelectionBehavior | ( | ) |
Gets the value of the SelectionBehavior property.
Returns whether a list box is empty.
Notifies a list box that an item was added.
| index | The index of the added item. |
Notifies a list box that an item was removed.
| index | The index of the removed item. |
Notifies a list box that an item was replaced.
| index | The index of the replaced item. |
Sets the value of the ItemContainerGeneratorTypeNameProperty.
| value | The name of the item container generator type that the list box uses to provide item containers dynamically. |
| default void setItemContainerTemplate | ( | PrefabTemplate | value | ) |
Sets the value of the ItemContainerTemplateProperty.
| value | The container template that the item container generator uses to instantiate item containers. |
Sets the value of the ItemGeneratorTypeNameProperty.
| value | The name of the item generator type that provides items dynamically to the list box. |
| default void setItemTemplate | ( | PrefabTemplate | value | ) |
Sets the value of the ItemTemplateProperty.
| value | The template that the list item generator uses to instantiate items. |
Sets the value of the KeepAliveItemCountProperty.
| value | The number of invisible list box items to keep in buffer. |
Sets the value of the SelectedItemIndexProperty.
| value | The index of the selected item. |
| default void setSelectionBehavior | ( | SelectionBehavior | value | ) |
Sets the value of the SelectionBehavior property.
| value | The behavior for the list box scroll when the user clicks an item. |