com.github.dandelion.datatables.core.export
Class ExportConf.Builder

java.lang.Object
  extended by com.github.dandelion.datatables.core.export.ExportConf.Builder
Enclosing class:
ExportConf

public static class ExportConf.Builder
extends Object

Builder for ExportConf.


Constructor Summary
ExportConf.Builder(String format)
           
 
Method Summary
 ExportConf.Builder autoSize(Boolean autoSize)
           
 ExportConf build()
           
 ExportConf.Builder exportClass(DatatablesExport exportClass)
           
 ExportConf.Builder exportClass(String exportClass)
           
 ExportConf.Builder fileExtension(String fileExtension)
           
 ExportConf.Builder fileName(String fileName)
           
 ExportConf.Builder header(Boolean header)
           
 ExportConf.Builder mimeType(String mimeType)
           
 ExportConf.Builder orientation(ExportConf.Orientation orientation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportConf.Builder

public ExportConf.Builder(String format)
Method Detail

mimeType

public ExportConf.Builder mimeType(String mimeType)

fileExtension

public ExportConf.Builder fileExtension(String fileExtension)

fileName

public ExportConf.Builder fileName(String fileName)

header

public ExportConf.Builder header(Boolean header)

autoSize

public ExportConf.Builder autoSize(Boolean autoSize)

exportClass

public ExportConf.Builder exportClass(String exportClass)

exportClass

public ExportConf.Builder exportClass(DatatablesExport exportClass)

orientation

public ExportConf.Builder orientation(ExportConf.Orientation orientation)

build

public ExportConf build()


Copyright © 2013–2014 Dandelion Project. All rights reserved.