com.ebasetech.xi.api.controls
Interface TableSortProperties

All Superinterfaces:
BorderStyleProperties

public interface TableSortProperties
extends BorderStyleProperties


Method Summary
 java.lang.String getHeight()
          Sort icon height.
 java.lang.String getWidth()
          Sort icon width.
 void setHeight(java.lang.String height)
          Sets the sort icon height.
 void setWidth(java.lang.String width)
          Sets the sort icon width.
 
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
 

Method Detail

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