Interface TableSortProperties

All Superinterfaces:
BorderStyleProperties

public interface TableSortProperties
extends BorderStyleProperties
  • Method Details

    • getWidth

      java.lang.String getWidth()
      Sort icon width. See setWidth(String) for details of supported values when setting this property.
      Since:
      V4.4
    • setWidth

      void setWidth​(java.lang.String width)
      Sets the sort icon width.

      Any valid value for the CSS width property can be specified e.g. 20px

      Since:
      V4.4
    • getHeight

      java.lang.String getHeight()
      Sort icon height. See setHeight(String) for details of supported values when setting this property.
      Since:
      V4.4
    • setHeight

      void setHeight​(java.lang.String height)
      Sets the sort icon height.

      Any valid value for the CSS height property can be specified e.g. 20px

      Since:
      V4.4