Greg Brown wrote:
We don't actually need an annotation for this. Simply adding the getter and setter is
sufficient to support the "name" attribute.
Oh, I thought the wtkx:id should be used as the name. So that you don't
have to set an id AND a name:
<PushButton wktx:id="myButton"/>
looks better than:
<PushButton wktx:id="myButton" name="myButton"/>
I thought it would have been considered as a general good thing to have
the wtkx:id injected into any object instance (of any type, in case it's
annotated).
Dirk.