Uses of Class
org.melati.poem.PoemLocale

Packages that use PoemLocale
org.melati.poem Persistent Object Engine for Melati. 
 

Uses of PoemLocale in org.melati.poem
 

Fields in org.melati.poem declared as PoemLocale
static PoemLocale PoemLocale.HERE
          Default Locale: GB.
 

Methods in org.melati.poem that return PoemLocale
static PoemLocale PoemLocale.from(Locale locale)
           
static PoemLocale PoemLocale.fromLanguageTag(String tag)
          Creates a melati locale from a language tag as defined in RFC3066.
 

Methods in org.melati.poem with parameters of type PoemLocale
protected  String TimestampPoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String ReferencePoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String DisplayLevelPoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String IntegrityFixPoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String DatePoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String ColumnTypePoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected abstract  String BasePoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String AtomPoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
protected  String SearchabilityPoemType._stringOfCooked(Object cooked, PoemLocale locale, int style)
           
 String JdbcPersistent.displayString(PoemLocale locale)
          Defaults to DateFormat.MEDIUM.
 String Persistent.displayString(PoemLocale locale)
          Defaults to DateFormat.MEDIUM.
 String JdbcPersistent.displayString(PoemLocale locale, int style)
          A string describing the object for the purposes of rendering it in lists presented to the user.
 String Persistent.displayString(PoemLocale locale, int style)
          A string describing the object for the purposes of rendering it in lists presented to the user.
 String Field.getCookedString(PoemLocale locale, int style)
           
 String JdbcPersistent.getCookedString(String name, PoemLocale locale, int style)
          A string representation of the `true value' of one of the object's fields.
 String Persistent.getCookedString(String name, PoemLocale locale, int style)
          A string representation of the `true value' of one of the object's fields.
 String BasePoemType.stringOfCooked(Object cooked, PoemLocale locale, int style)
          A localised String representation of the oject.
 String PoemType.stringOfCooked(Object cooked, PoemLocale locale, int style)
          A localised String representation of the oject.
 



Copyright © 2000-2010 PanEris. All Rights Reserved.