Class ColumnFormatting
- java.lang.Object
-
- net.sf.jasperreports.interactivity.headertoolbar.json.ColumnFormatting
-
- All Implemented Interfaces:
Serializable
public class ColumnFormatting extends Object implements Serializable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONTEXT_PARAMETER_COLUMN_FORMATTING
-
Constructor Summary
Constructors Constructor Description ColumnFormatting(String localeCode, String timeZoneId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Field Detail
-
CONTEXT_PARAMETER_COLUMN_FORMATTING
public static final String CONTEXT_PARAMETER_COLUMN_FORMATTING
- See Also:
- Constant Field Values
-
-
Method Detail
-
store
public static void store(ReportContext reportContext, String tableUUID, int columnIndex, Locale locale, TimeZone timeZone)
-
get
public static ColumnFormatting get(ReportContext reportContext, String tableUUID, int columnIndex)
-
getLocaleCode
public String getLocaleCode()
-
getTimeZoneId
public String getTimeZoneId()
-
-