Top "Uibinder" questions

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

How to layout widgets using DockLayoutPanel and UiBinder in GWT 2.0?

I'm trying to get a simple layout working under GWT 2.0 using UiBinder. The layout I'm trying to get is one …

java gwt layout uibinder
Adding ClickHandler to div which contains many other widget

It seems that Panel doesn't inherit from HasClickHandlers and I can't add a clickHandler to DivElement. Is there any way …

gwt uibinder
Documentation for @UiHandler

I started to look into using GWT in combination with UiBuilder. I'm a bit puzzled about how you can use …

java gwt uibinder
FlowPanel vs. HTMLPanel in GWT UiBinder

When using UiBinder what is the preferred method of creating a simple layout like this? FlowPanel: <!DOCTYPE ui:UiBinder …

gwt uibinder
GWT UiBinder CSS styling

I declare some colors for the border of a VerticalLayout panel, like in: <ui:style> .onMouseOverBorderColor {border-color: red; …

java gwt uibinder
How to use the GWT editor framework for validation?

I am trying to integrate with the new GWT Editor framework of GWT 2.1.0. I also want to add my validation …

java gwt editor uibinder gwt2
GWT: Menus in UiBinder

I would like to implement menus (MenuBar, MenuItem) using the declarative approach via UiBinder in GWT 2.0. I have run into …

gwt uibinder
How to declare dependent style names with UiBinder

I have a simple UiBinder widget containing a TextArea: <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/…

css gwt obfuscation uibinder gwt2
How to setup flextable with uiBinder for GWT 2.4

I'm trying to setup a flextable with uiBinder. I'm using GWT 2.4 and I know how to do a flextable, but …

gwt uibinder flextable