Class DrillUpButton
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.DrillUpButton
- All Implemented Interfaces:
Serializable
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)
.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTheme()
void
setPosition
(ButtonPosition position) Positioning options for the button within thesetRelativeTo(DrillUpButtonRelativeTo)
box.void
setRelativeTo
(DrillUpButtonRelativeTo relativeTo) What box to align the button to.void
setTheme
(DrillUpButtonTheme theme) A collection of attributes for the button.
-
Constructor Details
-
DrillUpButton
public DrillUpButton()
-
-
Method Details
-
getPosition
- Returns:
- position
- See Also:
-
setPosition
Positioning options for the button within thesetRelativeTo(DrillUpButtonRelativeTo)
box.- Parameters:
position
-
-
getRelativeTo
- Returns:
- relativeTo
- See Also:
-
setRelativeTo
What box to align the button to. Can be eitherDrillUpButtonRelativeTo.PLOTBOX
orDrillUpButtonRelativeTo.SPACINGBOX
. Defaults toDrillUpButtonRelativeTo.PLOTBOX
- Parameters:
relativeTo
-
-
getTheme
- Returns:
- theme
- See Also:
-
setTheme
A collection of attributes for the button.- Parameters:
theme
-
-