Search Type: Posts; User: 4723
Search: Search took 0.01 seconds.
-
14 May 2013 1:38 AM
Jump to post Thread: Blank Item for ComboBox by 4723
- Replies
- 3
- Views
- 566
Use " " item insted of empty string.
-
8 Nov 2012 12:21 AM
Jump to post Thread: GWT 2.5 support by 4723
- Replies
- 4
- Views
- 1,392
Thanks a lot !
-
7 Nov 2012 10:49 PM
Jump to post Thread: GWT 2.5 support by 4723
- Replies
- 4
- Views
- 1,392
Rebinding pl.coig.test.client.UiBinderTest.UiBinderTestUiBinder
Invoking generator com.sencha.gwt.uibinder.rebind.UiBinderGenerator
[ERROR] Generator... -
17 Sep 2012 9:38 PM
Jump to post Thread: Grid crash with UiBinder by 4723
- Replies
- 0
- Views
- 315
Why i can't to apply Sencha Grid with UiBinder and Eclipse "Design" tab ? Any else - Viewportm BorderLayouts, ContentPanels, Fields works fine but Grid (created by @UiFactory method) took me below...
-
10 May 2012 10:39 PM
Jump to post Thread: Sencha GXT 3.0 Maven support by 4723
- Replies
- 35
- Views
- 10,165
Nexus is not too rigid. Instead mvn:install on any PC , allow you to easily install new artifact via GUI on your central CI server.
-
6 Mar 2012 3:27 AM
Jump to post Thread: Reason why GWT Designer was useful by 4723
- Replies
- 3
- Views
- 1,342
I am in sympathy with Konstantin. Designer is very important for my team.
-
6 Mar 2012 2:44 AM
Jump to post Thread: Validation bug in TextField by 4723
- Replies
- 7
- Views
- 2,726
Do you think also about asynchronous validating process ? After blur field shall lock (pending state) and start ex. remote value test (via rpc). After receiving the response callbck should continue...
-
9 Jan 2012 2:50 AM
Jump to post Thread: How to make grid read only? by 4723
- Replies
- 1
- Views
- 524
grid.setSelectionModel( null );
-
23 Nov 2010 4:30 AM
Jump to post Thread: Usefulness of GXT.RESOURCES_URL by 4723
- Replies
- 1
- Views
- 713
GXT 2.2.1.
Class GXT in package package com.extjs.gxt.ui.client has a constans:
/**
* Path to GXT resources (defaults to 'gxt').
*/
public static String RESOURCES_URL = "gxt";The... -
17 Nov 2010 1:20 AM
- Replies
- 0
- Views
- 522
GXT 2.2.1. The Head class (nested into com.extjs.gxt.ui.client.widget.grid.ColumnHeader) has a public modifier
public class Head extends BoxComponent { and consistently, ColumnHeader has a... -
15 Nov 2010 10:42 PM
Jump to post Thread: ColumnConfig and html by 4723
- Replies
- 2
- Views
- 827
Thank You Sven for all answers
-
15 Nov 2010 6:52 AM
Jump to post Thread: ColumnConfig and html by 4723
- Replies
- 2
- Views
- 827
The current implementation
public class ColumnConfig (String id, String name, int width) treats the passed text as html. For example, to obtain the two-line grid column header:
A<B
[yes or no],... -
15 Nov 2010 6:40 AM
- Replies
- 2
- Views
- 2,162
Class method
com.extjs.gxt.ui.client.widget.grid.GridView
protected String getRenderedValue(ColumnData data, int rowIndex, int colIndex, ModelData m, String property)has a unnecessary cast:
... -
15 Nov 2010 6:30 AM
- Replies
- 5
- Views
- 2,120
In my opinion it is necessary to support two-phase route of this event.
First of all components should respond to the question of whether they agree to changes in the Store and start Loader... -
22 Jun 2010 1:13 AM
- Replies
- 3
- Views
- 832
There is my proposition:
@SuppressWarnings("unchecked")
@Override
public void updateField( boolean updateOriginalValue) {
Object newValue =... -
17 Jun 2010 1:29 AM
- Replies
- 3
- Views
- 832
Thank You
-
17 Jun 2010 1:16 AM
- Replies
- 3
- Views
- 832
It seems to me that the execution of the fiedls methods: setValue and setOriginalValue in method updateField of FieldBindings class should occur in reverse order. Currently FieldChange event...
Results 1 to 17 of 17
