| Package | Description |
|---|---|
| com.github.dandelion.datatables.core.export |
Base classes for the Dandelion-Datatables export mechanism.
|
| Modifier and Type | Method and Description |
|---|---|
ExportConf.Orientation |
ExportConf.getOrientation() |
static ExportConf.Orientation |
ExportConf.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportConf.Orientation[] |
ExportConf.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ExportConf.Builder |
ExportConf.Builder.orientation(ExportConf.Orientation orientation) |
void |
ExportConf.setOrientation(ExportConf.Orientation orientation) |
Copyright © 2013–2015 Dandelion Project. All rights reserved.