uibinder Questions

3

Solved

I am trying to internationalize a UIBinder application with property files. Since we have already a lot of translations exposed by the com.google.gwt.i18n.client.Messages interface (GWT 1.7.1), we ...
Apprehensive asked 18/2, 2010 at 10:3

5

Solved

I am trying to integrate with the new GWT Editor framework of GWT 2.1.0. I also want to add my validation checks into the framework. However, I am struggling to find a decent example how to do this...
Gecko asked 4/11, 2010 at 15:59

1

Solved

Let's say we have a custom widget that was declared using UiBinder and it needs to have some arguments in its constructor. How can I make it in order to be able to supply these arguments when i dec...
Eolithic asked 20/7, 2011 at 9:36

4

I am trying to center a TabLayoutPanel in a uibinder and having no luck whatsoever. As you can see below, I've tried every CSS trick I can think of. Can anyone assist? <ui:style> .gwt-T...
Thermal asked 22/3, 2011 at 16:42

1

Solved

Is it possible to use UiBinder with SmartGWT at all? I've heard that at the moment it's impossible, though there are efforts to bridge the gap. How are those efforts? Have they yielded any successe...
Slimy asked 19/8, 2010 at 12:9

3

Solved

How to add the listbox items using UiBinder?
Edgardo asked 14/6, 2010 at 15:34

1

I want to have some menu on all pages, and my idea is to create one page for that and include it in all other. Is it possible?
Indent asked 26/4, 2011 at 7:59

1

Solved

We have a web application that needs a different theme for each major client. The original developer did this by looking at the URL in javascript and adding a stylesheet to override the default the...
Expostulate asked 18/4, 2011 at 21:48

1

Solved

I'm trying to get some automated UI testing going on a GWT application and I'm having trouble finding a way to track UI elements. For example, I have the following: <g:Button text="Submit" ui...
Emilia asked 8/3, 2011 at 3:56

2

Solved

I'm trying to use uiBinder. I followed the tutorial provided by google, but I don't know why clickevent doesn't work? I want to count number of clicks and show it in the span, it doesn't work, I al...
Ressieressler asked 27/6, 2010 at 1:38

6

I have my first GWT project that I created using UiBinder (GWT 2.0 way) which I found to be easier than write my UI creation Java source code (GWT 1.0 way). But I saw this thing called GWT Designe...
Haemoid asked 20/9, 2010 at 15:5

2

Solved

Using UIBinder and Widgets is straightforward but the html it produces is quite bloted and difficult to style (uibinder generates a lot of inline styles that override external styling - even HTMLPa...
Cachinnate asked 19/1, 2011 at 12:26

3

Solved

It seems that Panel doesn't inherit from HasClickHandlers and I can't add a clickHandler to DivElement. Is there any way to add the clickHandler to a DIV? EDIT: The reason I can't use Label as tha...
Glyco asked 29/11, 2010 at 11:34

1

Solved

How does it work? I see no tags defined for example to add a CellTable in a UiBinder.ui.xml file, like The documentation is sparse on this. So if it doesnt work, where should I put the cell wid...
Simeon asked 15/11, 2010 at 15:18

2

Solved

I would like to create a component to decorate its children, such as: mycomponent.ui.xml: <g:FlowPanel addStyleNames="myStyle"> <!-- how can i render children ? --> </g:FlowPanel&...
Fluster asked 13/11, 2010 at 23:11

1

I need to create a pushButton(so it's a button with image) in gwt with UiBinder, but I'm not sure how proceed. Here is my ui.xml code: <g:PushButton ui:field="myPushButton"/> And in *.jav...
Shiff asked 6/10, 2010 at 0:39

1

Solved

Class Foo has a variable List<Button> bar, how can I render each of the buttons using UiBinder? Is it even possible?
Willie asked 28/6, 2010 at 9:2

2

Solved

I have a layout in Google Web Toolkit using UIBinder involving a TabLayoutPanel. This layout has the superset of all tabs that will be used by my app (think of it as an admin view). I now need to ...
Gobbler asked 24/6, 2010 at 3:26

3

Solved

I am building a widget with UiBinder, and I need to have it enclosed in a <span /> but UiBinder only gives me <div />. E.g. <g:HTMLPanel /> => <div />. HorizonPanel, FlowPan...
Neckpiece asked 13/2, 2010 at 14:52

4

Solved

I'm trying to link all this technologies, but there are many isolated examples and I do not have enough experience to link them together so my questions: Whether there is a similar example? Is it ...
Kiloton asked 2/2, 2010 at 13:54

2

Solved

I need to insert a [number of] uiBinder-based widgets into another one, at a particular spot. The inserted widget has a somewhat complicated layout, so I am trying to define it in HTML. reference...
Celery asked 12/5, 2010 at 19:49

1

Solved

I get this error when I run my Gwt app Found widget in an HTML context Here is a snippet of the xml that it complains about: <!-- ... --> <g:HTML ui:field="localPanel"> <field...
Bedstead asked 30/4, 2010 at 14:34

1

Solved

I'm trying to extend a GWT widget that is built using UIBinder. UIBinder expects the fields in ui.xml to be in the extended widget. The problem that was well described by 'Blessed Geek' on Google G...
Manny asked 14/4, 2010 at 18:16

2

Solved

... <g:VerticalPanel styleName="{style.mainVerticalPanel}"> <g:SplitLayoutPanel> <g:north size="700"> <g:VerticalPanel> <g:ScrollPanel styleName="{style.conversationP...
Beckmann asked 22/3, 2010 at 20:25

2

Solved

The following replaces any current css class names. It appears to call setStyleName. <g:DecoratorPanel styleName="{style.myCssClass}"> What I really want to do is add a class name, like ca...
Irritated asked 14/12, 2009 at 5:1

© 2022 - 2024 — McMap. All rights reserved.