com.wewebu.ow.server.app
Interface OwToolExtension

All Superinterfaces:
OwToolViewItem
All Known Implementing Classes:
OwAbstractToolExtension

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


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

onClickEvent

void onClickEvent()
                  throws Exception
Called when user invokes the extension.

Specified by:
onClickEvent in interface OwToolViewItem
Throws:
Exception

init

void init(OwXMLUtil confignode_p,
          OwMainAppContext context_p)
          throws Exception
Initializes the extension.

Parameters:
context_p - the current context
confignode_p - the configuration node
Throws:
Exception

getId

String getId()
Get the extension id.

Returns:
the extension id.
Since:
3.1.0.0


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.