sbIImageLinkPropertyInfo Interface Reference

The property information specific to image link properties. More...

import"sbIImageLinkPropertyInfo.idl";

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

Public Member Functions

boolean getPreventNavigation (in AString aImageValue, in AString aUrlValue)
 If this attribute is true, navigation will not occur when the user clicks on the image regardless of the url property content. More...
 

Public Attributes

readonly attribute AString urlProperty
 The id of the property containing the URL to navigate to. More...
 

Detailed Description

The property information specific to image link properties.

A property that implements this interface indicates that it can navigate to an associated property url when clicked.

See Also
sbIPropertyInfo, sbIClickablePropertyInfo

Definition at line 43 of file sbIImageLinkPropertyInfo.idl.

Member Function Documentation

boolean sbIImageLinkPropertyInfo::getPreventNavigation ( in AString  aImageValue,
in AString  aUrlValue 
)

If this attribute is true, navigation will not occur when the user clicks on the image regardless of the url property content.

Parameters
aImageValueThe value of the image property
aUrlValueThe value of the associated url property

Member Data Documentation

readonly attribute AString sbIImageLinkPropertyInfo::urlProperty

The id of the property containing the URL to navigate to.

Definition at line 48 of file sbIImageLinkPropertyInfo.idl.


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