ListHyperlinkControl

A List Hyperlink Control displays a hyperlink using the text from the list configured in its parent ListControl.

HyperlinkControl Functions

getHref ListHyperlinkControl.getHref( ) The URL of the hyperlink when property #isUseExternalURL() is true.
setHref ListHyperlinkControl.setHref( href ) Sets the URL of the hyperlink when property #isUseExternalURL() is true.
isSkipValidation ListHyperlinkControl.isSkipValidation( ) Returns the skip validation flag that indicates whether or not validation of controls higher on the page is skipped prior to executing the hyperlink's on click event.
setSkipValidation ListHyperlinkControl.setSkipValidation( skipValidation ) Specifies whether or not validation of controls higher on the page is skipped prior to executing the hyperlink's on click event.
getTarget ListHyperlinkControl.getTarget( ) The target window id when the link is configured as #isUseExternalURL().
setTarget ListHyperlinkControl.setTarget( target ) Sets the target window id when the link is configured as #isUseExternalURL().
getText ListHyperlinkControl.getText( ) Returns the com.ebasetech.xi.api.Text object for the hyperlink text.
getTitle ListHyperlinkControl.getTitle( ) Returns the com.ebasetech.xi.api.Text object for the mouse over text.
isUseExternalURL ListHyperlinkControl.isUseExternalURL( ) Indicates whether the link is external or internal.
setUseExternalURL ListHyperlinkControl.setUseExternalURL( useExternalURL ) Sets the link type.

AriaControlProperties Functions

addAriaCustomAttribute ListHyperlinkControl.addAriaCustomAttribute( name , value ) Add an ARIA custom attribute with a specified name and value.
getAriaCustomAttributes ListHyperlinkControl.getAriaCustomAttributes( ) Returns a comma separated list of the ARIA custom attributes for the control.
setAriaCustomAttributes ListHyperlinkControl.setAriaCustomAttributes( ariaCustomAttributes ) Sets the ARIA custom attributes as a comma separated list associated with the control property and overrides the aria custom attributes value.
getAriaDescribedBy ListHyperlinkControl.getAriaDescribedBy( ) Returns the ARIA described-by element ID for the control.
getAriaLabelledBy ListHyperlinkControl.getAriaLabelledBy( ) Returns the ARIA labelled-by element ID for the control.
getAriaLabelText ListHyperlinkControl.getAriaLabelText( ) Returns the com.ebasetech.xi.api.Text object for the ARIA label text.
getAriaRole ListHyperlinkControl.getAriaRole( ) Returns the ARIA role for the control.
setAriaRole ListHyperlinkControl.setAriaRole( role ) Sets the ARIA role for the control.
removeAriaCustomAttribute ListHyperlinkControl.removeAriaCustomAttribute( name ) Remove an ARIA custom attribute specified by name.

BackgroundStyleProperties Functions

getBackgroundColor ListHyperlinkControl.getBackgroundColor( ) Background color.
setBackgroundColor ListHyperlinkControl.setBackgroundColor( backgroundColor ) Sets the background color, this is equivalent to the CSS background-color property and any valid value for this CSS property can be used.
getBackgroundImage ListHyperlinkControl.getBackgroundImage( ) URL of the background image.
setBackgroundImage ListHyperlinkControl.setBackgroundImage( backgroundImage ) Sets the URL of the background image.
getBackgroundImagePosition ListHyperlinkControl.getBackgroundImagePosition( ) Background image position.
setBackgroundImagePosition ListHyperlinkControl.setBackgroundImagePosition( backgroundImagePosition ) Sets the background image position.
getBackgroundImageRepeat ListHyperlinkControl.getBackgroundImageRepeat( ) Background image repeat property.
setBackgroundImageRepeat ListHyperlinkControl.setBackgroundImageRepeat( backgroundImageRepeat ) Sets the background image repeat property.

BootstrapButtonStyle Functions

getBootstrapSize ListHyperlinkControl.getBootstrapSize( ) The current bootstrap size
setBootstrapSize ListHyperlinkControl.setBootstrapSize( alignment ) Sets the bootstrap size.
getBootstrapState ListHyperlinkControl.getBootstrapState( ) The current bootstrap state
setBootstrapState ListHyperlinkControl.setBootstrapState( alignment ) Sets the bootstrap state.
getBootstrapStyle ListHyperlinkControl.getBootstrapStyle( ) The current bootstrap style
setBootstrapStyle ListHyperlinkControl.setBootstrapStyle( alignment ) Sets the bootstrap style.

BorderStyleProperties Functions

getBorderColor ListHyperlinkControl.getBorderColor( ) Border color applied to all borders.
setBorderColor ListHyperlinkControl.setBorderColor( borderColor ) Sets border color.
getBorderRadius ListHyperlinkControl.getBorderRadius( ) Border radius.
setBorderRadius ListHyperlinkControl.setBorderRadius( borderRadius ) Sets border radius.
getBorderStyle ListHyperlinkControl.getBorderStyle( ) Border style applied to all borders.
setBorderStyle ListHyperlinkControl.setBorderStyle( borderStyle ) Sets border style.
getBorderWidth ListHyperlinkControl.getBorderWidth( ) Border width applied to all four borders.
setBorderWidth ListHyperlinkControl.setBorderWidth( borderWidth ) Sets the border width applied to all four borders.
getBottomBorderWidth ListHyperlinkControl.getBottomBorderWidth( ) Bottom border width, overriding property borderWidth.
setBottomBorderWidth ListHyperlinkControl.setBottomBorderWidth( bottomBorderWidth ) Sets the bottom border width, overriding property borderWidth.
getLeftBorderWidth ListHyperlinkControl.getLeftBorderWidth( ) Left border width, overriding property borderWidth.
setLeftBorderWidth ListHyperlinkControl.setLeftBorderWidth( leftBorderWidth ) Sets the left border width, overriding property borderWidth.
getRightBorderWidth ListHyperlinkControl.getRightBorderWidth( ) Right border width, overriding property borderWidth.
setRightBorderWidth ListHyperlinkControl.setRightBorderWidth( rightBorderWidth ) Sets the right border width, overriding property borderWidth.
getTopBorderWidth ListHyperlinkControl.getTopBorderWidth( ) Top border width, overriding property borderWidth.
setTopBorderWidth ListHyperlinkControl.setTopBorderWidth( topBorderWidth ) Sets the top border width, overriding property borderWidth.

Control Functions

addCssClass ListHyperlinkControl.addCssClass( cssClass ) Adds one or more CSS classes to the list of classes applied to the control, retaining any existing classes.
getAll ListHyperlinkControl.getAll( ) Returns a control object of the same type as the control object on which this method is invoked, that gives access to all occurrences of this control on the page.
isContainer ListHyperlinkControl.isContainer( ) Returns true if this control is a container control i.e.
getCssClass ListHyperlinkControl.getCssClass( ) Returns the list of CSS classes configured for the control.
setCssClass ListHyperlinkControl.setCssClass( cssClass ) Sets one or more CSS classes to be applied to the control.
isDisplayOnly ListHyperlinkControl.isDisplayOnly( ) Returns true if the control is marked as display only, otherwise returns false.
setDisplayOnly ListHyperlinkControl.setDisplayOnly( displayOnly ) Marks the control and all its children as display only (when displayOnly is true) or enterable (when displayOnly is false).
isDisplayOnlyIncludingParents ListHyperlinkControl.isDisplayOnlyIncludingParents( ) Returns true if the control or any of its parents is marked as display only, otherwise returns false.
getErrorMsgClass ListHyperlinkControl.getErrorMsgClass( ) Returns the list of CSS classes configured for error messages when the messages are displayed locally to the control.
setErrorMsgClass ListHyperlinkControl.setErrorMsgClass( errorMsgClass ) Sets one or more CSS classes to be applied to error messages when the messages are displayed locally to the control.
getErrorMsgStyle ListHyperlinkControl.getErrorMsgStyle( ) Returns the inline CSS style configured for error messages when the messages are displayed locally to the control.
setErrorMsgStyle ListHyperlinkControl.setErrorMsgStyle( errorMsgStyle ) Sets inline CSS style to be applied to error messages when the messages are displayed locally to the control.
isEventField ListHyperlinkControl.isEventField( ) Returns true if the control is an event field i.e.
hasModifier ListHyperlinkControl.hasModifier( modifier ) Returns true if the control has the specified modifier, otherwise returns false.
isHidden ListHyperlinkControl.isHidden( ) Returns true if the control is marked as hidden, otherwise returns false.
setHidden ListHyperlinkControl.setHidden( hidden ) Hides or shows the control and all its children.
hide ListHyperlinkControl.hide( ) Hides the control, this is equivalent to setting property hidden to true.
getInfoMsgClass ListHyperlinkControl.getInfoMsgClass( ) Returns the list of CSS classes configured for info messages when the messages are displayed locally to the control.
setInfoMsgClass ListHyperlinkControl.setInfoMsgClass( infoMsgClass ) Sets one or more CSS classes to be applied to info messages when the messages are displayed locally to the control.
getInfoMsgStyle ListHyperlinkControl.getInfoMsgStyle( ) Returns the inline CSS style configured for info messages when the messages are displayed locally to the control.
setInfoMsgStyle ListHyperlinkControl.setInfoMsgStyle( infoMsgStyle ) Sets inline CSS style to be applied to info messages when the messages are displayed locally to the control.
isInheritMsg ListHyperlinkControl.isInheritMsg( ) Returns true if Use parent control setting is checked in the Message Options properties for the control, otherwise returns false.
getLayoutCell ListHyperlinkControl.getLayoutCell( ) Returns the LayoutCell object which can be used to override properties of the parent control's layout as applied to this control.
isLocalMsg ListHyperlinkControl.isLocalMsg( ) Returns true if Local Message is checked in the Message Options properties for the control, otherwise returns false.
isNewLine ListHyperlinkControl.isNewLine( ) Returns the new line property.
setNewLine ListHyperlinkControl.setNewLine( newLine ) Sets or unsets the control's new line property.
getNextSiblingControl ListHyperlinkControl.getNextSiblingControl( ) Returns the control that appears after this control within the same parent, or null if no such control exists.
getPage ListHyperlinkControl.getPage( ) Returns the com.ebasetech.xi.api.Page where this control is located.
getParentControl ListHyperlinkControl.getParentControl( ) Returns this control's parent control or null if no such parent exists.
getPreviousSiblingControl ListHyperlinkControl.getPreviousSiblingControl( ) Returns the control that appears before this control within the same parent, or null if no such control exists.
refresh ListHyperlinkControl.refresh( ) Refreshes this control in the user's browser when the page is next displayed.
removeCssClass ListHyperlinkControl.removeCssClass( cssClass ) Removes one or more CSS classes from the control.
requestFocus ListHyperlinkControl.requestFocus( ) Sets the browser focus to the control.
getRootHtmlElementProperties ListHyperlinkControl.getRootHtmlElementProperties( ) Return the root com.ebasetech.xi.api.controls.HtmlElementProperties for the Control
show ListHyperlinkControl.show( ) Shows the control, this is equivalent to setting property hidden to false.
isShowing ListHyperlinkControl.isShowing( ) Returns true if the control will be included in the web page when it's next displayed to the user, otherwise returns false.
getStyle ListHyperlinkControl.getStyle( ) Returns the inline CSS style configured for the control.
setStyle ListHyperlinkControl.setStyle( style ) Sets inline CSS style to be applied to the control.
getWarningMsgClass ListHyperlinkControl.getWarningMsgClass( ) Returns the list of CSS classes configured for warning messages when the messages are displayed locally to the control.
setWarningMsgClass ListHyperlinkControl.setWarningMsgClass( warningMsgClass ) Sets one or more CSS classes to be applied to warning messages when the messages are displayed locally to the control.
getWarningMsgStyle ListHyperlinkControl.getWarningMsgStyle( ) Returns the inline CSS style configured for warning messages when the messages are displayed locally to the control.
setWarningMsgStyle ListHyperlinkControl.setWarningMsgStyle( warningMsgStyle ) Sets inline CSS style to be applied to warning messages when the messages are displayed locally to the control.

HyperlinkProperties Functions

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

MarginStyleProperties Functions

getAllMargin ListHyperlinkControl.getAllMargin( ) Single MarginStyleProperties size value used for top, bottom, left and right margin.
setAllMargin ListHyperlinkControl.setAllMargin( allMargin ) Sets the MarginStyleProperties size value used for top, bottom, left and right margin.
getBottomMargin ListHyperlinkControl.getBottomMargin( ) Bottom MarginStyleProperties size value.
setBottomMargin ListHyperlinkControl.setBottomMargin( bottomMargin ) Sets the bottom MarginStyleProperties size value.
getLeftMargin ListHyperlinkControl.getLeftMargin( ) Left MarginStyleProperties size value.
setLeftMargin ListHyperlinkControl.setLeftMargin( leftMargin ) Sets the left MarginStyleProperties size value.
getRightMargin ListHyperlinkControl.getRightMargin( ) Right MarginStyleProperties size value.
setRightMargin ListHyperlinkControl.setRightMargin( rightMargin ) Sets the right MarginStyleProperties size value.
getTopMargin ListHyperlinkControl.getTopMargin( ) Top MarginStyleProperties size value.
setTopMargin ListHyperlinkControl.setTopMargin( topMargin ) Sets the top MarginStyleProperties size value.

PaddingStyleProperties Functions

getAllPadding ListHyperlinkControl.getAllPadding( ) Single PaddingStyleProperties size value used for top, bottom, left and right padding.
setAllPadding ListHyperlinkControl.setAllPadding( allPadding ) Sets the PaddingStyleProperties size value used for top, bottom, left and right padding.
getBottomPadding ListHyperlinkControl.getBottomPadding( ) Bottom PaddingStyleProperties size value.
setBottomPadding ListHyperlinkControl.setBottomPadding( bottomPadding ) Sets the bottom PaddingStyleProperties size value.
getLeftPadding ListHyperlinkControl.getLeftPadding( ) Left PaddingStyleProperties size value.
setLeftPadding ListHyperlinkControl.setLeftPadding( leftPadding ) Sets the left PaddingStyleProperties size value.
getRightPadding ListHyperlinkControl.getRightPadding( ) Right PaddingStyleProperties size value.
setRightPadding ListHyperlinkControl.setRightPadding( rightPadding ) Sets the right PaddingStyleProperties size value.
getTopPadding ListHyperlinkControl.getTopPadding( ) Top PaddingStyleProperties size value.
setTopPadding ListHyperlinkControl.setTopPadding( topPadding ) Sets the top PaddingStyleProperties size value.

TextStyleProperties Functions

getLineHeight ListHyperlinkControl.getLineHeight( ) Line height.
setLineHeight ListHyperlinkControl.setLineHeight( lineHeight ) Sets the line height, this is equivalent to the CSS line-height property and any valid value for this CSS property can be used.
getTextBold ListHyperlinkControl.getTextBold( ) Text bold setting.
setTextBold ListHyperlinkControl.setTextBold( textBold ) Sets the text bold setting.
getTextColor ListHyperlinkControl.getTextColor( ) Text color.
setTextColor ListHyperlinkControl.setTextColor( textColor ) Sets the text color, this is equivalent to the CSS color property and any valid value for this CSS property can be used.
getTextDecoration ListHyperlinkControl.getTextDecoration( ) Text decoration property (shown as Lines in the designer).
setTextDecoration ListHyperlinkControl.setTextDecoration( textDecoration ) Sets the text decoration property (shown as Lines in the designer).
getTextFont ListHyperlinkControl.getTextFont( ) List of text fonts.
setTextFont ListHyperlinkControl.setTextFont( textFont ) Sets the list of text fonts, this is equivalent to the CSS font-family property and any valid value for this CSS property can be used.
getTextItalic ListHyperlinkControl.getTextItalic( ) Text italic setting.
setTextItalic ListHyperlinkControl.setTextItalic( textItalic ) Sets the text italic setting.
getTextSize ListHyperlinkControl.getTextSize( ) Text size.
setTextSize ListHyperlinkControl.setTextSize( textSize ) Sets the text size, this is equivalent to the CSS font-size property and any valid value for this CSS property can be used.

MessageContainer Functions

addErrorMessage ListHyperlinkControl.addErrorMessage( message [, stopProcessing ] ) Adds an error message that will be displayed to the user.
addErrorMessage ListHyperlinkControl.addErrorMessage( messageNo [, replaceParameters ] [, stopProcessing ] ) Adds an error message that will be displayed to the user.
addErrorMessageText ListHyperlinkControl.addErrorMessageText( text [, replaceParameters ] [, stopProcessing ] ) Adds an error message that will be displayed to the user, sourced from an existing text.
addInfoMessage ListHyperlinkControl.addInfoMessage( message [, stopProcessing ] ) Adds an information message that will be displayed to the user.
addInfoMessageText ListHyperlinkControl.addInfoMessageText( text [, replaceParameters ] [, stopProcessing ] ) Adds an info message that will be displayed to the user, sourced from an existing text.
addWarningMessage ListHyperlinkControl.addWarningMessage( message [, stopProcessing ] ) Adds a warning message that will be displayed to the user.
addWarningMessage ListHyperlinkControl.addWarningMessage( messageNo [, replaceParameters ] [, stopProcessing ] ) Adds a warning message that will be displayed to the user.
addWarningMessageText ListHyperlinkControl.addWarningMessageText( text [, replaceParameters ] [, stopProcessing ] ) Adds a warning message that will be displayed to the user, sourced from an existing text.
existErrorMessages ListHyperlinkControl.existErrorMessages( ) Returns true if undisplayed error messages exist for this element, otherwise returns false.
existInfoMessages ListHyperlinkControl.existInfoMessages( ) Returns true if undisplayed info messages exist for this element, otherwise returns false.
existMessages ListHyperlinkControl.existMessages( ) Returns true if undisplayed info, warning or error messages exist for this element, otherwise returns false.
existWarningMessages ListHyperlinkControl.existWarningMessages( ) Returns true if undisplayed warning messages exist for this element, otherwise returns false.

Element Functions

getElementName ListHyperlinkControl.getElementName( ) Returns the element name
getElementType ListHyperlinkControl.getElementType( ) Returns the element type