Kanzi  3.9.5
Java API
ListBoxItemContainerMetadata Interface Reference

Metadata definitions for ListBoxItemContainer. More...

Inheritance diagram for ListBoxItemContainerMetadata:
[legend]

Public Attributes

DynamicPropertyType< Integer > ItemIndexProperty
 Reports the index of the item in the List Box Item Container. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ListBoxItemContainer")
 Metaclass for ListBoxItemContainer.
 
DynamicPropertyType< Boolean > SelectedProperty
 Indicates whether the List Box item held by this List Box Item Container is selected. More...
 

Detailed Description

Metadata definitions for ListBoxItemContainer.

Member Data Documentation

◆ ItemIndexProperty

DynamicPropertyType<Integer> ItemIndexProperty
Initial value:
=
new DynamicPropertyType<>("ListBoxItemContainer.ItemIndex", Integer.class)

Reports the index of the item in the List Box Item Container.

◆ SelectedProperty

DynamicPropertyType<Boolean> SelectedProperty
Initial value:
=
new DynamicPropertyType<>("ListBoxItemContainer.Selected", Boolean.class)

Indicates whether the List Box item held by this List Box Item Container is selected.

The List Box sets the value of this property.