Class Buttons
java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.Buttons
- All Implemented Interfaces:
Serializable
@Generated(value="This class was generated",
comments="Incorrect and missing API should be reported")
public class Buttons
extends AbstractConfigurationObject
Options for the export related buttons, print and export. In addition to the
default buttons listed here, custom buttons can be added. See navigation.buttonOptions for general
options.
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldcontextButton.voidsetContextButton(ContextButton contextButton) Options for the export button.
-
Constructor Details
-
Buttons
public Buttons()Constructor for Buttons.
-
-
Method Details
-
getContextButton
Getter for the field
contextButton.- Returns:
- a
ContextButtonobject. - See Also:
-
setContextButton
Options for the export button.- Parameters:
contextButton- aContextButtonobject.
-