public abstract class OwStatusIconAbstractRule extends Object implements OwStatusIconRule
Abstract implementation of OwStatusIconRule, which creates a HTML-img representation.
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 |
---|
OwStatusIconAbstractRule(com.wewebu.ow.server.util.OwXMLUtil config,
com.wewebu.ow.server.ui.OwAppContext context) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Return a text which should be used as readable
information of
OwStatusIconRule.getIcon() representation. |
String |
getIcon()
Return an Icon representation,
which could be an URI, CSS or anything else.
|
void |
setDescription(String description) |
void |
setIcon(String iconConfiguration) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canApply
public OwStatusIconAbstractRule(com.wewebu.ow.server.util.OwXMLUtil config, com.wewebu.ow.server.ui.OwAppContext context) throws com.wewebu.ow.server.exceptions.OwException
com.wewebu.ow.server.exceptions.OwException
public String getIcon()
OwStatusIconRule
getIcon
in interface OwStatusIconRule
public void setIcon(String iconConfiguration)
public String getDescription()
OwStatusIconRule
OwStatusIconRule.getIcon()
representation.getDescription
in interface OwStatusIconRule
public void setDescription(String description)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.