com.ebasetech.xi.api.controls
Interface TableControlAddRowProperties


public interface TableControlAddRowProperties


Method Summary
 AddRowButtonProperties getAddRowButtonProperties()
          Styling properties for the add row button.
 TableAddRowCellProperties getAddRowCellProperties()
          Styling properties for the table cell containing the add row button.
 

Method Detail

getAddRowButtonProperties

AddRowButtonProperties getAddRowButtonProperties()
Styling properties for the add row button.

Further documentation.

Since:
V4.4

getAddRowCellProperties

TableAddRowCellProperties getAddRowCellProperties()
Styling properties for the table cell containing the add row button.

Further documentation.

Since:
V4.4