NextPageButtonControl

Next Page Button Control is one of the supplied Ebase page navigation buttons. When placed on a page, the button will be displayed when a next page has been configured; when no next page is configured, the button is not displayed.

Further documentation.

EbaseButtonControlProperties Functions

isDisplayAsImage NextPageButtonControl.isDisplayAsImage( ) Indicates whether or not the button is displayed as an image.
setDisplayAsImage NextPageButtonControl.setDisplayAsImage( displayAsImage ) Sets whether or not the button is displayed as an image.
getImageUrl NextPageButtonControl.getImageUrl( ) Returns the URL of the image when property #isDisplayAsImage() is true.
setImageUrl NextPageButtonControl.setImageUrl( imageUrl ) Sets the URL of the image when property #isDisplayAsImage() is true.

BackgroundStyleProperties Functions

getBackgroundColor NextPageButtonControl.getBackgroundColor( ) Background color.
setBackgroundColor NextPageButtonControl.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 NextPageButtonControl.getBackgroundImage( ) URL of the background image.
setBackgroundImage NextPageButtonControl.setBackgroundImage( backgroundImage ) Sets the URL of the background image.
getBackgroundImagePosition NextPageButtonControl.getBackgroundImagePosition( ) Background image position.
setBackgroundImagePosition NextPageButtonControl.setBackgroundImagePosition( backgroundImagePosition ) Sets the background image position.
getBackgroundImageRepeat NextPageButtonControl.getBackgroundImageRepeat( ) Background image repeat property.
setBackgroundImageRepeat NextPageButtonControl.setBackgroundImageRepeat( backgroundImageRepeat ) Sets the background image repeat property.

BorderStyleProperties Functions

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

Control Functions

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

MarginStyleProperties Functions

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

PaddingStyleProperties Functions

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

TextStyleProperties Functions

getLineHeight NextPageButtonControl.getLineHeight( ) Line height.
setLineHeight NextPageButtonControl.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 NextPageButtonControl.getTextBold( ) Text bold setting.
setTextBold NextPageButtonControl.setTextBold( textBold ) Sets the text bold setting.
getTextColor NextPageButtonControl.getTextColor( ) Text color.
setTextColor NextPageButtonControl.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 NextPageButtonControl.getTextDecoration( ) Text decoration property (shown as Lines in the designer).
setTextDecoration NextPageButtonControl.setTextDecoration( textDecoration ) Sets the text decoration property (shown as Lines in the designer).
getTextFont NextPageButtonControl.getTextFont( ) List of text fonts.
setTextFont NextPageButtonControl.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 NextPageButtonControl.getTextItalic( ) Text italic setting.
setTextItalic NextPageButtonControl.setTextItalic( textItalic ) Sets the text italic setting.
getTextSize NextPageButtonControl.getTextSize( ) Text size.
setTextSize NextPageButtonControl.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 NextPageButtonControl.addErrorMessage( message [, stopProcessing ] ) Adds an error message that will be displayed to the user.
addErrorMessage NextPageButtonControl.addErrorMessage( messageNo [, replaceParameters ] [, stopProcessing ] ) Adds an error message that will be displayed to the user.
addErrorMessageText NextPageButtonControl.addErrorMessageText( text [, replaceParameters ] [, stopProcessing ] ) Adds an error message that will be displayed to the user, sourced from an existing text.
addInfoMessage NextPageButtonControl.addInfoMessage( message [, stopProcessing ] ) Adds an information message that will be displayed to the user.
addInfoMessageText NextPageButtonControl.addInfoMessageText( text [, replaceParameters ] [, stopProcessing ] ) Adds an info message that will be displayed to the user, sourced from an existing text.
addWarningMessage NextPageButtonControl.addWarningMessage( message [, stopProcessing ] ) Adds a warning message that will be displayed to the user.
addWarningMessage NextPageButtonControl.addWarningMessage( messageNo [, replaceParameters ] [, stopProcessing ] ) Adds a warning message that will be displayed to the user.
addWarningMessageText NextPageButtonControl.addWarningMessageText( text [, replaceParameters ] [, stopProcessing ] ) Adds a warning message that will be displayed to the user, sourced from an existing text.
existErrorMessages NextPageButtonControl.existErrorMessages( ) Returns true if undisplayed error messages exist for this element, otherwise returns false.
existInfoMessages NextPageButtonControl.existInfoMessages( ) Returns true if undisplayed info messages exist for this element, otherwise returns false.
existMessages NextPageButtonControl.existMessages( ) Returns true if undisplayed info, warning or error messages exist for this element, otherwise returns false.
existWarningMessages NextPageButtonControl.existWarningMessages( ) Returns true if undisplayed warning messages exist for this element, otherwise returns false.

Element Functions

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