Package com.ebasetech.xi.api.controls
Interface TableControlAddRowProperties
public interface TableControlAddRowProperties
- 
Method Summary
Modifier and Type Method Description AddRowButtonPropertiesgetAddRowButtonProperties()Styling properties for the add row button.TableAddRowCellPropertiesgetAddRowCellProperties()Styling properties for the table cell containing the add row button. 
- 
Method Details
- 
getAddRowButtonProperties
AddRowButtonProperties getAddRowButtonProperties()Styling properties for the add row button.- Since:
 - V4.4
 
 - 
getAddRowCellProperties
TableAddRowCellProperties getAddRowCellProperties()Styling properties for the table cell containing the add row button.- Since:
 - V4.4
 
 
 -