com.ebasetech.xi.api.controls
Interface HyperlinkProperties

All Known Subinterfaces:
FieldHyperlinkProperties, HyperlinkControl

public interface HyperlinkProperties

Hyperlink Properties.

Since:
V4.4

Method Summary
 HyperlinkStateProperties getActiveTextStyle()
          Hyperlink properties that apply to the active state.
 HyperlinkStateProperties getHoverTextStyle()
          Hyperlink properties that apply to the hover state.
 HyperlinkStateProperties getLinkedTextStyle()
          Hyperlink properties that apply to the linked state.
 HyperlinkStateProperties getVisitedTextStyle()
          Hyperlink properties that apply to the visited state.
 

Method Detail

getLinkedTextStyle

HyperlinkStateProperties getLinkedTextStyle()
Hyperlink properties that apply to the linked state.

Since:
V4.4

getHoverTextStyle

HyperlinkStateProperties getHoverTextStyle()
Hyperlink properties that apply to the hover state.

Since:
V4.4

getVisitedTextStyle

HyperlinkStateProperties getVisitedTextStyle()
Hyperlink properties that apply to the visited state.

Since:
V4.4

getActiveTextStyle

HyperlinkStateProperties getActiveTextStyle()
Hyperlink properties that apply to the active state.

Since:
V4.4