Kanzi  3.9.5
Java API
ResourceDictionarySelectorMetadata Interface Reference

Metadata definitions for ResourceDictionarySelector. More...

Inheritance diagram for ResourceDictionarySelectorMetadata:
[legend]

Public Attributes

AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ResourceDictionarySelector")
 Metaclass for ResourceDictionarySelector.
 
DynamicPropertyType< ResourceSelectedDictionaryProperty
 The currently selected theme in the theme group. More...
 
- Public Attributes inherited from ResourceDictionaryMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.ResourceDictionary")
 Metaclass for ResourceDictionary.
 
- Public Attributes inherited from ResourceMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.Resource")
 Metaclass for Resource.
 

Detailed Description

Member Data Documentation

◆ SelectedDictionaryProperty

DynamicPropertyType<Resource> SelectedDictionaryProperty
Initial value:
=
new DynamicPropertyType<>("ResourceDictionarySelector.SelectedDictionary", Resource.class)

The currently selected theme in the theme group.

In Kanzi Studio you can change the current theme with the ActivateTheme action.