Package com.ebasetech.xi.api.controls
Interface TableSortProperties
- All Superinterfaces:
 BorderStyleProperties
public interface TableSortProperties extends BorderStyleProperties
- 
Method Summary
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 Details
- 
getWidth
java.lang.String getWidth()Sort icon width. SeesetWidth(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. SeesetHeight(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
 
 
 -