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

learn more… | top users | synonyms (1)

0
votes
1answer
40 views

GWT Internationalization — <ui:msg> eating spaces

I have been working on an internationalization project recently in which I utilized the GWT i18n module. Everything worked fine until I hit this problem. Below is a line in my UiBinder xml, as you ...
0
votes
1answer
24 views

GWT SuggestBox -> onChange event

Am confused bit time trying to understand how to capture SuggestionBox onchange() event in UiBinder. Any help is greatly appreciated. The following code doesn't work: @UiHandler( ...
0
votes
2answers
36 views

UIBinder with Widget

I am trying to add a widget to a panel using UIBinder but the composite simply doesn't load, here is my xml: <ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' ...
1
vote
1answer
70 views

GWT: Querying and translating proxied UI classes into widgets

This morning I asked this question and received a really great answer for it. I'm now trying to prototype the design and am running into a similar (but not same) issue. Essentially I'm trying to have ...
0
votes
2answers
41 views

Grid and Pager in UiBinder

I am trying to build a grid which has pagination controls. I understand that DataGrid of GWT provides the Grid and SimplePager provides pagination. I have taken the approach shown in the example ...
-1
votes
0answers
29 views

GWT PhoneGap call other page of my application on submit button

HI i m making an GWT PhoneGap Application .i want to call other page of my application on submit button of login page .tell me the procedure . package com.ati.apps.client; import ...
0
votes
1answer
49 views

Change span element style for GWT Cell using UiRenderer

How do I change the style for a Span HTML element when using UiRenderer with GWT 2.5? I have setup a simple cell to be used in a CellTable. The ui.xml looks like this : <!DOCTYPE ui:UiBinder ...
0
votes
1answer
14 views

From Widgets to HTML (UiBinder)

I worked with uibinder based on widgets for a couple of weeks. Now i want to try out uibinder with html. I integrated my widgets based uibinders into each other, using ...
1
vote
1answer
29 views

Display the contents of two UI.XML in a single GWT Presenter

I am using GWTP with UIbinder. MyPresenter.java is correctly representing the information on MyPresenter.ui.xml. However, I need to display in MyPresenter.java as well the contents of MyClass.ui.xml, ...
0
votes
0answers
8 views

I want to get scroll bar for tablayoutpanelcontent with respect to the page size using uibinder. is it possibel?

I want to get scroll bar for tablayoutpanelcontent with respect to the page size using uibinder. Is it possible?
0
votes
1answer
34 views

centering the contents of an column in GWT Bootstrap cell table

I have an cell table and the column data are the check boxes i want align these check boxes to center of that column i tried withcolumn.setHorizontalAlignment(HasHorizontalAlignment.ALIGN_CENTER); ...
0
votes
1answer
58 views

Fluid Layout GWT

I'm developing a webapp which shall be used on an ipad. Therefor I have to create a dynamic ui. Cause when I rotate the ipad, the side shall be arranged new. I'm working with uibinder(widgets) to ...
2
votes
2answers
51 views

GWT, CssStyle being injected multiple times

I have been using a ClientBundle and CssResources for quite some time but have noticed that my styles is getting injected many times. The one thing I can point my finger too is that I use quite a few ...
0
votes
1answer
69 views

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> <input type="text" id="lastName" ui:field="lastNameField" maxlength="150" /> ...
3
votes
1answer
53 views

Can I use variables in UiBinder style definitions in GWT

In the following example, from a file MessageView.ui.xml: <ui:style> .polite { position:fixed; background-color:notice-background-color; top:1em; left:2em; ...
3
votes
1answer
105 views

UIBinder in GWT

I am trying to understand the UIBinder concept in GWT. I went through couple of tutorials online. Here is my question: 1) Why exactly one would want to use UIBinder? Is it only because we would be ...
1
vote
1answer
77 views

GXT UiBinder FieldLabel

I am new to UiBinder and I try to use a FieldLabel. I found this post : GXT: UiBinder new instance of a Widget where the developer uses those markups <form:FieldLabel text="Text"> ...
1
vote
1answer
69 views

Variables in UIBinder xml

I am new to GWT and can not find an answer to this: I have got a nice UIBinder for a TextBox, it works, I have UIHandler working with it, ok. But what if I want to show a value from this TextBox all ...
1
vote
2answers
42 views

GWT uibinder autocorrect off

im using GWT uibinder method and my html contains a textbox like <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" xmlns:g="urn:import:com.google.gwt.user.client.ui" ...
0
votes
2answers
51 views

Why doesn't this uibinder page have a vertical scrollbar?

I want the browser to show a vertical scrollbar when the content grows larger than the page. The content and footer disappear below the screen instead of showing a vertical scroll bar (like we see on ...
1
vote
1answer
82 views

CSS is not working in GXT

I am in learning phase of GWT GXT, I my project some of the css are working fine , but some are showing me a strange behavior . for login button. logonBtn = new TextButton("Connect"); ...
1
vote
1answer
51 views

GWT UiBinder any way to have dynamic List of Images

I have a list of say 5 images (imageresources) that i want to add to a panel without having to declare five separate <img> tags in my ui.xml. Is this possible?
0
votes
1answer
77 views

Dynamic nested unordered lists in GWT UIBinder

I'm trying to implement a simple CSS-based menu in GWT UIBinder, but I'm having some difficulties with one particular part. The menu has two main-level items: "New session" and "Current sessions." ...
0
votes
1answer
158 views

GWT UiBinder CellTable is not rendered with AsyncDataProvider

I want to have on my page created with UIBinder a CellTable with data, received from server. I think I dont quite understand the logic of UiBinder. What steps should I do before calling initWidget(), ...
1
vote
1answer
65 views

GWT: SplitLayoutPanel UiBinder

I have the same problem like here. Is there a way to override the onResize method and using this in a uibinder? SplitLayoutPanel mainPanel = new SplitLayoutPanel() { @Override public void ...
1
vote
3answers
81 views

Gwt set label text as lesser than(<) sign using UiBinder

I have the following code for a widget in UiBinder <g:HorizontalPanel> <b:Label>&lt;</b:Label> <b:TextBox ui:field="lowerLimit" ...
0
votes
0answers
43 views

How to call oracle functions or procedures from SmartGWT

I am a beginner in SmartGWT and am struggling hard to configure datasources to populate some data on a page. My requirement is to call a oracle function with 6 input parameters and display the result ...
6
votes
1answer
102 views

Which Google GWT product uses UiBinder? [closed]

I would like to know which product of google written in GWT uses UiBinder. This would allow me to highlight the use case of UiBinder for our team/management. I am aware of following list of Google ...
0
votes
0answers
31 views

how desktop files sync with webserver in Gwt web application with RPC call?

According to my project req whenever we add files/folders to a specific folder in our local machine that data sholud sync with webserver & display on Web UI automatically without pressing refresh ...
0
votes
0answers
18 views

can we refresh the web UI when we add some content in database?

can we refresh the web UI when we add some content in database? I have a requirement ie..when we add content to our database automatically the Dbcontent should appear on Web-UI withOut click Refresh ...
-4
votes
1answer
45 views

is there any way to refresh the webpage automatically while adding data into database?

is there any way to refresh the webpage automatically while adding data into database ? If there is any possibility to achieve this plz convey with a little example.. For this we can use UI-Binder ...
0
votes
1answer
40 views

Access to UIBinder field values by field names passed as String?

I want to access field values rendered by UIBinder by their names passed as String value Is there any way to access data stored in ui field like PersonViewImpl.ui.xml <g:TextBox ...
-1
votes
1answer
23 views

how can we develop ajax application with GWT UI-Binder

As per my project requirement i want to develop an Ajax application with GWT Ui-Binder.. for achieving page refreshing automatically while getting content from database.. Remember: withOut click ...
3
votes
1answer
154 views

GWT: How to use Constants in UiBinder Template [duplicate]

I have a question related to UiBinder. I have the following UiBinder file: <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> <ui:UiBinder ...
0
votes
2answers
60 views

Changing widgets order in UiBinder layout in GWT application

I have a widget declared with UiBinder. Instances of this widget are used widely in application for building different views. My task is to implement a new view where a couple of panels should be ...
3
votes
1answer
41 views

How to define placeholders in Ui-Binder?

I want to create an EditPanel, which basically is always the same, only some TextBox fields differs. Thus I thought I'd create a Widget, define the layout etc with ui-binder and make it have some ...
0
votes
2answers
51 views

Creation order in UIBinder widgets using UiField and UiFactory

In my scenario (amendments welcome) I have a main page with a navigation and a content panel: main | +--- Navigation (sets contents in ContentPage) | \--- ContentPage Now, Navigation needs a ...
1
vote
1answer
144 views

LazyPanel in GWT (Uibinder)

I want to learn the utility of lazypanel of GWT. I want to use it using Uibinder. I have written the code as below. I want to use the lazy panel for tablayoutpanel. XML file <!DOCTYPE ...
0
votes
1answer
650 views

GXT Grid in ContentPanel messes up BorderLayout

EDIT Although, thanks to Colin, the problems with the Grid itself are now fixed, the BorderLayoutPanel still initializes the grid on a strange (small) height and the middle border is nowhere to be ...
0
votes
1answer
179 views

Using a DataGrid in a HeaderPanel

Edit Since no one has responded to my original question I think it is worthwhile adding a description of what I am attempting to accomplish, in addition to the existing description of how I have ...
1
vote
2answers
479 views

gwt ScrollPanel in TabPanel: no vertical scrollbar

EDIT I have fixed the whitespace behaviour by resizing components within the VerticalPanel, that seem to have had an effect on the panel's dimension somehow missed by the console. I don't quite ...
1
vote
1answer
64 views

GWT uiBinder works with inheritence?

I have a base class for a CRUD form to my models. In the template of this class i have a save button. In the extended class i have many fields relative to the specific model, but not the save button. ...
0
votes
1answer
64 views

Possibility of calling my static java method(and passing arguments ) in Ui binder (xml) [duplicate]

Is there a way pass arguments to java methods? Inside the Ui binder I imported class like below <ui:with type="com..myproject.MyUtil" field="util"/> I am calling a normal static method ...
0
votes
2answers
122 views

How to set a textbox value with the selected value of Bootstrap Typeahead?

I have the following gwt-bootstrap ui.xml : <b:Typeahead ui:field="typeahead"> <b:TextBox ui:field="searchBox" searchQuery="true" placeholder="Search..." /> </b:Typeahead> ...
2
votes
1answer
352 views

Deferred binding failed GWT using uibinder

Below are the total files used in project. It is giving these errors [ERROR] [cricketscore] - Deferred binding failed for 'test.client.UserDashboard.MyUiBinder'; expect subsequent failures and ...
0
votes
1answer
117 views

GWT UiBinder content assist seems to be missing

I am not new to GWT & UiBinder development, however it has been a long time since I have used Eclipse for this (I've been using Intellij IDEA the past months). I am now trying to get an ...
0
votes
2answers
71 views

How to dynamically create GWT UIBinder Element?

I have a Widget with one Button and a DIV that should content dynamically generated Buttons in a <g:HTMLPanel></g:HTMLPanel>. How can i proceed so that by clicking on this Button GWT ...
0
votes
0answers
49 views

How to build make two GWT Wigdets communicate?

Im trying to build a Widget containing two Childs Widgets : a Search Widget and a Celltables Widget which implements Editor. The Search Widget load Data from Server and send it to the Celltables ...
0
votes
1answer
183 views

GWT & Eclipse: UiBinder - Field has no corresponding field in template file

With the following: public class PromotionTableComposite<T extends Promotion> extends Composite { @UiField(provided=true) protected CellTable<T> displayTable; ...
0
votes
1answer
224 views

GWT UiBinder TabPanel

How to define TabPanel in UiBinder in GWT. What's difference between TabPanel and TabLayoutPanel. Where to find additional info about TabPanel uibinder parameters.

1 2 3 4 5 10