|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwToolExtension
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
Method Summary | |
---|---|
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. |
Methods inherited from interface com.wewebu.ow.server.dmsdialogs.views.OwToolViewItem |
---|
getBigIcon, getDescription, getIcon, getTitle |
Method Detail |
---|
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 node
Exception
String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |