|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DefaultSelectionModelListener
Listener for DefaultSelectionModel.
DefaultSelectionModel| 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. |
| Method Detail |
|---|
boolean doBeforeSelect(DefaultSelectionModel sm,
TreeNode newNode,
TreeNode oldNode)
sm - selection modelnewNode - the new selectionoldNode - the old selection
void onSelectionChange(DefaultSelectionModel sm,
TreeNode node)
sm - selection modelnode - new selection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||