i want get the uiobject's offsetwidth in gwt. but this value depends:
- where the uiobject attached or not?
- where relative css loaded or not?
- uiobject's size may be modified in onload callback.
- ...
so, things get complicate, especially when you want get this value of FlowPanel,Label,InlineLabel,etc.. which size is dynamically calculated.
my question: when or how to get offsetwidth properly?