com.endeca.portal.format
Interface BooleanFormatSettings
- All Superinterfaces:
- FormatSettings
- All Known Implementing Classes:
- BooleanFormatter
public interface BooleanFormatSettings
- extends FormatSettings
'Read only' interface that provides getters to read the format settings of Boolean.
getDisplayOption
BooleanFormatSettings.DisplayOption getDisplayOption()
getMergedDisplayOption
BooleanFormatSettings.DisplayOption getMergedDisplayOption()
getCustomTrueValue
java.lang.String getCustomTrueValue()
getMergedTrueValue
java.lang.String getMergedTrueValue()
getCustomFalseValue
java.lang.String getCustomFalseValue()
getMergedFalseValue
java.lang.String getMergedFalseValue()