jhickman / gxt-uibinder

Automatically exported from code.google.com/p/gxt-uibinder
0 stars 0 forks source link

Support addText() method on LayoutContainer #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Description of new feature:
Although it's not a setter, it might be useful to support a text attribute that 
can call addText() on LayoutContainers

Sample UiBinder XML:
<gxt:LayoutContainer
    text="{data.shortText}" />

Original issue reported on code.google.com by jus...@jhickman.com on 30 Mar 2011 at 3:55

GoogleCodeExporter commented 9 years ago

Original comment by jus...@jhickman.com on 30 Mar 2011 at 5:13

GoogleCodeExporter commented 9 years ago
As of now, this will not be supported.  There may be subclasses of 
LayoutContainer that have setText() methods.  Having this will interfere.  
Suggestion is to use a nested Label widget.

Original comment by jus...@jhickman.com on 2 Apr 2011 at 4:09