GWT文档
recommends使用FlowPanel(float:left设置在其子级上)作为HorizontalPanel布局组件的替代.但是怎么做呢?
解决方法
在文档中说得如此正确:
and to use the float: left; CSS property on its children.
如何在GWT小部件上设置样式:
widget.getElement().getStyle().setProperty("float","left");