Search Type: Posts; User: zaku
Search: Search took 0.05 seconds.
-
31 Aug 2012 1:40 AM
- Replies
- 4
- Views
- 1,243
I'm using 3.0.1. Here is test case:
package test.client;
import java.util.ArrayList;
import java.util.List;
import com.google.gwt.core.client.EntryPoint; -
25 Jul 2012 4:39 AM
Jump to post Thread: Store and ModelKeyProvider by zaku
- Replies
- 5
- Views
- 1,045
We ended up writing our own data structure, because ListStore wasn't really a match for our case.
-
20 Jul 2012 4:48 AM
Jump to post Thread: Store and ModelKeyProvider by zaku
- Replies
- 5
- Views
- 1,045
Yes please do so.
-
20 Jul 2012 4:28 AM
Jump to post Thread: Store and ModelKeyProvider by zaku
- Replies
- 5
- Views
- 1,045
Hi,
Why does Store with it's ModelKeyProvider allow for duplicated entries? -
11 Jun 2012 11:26 PM
- Replies
- 3
- Views
- 818
It's GXT 3.0.0b
-
11 Jun 2012 5:55 AM
- Replies
- 3
- Views
- 818
I tried following:
progress.setHeight(13);
progress.setHeight("10px");
progress.getElement().setHeight("3px");
but to no avail. -
16 May 2012 6:17 AM
Jump to post Thread: ComboBox Loading spinner? by zaku
- Replies
- 1
- Views
- 874
Hello,
I have a problem setting up spinner along with loading text on ComboBox. In sources of ListView I've found method onBeforeLoad:
protected void onBeforeLoad() {
if (loadingText... -
16 May 2012 6:14 AM
Jump to post Thread: ComboBox Loading spinner? by zaku
- Replies
- 1
- Views
- 695
Hello,
I have a problem setting up spinner along with loading text on ComboBox. In sources of ListView I've found method onBeforeLoad:
protected void onBeforeLoad() {
if (loadingText !=... -
27 Apr 2012 1:30 AM
- Replies
- 0
- Views
- 318
Hello,
When ComboBox gets expanded it automatically scrolls to the top. I would prefer it to show currently selected value.
Thanks -
19 Apr 2012 7:43 AM
Jump to post Thread: Widget Rendered Grid by zaku
- Replies
- 14
- Views
- 1,826
I didn't mean Java class :)
I was thinking about layouts generally. It would be cool to not to write any html and css but do everything from java code as was possible in GridCellRenderer... -
19 Apr 2012 12:53 AM
Jump to post Thread: Widget Rendered Grid by zaku
- Replies
- 14
- Views
- 1,826
@Colin Alworth - yes this is the trick. I was thinking of creating some uniform way of telling which sub-cell should get the event, so I could layout them any way I want. Using the class parameter...
-
17 Apr 2012 11:39 PM
Jump to post Thread: Widget Rendered Grid by zaku
- Replies
- 14
- Views
- 1,826
Ok, so can you tell me how to lay out cells inside AbstractCell using existing layouts? How should I know which cell is being clicked for example. In CompositeCell this is done via hasCells list...
-
16 Apr 2012 11:42 PM
Jump to post Thread: Widget Rendered Grid by zaku
- Replies
- 14
- Views
- 1,826
Hello,
I've implemented gxt 2 widget based on grid. For each row I've used custom GridCellRenderer wich simply returned widget to be displayed as row. It was very flexible and I could set up...
Results 1 to 13 of 13
