supportsOkTransition() method

Indicate if the state uses the OK follow-up transition type.

Syntax

boolean supportsOkTransition ()

Returns

True/False - support OK transition, or not, respectively

Usage

When set to true the state editor will display the OK dropdown UI control listing all the possible states to chose from.

When returning true, the processing method(s) should have at least one condition that returns

continueOk()

.

It's possible that the state opts to not supporting the OK follow-up transition, but instead handle everything using the dynamic follow-up transition. See

supportsDynTransition()

.

Used by: state editor

True/False - support OK transition, or not, respectively