Kanzi framework  3.9.1
Kanzi Engine API
list_box_properties.h File Reference

Variables

static PropertyType< string > ItemContainerGeneratorTypeNameProperty
 ItemContainerGeneratorTypeName property. More...
 
static PropertyType< ResourceSharedPtr > ItemContainerTemplateProperty
 ItemContainerTemplate property. More...
 
static PropertyType< int > ItemCountProperty
 Reports the number of items in the List Box, including virtual items. More...
 
static PropertyType< string > ItemGeneratorTypeNameProperty
 ItemGeneratorTypeName property. More...
 
static PropertyType< ResourceSharedPtr > ItemTemplateProperty
 ItemTemplate property. More...
 
static PropertyType< int > KeepAliveItemCountProperty
 KeepAliveItemCount property. More...
 
static PropertyType< int > SelectedItemIndexProperty
 SelectedItemIndex property. More...
 
static PropertyType< ListBoxConcept::SelectionBehavior > SelectionBehaviorProperty
 SelectionBehavior property. More...
 

Variable Documentation

◆ ItemCountProperty

PropertyType<int> ItemCountProperty
static

Reports the number of items in the List Box, including virtual items.

This property is read-only.

The default value is 0.

See also
ListBoxConcept::getItemCount()

◆ KeepAliveItemCountProperty

PropertyType<int> KeepAliveItemCountProperty
static

KeepAliveItemCount property.

The default value is 20000000.

See also
setKeepAliveItemCount(), getKeepAliveItemCount()

◆ SelectionBehaviorProperty

PropertyType<ListBoxConcept::SelectionBehavior> SelectionBehaviorProperty
static

SelectionBehavior property.

The default value is ListBoxConcept::SelectionBehaviorNone.

See also
setSelectionBehavior(), getSelectionBehavior()

◆ ItemGeneratorTypeNameProperty

PropertyType<string> ItemGeneratorTypeNameProperty
static

ItemGeneratorTypeName property.

The default value is "".

See also
setItemGeneratorTypeName(), getItemGeneratorTypeName()

◆ ItemContainerGeneratorTypeNameProperty

PropertyType<string> ItemContainerGeneratorTypeNameProperty
static

ItemContainerGeneratorTypeName property.

The default value is "".

See also
setItemContainerGeneratorTypeName(), getItemContainerGeneratorTypeName()

◆ ItemTemplateProperty

PropertyType<ResourceSharedPtr> ItemTemplateProperty
static

ItemTemplate property.

The default value is ResourceSharedPtr().

See also
setItemTemplate(), getItemTemplate()

◆ ItemContainerTemplateProperty

PropertyType<ResourceSharedPtr> ItemContainerTemplateProperty
static

ItemContainerTemplate property.

The default value is ResourceSharedPtr().

See also
setItemContainerTemplate(), getItemContainerTemplate()

◆ SelectedItemIndexProperty

PropertyType<int> SelectedItemIndexProperty
static

SelectedItemIndex property.

Index of selected list box item. The default value is -1.

See also
setSelectedItemIndex(), getSelectedItemIndex()