Package com.endeca.portal.format

Interface Summary
BooleanFormatSettings 'Read only' interface that provides getters to read the format settings of Boolean.
DateTimeFormatSettings 'Read only' interface that provides getters to read the format settings of DateTime.
DurationFormatSettings 'Read only' interface that provides getters to read the format settings of Duration.
FormatSettings Base interface for child format settings interfaces that provide 'read only' interfaces (getter functions only) to visit format settings.
FormattingConstants  
GeocodeFormatSettings 'Read only' interface that provides getters to read the format settings of Geocode.
NumberFormatSettings 'Read only' interface that provides getters to read the format settings of the numeric types including number, currency and percentage.
StringFormatSettings  
TimeFormatSettings 'Read only' interface that provides getters to read the format settings of Time.
 

Class Summary
BooleanFormatter Formatter for formatting Boolean type based on locale and format settings.
DateTimeFormatter Formatter for formatting DateTime type based on locale and format settings.
DurationFormatter Formatter for formatting Duration type based on locale and format settings.
Formatter Base formatter class that provides read/write interface (getter/setter) for visiting the format settings and the abstract format function.
FormattingUtils  
GeocodeFormatter Formatter for formatting Geocode type based on locale and format settings.
MultiValueFormat  
NumberFormatter Formatter for formatting Number, Currency or Percentage types based on locale and format settings.
StringFormatter  
TimeFormatter Formatter for formatting Time type based on locale and format settings.
TruncatingStringFormatter This formatter gets the framework setting for the maximum length of a string and truncates strings to be at most that length should they be longer.
 

Enum Summary
BooleanFormatSettings.DisplayOption  
DateTimeFormatSettings.DateDisplayFormat  
DateTimeFormatSettings.TimeDisplayFormat  
DurationFormatSettings.DecimalPlacesMode  
DurationFormatSettings.IncludePrecisionUnit  
DurationFormatSettings.Precision  
FormatSettings.Type  
GeocodeFormatSettings.DecimalPlacesMode  
NumberFormatSettings.DecimalPlacesMode  
NumberFormatSettings.DecimalSeparator  
NumberFormatSettings.FormatPattern  
NumberFormatSettings.GroupingSeparator  
NumberFormatSettings.IncludeCurrencySymbol  
NumberFormatSettings.IncludeGroupingSeparator  
NumberFormatSettings.IncludePercentageSign  
TimeFormatSettings.TimeDisplayFormat  
 

Exception Summary
Formatter.FormatParseException