public class ColumnFormatting
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTEXT_PARAMETER_COLUMN_FORMATTING |
Constructor and Description |
---|
ColumnFormatting(java.lang.String localeCode,
java.lang.String timeZoneId) |
Modifier and Type | Method and Description |
---|---|
static ColumnFormatting |
get(ReportContext reportContext,
java.lang.String tableUUID,
int columnIndex) |
java.lang.String |
getLocaleCode() |
java.lang.String |
getTimeZoneId() |
static void |
store(ReportContext reportContext,
java.lang.String tableUUID,
int columnIndex,
java.util.Locale locale,
java.util.TimeZone timeZone) |
public static final java.lang.String CONTEXT_PARAMETER_COLUMN_FORMATTING
public ColumnFormatting(java.lang.String localeCode, java.lang.String timeZoneId)
public static void store(ReportContext reportContext, java.lang.String tableUUID, int columnIndex, java.util.Locale locale, java.util.TimeZone timeZone)
public static ColumnFormatting get(ReportContext reportContext, java.lang.String tableUUID, int columnIndex)
public java.lang.String getLocaleCode()
public java.lang.String getTimeZoneId()
© 2001-2014 TIBCO Software Inc. www.jaspersoft.com