Kanzi  3.9.5
Java API
TrySetFocusActionMetadata Interface Reference

Metadata definitions for TrySetFocusAction. More...

Inheritance diagram for TrySetFocusActionMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.TrySetFocusAction")
 Metaclass for TrySetFocusAction.
 
DynamicPropertyType< String > TargetItemProperty
 Target item to be focused. More...
 
- Public Attributes inherited from ActionMetadata
DynamicPropertyType< Integer > DelayProperty
 The time in milliseconds after which Kanzi invokes the action. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Action")
 Metaclass for Action.
 
- Public Attributes inherited from ActionBaseMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ActionBase")
 Metaclass for ActionBase.
 

Detailed Description

Metadata definitions for TrySetFocusAction.

Member Data Documentation

◆ TargetItemProperty

DynamicPropertyType<String> TargetItemProperty
Initial value:
=
new DynamicPropertyType<>("TrySetFocusAction.TargetItem", String.class)

Target item to be focused.