ButtonControlProperties

ButtonControlProperties is one these types:

ButtonControlProperties
ButtonColumnControl
ButtonControl
FileUploadControl
InitiateUploadControl

ButtonControlProperties Functions

getButtonText ButtonControlProperties.getButtonText( ) Returns the com.ebasetech.xi.api.Text object for the button text.
isDisabled ButtonControlProperties.isDisabled( ) Returns true if the button is marked as disabled, otherwise returns false.
setDisabled ButtonControlProperties.setDisabled( disabled ) Disables the button and results in the HTML disabled attribute being added to the <button> HTML tag.
getMouseOverText ButtonControlProperties.getMouseOverText( ) Returns the com.ebasetech.xi.api.Text object for the mouse over text.
isSkipValidation ButtonControlProperties.isSkipValidation( ) Returns the skip validation flag that indicates whether or not validation of controls higher on the page is skipped prior to executing the button's on click event.
setSkipValidation ButtonControlProperties.setSkipValidation( skipValidation ) Specifies whether or not validation of controls higher on the page is skipped prior to executing the button's on click event.

BackgroundStyleProperties Functions

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

BootstrapButtonStyle Functions

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

BorderStyleProperties Functions

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

MarginStyleProperties Functions

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

PaddingStyleProperties Functions

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

TextStyleProperties Functions

getLineHeight ButtonControlProperties.getLineHeight( ) Line height.
setLineHeight ButtonControlProperties.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 ButtonControlProperties.getTextBold( ) Text bold setting.
setTextBold ButtonControlProperties.setTextBold( textBold ) Sets the text bold setting.
getTextColor ButtonControlProperties.getTextColor( ) Text color.
setTextColor ButtonControlProperties.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 ButtonControlProperties.getTextDecoration( ) Text decoration property (shown as Lines in the designer).
setTextDecoration ButtonControlProperties.setTextDecoration( textDecoration ) Sets the text decoration property (shown as Lines in the designer).
getTextFont ButtonControlProperties.getTextFont( ) List of text fonts.
setTextFont ButtonControlProperties.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 ButtonControlProperties.getTextItalic( ) Text italic setting.
setTextItalic ButtonControlProperties.setTextItalic( textItalic ) Sets the text italic setting.
getTextSize ButtonControlProperties.getTextSize( ) Text size.
setTextSize ButtonControlProperties.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.