The property information consists of image and label. More...
import"sbIImageLinkPropertyInfo.idl";
Public Member Functions | |
void | addImage (in ACString aKey, in ACString aImageUrl) |
void | addLabel (in ACString aKey, in AString aLabel) |
The property information consists of image and label.
A property that implements this interface indicates that it has a property which consist of image and label. It can navigate to an associated property url when the image is clicked.
Definition at line 70 of file sbIImageLinkPropertyInfo.idl.
void sbIImageLabelLinkPropertyInfo::addImage | ( | in ACString | aKey, |
in ACString | aImageUrl | ||
) |
Add an image mapping - items with the key as the property value will use the image URL given. If aKey is null, the image URL will be used as the fallback for items with no mapping.
void sbIImageLabelLinkPropertyInfo::addLabel | ( | in ACString | aKey, |
in AString | aLabel | ||
) |
Add a label mapping - itmes with the key as the property value will use the label string given. If aKey is null, the label will be used as the fallback for items with no mapping.