gwt2
With GWT, is there a way to not load widgets declared in uibinder xml files?
One common design I have with GWT is to create a widget which contains two children: A and B. I declare these two widgets A and B in the uibinder file associated to my main widget.[详细]
2023-01-28 13:41 分类:问答Child height in SplitLayoutPanel
I\'ve got a SplitLayoutPanel. In the North cell, I\'ve got a ScrollPanel with a tree on it. I want this ScrollPanel height to be the same of the north cell, so[详细]
2023-01-27 10:35 分类:问答How to determine whether my GWT app is running inside a frame/iframe or not?
I\'m working on a GWT application, which should behave in a slightly different manne开发者_运维知识库r when it is running inside a frame and when running directly in a browser window.[详细]
2023-01-26 14:06 分类:问答Disabling line wrapping in a TextArea
I\'m using GWT 开发者_开发技巧2.1.I have a TextArea that I\'m using to preview a document, and I don\'t want lines that are too long to fit to wrap - I want a horizontal scrollbar to appear.[详细]
2023-01-26 07:18 分类:问答Making Contents table for a GWT page. similar to one wikipedia has
How to make Contents table for a GWT page, for the purpose of bookmarking and direct jump to a subsection of a dynamic page.[详细]
2023-01-26 03:52 分类:问答GWT 2.1 UiBinder SimplePager requires location attribute
What can be provided to the location attribute of a <c:SimplePager ui:field=\'pager\' location=\'HERE\' />[详细]
2023-01-25 18:56 分类:问答How can GWT 2.1 editor framework support primitive types?
I am trying to bind a field of the primitive type \"int\" to an editor. My editor extends ValueBox<Integer>, since generics in Java can only use object types.[详细]
2023-01-25 04:36 分类:问答How do I style a gwt 2.1 CellTables headers?
I see nothing in the documentation except a reference to include some \"CssResource\" and get it with ClientBundle,开发者_如何学编程 but how do I exactly override the tbody and th of a CellTable?[详细]
2023-01-25 03:18 分类:问答GWT 2.1 in UiBinder put Cell Widgets
How does it work? I see no tags defi开发者_开发知识库ned for example to add a CellTable in a UiBinder.ui.xml file, like[详细]
2023-01-24 23:30 分类:问答GWT 2.1 and the editor mechanism, how to?
I\'m very confused about the new editor mecanism with GWT 开发者_StackOverflow2.1. I can\'t understand how to provide errors with a simple TextBox.[详细]
2023-01-24 07:24 分类:问答