Serialized Form
-
Package com.vaadin.componentfactory.maps
-
Class com.vaadin.componentfactory.maps.Map
class Map extends com.vaadin.flow.component.Component implements Serializable-
Serialized Fields
-
changeListener
ConfigurationChangeListener changeListener
-
configuration
Configuration configuration
-
-
-
Class com.vaadin.componentfactory.maps.MapOptions
class MapOptions extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.componentfactory.maps.events
-
Class com.vaadin.componentfactory.maps.events.DrilldownEvent
class DrilldownEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable -
Class com.vaadin.componentfactory.maps.events.MapAddSeriesEvent
class MapAddSeriesEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable -
Class com.vaadin.componentfactory.maps.events.MapAfterPrintEvent
class MapAfterPrintEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable -
Class com.vaadin.componentfactory.maps.events.MapBeforePrintEvent
class MapBeforePrintEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable -
Class com.vaadin.componentfactory.maps.events.MapClickEvent
class MapClickEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.componentfactory.maps.events.MapDrillupAllEvent
class MapDrillupAllEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable -
Class com.vaadin.componentfactory.maps.events.MapDrillupEvent
class MapDrillupEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable -
Class com.vaadin.componentfactory.maps.events.MapLoadEvent
class MapLoadEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable -
Class com.vaadin.componentfactory.maps.events.MapRedrawEvent
class MapRedrawEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable -
Class com.vaadin.componentfactory.maps.events.MapSelectionEvent
class MapSelectionEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable -
Class com.vaadin.componentfactory.maps.events.MouseEventDetails
class MouseEventDetails extends Object implements Serializable-
Serialized Fields
-
absoluteX
int absoluteX
-
absoluteY
int absoluteY
-
altKey
boolean altKey
-
button
MouseEventDetails.MouseButton button
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
screenX
int screenX
-
screenY
int screenY
-
shiftKey
boolean shiftKey
-
xValue
double xValue
-
yValue
double yValue
-
-
-
Class com.vaadin.componentfactory.maps.events.PointClickEvent
class PointClickEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
category
String category
-
details
MouseEventDetails details
-
pointIndex
int pointIndex
-
pointProperties
PointProperties pointProperties
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.PointLegendItemClickEvent
class PointLegendItemClickEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
category
String category
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.PointMouseOutEvent
class PointMouseOutEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
category
String category
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.PointMouseOverEvent
class PointMouseOverEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
category
String category
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.PointProperties
class PointProperties extends Object implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Class com.vaadin.componentfactory.maps.events.PointRemoveEvent
class PointRemoveEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
category
String category
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
x
double x
-
y
double y
-
-
-
Class com.vaadin.componentfactory.maps.events.PointSelectEvent
class PointSelectEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
category
String category
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.PointUnselectEvent
class PointUnselectEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
category
String category
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.PointUpdateEvent
class PointUpdateEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable -
Class com.vaadin.componentfactory.maps.events.SeriesAfterAnimateEvent
class SeriesAfterAnimateEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.SeriesCheckboxClickEvent
class SeriesCheckboxClickEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
checked
boolean checked
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.SeriesClickEvent
class SeriesClickEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
details
MouseEventDetails details
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.SeriesHideEvent
class SeriesHideEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.SeriesLegendItemClickEvent
class SeriesLegendItemClickEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
details
MouseEventDetails details
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.SeriesMouseOutEvent
class SeriesMouseOutEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.SeriesMouseOverEvent
class SeriesMouseOverEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.SeriesShowEvent
class SeriesShowEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.componentfactory.maps.events.XAxesExtremesSetEvent
class XAxesExtremesSetEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
axisIndex
int axisIndex
-
maximum
double maximum
-
minimum
double minimum
-
-
-
Class com.vaadin.componentfactory.maps.events.YAxesExtremesSetEvent
class YAxesExtremesSetEvent extends com.vaadin.flow.component.ComponentEvent<Map> implements Serializable-
Serialized Fields
-
axisIndex
int axisIndex
-
maximum
double maximum
-
minimum
double minimum
-
-
-
-
Package com.vaadin.componentfactory.maps.events.internal
-
Class com.vaadin.componentfactory.maps.events.internal.AbstractSeriesEvent
class AbstractSeriesEvent extends Object implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
series
Series series
The affected series
-
-
Class com.vaadin.componentfactory.maps.events.internal.AbstractSeriesItemEvent
class AbstractSeriesItemEvent extends AbstractSeriesEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
item
MapDataSeriesItem item
The item added. May be null if value != null -
value
Number value
The value added. May be null if item != null
-
-
Class com.vaadin.componentfactory.maps.events.internal.AxisRescaledEvent
class AxisRescaledEvent extends Object implements Serializable- serialVersionUID:
- 20141118L
-
Class com.vaadin.componentfactory.maps.events.internal.DataAddedEvent
class DataAddedEvent extends AbstractSeriesItemEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
shift
boolean shift
true if the data addition was a shift and first item was removed
-
-
Class com.vaadin.componentfactory.maps.events.internal.DataRemovedEvent
class DataRemovedEvent extends AbstractSeriesEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
index
int index
-
-
Class com.vaadin.componentfactory.maps.events.internal.DataUpdatedEvent
class DataUpdatedEvent extends AbstractSeriesItemEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
pointIndex
int pointIndex
-
-
Class com.vaadin.componentfactory.maps.events.internal.ItemSlicedEvent
class ItemSlicedEvent extends AbstractSeriesEvent implements Serializable-
Serialized Fields
-
animation
boolean animation
-
index
int index
-
redraw
boolean redraw
-
sliced
boolean sliced
-
-
-
Class com.vaadin.componentfactory.maps.events.internal.SeriesAddedEvent
class SeriesAddedEvent extends AbstractSeriesEvent implements Serializable -
Class com.vaadin.componentfactory.maps.events.internal.SeriesChangedEvent
class SeriesChangedEvent extends AbstractSeriesEvent implements Serializable -
Class com.vaadin.componentfactory.maps.events.internal.SeriesStateEvent
class SeriesStateEvent extends AbstractSeriesEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
enabled
boolean enabled
Series was enabled
-
-
-
Package com.vaadin.componentfactory.maps.model
-
Class com.vaadin.componentfactory.maps.model.AbstractConfigurationObject
class AbstractConfigurationObject extends Object implements Serializable -
Class com.vaadin.componentfactory.maps.model.AbstractDataLabels
class AbstractDataLabels extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.AbstractPlotOptions
class AbstractPlotOptions extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.AbstractSeries
class AbstractSeries extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
configuration
Configuration configuration
-
id
String id
-
name
String name
-
plotOptions
AbstractPlotOptions plotOptions
-
visible
Boolean visible
-
xAxis
Integer xAxis
-
yAxis
Integer yAxis
-
-
-
Class com.vaadin.componentfactory.maps.model.AbstractSeriesItem
class AbstractSeriesItem extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.Accessibility
class Accessibility extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_onTableAnchorClick
String _fn_onTableAnchorClick
-
_fn_pointDateFormatter
String _fn_pointDateFormatter
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
_fn_screenReaderSectionFormatter
String _fn_screenReaderSectionFormatter
-
_fn_seriesDescriptionFormatter
String _fn_seriesDescriptionFormatter
-
describeSingleSeries
Boolean describeSingleSeries
-
enabled
Boolean enabled
-
keyboardNavigation
KeyboardNavigation keyboardNavigation
-
pointDateFormat
String pointDateFormat
-
-
-
Class com.vaadin.componentfactory.maps.model.Axis
class Axis extends AbstractConfigurationObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
axisIndex
Integer axisIndex
-
configuration
MapConfiguration configuration
-
max
Number max
-
min
Number min
-
-
Class com.vaadin.componentfactory.maps.model.AxisList
class AxisList extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.AxisTitle
class AxisTitle extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.BubblemapDataSeriesItem
class BubblemapDataSeriesItem extends MapDataSeriesItem implements Serializable-
Serialized Fields
-
z
Number z
-
-
-
Class com.vaadin.componentfactory.maps.model.ButtonOptions
class ButtonOptions extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
alignTo
String alignTo
-
enabled
Boolean enabled
-
height
Number height
-
style
Style style
-
symbolFill
Color symbolFill
-
symbolSize
Number symbolSize
-
symbolStroke
Color symbolStroke
-
symbolStrokeWidth
Number symbolStrokeWidth
-
symbolX
Number symbolX
-
symbolY
Number symbolY
-
text
String text
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.componentfactory.maps.model.ButtonPosition
class ButtonPosition extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.componentfactory.maps.model.Buttons
class Buttons extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
contextButton
ContextButton contextButton
-
-
-
Class com.vaadin.componentfactory.maps.model.ColorAxis
class ColorAxis extends Axis implements Serializable-
Serialized Fields
-
dataClassColor
String dataClassColor
-
dataClasses
DataClasses dataClasses
-
endOnTick
Boolean endOnTick
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineWidth
Number gridLineWidth
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
marker
Marker marker
-
maxColor
Color maxColor
-
maxPadding
Number maxPadding
-
minColor
Color minColor
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
reversed
Boolean reversed
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
startOnTick
Boolean startOnTick
-
stops
ArrayList<Stop> stops
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
type
String type
-
-
-
Class com.vaadin.componentfactory.maps.model.Configuration
class Configuration extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
accessibility
Accessibility accessibility
-
changeListeners
List<ConfigurationChangeListener> changeListeners
-
chart
MapModel chart
-
colorAxis
AxisList<ColorAxis> colorAxis
-
credits
Credits credits
-
drilldown
Drilldown drilldown
-
exporting
Exporting exporting
-
labels
HTMLLabels labels
-
legend
Legend legend
-
loading
Loading loading
-
mapNavigation
MapNavigation mapNavigation
-
navigation
Navigation navigation
-
plotOptions
Map<String,
AbstractPlotOptions> plotOptions -
series
List<Series> series
-
subtitle
Subtitle subtitle
-
title
Title title
-
tooltip
Tooltip tooltip
-
xAxis
AxisList<XAxis> xAxis
-
yAxis
AxisList<YAxis> yAxis
-
-
-
Class com.vaadin.componentfactory.maps.model.ContextButton
class ContextButton extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
enabled
Boolean enabled
-
height
Number height
-
symbol
String symbol
-
symbolFill
Color symbolFill
-
symbolSize
Number symbolSize
-
symbolStroke
Color symbolStroke
-
symbolStrokeWidth
Number symbolStrokeWidth
-
symbolX
Number symbolX
-
symbolY
Number symbolY
-
text
String text
-
theme
ButtonTheme theme
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.componentfactory.maps.model.Credits
class Credits extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.Crosshair
class Crosshair extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.DataClasses
class DataClasses extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.DataLabels
class DataLabels extends AbstractDataLabels implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
align
HorizontalAlign align
-
allowOverlap
Boolean allowOverlap
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
color
Color color
-
crop
Boolean crop
-
enabled
Boolean enabled
-
format
String format
-
overflow
String overflow
-
padding
Number padding
-
rotation
Number rotation
-
shadow
Boolean shadow
-
shape
Shape shape
-
style
Style style
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.componentfactory.maps.model.Drilldown
class Drilldown extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
allowPointDrilldown
Boolean allowPointDrilldown
-
animation
Boolean animation
-
configuration
Configuration configuration
-
drillUpButton
DrillUpButton drillUpButton
-
series
List<Series> series
-
-
-
Class com.vaadin.componentfactory.maps.model.DrillUpButton
class DrillUpButton extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
position
ButtonPosition position
-
relativeTo
DrillUpButtonRelativeTo relativeTo
-
theme
ButtonTheme theme
-
-
-
Class com.vaadin.componentfactory.maps.model.Exporting
class Exporting extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
allowHTML
Boolean allowHTML
-
buttons
Buttons buttons
-
enabled
Boolean enabled
-
fallbackToExportServer
Boolean fallbackToExportServer
-
filename
String filename
-
printMaxWidth
Number printMaxWidth
-
scale
Number scale
-
sourceHeight
Number sourceHeight
-
sourceWidth
Number sourceWidth
-
type
String type
-
url
String url
-
width
Number width
-
-
-
Class com.vaadin.componentfactory.maps.model.Global
class Global extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.Hover
class Hover extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.HTMLLabelItem
class HTMLLabelItem extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.HTMLLabels
class HTMLLabels extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
items
HTMLLabelItem[] items
-
style
Style style
-
-
-
Class com.vaadin.componentfactory.maps.model.Labels
class Labels extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
-
Class com.vaadin.componentfactory.maps.model.Lang
class Lang extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
contextButtonTitle
String contextButtonTitle
-
decimalPoint
String decimalPoint
-
downloadJPEG
String downloadJPEG
-
downloadPDF
String downloadPDF
-
downloadPNG
String downloadPNG
-
downloadSVG
String downloadSVG
-
drillUpText
String drillUpText
-
loading
String loading
-
months
String[] months
-
numericSymbols
String[] numericSymbols
-
printChart
String printChart
-
resetZoom
String resetZoom
-
resetZoomTitle
String resetZoomTitle
-
shortMonths
String[] shortMonths
-
shortWeekdays
String[] shortWeekdays
-
thousandsSep
String thousandsSep
-
weekdays
String[] weekdays
-
zoomIn
ZoomIn zoomIn
-
zoomOut
ZoomOut zoomOut
-
-
-
Class com.vaadin.componentfactory.maps.model.Legend
class Legend extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_labelFormatter
String _fn_labelFormatter
-
align
HorizontalAlign align
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
enabled
Boolean enabled
-
floating
Boolean floating
-
itemDistance
Number itemDistance
-
itemHiddenStyle
Style itemHiddenStyle
-
itemHoverStyle
Style itemHoverStyle
-
itemMarginBottom
Number itemMarginBottom
-
itemMarginTop
Number itemMarginTop
-
itemStyle
Style itemStyle
-
itemWidth
Number itemWidth
-
labelFormat
String labelFormat
-
layout
LayoutDirection layout
-
margin
Number margin
-
maxHeight
Number maxHeight
-
navigation
LegendNavigation navigation
-
padding
Number padding
-
reversed
Boolean reversed
-
rtl
Boolean rtl
-
shadow
Boolean shadow
-
symbolHeight
Number symbolHeight
-
symbolPadding
Number symbolPadding
-
symbolRadius
Number symbolRadius
-
symbolWidth
Number symbolWidth
-
title
LegendTitle title
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.componentfactory.maps.model.LegendTitle
class LegendTitle extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.Loading
class Loading extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.MapDataSeries
class MapDataSeries extends AbstractSeries implements Serializable -
Class com.vaadin.componentfactory.maps.model.MapDataSeriesItem
class MapDataSeriesItem extends AbstractSeriesItem implements Serializable-
Serialized Fields
-
code
String code
-
cursor
String cursor
-
dataLabels
DataLabels dataLabels
-
drilldown
Object drilldown
-
selected
Boolean selected
-
-
-
Class com.vaadin.componentfactory.maps.model.MapModel
class MapModel extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
animation
Boolean animation
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
height
Number height
-
map
String map
-
margin
Number[] margin
-
marginBottom
Number marginBottom
-
marginLeft
Number marginLeft
-
marginRight
Number marginRight
-
marginTop
Number marginTop
-
plotBackgroundColor
Color plotBackgroundColor
-
plotBackgroundImage
String plotBackgroundImage
-
plotBorderColor
Color plotBorderColor
-
plotBorderWidth
Number plotBorderWidth
-
plotShadow
Boolean plotShadow
-
reflow
Boolean reflow
-
resetZoomButton
ResetZoomButton resetZoomButton
-
selectionMarkerFill
Color selectionMarkerFill
-
shadow
Boolean shadow
-
spacing
Number[] spacing
-
spacingBottom
Number spacingBottom
-
spacingLeft
Number spacingLeft
-
spacingRight
Number spacingRight
-
spacingTop
Number spacingTop
-
style
Style style
-
styledMode
Boolean styledMode
-
type
MapType type
-
width
Number width
-
-
-
Class com.vaadin.componentfactory.maps.model.MapType
class MapType extends Object implements Serializable-
Serialized Fields
-
type
String type
-
-
-
Class com.vaadin.componentfactory.maps.model.Marker
class Marker extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.Normal
class Normal extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
animation
Boolean animation
-
-
-
Class com.vaadin.componentfactory.maps.model.PlotOptionsHeatmap
class PlotOptionsHeatmap extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
color
Color color
-
colorAxis
ColorAxis colorAxis
-
colsize
Number colsize
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
enableMouseTracking
Boolean enableMouseTracking
-
nullColor
Color nullColor
-
rowsize
Number rowsize
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.componentfactory.maps.model.PlotOptionsMap
class PlotOptionsMap extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
allAreas
Boolean allAreas
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
color
Color color
-
colorAxis
ColorAxis colorAxis
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
enableMouseTracking
Boolean enableMouseTracking
-
nullColor
Color nullColor
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.componentfactory.maps.model.PlotOptionsMapbubble
class PlotOptionsMapbubble extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
allAreas
Boolean allAreas
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
color
Color color
-
colorAxis
ColorAxis colorAxis
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
displayNegative
Boolean displayNegative
-
enableMouseTracking
Boolean enableMouseTracking
-
negativeColor
Color negativeColor
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
sizeBy
String sizeBy
-
sizeByAbsoluteValue
Boolean sizeByAbsoluteValue
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zIndex
Number zIndex
-
zMax
Number zMax
-
zMin
Number zMin
-
zThreshold
Number zThreshold
-
-
-
Class com.vaadin.componentfactory.maps.model.PlotOptionsMapline
class PlotOptionsMapline extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
allAreas
Boolean allAreas
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
color
Color color
-
colorAxis
ColorAxis colorAxis
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
enableMouseTracking
Boolean enableMouseTracking
-
fillColor
Color fillColor
-
lineWidth
Number lineWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.componentfactory.maps.model.PlotOptionsMappoint
class PlotOptionsMappoint extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
allAreas
Boolean allAreas
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
color
Color color
-
colorAxis
ColorAxis colorAxis
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
enableMouseTracking
Boolean enableMouseTracking
-
fillColor
Color fillColor
-
lineWidth
Number lineWidth
-
marker
Marker marker
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.componentfactory.maps.model.PlotOptionsSeries
class PlotOptionsSeries extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
allAreas
Boolean allAreas
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
color
Color color
-
colorAxis
ColorAxis colorAxis
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
enableMouseTracking
Boolean enableMouseTracking
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.componentfactory.maps.model.Position
class Position extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.componentfactory.maps.model.ResetZoomButton
class ResetZoomButton extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
position
Position position
-
relativeTo
ResetZoomButtonRelativeTo relativeTo
-
theme
ButtonTheme theme
-
-
-
Class com.vaadin.componentfactory.maps.model.Select
class Select extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.SeriesTooltip
class SeriesTooltip extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_pointFormatter
String _fn_pointFormatter
-
followPointer
Boolean followPointer
-
followTouchMove
Boolean followTouchMove
-
footerFormat
String footerFormat
-
headerFormat
String headerFormat
-
hideDelay
Number hideDelay
-
pointFormat
String pointFormat
-
valueDecimals
Number valueDecimals
-
valuePrefix
String valuePrefix
-
valueSuffix
String valueSuffix
-
-
-
Class com.vaadin.componentfactory.maps.model.States
class States extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.Stop
class Stop extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
Color color
-
position
float position
-
-
-
Class com.vaadin.componentfactory.maps.model.Subtitle
class Subtitle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
floating
Boolean floating
-
style
CSSObject style
-
text
String text
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
widthAdjust
Number widthAdjust
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.componentfactory.maps.model.Title
class Title extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
floating
Boolean floating
-
margin
Number margin
-
style
CSSObject style
-
text
String text
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
widthAdjust
Number widthAdjust
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.componentfactory.maps.model.Tooltip
class Tooltip extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
_fn_pointFormatter
String _fn_pointFormatter
-
_fn_positioner
String _fn_positioner
-
animation
Boolean animation
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
enabled
Boolean enabled
-
followPointer
Boolean followPointer
-
followTouchMove
Boolean followTouchMove
-
footerFormat
String footerFormat
-
headerFormat
String headerFormat
-
hideDelay
Number hideDelay
-
pointFormat
String pointFormat
-
shadow
Boolean shadow
-
style
Style style
-
useHTML
Boolean useHTML
-
valueDecimals
Number valueDecimals
-
valuePrefix
String valuePrefix
-
valueSuffix
String valueSuffix
-
-
-
Class com.vaadin.componentfactory.maps.model.XAxis
class XAxis extends Axis implements Serializable-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
crosshair
Crosshair crosshair
-
endOnTick
Boolean endOnTick
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineWidth
Number gridLineWidth
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
maxPadding
Number maxPadding
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
reversed
Boolean reversed
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
startOnTick
Boolean startOnTick
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
-
-
Class com.vaadin.componentfactory.maps.model.YAxis
class YAxis extends Axis implements Serializable-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
crosshair
Crosshair crosshair
-
endOnTick
Boolean endOnTick
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineWidth
Number gridLineWidth
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
maxPadding
Number maxPadding
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
reversed
Boolean reversed
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
startOnTick
Boolean startOnTick
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
-
-
Class com.vaadin.componentfactory.maps.model.ZoomIn
class ZoomIn extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
alignTo
String alignTo
-
height
Number height
-
style
Style style
-
text
String text
-
theme
ButtonTheme theme
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.componentfactory.maps.model.ZoomOut
class ZoomOut extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
alignTo
String alignTo
-
height
Number height
-
style
Style style
-
text
String text
-
theme
ButtonTheme theme
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
-
Package com.vaadin.componentfactory.maps.model.serializers
-
Class com.vaadin.componentfactory.maps.model.serializers.DefaultBeanSerializerModifier
class DefaultBeanSerializerModifier extends tools.jackson.databind.ser.ValueSerializerModifier implements Serializable
-
-
Package com.vaadin.componentfactory.maps.model.style
-
Class com.vaadin.componentfactory.maps.model.style.ButtonTheme
class ButtonTheme extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.componentfactory.maps.model.style.ChartStyle
class ChartStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
plotBackgroundColor
Color plotBackgroundColor
-
plotBackgroundImage
String plotBackgroundImage
-
plotBorderColor
Color plotBorderColor
-
plotBorderWidth
Number plotBorderWidth
-
plotShadow
Boolean plotShadow
-
style
Style style
-
-
-
Class com.vaadin.componentfactory.maps.model.style.LegendStyle
class LegendStyle extends Legend implements Serializable -
Class com.vaadin.componentfactory.maps.model.style.LumoDarkTheme
class LumoDarkTheme extends Theme implements Serializable -
Class com.vaadin.componentfactory.maps.model.style.LumoLightTheme
class LumoLightTheme extends Theme implements Serializable -
Class com.vaadin.componentfactory.maps.model.style.PlotOptionsStyle
class PlotOptionsStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
heatmap
PlotOptionsHeatmap heatmap
-
map
PlotOptionsMap map
-
mapbubble
PlotOptionsMapbubble mapbubble
-
mapline
PlotOptionsMapline mapline
-
mappoint
PlotOptionsMappoint mappoint
-
series
PlotOptionsSeries series
-
-
-
Class com.vaadin.componentfactory.maps.model.style.SolidColor
class SolidColor extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
String color
-
-
-
Class com.vaadin.componentfactory.maps.model.style.Style
class Style extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
Color color
-
fontFamily
String fontFamily
-
fontSize
String fontSize
-
fontWeight
FontWeight fontWeight
-
left
String left
-
lineHeight
String lineHeight
-
position
StylePosition position
-
textShadow
String textShadow
-
top
String top
-
-
-
Class com.vaadin.componentfactory.maps.model.style.StyleWrapper
class StyleWrapper extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
style
Style style
-
-
-
Class com.vaadin.componentfactory.maps.model.style.Theme
class Theme extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
chart
ChartStyle chart
-
colors
Color[] colors
-
credits
Credits credits
-
labels
StyleWrapper labels
-
legend
LegendStyle legend
-
plotOptions
PlotOptionsStyle plotOptions
-
subtitle
StyleWrapper subtitle
-
title
StyleWrapper title
-
tooltip
TooltipStyle tooltip
-
-
-
Class com.vaadin.componentfactory.maps.model.style.TooltipStyle
class TooltipStyle extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.componentfactory.maps.util
-
Class com.vaadin.componentfactory.maps.util.ChartSerialization
class ChartSerialization extends Object implements Serializable -
Class com.vaadin.componentfactory.maps.util.MapSerialization
class MapSerialization extends Object implements Serializable
-