com.ebasetech.xi.api.controls
Interface NavigationBarStyleProperties

All Superinterfaces:
BackgroundStyleProperties, BorderStyleProperties, PaddingStyleProperties, TextStyleProperties

public interface NavigationBarStyleProperties
extends PaddingStyleProperties, TextStyleProperties, BorderStyleProperties, BackgroundStyleProperties


Method Summary
 java.lang.String getSpacerSize()
          Returns the space between page numbers and scrolling icons/texts in the navigation bar.
 void setSpacerSize(java.lang.String spacerSize)
          Sets the space between page numbers and scrolling icons/texts in the navigation bar.
 
Methods inherited from interface com.ebasetech.xi.api.controls.PaddingStyleProperties
getAllPadding, getBottomPadding, getLeftPadding, getRightPadding, getTopPadding, setAllPadding, setBottomPadding, setLeftPadding, setRightPadding, setTopPadding
 
Methods inherited from interface com.ebasetech.xi.api.controls.TextStyleProperties
getLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSize
 
Methods inherited from interface com.ebasetech.xi.api.controls.BorderStyleProperties
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidth
 
Methods inherited from interface com.ebasetech.xi.api.controls.BackgroundStyleProperties
getBackgroundColor, getBackgroundImage, getBackgroundImagePosition, getBackgroundImageRepeat, setBackgroundColor, setBackgroundImage, setBackgroundImagePosition, setBackgroundImageRepeat
 

Method Detail

getSpacerSize

java.lang.String getSpacerSize()
Returns the space between page numbers and scrolling icons/texts in the navigation bar. See setSpacerSize(String) for details of supported values when setting this property.

Since:
V4.4

setSpacerSize

void setSpacerSize(java.lang.String spacerSize)
Sets the space between page numbers and scrolling icons/texts in the navigation bar. Any value supported by the CSS width property can be used e.g. 30px.

Since:
V4.4