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 StringCONTEXT_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 ColumnFormattingget(ReportContext reportContext, String tableUUID, int columnIndex)StringgetLocaleCode()StringgetTimeZoneId()static voidstore(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()
-
-