Option interface
This document details the methods of the Option interface you can use on any option, such as those returned by the Getters when you access an Option.
Method | Return type | Returns |
---|---|---|
A list of options that exist under this option | ||
True if the option is disabled | ||
getParentOption() | Option | The parent option if any |
The Id of the option | ||
FieldConfig | Field configuration of the custom field | |
getSequence() | Long | The sequence of the option |
getValue() | String | The value of the option |