Search Type: Posts; User: shingocat
Search: Search took 0.02 seconds.
-
14 Aug 2012 11:53 PM
- Replies
- 3
- Views
- 1,681
If you only want to receive number value, why not using NumericField.
Only maybe you add a Listener to your TextField, and do some logic code to meet your requriements! -
16 May 2012 5:26 AM
- Replies
- 0
- Views
- 530
Hi everyone,
Just like the following code, I have two javabeans , and the Address javabean is enclosed in the Company javabean. After adding Company to a ListStore, If I want display the Company... -
10 May 2012 11:14 PM
- Replies
- 0
- Views
- 469
Hi Everyone,
Could some one tell me the different between using Singleton model and Using Registry? Looking like the following example.
//First way
public class SingletonContentPanel extends... -
9 May 2012 5:30 PM
- Replies
- 1
- Views
- 529
I have worked it out. It is my sever side problem. it should be cleared the List element before adding element into the list.
-
9 May 2012 5:13 AM
- Replies
- 6
- Views
- 1,935
looking like as follow:
package com.treselementos.rssreader.client.model;
import com.extjs.gxt.ui.client.data.BeanModelMarker;
import com.treselementos.rssreader.shared.model.Feed;
import... -
9 May 2012 5:06 AM
- Replies
- 1
- Views
- 529
Hi everyone,
When I used the Rpc to retrieve data from server side, and then storing in ListStore in client side to bind in ComboBox.But I found one interesting thing. when I refresh the website or... -
9 May 2012 4:49 AM
- Replies
- 3
- Views
- 805
why not use Viewport to be the top container.
Viewport viewport = new Viewport();
ContentPanel cp = new ContentPanel();
Grid grid = new Grid(store,columnModle);
cp.add(grid);
viewport.add(cp) -
7 Feb 2012 8:36 PM
Jump to post Thread: Wait for mask() to load? by shingocat
- Replies
- 3
- Views
- 3,380
could you demonstrate more details for using mask() method?
because when I used mask() method, it was not working.
for instance, a tabitem including a grid inside
when I override onRender method.... -
12 Jan 2012 9:52 PM
Jump to post Thread: BeanModelLookup error by shingocat
- Replies
- 3
- Views
- 1,022
We should use the GWT SDK version is 2.1.0
-
12 Jan 2012 6:15 PM
Jump to post Thread: BeanModelLookup error by shingocat
- Replies
- 3
- Views
- 1,022
I also follow the steps of the book "Ext GWT 2.0 Beginner Guide".
And now my environment is GWT SDK is 2.4 and GXT is gxt22.jar and
eclipse 3.7. I don't know why?
regards! -
24 Nov 2011 6:29 PM
Jump to post Thread: Ext GWT 2.2.5 Now Available by shingocat
- Replies
- 10
- Views
- 8,315
So I thought it is very important to have list about the GXT there jar for which GWT.
-
16 Nov 2011 9:27 PM
Jump to post Thread: OnRender and constructor by shingocat
- Replies
- 2
- Views
- 1,364
Basically GXT suggest us to extend super class overriding the onRender() method.
it is for lazy rendering.
and on constructor is also ok, just not follow the GXT standard, I thought.
both ways are... -
16 Nov 2011 7:07 PM
- Replies
- 20
- Views
- 9,433
Could anyone having some examples or express details between them.
Thanks! -
16 Nov 2011 7:21 AM
Jump to post Thread: which gxt jar for gwt 2.3? by shingocat
- Replies
- 4
- Views
- 3,860
I try three jars in GXT folder to built GXT program.
and working the same.
>_<
Results 1 to 14 of 14
