Top "Uibinder" questions

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

Defining GWT CellTables with UiBinder

If I define my CellTable in MyView.ui.xml UiBinder file like this: <ui:UiBinder xmlns:ui='urn:ui:…

gwt uibinder celltable gwt-celltable
Trying to get UIBinder to give me a span not a div

I am building a widget with UiBinder, and I need to have it enclosed in a <span /> but …

gwt uibinder
Use ClientBundle image as background-image

I'm trying to use an image from a ClientBundle as a background-image in a UIBInder template. I used this discussion …

gwt uibinder
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' /> I …

gwt uibinder gwt2
How to make FlowPanel flow its children vertically like VerticalPanel?

Google suggets use FlowPanel in replace of VerticalPanel since VerticalPanel does not work well in Standards Mode (http://www.gwtproject.…

gwt uibinder gwtp
How to implement i18n in GWT application?

I have a problem with internationalization. I'm trying to implement support two languages ​​in my GWT application. Unfortunately I never …

gwt internationalization gwt2 uibinder
How to addStyleNames "Multiple css classes" into 1 element in UiBinder in GWT?

I have the need to apply many separated CSS classes into 1 element in UiBinder in GWT, but don't know how …

css gwt uibinder gwtp
gwt pushButton in UiBinder

I need to create a pushButton(so it's a button with image) in gwt with UiBinder, but I'm not sure …

java gwt uibinder
dynamic value to uibinder in gwt

I am new to GWT and trying to making a page which is trying to inherit a composite widget but …

gwt uibinder
How to create a gwt composite component with children using uibinder?

I would like to create a component to decorate its children, such as: mycomponent.ui.xml: <g:FlowPanel addStyleNames="…

java gwt uibinder