Class DrillUpButton
- java.lang.Object
-
- com.vaadin.flow.component.charts.model.AbstractConfigurationObject
-
- com.vaadin.flow.component.charts.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 inLang.setDrillUpText(String).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DrillUpButton()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ButtonPositiongetPosition()DrillUpButtonRelativeTogetRelativeTo()DrillUpButtonThemegetTheme()voidsetPosition(ButtonPosition position)Positioning options for the button within thesetRelativeTo(DrillUpButtonRelativeTo)box.voidsetRelativeTo(DrillUpButtonRelativeTo relativeTo)What box to align the button to.voidsetTheme(DrillUpButtonTheme theme)A collection of attributes for the button.
-
-
-
Method Detail
-
getPosition
public ButtonPosition getPosition()
- Returns:
- position
- See Also:
setPosition(ButtonPosition)
-
setPosition
public void setPosition(ButtonPosition position)
Positioning options for the button within thesetRelativeTo(DrillUpButtonRelativeTo)box.- Parameters:
position-
-
getRelativeTo
public DrillUpButtonRelativeTo getRelativeTo()
- Returns:
- relativeTo
- See Also:
setRelativeTo(DrillUpButtonRelativeTo)
-
setRelativeTo
public void setRelativeTo(DrillUpButtonRelativeTo relativeTo)
What box to align the button to. Can be eitherDrillUpButtonRelativeTo.PLOTBOXorDrillUpButtonRelativeTo.SPACINGBOX. Defaults toDrillUpButtonRelativeTo.PLOTBOX- Parameters:
relativeTo-
-
getTheme
public DrillUpButtonTheme getTheme()
- Returns:
- theme
- See Also:
setTheme(DrillUpButtonTheme)
-
setTheme
public void setTheme(DrillUpButtonTheme theme)
A collection of attributes for the button.- Parameters:
theme-
-
-