作者热门文章
- objective-c - iOS 5 : Can you override UIAppearance customisations in specific classes?
- iphone - 如何将 CGFontRef 转换为 UIFont?
- ios - 以编程方式关闭标记的信息窗口 google maps iOS
- ios - Xcode 5 - 尝试验证存档时出现 "No application records were found"
GWT 文档 recommends使用 FlowPanel( float :左设置在其子项上)作为 HorizontalPanel 的替代品来布局组件。但是如何做到这一点呢?
最佳答案
文档中说的很对:
and to use the float: left; CSS property on its children.
如何在 GWT 小部件上设置样式:
widget.getElement().getStyle().setProperty("float", "left");
关于css - GWT - 如何在 FlowPanel 中水平布局组件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5005671/
我是一名优秀的程序员,十分优秀!