public static interface OwTreeView.OwTreeViewEventListner extends EventListener
Base class for event listeners to OwTreeView.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Modifier and Type | Method and Description |
---|---|
void |
onTreeViewNavigateFolder(OwTreeView.OwTreeViewNode node_p)
event called when a user navigates through the tree (using plus minus
icon), but does not open a folder
|
void |
onTreeViewOpenFolder(OwTreeView.OwTreeViewNode node_p)
event called when a user opens a folder to display its document
contents
|
void onTreeViewOpenFolder(OwTreeView.OwTreeViewNode node_p) throws Exception
node_p
- the node which triggered the event - the opened folder
nodeException
void onTreeViewNavigateFolder(OwTreeView.OwTreeViewNode node_p) throws Exception
node_p
- the node which triggered the event - the node which is
opened (+) or closed (-)Exception
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.