import"sbIPropertyBuilder.idl";
Public Member Functions | |
void | addImage (in ACString aKey, in ACString aImageUrl) |
ACString | getImage (in ACString aKey) |
void | addLabel (in ACString aKey, in AString aLabel) |
AString | getLabel (in ACString aKey) |
Public Member Functions inherited from sbIPropertyBuilder | |
sbIPropertyInfo | get () |
Additional Inherited Members | |
Public Attributes inherited from sbIPropertyBuilder | |
attribute AString | propertyID |
attribute AString | displayName |
attribute AString | displayNameKey |
attribute boolean | userViewable |
attribute boolean | userEditable |
attribute boolean | remoteReadable |
attribute boolean | remoteWritable |
Definition at line 127 of file sbIPropertyBuilder.idl.
void sbIImageLabelLinkPropertyBuilder::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 sbIImageLabelLinkPropertyBuilder::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.
ACString sbIImageLabelLinkPropertyBuilder::getImage | ( | in ACString | aKey | ) |
Look up an existing image mapping
AString sbIImageLabelLinkPropertyBuilder::getLabel | ( | in ACString | aKey | ) |
Look up an existing label mapping