The property information specific to image link properties. More...
import"sbIImageLinkPropertyInfo.idl";
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... | |
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.
Definition at line 43 of file sbIImageLinkPropertyInfo.idl.
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.
aImageValue | The value of the image property |
aUrlValue | The value of the associated url property |
readonly attribute AString sbIImageLinkPropertyInfo::urlProperty |
The id of the property containing the URL to navigate to.
Definition at line 48 of file sbIImageLinkPropertyInfo.idl.