Search Type: Posts; User: diegop
Search: Search took 0.02 seconds.
-
28 Oct 2012 4:50 AM
Jump to post Thread: Load feedback for ASync tree by diegop
- Replies
- 5
- Views
- 1,228
I solved this by implementing the AsyncCallback interface :
public abstract class IconAsyncCall<T> implements AsyncCallback<T> {
private SplashImage loadgif;
public... -
30 Aug 2012 6:35 AM
Jump to post Thread: Load feedback for ASync tree by diegop
- Replies
- 5
- Views
- 1,228
The method createStyle in IconHelper has been removed in GXT 3, I am still trying to find a way to set an icon from a css style and not from a resource bundle.
If you find a way, please post your... -
29 Aug 2012 7:24 AM
- Replies
- 0
- Views
- 352
Hi,
Is there a way to set the icon style of the open folder/close folder and leaf nodes in a Tree ? without using
resource bundle ? , something like setOpenfolderStyle("openstyle"); -
10 Jul 2012 3:47 AM
Jump to post Thread: Hide Checkbox in Grid Header by diegop
- Replies
- 4
- Views
- 1,893
Sven,
by sub classing
CheckBOxSelectionModel the maximun you can do is neutralize the "select all" event but the check box will still be there.
I saw some ways to not show the checkbox by...
Results 1 to 4 of 4
