public interface OwToolExtension extends OwToolViewItem
An extension of the tool item.
Defines the actions performed when a tool item is clicked.
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 |
---|---|
String |
getId()
Get the extension id.
|
void |
init(OwXMLUtil confignode_p,
OwMainAppContext context_p)
Initializes the extension.
|
void |
onClickEvent()
Called when user invokes the extension.
|
getBigIcon, getDescription, getIcon, getTitle
void onClickEvent() throws Exception
onClickEvent
in interface OwToolViewItem
Exception
void init(OwXMLUtil confignode_p, OwMainAppContext context_p) throws Exception
context_p
- the current contextconfignode_p
- the configuration nodeException
String getId()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.