Kanzi  3.9.2
Java API
TextBoxConceptMetadata.SelectedTextMessageArguments Interface Reference

Metadata definitions for SelectedTextMessageArguments. More...

Public Attributes

AbstractMetaclass metaclass
 Metaclass for SelectedTextMessageArguments. More...
 
DynamicPropertyType< Integer > SelectionEndProperty
 Contains the end index of the selection. More...
 
DynamicPropertyType< Integer > SelectionStartProperty
 Contains the index of the character in the beginning of the text selection. More...
 

Detailed Description

Member Data Documentation

◆ metaclass

AbstractMetaclass metaclass
Initial value:
=
new AbstractMetaclass("Kanzi.TextBoxConcept.SelectedTextMessageArguments")

Metaclass for SelectedTextMessageArguments.

◆ SelectionEndProperty

DynamicPropertyType<Integer> SelectionEndProperty
Initial value:
= new DynamicPropertyType<>(
"TextBoxConcept.SelectedTextMessageArguments.SelectionEnd", Integer.class)

Contains the end index of the selection.

◆ SelectionStartProperty

DynamicPropertyType<Integer> SelectionStartProperty
Initial value:
= new DynamicPropertyType<>(
"TextBoxConcept.SelectedTextMessageArguments.SelectionStart", Integer.class)

Contains the index of the character in the beginning of the text selection.