Uses of Class
org.zkoss.pivot.util.PivotExportSheetConfig.SheetOrder
-
Packages that use PivotExportSheetConfig.SheetOrder Package Description org.zkoss.pivot.util Pivottable related utility classes. -
-
Uses of PivotExportSheetConfig.SheetOrder in org.zkoss.pivot.util
Methods in org.zkoss.pivot.util that return PivotExportSheetConfig.SheetOrder Modifier and Type Method Description PivotExportSheetConfig.SheetOrder
PivotExportSheetConfig. getSheetOrder()
static PivotExportSheetConfig.SheetOrder
PivotExportSheetConfig.SheetOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static PivotExportSheetConfig.SheetOrder[]
PivotExportSheetConfig.SheetOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.zkoss.pivot.util with parameters of type PivotExportSheetConfig.SheetOrder Constructor Description PivotExportSheetConfig(String dataSheetName, String pivotSheetName, PivotExportSheetConfig.SheetOrder sheetOrder, boolean dataSheetHidden, boolean columnAutoSize)
-