Creates a new {@link TextValueDescriptor}paramuiName The UI name of the attribute. Cannot be an empty string and cannot be null.paramtooltip A non-empty tooltip string or null super("#text" /* xmlLocalName */, uiName, null /* nsUri */, tooltip);
super("#text" /* xmlLocalName */, uiName, null /* nsUri */, tooltip);
returnA new {@link UiTextValueNode} linked to this descriptor. return new UiTextValueNode(this, uiParent);
return new UiTextValueNode(this, uiParent);