|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHyperlink
Represents a hyperlink. Immutable.
Method Summary | |
---|---|
boolean |
equals(IHyperlink hlink)
Determines whether the two Hyperlink instances are equal. |
int |
getActionType()
Returns type of HyperLinkEx's action. |
java.lang.String |
getExternalUrl()
Specifies the external URL If this property become not null then property TargetSlide become null. |
boolean |
getHighlightClick()
Determines whether the hyperlink should be highlighted on click. |
boolean |
getHistory()
Determines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. |
boolean |
getStopSoundOnClick()
Determines whether the sound should be stopped on hyperlink click. |
java.lang.String |
getTargetFrame()
Returns the frame within the parent HTML frameset for the target of the parent hyperlink when one exists. |
ISlide |
getTargetSlide()
If the HyperlinkEx targets specific slide returns this slide. |
java.lang.String |
getTooltip()
Returns the string which may be surfaced in a user interface as associated with the parent hyperlink. |
Method Detail |
---|
int getActionType()
Returns type of HyperLinkEx's action.
Read-only HyperlinkActionType
.
java.lang.String getExternalUrl()
Specifies the external URL
If this property become not null then property TargetSlide become null.
Read-only String
.
ISlide getTargetSlide()
If the HyperlinkEx targets specific slide returns this slide.
If ths property become not null then property ExternalUrl become null.
Read-only ISlide
.
java.lang.String getTargetFrame()
Returns the frame within the parent HTML frameset for the target
of the parent hyperlink when one exists.
Read-only String
.
java.lang.String getTooltip()
Returns the string which may be surfaced in a user interface
as associated with the parent hyperlink.
Read-only String
.
boolean getHistory()
Determines whether the target of the parent hyperlink shall be added
to a list of viewed hyperlinks when it is invoked.
Read-only boolean
.
boolean getHighlightClick()
Determines whether the hyperlink should be highlighted on click.
Read-only boolean
.
boolean getStopSoundOnClick()
Determines whether the sound should be stopped on hyperlink click.
Read-only boolean
.
boolean equals(IHyperlink hlink)
Determines whether the two Hyperlink instances are equal.
hlink
- The Hyperlink to compare with the current Hyperlink.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |