com.github.dandelion.datatables.core.export
Class ReservedFormat

java.lang.Object
  extended by 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:

Since:
0.10.0
Author:
Thibault Duchateau
See Also:
ExportConf

Field Summary
static String ALL
           
static String CSV
           
static String HTML
           
static String PDF
           
static String XLS
           
static String XLSX
           
static String XML
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.