Package com.ebasetech.xi.api.controls
Interface HyperlinkProperties
- All Known Subinterfaces:
- FieldHyperlinkProperties,- HyperlinkControl,- ListHyperlinkControl
public interface HyperlinkProperties
Hyperlink Properties.
- Since:
- V4.4
- 
Method SummaryModifier and Type Method Description HyperlinkStatePropertiesgetActiveTextStyle()Hyperlink properties that apply to the active state.HyperlinkStatePropertiesgetHoverTextStyle()Hyperlink properties that apply to the hover state.HyperlinkStatePropertiesgetLinkedTextStyle()Hyperlink properties that apply to the linked state.HyperlinkStatePropertiesgetVisitedTextStyle()Hyperlink properties that apply to the visited state.
- 
Method Details- 
getLinkedTextStyleHyperlinkStateProperties getLinkedTextStyle()Hyperlink properties that apply to the linked state.- Since:
- V4.4
 
- 
getHoverTextStyleHyperlinkStateProperties getHoverTextStyle()Hyperlink properties that apply to the hover state.- Since:
- V4.4
 
- 
getVisitedTextStyleHyperlinkStateProperties getVisitedTextStyle()Hyperlink properties that apply to the visited state.- Since:
- V4.4
 
- 
getActiveTextStyleHyperlinkStateProperties getActiveTextStyle()Hyperlink properties that apply to the active state.- Since:
- V4.4
 
 
-