Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

getChildOptions()

List<Option>

A list of options that exist under this option

getDisabled()

Boolean

True if the option is disabled
getParentOption()OptionThe parent option if any

getOptionId()

Long

The Id of the option

getRelatedCustomField()

FieldConfig

Field configuration of the custom field

getSequence()LongThe sequence of the option
getValue()StringThe value of the option


  • No labels