Top "Uibinder" questions

The UiBinder framework allows you to build your apps as HTML pages with GWT widgets sprinkled throughout them.

Centering GWT Elements in UIBinder

I am trying to center a TabLayoutPanel in a uibinder and having no luck whatsoever. As you can see below, …

gwt uibinder
How can I internationalize a GWT UIBinder page with Messages?

I am trying to internationalize a UIBinder application with property files. Since we have already a lot of translations exposed …

gwt internationalization uibinder
GWT: UiBinder or GWT Designer?

I have my first GWT project that I created using UiBinder (GWT 2.0 way) which I found to be easier than …

gwt uibinder gwt-designer
Add id to field with ui:field declaration

I'm trying to declare these elements in my UiBinder XML: <label for="lastName">Last Name:</label> &…

gwt uibinder
UiBinder custom widget with parameterized constructor

Let's say we have a custom widget that was declared using UiBinder and it needs to have some arguments in …

gwt uibinder
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 …

gwt view uibinder gwt2
How to handle single quotes in internationalization constants?

We define all our internationalized constant strings in a single properties file LocalizableResource_xx.properties (one per language) located in …

gwt internationalization uibinder
How to combine multiple uiBinder-based widgets?

I need to insert a [number of] uiBinder-based widgets into another one, at a particular spot. The inserted widget has …

java xml gwt widget uibinder
GWT UiHandler on HTMLPanel

I'm writing a widget with the following markup: <g:HTMLPanel ui:field="shortcutPanel" styleName="{style.shortcut}"> <g:…

gwt event-handling uibinder
GWT UIBinder Tab panel

I want to put some anchor inside the body of tab panel with two tabs. But my anchors are not …

gwt uibinder gwt-tablayoutpanel