The UiBinder framework allows you to build your apps as HTML pages with GWT widgets sprinkled throughout them.
Questions tagged [uibinder]
778 questions
0
votes
1 answer
0
votes
1 answer
How to use GWT UI Binders in "external" Package
I'm working on a web app using GWT, and am in the process of modifying it to be built using UiBinders.
I have a working version of several binders contained in the same package as the classes that reference them, but a lot of these have universal…

Mike
- 628
- 1
- 5
- 25
0
votes
1 answer
Watermark on Password text input using GWT
This has been addressed for C# in here by using jQuery or by changing dynamically the "input" type. The jQuery option is probably overkilling in GWT and the change of input type I think is not possible. What is the best way to do it using GWT?
is…

Carlos
- 23
- 4
-1
votes
1 answer
How to use a method with SafeHtml param instead of String in UiBinder (XML)?
We're migrating our application from GXT 3 to GXT 4 (and also from GWT 2.5 to 2.8.2) and one of the things that changed is that lot of components' body/text/heading/etc. now have two separate setters. One accepts String param and the other one…

HiddenHeathen
- 11
- 1
-1
votes
1 answer
the markup declarations contained or pointed to by the document type declaration must be well-formed in GWT
I am getting the below error for GWT UI: UiBinder parser
the referenced file contains error (http://dl.google.com/gwt/DTD/xhtml.ent)
Show Details: the markup declarations contained or pointed to by the document type declaration must be well-formed…

Mamun...
- 1
-1
votes
6 answers
How to achieve this layout?
I want to basically create this kind of layout:
What would be the best way to achieve this?

helpermethod
- 59,493
- 71
- 188
- 276
-1
votes
1 answer
already existing html templates with GWT
I want to know how to use already existing html templates with gwt
because for my project I have html design that i'm obliged to use
thanks

Mehdi Chekir
- 1
- 2
-1
votes
2 answers
Get HTML elements in GWT
Like there is a getElementById() in JavaScript to get a HTML tag and in Android to attach to UI Element , is there a way in GWT do all the stylings in basic HTML and CSS and just use GWT for event handling ?
In other words,
If I have in HTML…

Sachin
- 3,350
- 2
- 17
- 29
-1
votes
1 answer
How to call method of @UiField field in GWT
here are my classes
public class PersonView extends Composite{
private Person person;
@UiField
FirstnameView firstnameView;
@UiField
LastnameView lastnameView;
public PersonView(Person person) {
setData(person);
…

olgacosta
- 1,076
- 4
- 15
- 36
-1
votes
1 answer
JSON widget in GWT
I'm developing a GWT app.And to be clear , i'm totally new to GWT,Web development and stuffs.I have a requirement in my GWT app, to get a JSON input.I should provide a JSON editor kind of UI , so that the user can enter the JSON data.Please help me…

Karthik207
- 493
- 9
- 27
-1
votes
1 answer
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 Refresh button (or) any mouse motion.If u aware about…

user2186658
- 1
- 2
-1
votes
1 answer
Interaction between CellTree and Panels GWT
I am new to GWT. I have a CellTree on the left hand side consisting of three hierachies namely - session, uproc and batch. I have three Composite Widgets in the center, one for each Session, Uproc and Batch for displaying its details. In the…

richa pereira
- 21
- 3
-6
votes
1 answer
Sample GWT2.5 application
Please give me sample GWT2.5 application with all additional features in 2.5. Please give I've tried it for UiBinder Enhancements. But it is not working.
Please reply me as quick as possible. Its urgent
The following are the…

Gnik
- 7,120
- 20
- 79
- 129