Uses of Class
org.zkoss.chart.ExportingButton
-
Packages that use ExportingButton Package Description org.zkoss.chart -
-
Uses of ExportingButton in org.zkoss.chart
Methods in org.zkoss.chart that return ExportingButton Modifier and Type Method Description ExportingButton
Exporting. getButtons()
Returns context button for the export button.Methods in org.zkoss.chart that return types with arguments of type ExportingButton Modifier and Type Method Description Map<String,ExportingButton>
Exporting. getButtonsMap()
Returns a map of buttons for the export button.Methods in org.zkoss.chart with parameters of type ExportingButton Modifier and Type Method Description void
Exporting. setButtons(ExportingButton button)
Sets an options for the export context button.Method parameters in org.zkoss.chart with type arguments of type ExportingButton Modifier and Type Method Description void
Exporting. setButtons(Map<String,ExportingButton> buttons)
Sets multiple buttons within a map
-