Kanzi  3.9.2
Java API
TextBoxConceptMetadata.TextInsertionMessageArguments Interface Reference

Metadata definitions for TextInsertionMessageArguments. More...

Public Attributes

AbstractMetaclass metaclass
 Metaclass for TextInsertionMessageArguments. More...
 
DynamicPropertyType< Integer > PositionProperty
 The character index at which to insert text. More...
 
DynamicPropertyType< String > TextProperty
 Sets the text to insert in the Text Box node. More...
 

Detailed Description

Member Data Documentation

◆ metaclass

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

Metaclass for TextInsertionMessageArguments.

◆ PositionProperty

DynamicPropertyType<Integer> PositionProperty
Initial value:
= new DynamicPropertyType<>(
"TextBoxConcept.TextInsertionMessageArguments.Position", Integer.class)

The character index at which to insert text.

◆ TextProperty

DynamicPropertyType<String> TextProperty
Initial value:
= new DynamicPropertyType<>(
"TextBoxConcept.TextInsertionMessageArguments.Text", String.class)

Sets the text to insert in the Text Box node.