AbstractTableCellVariant Properties
● hAlign
Horizontal alignment of the content within the cell.
The alignment should be the same for each column, but can be overridden individually (by binding or the automatic mode in cell variants).
Value |
Description |
center |
Centered alignment |
auto |
The alignment is determined by the data type of the primary property of the TableCellEditor. The alignment is normally to the left, but if it is a TextView or a read-only InputField with a number, the alignment is to the right. |
forcedLeft |
The text content is always left-justified, regardless of whether property textDirection is set to ltr or rtl. |
endOfLine |
The text is always displayed at the end of the line. Therefore, if property textDirection is set to ltr, the text content is right-justified. The text content for the value rtl is left-justified. |
forcedRight |
The text content is always right-justified, regardless of whether the value is ltr or rtl for the textDirection property. |
beginOfLine |
The text is always displayed at the beginning of the line. Therefore, the text content for value ltr of property textDirection is left-justified. The text content for the value rtl is right-justified. |
● variantKey
Key for the variant (TableStandardCell)