|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.uwl.config.ImageMapping.ImageMap
Class for the ImageMapping. This is the one to one mapping, which will indicate the icon to use for the specified item data.
| Constructor Summary | |
ImageMapping.ImageMap(String name,
String imageName,
Descriptions desc)
Constructor to create a ImageMap. |
|
| Method Summary | |
Object |
clone()
|
protected boolean |
equals(ImageMapping.ImageMap map)
This is used to determine if two data mappings match. |
Descriptions |
getDescriptions()
This is used to get the Description for the ImageMap. |
String |
getImageName()
This is used to get the Image name to be used. |
String |
getKeyValue()
This is the data which is used to compare with the item data to determine if there is a required mapping. |
String |
getLongText(Locale locale)
|
String |
getShortText(Locale locale)
|
boolean |
isImageMap()
This is used to determine if an image was specified or not. |
void |
setDescriptions(Descriptions descriptions)
|
void |
setImageName(String string)
|
void |
setKeyValue(String string)
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ImageMapping.ImageMap(String name,
String imageName,
Descriptions desc)
name - - This is the data for the Item which needs to be mappedimageName - - This is the image to use if the name above matches the item data.
This can be null if a defferent text mapping is required.desc - - This is used if text mapping is required, can be null if not required.| Method Detail |
protected boolean equals(ImageMapping.ImageMap map)
map -
public String getShortText(Locale locale)
locale -
public String getLongText(Locale locale)
locale -
public Descriptions getDescriptions()
public String getImageName()
public String getKeyValue()
public void setDescriptions(Descriptions descriptions)
descriptions - public void setImageName(String string)
string - public void setKeyValue(String string)
string - public boolean isImageMap()
public Object clone()
throws CloneNotSupportedException
CloneNotSupportedException
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||