Kanzi  3.9.5
Java API
CodeBehindMetadata Interface Reference

Metadata definitions for CodeBehind. More...

Inheritance diagram for CodeBehindMetadata:
[legend]

Public Attributes

DynamicPropertyType< String > CodeBehindSourceProperty
 Sets the metaclass name of the code behind class for this node. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.CodeBehind")
 Metaclass for CodeBehind.
 
- Public Attributes inherited from NodeComponentMetadata
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.NodeComponent")
 Metaclass for NodeComponent.
 
DynamicPropertyType< String > NameProperty
 Name. More...
 

Detailed Description

Metadata definitions for CodeBehind.

Member Data Documentation

◆ CodeBehindSourceProperty

DynamicPropertyType<String> CodeBehindSourceProperty
Initial value:
=
new DynamicPropertyType<>("CodeBehind.CodeBehindSource", String.class)

Sets the metaclass name of the code behind class for this node.