Search Type: Posts; User: akshayrpin
Search: Search took 0.01 seconds.
-
14 Nov 2012 6:15 AM
- Replies
- 10
- Views
- 3,971
thank you colin
my requirement is not to show up checkbox if the condition is not satisfied, but i guess i will have to show up some message when users tries to check by using... -
14 Nov 2012 6:11 AM
- Replies
- 2
- Views
- 480
I am stuck up with another problem. when Expanding the node i am trying to sort the Childrens byt
Collections.sort(childrens, new Comparator<BeanModel>() {
@Override
... -
14 Nov 2012 6:03 AM
- Replies
- 2
- Views
- 480
got the solution i had added two listners for treePanel
1 listner for Checkbox and also for TreePanel.getSelectionModel() listner so when tried to remove the node it was trying to remover the... -
9 Nov 2012 2:27 AM
Jump to post Thread: Removing Node From TreePanel by akshayrpin
- Replies
- 2
- Views
- 2,163
micgala,
Even i am facing the Same issue when i try to remove a node which is selected it throws error.
if i iterate all the child's and remove, which are not selected gets removed without... -
7 Nov 2012 10:08 PM
- Replies
- 10
- Views
- 3,971
i am using TreePanel and populating with treeStore.
i have enabled
store = new TreeStore<BeanModel>(createStore());
treePanel = new TreePanel<BeanModel>(store);
... -
7 Nov 2012 2:36 AM
- Replies
- 10
- Views
- 3,971
Hi,
treeWidget.setCheckNodes(CheckNodes.LEAF);//or PARENT or BOTH this would enable the checkbox for all the leaf node / parent or both
is it possible to add to only seleted item of the... -
7 Nov 2012 2:29 AM
- Replies
- 2
- Views
- 480
Hi
i have created a Treepanel using a treestore. i need to reorder [move the child node up and down within the parent] on click of a button. is this possible ???
i have been trying to achive... -
10 Oct 2012 10:22 PM
- Replies
- 10
- Views
- 3,971
Hi all,
I tried to google but i was not able to find how to add a checkbox for a selected node in a tree.
By making Tree.setCheckable(true); will show a checkbox for all the parent and... -
10 Oct 2012 4:14 AM
- Replies
- 1
- Views
- 170
Hi all,
I tried to google but i was not able to find how to add a checkbox for a selected node in a tree.
By making Tree.setCheckable(true); will show a checkbox for all the parent and child...
Results 1 to 9 of 9
