public class OwImageButton extends Object
POJO for image link/button rendering.
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
Constructor and Description |
---|
OwImageButton() |
OwImageButton(String eventString,
String imageLink) |
OwImageButton(String eventString,
String imageLink,
String tooltip) |
OwImageButton(String eventString,
String imageLink,
String tooltip,
String designClass) |
Modifier and Type | Method and Description |
---|---|
String |
getDesignClass()
Design class which can be set for this button instance.
|
String |
getEventString()
Get String which represent the event/action
to be fired when clicked.
|
String |
getImageLink()
Get an URI/URL to the image
which should be used as background for the button.
|
String |
getTooltip()
Get text which should be used as tooltip.
|
void |
setDesignClass(String designClass) |
void |
setEventString(String eventString) |
void |
setImageLink(String imageLink) |
void |
setTooltip(String tooltip) |
public String getTooltip()
public void setTooltip(String tooltip)
public String getEventString()
public void setEventString(String eventString)
public String getImageLink()
public void setImageLink(String imageLink)
public String getDesignClass()
public void setDesignClass(String designClass)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.