public interface TableSortProperties extends BorderStyleProperties
Modifier and Type | Method and Description |
---|---|
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.
|
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidth
java.lang.String getWidth()
setWidth(String)
for details of supported values when setting this property.void setWidth(java.lang.String width)
Any valid value for the CSS width property can be specified e.g. 20px
java.lang.String getHeight()
setHeight(String)
for details of supported values when setting this property.void setHeight(java.lang.String height)
Any valid value for the CSS height property can be specified e.g. 20px