An options enum used to represent the return of processInputXxx: on each model.
Enum Constant Summary
-
SMPOpenUIProcessInputReturnNone –
There were no changes to the state of the model or the model could not be accessed and the value is not being processed at all.
-
SMPOpenUIProcessInputReturnValid –
The value passed in is valid (or it was made valid).
-
SMPOpenUIProcessInputReturnMunged –
The value has been adjusted from what the user did, but not in a way that affects its logical value (for example, if the lowercase attribute is set, and an uppercase character was typed in).
-
SMPOpenUIProcessInputReturnChanged –
The value passed in is not the same as the value the model already had.