|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfuego.papi.ColumnFormat
public class ColumnFormat
ColumnFormat is the format of the presentation column. The column uses it to formats its value.
Method Summary | |
---|---|
Format |
getFormat(Locale locale)
Gets the Format object for the given locale |
static ColumnFormat |
getInstance(ColumnFormatType type)
Factory method Builds a column formatter of the given style |
static ColumnFormat |
getInstance(ColumnFormatType type,
String pattern)
Factory method Builds a column formatter of the given style and pattern |
String |
getPattern()
Gets the column format pattern (for custom formatters) |
ColumnFormatType |
getType()
Gets the column format type |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ColumnFormat getInstance(ColumnFormatType type)
type
-
public static ColumnFormat getInstance(ColumnFormatType type, String pattern)
type
- pattern
-
public ColumnFormatType getType()
public String getPattern()
public Format getFormat(Locale locale)
locale
-
|
ALBPM Process API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |