wt.util
Class IconSelector

java.lang.Object
  extended bywt.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

Field Summary
private static String CLASSNAME
           
private  String iconKeyValue
           
private  Vector iconProperties
           
private  boolean isResourceKey
           
private static String RESOURCE
           
 
Constructor Summary
IconSelector(String key)
           
IconSelector(String key, boolean resourceKey)
           
 
Method Summary
 void addAdornment(String anAdornmentConstant)
           
 Vector getAdornments()
           
 String getIconKey()
           
 boolean hasAdornment(String anAdornmentConstant)
           
 boolean isResourceKey()
           
 boolean removeAdorment(String anAdornmentConstant)
           
 void setAdornments(Vector s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

IconSelector

public IconSelector(String key)

IconSelector

public IconSelector(String key,
                    boolean resourceKey)
Method Detail

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)