public static class HasText extends Object
The body of an XML element representing a widget that implements
HasText will be parsed as text and be used in a call to its
#setText(String)
method. HasText elements must only
contain text. (This behavior is overridden for HasHTML
widgets.)
For example:
<g:Label>Hello.</g:Label>
Copyright © 2018. All rights reserved.