Kanzi  3.9.2
Java API
ListBoxConceptMetadata.ItemSelectedMessageArguments Interface Reference

Metadata definitions for ItemSelectedMessageArguments. More...

Public Attributes

AbstractMetaclass metaclass
 Metaclass for ItemSelectedMessageArguments. More...
 
DynamicPropertyType< Integer > PreviousSelectedItemIndexProperty
 Reports the index of the previously selected List Box item. More...
 
DynamicPropertyType< Integer > SelectedItemIndexProperty
 Reports the index of the selected List Box item. More...
 

Detailed Description

Member Data Documentation

◆ metaclass

AbstractMetaclass metaclass
Initial value:
=
new AbstractMetaclass("Kanzi.ListBoxConcept.ItemSelectedMessageArguments")

Metaclass for ItemSelectedMessageArguments.

◆ PreviousSelectedItemIndexProperty

DynamicPropertyType<Integer> PreviousSelectedItemIndexProperty
Initial value:
= new DynamicPropertyType<>(
"ListBoxConcept.ItemSelectedMessageArguments.PreviousSelectedItemIndex", Integer.class)

Reports the index of the previously selected List Box item.

The value -1 indicates that no item was selected.

◆ SelectedItemIndexProperty

DynamicPropertyType<Integer> SelectedItemIndexProperty
Initial value:
= new DynamicPropertyType<>(
"ListBoxConcept.ItemSelectedMessageArguments.SelectedItemIndex", Integer.class)

Reports the index of the selected List Box item.

The value -1 indicates that no item is selected.