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
Modifier and Type | Method and Description |
---|---|
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.
|
String getTitle()
String getDescription()
String getIcon()
String getBigIcon()
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.