Class Select
java.lang.Object
com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
com.vaadin.componentfactory.maps.model.Select
- All Implemented Interfaces:
Serializable
@Generated(value="This class was generated",
comments="Incorrect and missing API should be reported")
public class Select
extends AbstractConfigurationObject
Specific options for point in selected states, after being selected by allowPointSelect or
programmatically.
- Version:
- $Id: $Id
- Author:
- Vaadin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldborderColor.Getter for the fieldborderWidth.getColor()Getter for the fieldcolor.Getter for the fieldenabled.voidsetBorderColor(Color borderColor) The border color of the point in this statevoidsetBorderWidth(Number borderWidth) The border width of the point in this statevoidThe color of the shape in this statevoidsetEnabled(Boolean enabled) Enable separate styles for the series in different states.
-
Constructor Details
-
Select
public Select()Constructor for Select.
-
Select
Constructor for Select.
- Parameters:
enabled- aBooleanobject.
-
-
Method Details
-
getBorderColor
Getter for the field
borderColor.- Returns:
- a
Colorobject. - See Also:
-
setBorderColor
The border color of the point in this state- Parameters:
borderColor- aColorobject.
-
getBorderWidth
Getter for the field
borderWidth.- Returns:
- a
Numberobject. - See Also:
-
setBorderWidth
The border width of the point in this state- Parameters:
borderWidth- aNumberobject.
-
getColor
Getter for the field
color.- Returns:
- a
Colorobject. - See Also:
-
setColor
The color of the shape in this state- Parameters:
color- aColorobject.
-
getEnabled
Getter for the field
enabled.- Returns:
- a
Booleanobject. - See Also:
-
setEnabled
Enable separate styles for the series in different states.Defaults to: true
- Parameters:
enabled- aBooleanobject.
-