cancel
Showing results for 
Search instead for 
Did you mean: 

How to bound UI element property "text" to Java Native type context attribu

0 Kudos

Hi WD experts,

Does anybody know - how to bound text property of UI TextView element to context attribute of type: Java Native type?

My class implemented toString method

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You cannot bind any UI element property to a type that is not part of the Java DDIC.

To display a string value generated by some other type, you could use a calculated attribute of type "string".

Armin

Answers (0)