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, waitcanApplypublic 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.OwExceptionpublic String getIcon()
OwStatusIconRulegetIcon in interface OwStatusIconRulepublic void setIcon(String iconConfiguration)
public String getDescription()
OwStatusIconRuleOwStatusIconRule.getIcon() representation.getDescription in interface OwStatusIconRulepublic void setDescription(String description)
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved.