sbIImageLabelLinkPropertyInfo Interface Reference

The property information consists of image and label. More...

import"sbIImageLinkPropertyInfo.idl";

Inheritance diagram for sbIImageLabelLinkPropertyInfo:
[legend]
Collaboration diagram for sbIImageLabelLinkPropertyInfo:
[legend]

Public Member Functions

void addImage (in ACString aKey, in ACString aImageUrl)
 
void addLabel (in ACString aKey, in AString aLabel)
 

Detailed Description

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.

See Also
sbIPropertyInfo, sbIClickablePropertyInfo

Definition at line 70 of file sbIImageLinkPropertyInfo.idl.

Member Function Documentation

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.


The documentation for this interface was generated from the following file: