public class ColumnFormatting extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
CONTEXT_PARAMETER_COLUMN_FORMATTING |
Constructor and Description |
---|
ColumnFormatting(String localeCode,
String timeZoneId) |
Modifier and Type | Method and Description |
---|---|
static ColumnFormatting |
get(ReportContext reportContext,
String tableUUID,
int columnIndex) |
String |
getLocaleCode() |
String |
getTimeZoneId() |
static void |
store(ReportContext reportContext,
String tableUUID,
int columnIndex,
Locale locale,
TimeZone timeZone) |
public static final String CONTEXT_PARAMETER_COLUMN_FORMATTING
public static void store(ReportContext reportContext, String tableUUID, int columnIndex, Locale locale, TimeZone timeZone)
public static ColumnFormatting get(ReportContext reportContext, String tableUUID, int columnIndex)
public String getLocaleCode()
public String getTimeZoneId()
Copyright © 2016. All rights reserved.