Search Type: Posts; User: christiedavel
Search: Search took 0.02 seconds.
-
15 Jul 2012 10:47 PM
- Replies
- 14
- Views
- 1,881
I created a method which I call before I do the flush.
public static boolean validateFormPanel(FormPanel formPanel) {
for (int i = 0; i < formPanel.getFields().size(); i++) {
... -
27 Mar 2012 9:41 PM
Jump to post Thread: DrawComponent in grid by christiedavel
- Replies
- 5
- Views
- 1,060
I need to display an icon in a grid. The icon is not complex but the color must be unique for each row in the grid. Currently I create the icon on server side based on the color parameters I pass...
-
27 Mar 2012 6:23 AM
Jump to post Thread: DrawComponent in grid by christiedavel
- Replies
- 5
- Views
- 1,060
I want to draw an image with DrawComponent and add that to a grid. Is it possible? I can't find something like a DrawComponentCell in order to do the rendering of the drawComponent.
-
14 Mar 2012 4:22 AM
- Replies
- 0
- Views
- 379
Is there a colorField widget in gxt 3. In my app the user need to select a color similar to when a user needs to select a date via the dateField.
-
8 Feb 2012 2:28 AM
Jump to post Thread: Clear a ComboBox selection by christiedavel
- Replies
- 1
- Views
- 843
Is it possible to clear a comboBox selection by clicking a entry like <N/A> in the dropdown.
-
1 Feb 2012 1:32 AM
- Replies
- 0
- Views
- 556
Hi,
I implemented the Editor<T> interface in a dialog and everything is working fine. Now I want to add validation.
I have a textfield
TextField policyNr = new TextField();... -
22 Jan 2012 11:28 PM
- Replies
- 14
- Views
- 1,881
Hi I manage to figure out what the problem is. This only happens when you edit a textField for example and hit the OK button when the flush happens. The value in the Widget is not updated. It is...
-
18 Jan 2012 1:48 AM
- Replies
- 14
- Views
- 1,881
Hi,
I'm using the editor framework and getting strange behaviour while running in devmode. When I call flush() on the driver it works sometimes and sometimes not. Here is my code:
public... -
17 Jan 2012 11:03 PM
- Replies
- 6
- Views
- 1,850
Tnx for your reply,
It works!!!! -
19 Dec 2011 2:46 AM
- Replies
- 6
- Views
- 1,850
Thanks for the reply. However the problem I have is how to specify the label width. When I look at the source code for FieldLabel it seems that by calling setWidth we can specify the percentage...
-
18 Dec 2011 10:18 PM
- Replies
- 6
- Views
- 1,850
Hi,
In Ext-Gwt 2 one was able to set the label size of widgets by calling setLabelSize(..) method on the formPanel. In Ext-Gwt 3 this method is gone. I see there is a FieldLabel widget but the... -
3 Oct 2011 1:29 AM
- Replies
- 0
- Views
- 456
I want to prevent a tregrid node from loading it's children. I know the childcount of each one of the parent nodes before i load the children. If the childcount is above a specified size I want to...
Results 1 to 12 of 12
