Search Type: Posts; User: Mrudul
Search: Search took 0.02 seconds.
-
29 Feb 2012 6:03 AM
Jump to post Thread: Facing error with gxt 3.0.0 beta 3 by Mrudul
- Replies
- 4
- Views
- 1,295
I already have the getter and the setter for the declared fields, I did not mention in the post as a JavaBean with private fields will have getter and setter methods.
And in spite of these public... -
28 Feb 2012 12:40 AM
Jump to post Thread: Facing error with gxt 3.0.0 beta 3 by Mrudul
- Replies
- 4
- Views
- 1,295
I am trying a simple grid example. I have a class StockDetails.
@SuppressWarnings("serial")
public class StockDetails implements Serializable {
private String id;
private String name;
... -
28 Feb 2012 12:38 AM
Jump to post Thread: Facing error with gxt 3.0.0 beta 3 by Mrudul
- Replies
- 4
- Views
- 1,295
I am trying a simple grid example. I have a class StockDetails.
@SuppressWarnings("serial")
public class StockDetails implements Serializable {
private String id;
private String name;... -
20 Dec 2011 10:44 AM
- Replies
- 2
- Views
- 492
How do I change or add a configs to Extjs component at runtime?
Thanks in advance
Results 1 to 4 of 4
