Class DrillUpButton

java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.DrillUpButton
All Implemented Interfaces:
Serializable

public class DrillUpButton extends AbstractConfigurationObject
Options for the drill up button that appears when drilling down on a series. The text for the button is defined in Lang.setDrillUpText(String).

Since Highcharts 10 this navigation is rendered by the breadcrumbs module, so these options are forwarded to it. By default a single button back to the previous level is rendered, which is how this button has always looked; see setShowFullPath(Boolean) to render the whole drilldown path instead.

Version:
$Id: $Id
Author:
Vaadin
See Also: