Class Navigation
java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.Navigation
- All Implemented Interfaces:
Serializable
@Generated(value="This class was generated",
comments="Incorrect and missing API should be reported")
public class Navigation
extends AbstractConfigurationObject
A collection of options for buttons and menus appearing in the exporting module.
The examples below point to basic Highcharts demos, but the syntax for Highmaps are the exact same.
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldbuttonOptions.Getter for the fieldmenuItemHoverStyle.Getter for the fieldmenuItemStyle.Getter for the fieldmenuStyle.voidsetButtonOptions(ButtonOptions buttonOptions) A collection of options for buttons appearing in the exporting module.voidsetMenuItemHoverStyle(Style menuItemHoverStyle) CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked.voidsetMenuItemStyle(Style menuItemStyle) CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked.voidsetMenuStyle(Style menuStyle) CSS styles for the popup menu appearing by default when the export icon is clicked.
-
Constructor Details
-
Navigation
public Navigation()Constructor for Navigation.
-
-
Method Details
-
getButtonOptions
Getter for the field
buttonOptions.- Returns:
- a
ButtonOptionsobject. - See Also:
-
setButtonOptions
A collection of options for buttons appearing in the exporting module.
The examples below are using basic Highcharts, but the syntax is exactly the same for Highmaps.
- Parameters:
buttonOptions- aButtonOptionsobject.
-
getMenuItemHoverStyle
Getter for the field
menuItemHoverStyle.- Returns:
- a
Styleobject. - See Also:
-
setMenuItemHoverStyle
CSS styles for the hover state of the individual items within the popup menu appearing by default when the export icon is clicked. The menu items are rendered in HTML. Defaults tomenuItemHoverStyle: { background: '#4572A5', color: '#FFFFFF' }- Parameters:
menuItemHoverStyle- aStyleobject.
-
getMenuItemStyle
Getter for the field
menuItemStyle.- Returns:
- a
Styleobject. - See Also:
-
setMenuItemStyle
CSS styles for the individual items within the popup menu appearing by default when the export icon is clicked. The menu items are rendered in HTML. Defaults tomenuItemStyle: { padding: '0 5px', background: NONE, color: '#303030' }- Parameters:
menuItemStyle- aStyleobject.
-
getMenuStyle
Getter for the field
menuStyle.- Returns:
- a
Styleobject. - See Also:
-
setMenuStyle
CSS styles for the popup menu appearing by default when the export icon is clicked. This menu is rendered in HTML. Defaults tomenuStyle: { border: '1px solid #A0A0A0', background: '#FFFFFF' }- Parameters:
menuStyle- aStyleobject.
-