Uses of Class
org.springframework.binding.format.Style

Packages that use Style
org.springframework.binding.format Core services for formatting objects in string form. 
org.springframework.binding.format.support Supporting formatter implementations that are generically applicable and frequently used. 
 

Uses of Style in org.springframework.binding.format
 

Fields in org.springframework.binding.format declared as Style
static Style Style.FULL
          See DateFormat.FULL.
static Style Style.LONG
          See DateFormat.LONG.
static Style Style.MEDIUM
          See DateFormat.MEDIUM.
static Style Style.SHORT
          See DateFormat.SHORT.
 

Methods in org.springframework.binding.format with parameters of type Style
 Formatter FormatterFactory.getDateFormatter(Style style)
          Returns the date format with the specified style for the current locale.
 Formatter FormatterFactory.getDateTimeFormatter(Style dateStyle, Style timeStyle)
          Returns the date format with the specified styles for the current locale.
 Formatter FormatterFactory.getTimeFormatter(Style style)
          Returns the time format with the specified style for the current locale.
 

Uses of Style in org.springframework.binding.format.support
 

Methods in org.springframework.binding.format.support that return Style
protected  Style AbstractFormatterFactory.getDefaultDateStyle()
          Returns the default date style.
 Style AbstractFormatterFactory.getDefaultTimeStyle()
          Returns the default time style.
 

Methods in org.springframework.binding.format.support with parameters of type Style
 Formatter SimpleFormatterFactory.getDateFormatter(Style style)
           
 Formatter SimpleFormatterFactory.getDateTimeFormatter(Style dateStyle, Style timeStyle)
           
 Formatter SimpleFormatterFactory.getTimeFormatter(Style style)
           
 void AbstractFormatterFactory.setDefaultDateStyle(Style defaultDateStyle)
          Set the default date style.
 void AbstractFormatterFactory.setDefaultTimeStyle(Style defaultTimeStyle)
          Set the default time style.
 



Copyright © 2009 Spring Framework. All Rights Reserved.