Type: | Column attribute |
Description: | Specifies the mode of the table cell. |
Data Type: | integer |
Default Value: | VAL_HOT |
Values
VAL_INDICATOR | The cell can be changed programmatically, but operator action cannot generate commit or value changed events. |
VAL_HOT | The cell can be operated by the user or changed programmatically. User action can generate commit or value changed events. |
VAL_NORMAL | The cell can be operated by the user or changed programmatically. User action can generate commit or value changed events. Currently, VAL_NORMAL is equivalent to VAL_HOT. |
VAL_VALIDATE | The cell can be operated by the user or changed programmatically. User action can generate commit or value changed events. Currently, VAL_VALIDATE is equivalent to VAL_HOT. |