Search
Clear search
Close search
Main menu
Google apps
Groups
Sign in
Groups
GWT Users
Conversations
About
Send feedback
Help
Sort By Relevance
Sort By Date
1–25 of 25
129pierre
2
3/17/17
Editors and inheritance
based on
uibinder
> AEditor extends Composite implements Editor > > Now, I have a new class B extending A > > can I extends AEditor like this for creating a BEditor ? : >
unread,
Editors and inheritance
based on
uibinder
> AEditor extends Composite implements Editor > > Now, I have a new class B extending A > > can I extends AEditor like this for creating a BEditor ? : >
3/17/17
Jonathan Stevens
, …
Thomas Broyer
4
3/4/14
Newbie GWT 2.6.0 Question on inheritance - Maybe a bug?
BaseClassUiBinder extends
UiBinder
{} private static BaseClassUiBinder
uiBinder
= GWT.create(BaseClassUiBinder.class); /** * constructor for lazy-init, when working with
unread,
Newbie GWT 2.6.0 Question on inheritance - Maybe a bug?
BaseClassUiBinder extends
UiBinder
{} private static BaseClassUiBinder
uiBinder
= GWT.create(BaseClassUiBinder.class); /** * constructor for lazy-init, when working with
3/4/14
GWTter
, …
Thomas Broyer
19
2/24/14
CssResource inheritance and avoiding rule repetition on injection, possibility of an @Require?
Shared+
inheritance
. The difference is that with @Shared you're forced to declare rules for the inherited/shared class names (to satisfy the 4th rule above), and the class name
unread,
CssResource inheritance and avoiding rule repetition on injection, possibility of an @Require?
Shared+
inheritance
. The difference is that with @Shared you're forced to declare rules for the inherited/shared class names (to satisfy the 4th rule above), and the class name
2/24/14
Jens
, …
Andrei
10
5/16/13
Re: CSS
In the
UiBinder
you utilize the generated Java classes for the references. At that point the GWT could tune the CSS and document generation model very quick. It could also be tuned for
unread,
Re: CSS
In the
UiBinder
you utilize the generated Java classes for the references. At that point the GWT could tune the CSS and document generation model very quick. It could also be tuned for
5/16/13
membersound
,
Jesse Hutton
2
3/15/13
How can I inherit a UiBinder class, or supplying a widget for a placeholder?
can use
inheritance
with
UiBinder
like that. But you can achieve more or less what you're looking for, I think. Basically, you create a layout view that you can use in your primary
unread,
How can I inherit a UiBinder class, or supplying a widget for a placeholder?
can use
inheritance
with
UiBinder
like that. But you can achieve more or less what you're looking for, I think. Basically, you create a layout view that you can use in your primary
3/15/13
Alexander Orlov
, …
othman
19
10/25/12
Sub-classing UiBinder based Widgets
I have a widget "MyWidgetSuperClass extends Composite" that has an UiBinder backed layout.
unread,
Sub-classing UiBinder based Widgets
I have a widget "MyWidgetSuperClass extends Composite" that has an UiBinder backed layout.
10/25/12
Joseph Lust
,
Thomas Broyer
2
10/3/12
Re: How to change package structure (location) of LocalizableResource
are using
UIBinder
to create UI screens and implementing > internationalization in them. We are able to read values associated with > keys from the LocalizableResource_ .properties
unread,
Re: How to change package structure (location) of LocalizableResource
are using
UIBinder
to create UI screens and implementing > internationalization in them. We are able to read values associated with > keys from the LocalizableResource_ .properties
10/3/12
expert
, …
Steve Moyer
4
8/29/12
GWT app crashes in run-time when RequestContext interface is used in client code
Check the
inheritance
chain from your module; it > may not be inheriting a required module or a module may not be adding > its source path entries properly. > ERROR: Deferred
unread,
GWT app crashes in run-time when RequestContext interface is used in client code
Check the
inheritance
chain from your module; it > may not be inheriting a required module or a module may not be adding > its source path entries properly. > ERROR: Deferred
8/29/12
Márcio Menezes
, …
Thomas Broyer
6
4/5/12
UiBinder view inheritance troubles
Hi all. I'm migrating all my views from the old style to @UiBinder based and I'm facing some
unread,
UiBinder view inheritance troubles
Hi all. I'm migrating all my views from the old style to @UiBinder based and I'm facing some
4/5/12
hindog
, …
Deepak Singh
10
12/23/11
App with hundreds of code splits won't finish compiling
RequestFactory and
UiBinder
for all of it. (There is a ton of
inheritance
>>> so most of those activities are only 50-100 lines of code. Only the >>> object-specific
unread,
App with hundreds of code splits won't finish compiling
RequestFactory and
UiBinder
for all of it. (There is a ton of
inheritance
>>> so most of those activities are only 50-100 lines of code. Only the >>> object-specific
12/23/11
chris
, …
Stefan Ollinger
4
12/22/11
ListEditor with inheritance
There are a few posts asking about Editor's discussing inheritance this but no responses as of
unread,
ListEditor with inheritance
There are a few posts asking about Editor's discussing inheritance this but no responses as of
12/22/11
Richi Plana
4/26/11
Re: Abridged summary of google-web-toolkit@googlegroups.com - 40 Messages in 29 Topics
Just found this yesterday in the documentation: https://code.google.com/webtoolkit/doc/latest/DevGuideUiCustomWidgets.html Thanks! On Mon, Apr 25, 2011
unread,
Re: Abridged summary of google-web-toolkit@googlegroups.com - 40 Messages in 29 Topics
Just found this yesterday in the documentation: https://code.google.com/webtoolkit/doc/latest/DevGuideUiCustomWidgets.html Thanks! On Mon, Apr 25, 2011
4/26/11
pete
, …
Colin Alworth
9
2/21/11
UiBinder problem with IsWidget
, the
inheritance
of your MapWidget interface, and maybe how it should be bound to a real class (through a replace-with or generate-with, or through a line or two in your Gin module)?
unread,
UiBinder problem with IsWidget
, the
inheritance
of your MapWidget interface, and maybe how it should be bound to a real class (through a replace-with or generate-with, or through a line or two in your Gin module)?
2/21/11
ahha...@gmail.com
1/17/11
Eclipse false error
error for
UiBinder
classes in a certain package... which compiles, runs , auto-completes in IDE and does everything correctly... except always showing the error on: static BusinessPartnerLoginUiBinder
unread,
Eclipse false error
error for
UiBinder
classes in a certain package... which compiles, runs , auto-completes in IDE and does everything correctly... except always showing the error on: static BusinessPartnerLoginUiBinder
1/17/11
Jeff Schwartz
,
Thomas Broyer
5
1/6/11
Problem with @sprite
(Java
inheritance
, nothing special). The ImageResource will still be loked up in the ClientBundle that actually references the InsurancePaymentStyle that's being processed
unread,
Problem with @sprite
(Java
inheritance
, nothing special). The ImageResource will still be loked up in the ClientBundle that actually references the InsurancePaymentStyle that's being processed
1/6/11
Ang Gao
2
12/31/10
Re: Abridged summary of google-web-toolkit@googlegroups.com - 87 Messages in 43 Topics
sprite in
uibinder
not working [7 Updates] > http://groups.google.com/group/google-web-toolkit/t/e310b760f5d96ffd > - Filtering feature on cell table [1 Update] >
unread,
Re: Abridged summary of google-web-toolkit@googlegroups.com - 87 Messages in 43 Topics
sprite in
uibinder
not working [7 Updates] > http://groups.google.com/group/google-web-toolkit/t/e310b760f5d96ffd > - Filtering feature on cell table [1 Update] >
12/31/10
Y2Kenny
11/4/10
How do you manage static contents/pages along with gwt?
I have been using Django with GAE/Python and recently I have been considering switching to GAE/J and
unread,
How do you manage static contents/pages along with gwt?
I have been using Django with GAE/Python and recently I have been considering switching to GAE/J and
11/4/10
mkh
8/18/10
StackLayoutPanel: Inheritance order of gwt-StackLayoutPanelContent style class
I have a "StackLayoutPanel" sitting on top of a spiffy gradient background, but the content
unread,
StackLayoutPanel: Inheritance order of gwt-StackLayoutPanelContent style class
I have a "StackLayoutPanel" sitting on top of a spiffy gradient background, but the content
8/18/10
Dan
,
ocaner
3
3/18/10
Class in jar file used in another GWT application gives *Source not available* error when compiling
Hi, I am trying ot use the DatePicker that the user created here: http://advanced-gwt.sourceforge.net
unread,
Class in jar file used in another GWT application gives *Source not available* error when compiling
Hi, I am trying ot use the DatePicker that the user created here: http://advanced-gwt.sourceforge.net
3/18/10
jd
3/15/10
Multiple inheritance in Widget hierarchy
Hi, I am experimenting with compiling GWT code with a standard JDK so I can use the same code to
unread,
Multiple inheritance in Widget hierarchy
Hi, I am experimenting with compiling GWT code with a standard JDK so I can use the same code to
3/15/10
bkbonner
,
Jason Parekh
3
3/12/10
eclipse plugin - user define composites
Sometimes when I create a custom composite, the editor for the UIBinder view doesn't recognize
unread,
eclipse plugin - user define composites
Sometimes when I create a custom composite, the editor for the UIBinder view doesn't recognize
3/12/10
Rodrigue Lagoue
,
Qian Qiao
6
1/3/10
packing custom gwt libraries
Hi, i have a problem when packing custom utilities in a jar for reusing in other projects. I would
unread,
packing custom gwt libraries
Hi, i have a problem when packing custom utilities in a jar for reusing in other projects. I would
1/3/10
DiegoSS
,
Lucas Vargas Freitas Ventura
2
12/30/09
Doubt in Ui-Binder and inheritance
can use
inheritance
with
UiBinder
. Let´s pretend We have two documents: super.xml and son.xml.....and we want know if is possible change, ie, add some elements on the components that
unread,
Doubt in Ui-Binder and inheritance
can use
inheritance
with
UiBinder
. Let´s pretend We have two documents: super.xml and son.xml.....and we want know if is possible change, ie, add some elements on the components that
12/30/09
Devraj Mukherjee
, …
Thomas Broyer
5
10/26/09
No source code is available for type com.google.gwt.uibinder.client.UiBinder
Hi all, I am trying to get UiBinder to work from the HelloWorld example. I get the following error
unread,
No source code is available for type com.google.gwt.uibinder.client.UiBinder
Hi all, I am trying to get UiBinder to work from the HelloWorld example. I get the following error
10/26/09
Ainata-Leb
, …
Juraj Vitko
8
7/29/09
declarative way to build/layout UI
t support
inheritance
, and cannot be instantiated. But annotations stay glued to the Java code, so if it changes, the annotations adapt (or break visibly). J. On Jul 15, 5:40 am, "
unread,
declarative way to build/layout UI
t support
inheritance
, and cannot be instantiated. But annotations stay glued to the Java code, so if it changes, the annotations adapt (or break visibly). J. On Jul 15, 5:40 am, "
7/29/09