Interface NavigationBarStyleProperties

All Superinterfaces:
BackgroundStyleProperties, BorderStyleProperties, PaddingStyleProperties, TextStyleProperties

public interface NavigationBarStyleProperties
extends PaddingStyleProperties, TextStyleProperties, BorderStyleProperties, BackgroundStyleProperties
  • Method Details

    • 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