getDisabled()

Returns the current value of the SelectOption object's isDisabled attribute.

Signature

public Boolean getDisabled()

Return Value

Type: Boolean

Usage

If isDisabled is set to true, the user can view the option, but cannot select it. If isDisabled is set to false, the user can both view and select the option.