Package com.ebasetech.xi.api.controls
Interface HyperlinkProperties
- All Known Subinterfaces:
FieldHyperlinkProperties
,HyperlinkControl
,ListHyperlinkControl
public interface HyperlinkProperties
Hyperlink Properties.
- Since:
- V4.4
-
Method Summary
Modifier and Type Method Description 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 Details
-
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
-