|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gwtext.client.widgets.tree.event.DefaultSelectionModelListenerAdapter
public class DefaultSelectionModelListenerAdapter
| Constructor Summary | |
|---|---|
DefaultSelectionModelListenerAdapter()
|
|
| Method Summary | |
|---|---|
boolean |
doBeforeSelect(DefaultSelectionModel sm,
TreeNode newNode,
TreeNode oldNode)
Fires before the selected node changes, return false to cancel the change. |
void |
onSelectionChange(DefaultSelectionModel sm,
TreeNode node)
Fires when the selected node changes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSelectionModelListenerAdapter()
| Method Detail |
|---|
public boolean doBeforeSelect(DefaultSelectionModel sm,
TreeNode newNode,
TreeNode oldNode)
DefaultSelectionModelListener
doBeforeSelect in interface DefaultSelectionModelListenersm - selection modelnewNode - the new selectionoldNode - the old selection
public void onSelectionChange(DefaultSelectionModel sm,
TreeNode node)
DefaultSelectionModelListener
onSelectionChange in interface DefaultSelectionModelListenersm - selection modelnode - new selection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||