wt.util
Class IconSelector
java.lang.Object
wt.util.IconSelector
- All Implemented Interfaces:
- Serializable
- public class IconSelector
- extends Object
- implements Serializable
This class is used for communication between the client and the business
model
about how the business object should be displayed.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
iconProperties
private Vector iconProperties
isResourceKey
private boolean isResourceKey
iconKeyValue
private String iconKeyValue
IconSelector
public IconSelector(String key)
IconSelector
public IconSelector(String key,
boolean resourceKey)
addAdornment
public void addAdornment(String anAdornmentConstant)
removeAdorment
public boolean removeAdorment(String anAdornmentConstant)
hasAdornment
public boolean hasAdornment(String anAdornmentConstant)
getIconKey
public String getIconKey()
isResourceKey
public boolean isResourceKey()
getAdornments
public Vector getAdornments()
setAdornments
public void setAdornments(Vector s)