com.wewebu.ow.server.dmsdialogs.views
Interface OwToolViewItem

All Known Subinterfaces:
OwToolExtension
All Known Implementing Classes:
OwAbstractToolExtension

public interface OwToolViewItem

Defines the view of a single tool-item.

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 getBigIcon()
          Get a big-icon for the tool to display.
 String getDescription()
          Get a description for the tool to display.
 String getIcon()
          Get an icon for the tool to display.
 String getTitle()
          Get a title for the tool to display.
 void onClickEvent()
          Called when the user activates the tool item by clicking it.
 

Method Detail

getTitle

String getTitle()
Get a title for the tool to display.

Returns:
String

getDescription

String getDescription()
Get a description for the tool to display.

Returns:
String

getIcon

String getIcon()
Get an icon for the tool to display.

Returns:
String fully specified icon path

getBigIcon

String getBigIcon()
Get a big-icon for the tool to display.

Returns:
String fully specified icon path

onClickEvent

void onClickEvent()
                  throws Exception
Called when the user activates the tool item by clicking it.

Throws:
Exception


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.