com.github.dandelion.datatables.core.export
Class ReservedFormat
java.lang.Object
com.github.dandelion.datatables.core.export.ReservedFormat
public final class ReservedFormat
- extends Object
All constants declared here represents a display format that is used in
multiple ways:
- First, to identify reserved words when export is enabled for a table. As
soon as one of these reserved words is used, some configuration will be
applied by default.
-
But it is also used to decide whether a format should appear in the processed
template (HTML page, export file).
- Since:
- 0.10.0
- Author:
- Thibault Duchateau
- See Also:
ExportConf
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALL
public static final String ALL
- See Also:
- Constant Field Values
HTML
public static final String HTML
- See Also:
- Constant Field Values
CSV
public static final String CSV
- See Also:
- Constant Field Values
XML
public static final String XML
- See Also:
- Constant Field Values
PDF
public static final String PDF
- See Also:
- Constant Field Values
XLS
public static final String XLS
- See Also:
- Constant Field Values
XLSX
public static final String XLSX
- See Also:
- Constant Field Values
Copyright © 2013–2014 Dandelion Project. All rights reserved.