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.


Nested Class Summary
static class BooleanFormatSettings.DisplayOption
           
 
Nested classes/interfaces inherited from interface com.endeca.portal.format.FormatSettings
FormatSettings.Type
 
Method Summary
 java.lang.String getCustomFalseValue()
           
 java.lang.String getCustomTrueValue()
           
 BooleanFormatSettings.DisplayOption getDisplayOption()
           
 BooleanFormatSettings.DisplayOption getMergedDisplayOption()
           
 java.lang.String getMergedFalseValue()
           
 java.lang.String getMergedTrueValue()
           
 
Methods inherited from interface com.endeca.portal.format.FormatSettings
getType, toString
 

Method Detail

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()