Serialized Form
-
Package com.vaadin.base.devserver
-
Class com.vaadin.base.devserver.DevModeHandlerImpl extends Object implements Serializable
-
Serialized Fields
-
notified
boolean notified
-
failedOutput
String failedOutput
-
isDevServerFailedToStart
AtomicBoolean isDevServerFailedToStart
-
port
int port
-
webpackProcess
AtomicReference<V> webpackProcess
-
reuseDevServer
boolean reuseDevServer
-
watchDog
AtomicReference<V> watchDog
-
devServerPortFile
File devServerPortFile
-
manifestPaths
List<E> manifestPaths
The list of static resource paths from webpack manifest.
-
cumulativeOutput
StringBuilder cumulativeOutput
-
devServerStartFuture
CompletableFuture<T> devServerStartFuture
-
npmFolder
File npmFolder
-
-
-
-
Package com.vaadin.base.devserver.startup
-
Class com.vaadin.base.devserver.startup.DevModeInitializer extends Object implements Serializable
-
-
Package com.vaadin.collaborationengine
-
Class com.vaadin.collaborationengine.CollaborationAvatarGroup extends Composite<AvatarGroup> implements Serializable
-
Serialized Fields
-
ce
CollaborationEngine ce
-
localUser
UserInfo localUser
-
userInfoCache
List<E> userInfoCache
-
presenceManager
PresenceManager presenceManager
-
topicId
String topicId
-
imageProvider
CollaborationAvatarGroup.ImageProvider imageProvider
-
ownAvatarVisible
boolean ownAvatarVisible
-
-
-
Class com.vaadin.collaborationengine.CollaborationBinder extends Binder<BEAN> implements Serializable
-
Serialized Fields
-
localUser
UserInfo localUser
-
ce
CollaborationEngine ce
-
fieldHighlighter
com.vaadin.collaborationengine.FieldHighlighter fieldHighlighter
-
topic
TopicConnection topic
-
connectionContext
ComponentConnectionContext connectionContext
-
topicRegistration
TopicConnectionRegistration topicRegistration
-
expirationTimeout
Duration expirationTimeout
-
bindingRegistrations
Map<K,V> bindingRegistrations
-
fieldToPropertyName
Map<K,V> fieldToPropertyName
-
propertyJsonHandlers
Map<K,V> propertyJsonHandlers
-
typeConfigurations
Map<K,V> typeConfigurations
-
-
-
Class com.vaadin.collaborationengine.CollaborationBinder.CollaborationBindingBuilderImpl extends Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET> implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
typeIsConverted
boolean typeIsConverted
-
explicitJsonHandler
com.vaadin.collaborationengine.CollaborationBinder.JsonHandler<T> explicitJsonHandler
-
-
-
Class com.vaadin.collaborationengine.CollaborationEngineServiceInitListener extends Object implements Serializable
-
Class com.vaadin.collaborationengine.CollaborationMessage extends Object implements Serializable
-
Class com.vaadin.collaborationengine.CollaborationMessageInput extends Composite<MessageInput> implements Serializable
-
Class com.vaadin.collaborationengine.CollaborationMessageList extends Composite<MessageList> implements Serializable
-
Serialized Fields
-
ce
CollaborationEngine ce
-
topicRegistration
Registration topicRegistration
-
list
CollaborationList list
-
persister
CollaborationMessagePersister persister
-
imageProvider
CollaborationAvatarGroup.ImageProvider imageProvider
-
topicId
String topicId
-
localUser
UserInfo localUser
-
submitter
CollaborationMessageSubmitter submitter
-
submitterRegistration
Registration submitterRegistration
-
messageConfigurator
CollaborationMessageList.MessageConfigurator messageConfigurator
-
-
-
Class com.vaadin.collaborationengine.CollaborationMessagePersister.FetchQuery extends EventObject implements Serializable
-
Class com.vaadin.collaborationengine.CollaborationMessagePersister.PersistRequest extends EventObject implements Serializable
-
Serialized Fields
-
topicId
String topicId
-
message
CollaborationMessage message
-
-
-
Class com.vaadin.collaborationengine.JsonConversionException extends RuntimeException implements Serializable
-
Class com.vaadin.collaborationengine.LicenseEvent extends EventObject implements Serializable
-
Serialized Fields
-
type
LicenseEvent.LicenseEventType type
-
message
String message
-
-
-
Class com.vaadin.collaborationengine.ListChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
addedItem
com.fasterxml.jackson.databind.JsonNode addedItem
-
-
-
Class com.vaadin.collaborationengine.MapChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
key
String key
-
oldValue
com.fasterxml.jackson.databind.JsonNode oldValue
-
value
com.fasterxml.jackson.databind.JsonNode value
-
-
-
Class com.vaadin.collaborationengine.TopicConnectionRegistration extends Object implements Serializable
-
Serialized Fields
-
topicConnection
TopicConnection topicConnection
-
connectionContext
ConnectionContext connectionContext
-
-
-
Class com.vaadin.collaborationengine.TopicConnectionRegistration.ConnectionFailedEvent extends EventObject implements Serializable
-
-
Package com.vaadin.flow.component
-
Class com.vaadin.flow.component.AbstractCompositeField extends Composite<C extends Component> implements Serializable
-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField extends Component implements Serializable
-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.AbstractSinglePropertyField extends AbstractField<C extends AbstractField<C,T>,T> implements Serializable
-
Serialized Fields
-
propertyWriter
SerializableBiConsumer<T,U> propertyWriter
-
propertyReader
SerializableBiFunction<T,U,R> propertyReader
-
propertyName
String propertyName
-
synchronizationRegistration
DomListenerRegistration synchronizationRegistration
-
-
-
Class com.vaadin.flow.component.AttachEvent extends AbstractAttachDetachEvent implements Serializable
-
Serialized Fields
-
initialAttach
boolean initialAttach
-
-
-
Class com.vaadin.flow.component.BlurNotifier.BlurEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.ClickEvent extends ComponentEvent<C extends Component> implements Serializable
-
Serialized Fields
-
screenX
int screenX
-
screenY
int screenY
-
clientX
int clientX
-
clientY
int clientY
-
clickCount
int clickCount
-
button
int button
-
ctrlKey
boolean ctrlKey
-
shiftKey
boolean shiftKey
-
altKey
boolean altKey
-
metaKey
boolean metaKey
-
-
-
Class com.vaadin.flow.component.Component extends Object implements Serializable
-
Serialized Fields
-
element
Element element
-
attributes
Attributes attributes
-
eventBus
ComponentEventBus eventBus
-
templateMapped
boolean templateMapped
-
-
-
Class com.vaadin.flow.component.ComponentEvent extends EventObject implements Serializable
-
Serialized Fields
-
fromClient
boolean fromClient
-
unregisterListenerCommand
Command unregisterListenerCommand
-
-
-
Class com.vaadin.flow.component.ComponentEventBus extends Object implements Serializable
-
Class com.vaadin.flow.component.Composite extends Component implements Serializable
-
Serialized Fields
-
content
Component content
-
-
-
Class com.vaadin.flow.component.CompositionEndEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.CompositionStartEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.CompositionUpdateEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.DetachEvent extends AbstractAttachDetachEvent implements Serializable
-
Class com.vaadin.flow.component.FocusNotifier.FocusEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.Html extends Component implements Serializable
-
Class com.vaadin.flow.component.HtmlComponent extends Component implements Serializable
-
Class com.vaadin.flow.component.HtmlContainer extends HtmlComponent implements Serializable
-
Class com.vaadin.flow.component.InputEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.KeyDownEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.KeyEventListener extends Object implements Serializable
-
Serialized Fields
-
listener
ComponentEventListener<T extends ComponentEvent<?>> listener
-
key
Key key
-
modifiers
EnumSet<E extends Enum<E>> modifiers
-
-
-
Class com.vaadin.flow.component.KeyPressEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.KeyUpEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.PollEvent extends ComponentEvent<UI> implements Serializable
-
Class com.vaadin.flow.component.ShortcutEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.component.ShortcutRegistration extends Object implements Serializable
-
Serialized Fields
-
allowDefaultBehavior
boolean allowDefaultBehavior
-
allowEventPropagation
boolean allowEventPropagation
-
modifiers
Set<E> modifiers
-
primaryKey
Key primaryKey
-
executionRegistration
StateTree.ExecutionRegistration executionRegistration
-
lifecycleRegistration
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration lifecycleRegistration
-
lifecycleOwner
Component lifecycleOwner
-
listenOnAttachListenerRegistrations
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration[] listenOnAttachListenerRegistrations
-
shortcutListenerRegistrations
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration[] shortcutListenerRegistrations
-
listenOnComponents
Component[] listenOnComponents
-
shortcutActive
boolean shortcutActive
-
listenOnSuppliers
SerializableSupplier<T> listenOnSuppliers
-
isDirty
AtomicBoolean isDirty
-
eventListener
ShortcutEventListener eventListener
-
registrations
List<E> registrations
-
beforeClientResponseConsumer
SerializableConsumer<T> beforeClientResponseConsumer
-
-
-
Class com.vaadin.flow.component.Text extends Component implements Serializable
-
Class com.vaadin.flow.component.UI extends Component implements Serializable
-
Serialized Fields
-
uiId
int uiId
The id of this UI, used to find the server side instance of the UI form which a request originates. A negative value indicates that the UI id has not yet been assigned by the Application.
See Also:
-
closing
boolean closing
-
pushConfiguration
PushConfiguration pushConfiguration
-
locale
Locale locale
-
internals
UIInternals internals
-
page
Page page
-
csrfToken
String csrfToken
-
-
-
Class com.vaadin.flow.component.UIDetachedException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.component.WebComponentExporter extends Object implements Serializable
-
Class com.vaadin.flow.component.WebComponentExporter.WebComponentConfigurationFactory extends Object implements Serializable
-
Class com.vaadin.flow.component.WebComponentExporterFactory.DefaultWebComponentExporterFactory extends Object implements Serializable
-
-
Package com.vaadin.flow.component.accordion
-
Class com.vaadin.flow.component.accordion.Accordion extends Component implements Serializable
-
Class com.vaadin.flow.component.accordion.Accordion.OpenedChangeEvent extends ComponentEvent<Accordion> implements Serializable
-
Serialized Fields
-
index
Integer index
-
-
-
Class com.vaadin.flow.component.accordion.AccordionPanel extends Details implements Serializable
-
-
Package com.vaadin.flow.component.applayout
-
Class com.vaadin.flow.component.applayout.AppLayout extends Component implements Serializable
-
Serialized Fields
-
content
Component content
-
-
-
Class com.vaadin.flow.component.applayout.DrawerToggle extends Button implements Serializable
-
-
Package com.vaadin.flow.component.avatar
-
Class com.vaadin.flow.component.avatar.Avatar extends Component implements Serializable
-
Serialized Fields
-
imageResource
AbstractStreamResource imageResource
-
i18n
Avatar.AvatarI18n i18n
-
-
-
Class com.vaadin.flow.component.avatar.Avatar.AvatarI18n extends Object implements Serializable
-
Serialized Fields
-
anonymous
String anonymous
-
-
-
Class com.vaadin.flow.component.avatar.AvatarGroup extends Component implements Serializable
-
Serialized Fields
-
items
List<E> items
-
pendingUpdate
boolean pendingUpdate
-
i18n
AvatarGroup.AvatarGroupI18n i18n
-
-
-
Class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n extends Object implements Serializable
-
Class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
abbr
String abbr
-
img
String img
-
colorIndex
Integer colorIndex
-
host
AvatarGroup host
-
resourceRegistration
StreamRegistration resourceRegistration
-
pendingRegistration
Registration pendingRegistration
-
pendingHandle
Command pendingHandle
-
imageResource
AbstractStreamResource imageResource
-
-
-
-
Package com.vaadin.flow.component.board
-
Class com.vaadin.flow.component.board.Board extends Component implements Serializable
-
Class com.vaadin.flow.component.board.Row extends Component implements Serializable
-
Serialized Fields
-
redrawTriggered
boolean redrawTriggered
-
-
-
-
Package com.vaadin.flow.component.button
-
Class com.vaadin.flow.component.button.Button extends GeneratedVaadinButton<Button> implements Serializable
-
Serialized Fields
-
iconComponent
Component iconComponent
-
iconAfterText
boolean iconAfterText
-
disableOnClick
boolean disableOnClick
-
disableListener
Registration disableListener
-
-
-
Class com.vaadin.flow.component.button.GeneratedVaadinButton extends Component implements Serializable
-
-
Package com.vaadin.flow.component.charts
-
Class com.vaadin.flow.component.charts.Chart extends Component implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
-
configurationUpdateRegistration
Registration configurationUpdateRegistration
-
changeListener
ConfigurationChangeListener changeListener
-
drillCallbackHandler
com.vaadin.flow.component.charts.Chart.DrillCallbackHandler drillCallbackHandler
-
drilldownCallback
DrilldownCallback drilldownCallback
-
-
-
Class com.vaadin.flow.component.charts.ChartOptions extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.events
-
Class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartAfterPrintEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartBeforePrintEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.flow.component.charts.events.ChartDrillupAllEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartDrillupEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartLoadEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartRedrawEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartSelectionEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.DrilldownEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.MouseEventDetails extends Object implements Serializable
-
Serialized Fields
-
button
MouseEventDetails.MouseButton button
-
absoluteX
int absoluteX
-
absoluteY
int absoluteY
-
altKey
boolean altKey
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
shiftKey
boolean shiftKey
-
xValue
double xValue
-
yValue
double yValue
-
-
-
Class com.vaadin.flow.component.charts.events.PointClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
category
String category
-
pointIndex
int pointIndex
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
category
String category
-
pointIndex
int pointIndex
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.flow.component.charts.events.PointMouseOutEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
category
String category
-
seriesIndex
int seriesIndex
-
pointIndex
int pointIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointMouseOverEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
category
String category
-
seriesIndex
int seriesIndex
-
pointIndex
int pointIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointRemoveEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
category
String category
-
x
double x
-
y
double y
-
pointIndex
int pointIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointSelectEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
category
String category
-
pointIndex
int pointIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointUnselectEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
category
String category
-
pointIndex
int pointIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointUpdateEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.SeriesAfterAnimateEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesCheckboxClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
checked
boolean checked
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesHideEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesLegendItemClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesMouseOutEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesMouseOverEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesShowEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
minimum
double minimum
-
maximum
double maximum
-
axisIndex
int axisIndex
-
-
-
Class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
minimum
double minimum
-
maximum
double maximum
-
axisIndex
int axisIndex
-
-
-
-
Package com.vaadin.flow.component.charts.events.internal
-
Class com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent extends Object implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
series
Series series
The affected series
-
-
-
Class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent extends AbstractSeriesEvent implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
item
DataSeriesItem 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.flow.component.charts.events.internal.AxisRescaledEvent extends Object implements Serializable
serialVersionUID:
20141118L
-
Class com.vaadin.flow.component.charts.events.internal.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.flow.component.charts.events.internal.DataRemovedEvent extends AbstractSeriesEvent implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
index
int index
-
-
-
Class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent extends AbstractSeriesItemEvent implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
pointIndex
int pointIndex
-
-
-
Class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent extends AbstractSeriesEvent implements Serializable
-
Serialized Fields
-
index
int index
-
sliced
boolean sliced
-
redraw
boolean redraw
-
animation
boolean animation
-
-
-
Class com.vaadin.flow.component.charts.events.internal.SeriesAddedEvent extends AbstractSeriesEvent implements Serializable
-
Class com.vaadin.flow.component.charts.events.internal.SeriesChangedEvent extends AbstractSeriesEvent implements Serializable
-
Class com.vaadin.flow.component.charts.events.internal.SeriesStateEvent extends AbstractSeriesEvent implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
enabled
boolean enabled
Series was enabled
-
-
-
-
Package com.vaadin.flow.component.charts.model
-
Class com.vaadin.flow.component.charts.model.AbstractConfigurationObject extends Object implements Serializable
-
Class com.vaadin.flow.component.charts.model.AbstractDataLabels extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.AbstractPlotOptions extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.AbstractSeries extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
name
String name
-
stack
String stack
-
id
String id
-
plotOptions
AbstractPlotOptions plotOptions
-
visible
Boolean visible
-
configuration
Configuration configuration
-
xAxis
Integer xAxis
-
yAxis
Integer yAxis
-
colorAxis
Integer colorAxis
-
-
-
Class com.vaadin.flow.component.charts.model.AbstractSeriesItem extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Accessibility extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
describeSingleSeries
Boolean describeSingleSeries
-
enabled
Boolean enabled
-
keyboardNavigation
KeyboardNavigation keyboardNavigation
-
_fn_onTableAnchorClick
String _fn_onTableAnchorClick
-
pointDateFormat
String pointDateFormat
-
_fn_pointDateFormatter
String _fn_pointDateFormatter
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
_fn_screenReaderSectionFormatter
String _fn_screenReaderSectionFormatter
-
_fn_seriesDescriptionFormatter
String _fn_seriesDescriptionFormatter
-
-
-
Class com.vaadin.flow.component.charts.model.AreaOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.Attributes extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Axis extends AbstractConfigurationObject implements Serializable
serialVersionUID:
1L
-
Serialized Fields
-
min
Number min
-
max
Number max
-
axisIndex
Integer axisIndex
-
configuration
ChartConfiguration configuration
-
-
-
Class com.vaadin.flow.component.charts.model.AxisList extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.AxisTitle extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Back extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Background extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Bottom extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.BoxPlotItem extends DataSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.Breaks extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.ButtonOptions extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
enabled
Boolean enabled
-
height
Number height
-
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
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.ButtonPosition extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
verticalAlign
VerticalAlign verticalAlign
-
align
HorizontalAlign align
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.Buttons extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
contextButton
ContextButton contextButton
-
-
-
Class com.vaadin.flow.component.charts.model.ChartModel extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
alignTicks
Boolean alignTicks
-
animation
Boolean animation
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
colorCount
Number colorCount
-
description
String description
-
height
String height
-
ignoreHiddenSeries
Boolean ignoreHiddenSeries
-
inverted
Boolean inverted
-
margin
Number[] margin
-
marginBottom
Number marginBottom
-
marginLeft
Number marginLeft
-
marginRight
Number marginRight
-
marginTop
Number marginTop
-
options3d
Options3d options3d
-
panKey
PanKey panKey
-
panning
Boolean panning
-
pinchType
Dimension pinchType
-
plotBackgroundColor
Color plotBackgroundColor
-
plotBackgroundImage
String plotBackgroundImage
-
plotBorderColor
Color plotBorderColor
-
plotBorderWidth
Number plotBorderWidth
-
plotShadow
Boolean plotShadow
-
polar
Boolean polar
-
reflow
Boolean reflow
-
resetZoomButton
ResetZoomButton resetZoomButton
-
selectionMarkerFill
Color selectionMarkerFill
-
shadow
Boolean shadow
-
showAxes
Boolean showAxes
-
spacing
Number[] spacing
-
spacingBottom
Number spacingBottom
-
spacingLeft
Number spacingLeft
-
spacingRight
Number spacingRight
-
spacingTop
Number spacingTop
-
style
Style style
-
styledMode
Boolean styledMode
-
type
ChartType type
-
typeDescription
String typeDescription
-
width
Number width
-
zoomType
Dimension zoomType
-
-
-
Class com.vaadin.flow.component.charts.model.ChartType extends Object implements Serializable
-
Serialized Fields
-
type
String type
-
-
-
Class com.vaadin.flow.component.charts.model.ColorAxis extends YAxis implements Serializable
serialVersionUID:
1L
-
Class com.vaadin.flow.component.charts.model.ColumnOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.Condition extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Configuration extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
accessibility
Accessibility accessibility
-
chart
ChartModel chart
-
title
Title title
-
subtitle
Subtitle subtitle
-
xAxis
AxisList<T extends Axis> xAxis
-
yAxis
AxisList<T extends Axis> yAxis
-
zAxis
AxisList<T extends Axis> zAxis
-
colorAxis
AxisList<T extends Axis> colorAxis
-
tooltip
Tooltip tooltip
-
legend
Legend legend
-
credits
Credits credits
-
plotOptions
Map<K,V> plotOptions
-
labels
HTMLLabels labels
-
series
List<E> series
-
drilldown
Drilldown drilldown
-
pane
PaneList pane
-
exporting
Exporting exporting
-
rangeSelector
RangeSelector rangeSelector
-
scrollbar
Scrollbar scrollbar
-
loading
Loading loading
-
navigation
Navigation navigation
-
noData
NoData noData
-
navigator
Navigator navigator
-
time
Time time
-
changeListeners
List<E> changeListeners
-
-
-
Class com.vaadin.flow.component.charts.model.ContextButton extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
enabled
Boolean enabled
-
height
Number height
-
menuItems
ContextButtonMenuItem[] menuItems
-
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.flow.component.charts.model.ContextButtonMenuItem extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Credits extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Crosshair extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.CrosshairLabel extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.DataGrouping extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.DataLabels extends AbstractDataLabels implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
allowOverlap
Boolean allowOverlap
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
crop
Boolean crop
-
defer
Boolean defer
-
enabled
Boolean enabled
-
format
String format
-
_fn_formatter
String _fn_formatter
-
inside
Boolean inside
-
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
-
connectorColor
Color connectorColor
-
connectorPadding
Number connectorPadding
-
connectorWidth
Number connectorWidth
-
distance
Number distance
-
softConnector
Boolean softConnector
-
-
-
Class com.vaadin.flow.component.charts.model.DataLabelsFunnel extends AbstractDataLabels implements Serializable
-
Serialized Fields
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
connectorColor
Color connectorColor
-
connectorPadding
Number connectorPadding
-
connectorWidth
Number connectorWidth
-
crop
Boolean crop
-
defer
Boolean defer
-
distance
Number distance
-
enabled
Boolean enabled
-
format
String format
-
_fn_formatter
String _fn_formatter
-
inside
Boolean inside
-
overflow
String overflow
-
padding
Number padding
-
rotation
Number rotation
-
shadow
Boolean shadow
-
shape
Shape shape
-
softConnector
Boolean softConnector
-
style
Style style
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.DataLabelsRange extends AbstractDataLabels implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
allowOverlap
Boolean allowOverlap
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
crop
Boolean crop
-
defer
Boolean defer
-
enabled
Boolean enabled
-
format
String format
-
_fn_formatter
String _fn_formatter
-
inside
Boolean inside
-
overflow
String overflow
-
padding
Number padding
-
rotation
Number rotation
-
shadow
Boolean shadow
-
shape
Shape shape
-
style
Style style
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
xHigh
Number xHigh
-
xLow
Number xLow
-
yHigh
Number yHigh
-
yLow
Number yLow
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.DataProviderSeries extends AbstractSeries implements Serializable
-
Serialized Fields
-
dataProvider
DataProvider<T,F> dataProvider
-
chartAttributeToCallback
Map<K,V> chartAttributeToCallback
-
automaticChartUpdateEnabled
boolean automaticChartUpdateEnabled
-
dataProviderRegistration
Registration dataProviderRegistration
-
listener
DataProviderListener<T> listener
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeries extends AbstractSeries implements Serializable
-
Class com.vaadin.flow.component.charts.model.DataSeriesItem extends AbstractSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.DataSeriesItem3d extends DataSeriesItem implements Serializable
-
Serialized Fields
-
z
Number z
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemBullet extends DataSeriesItem implements Serializable
-
Serialized Fields
-
target
Number target
-
targetOptions
TargetOptions targetOptions
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline extends DataSeriesItem implements Serializable
-
Serialized Fields
-
label
String label
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemXrange extends DataSeriesItem implements Serializable
-
Serialized Fields
-
x2
Number x2
-
partialFill
ItemPartialFill partialFill
-
-
-
Class com.vaadin.flow.component.charts.model.DateTimeLabelFormats extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Dial extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Drilldown extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
activeAxisLabelStyle
Style activeAxisLabelStyle
-
activeDataLabelStyle
Style activeDataLabelStyle
-
allowPointDrilldown
Boolean allowPointDrilldown
-
animation
Boolean animation
-
drillUpButton
DrillUpButton drillUpButton
-
series
List<E> series
-
configuration
Configuration configuration
-
-
-
Class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails extends Object implements Serializable
-
Serialized Fields
-
series
Series series
-
item
DataSeriesItem item
-
itemIndex
int itemIndex
-
-
-
Class com.vaadin.flow.component.charts.model.DrillUpButton extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
position
ButtonPosition position
-
relativeTo
DrillUpButtonRelativeTo relativeTo
-
theme
DrillUpButtonTheme theme
-
-
-
Class com.vaadin.flow.component.charts.model.DrillUpButtonTheme extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Exporting extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
allowHTML
Boolean allowHTML
-
buttons
Buttons buttons
-
enabled
Boolean enabled
-
_fn_error
String _fn_error
-
fallbackToExportServer
Boolean fallbackToExportServer
-
filename
String filename
-
libURL
String libURL
-
menuItemDefinitions
Map<K,V> menuItemDefinitions
-
printMaxWidth
Number printMaxWidth
-
scale
Number scale
-
sourceHeight
Number sourceHeight
-
sourceWidth
Number sourceWidth
-
type
ExportFileType type
-
url
String url
-
width
Number width
-
-
-
Class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.FlagItem extends DataSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.Frame extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.GaugeOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.Global extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Halo extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
attributes
Attributes attributes
-
opacity
Number opacity
-
size
Number size
-
-
-
Class com.vaadin.flow.component.charts.model.Handles extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.HeatSeries extends AbstractSeries implements Serializable
-
Serialized Fields
-
data
Number[][] data
-
-
-
Class com.vaadin.flow.component.charts.model.Hover extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
animation
Boolean animation
-
enabled
Boolean enabled
-
halo
Halo halo
-
lineWidth
Number lineWidth
-
lineWidthPlus
Number lineWidthPlus
-
fillColor
Color fillColor
-
lineColor
Color lineColor
-
radius
Number radius
-
radiusPlus
Number radiusPlus
-
borderColor
Color borderColor
-
brightness
Number brightness
-
color
Color color
-
opacity
Number opacity
-
marker
Marker marker
-
-
-
Class com.vaadin.flow.component.charts.model.HTMLLabelItem extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.HTMLLabels extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
items
HTMLLabelItem[] items
-
style
Style style
-
-
-
Class com.vaadin.flow.component.charts.model.Inactive extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.ItemPartialFill extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Items extends AbstractConfigurationObject implements Serializable
serialVersionUID:
1L
-
Class com.vaadin.flow.component.charts.model.KeyboardNavigation extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Label extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
rotation
Number rotation
-
style
Style style
-
text
String text
-
textAlign
TextAlign textAlign
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.Labels extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
autoRotation
Number[] autoRotation
-
autoRotationLimit
Number autoRotationLimit
-
distance
Number distance
-
enabled
Boolean enabled
-
format
String format
-
_fn_formatter
String _fn_formatter
-
padding
Number padding
-
reserveSpace
Boolean reserveSpace
-
staggerLines
Number staggerLines
-
step
Number step
-
style
Style style
-
useHTML
Boolean useHTML
-
x
Number x
-
y
Number y
-
zIndex
Number zIndex
-
rotation
String rotation
-
-
-
Class com.vaadin.flow.component.charts.model.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
-
invalidDate
String invalidDate
-
loading
String loading
-
months
String[] months
-
noData
String noData
-
numericSymbolMagnitude
Number numericSymbolMagnitude
-
numericSymbols
String[] numericSymbols
-
printChart
String printChart
-
resetZoom
String resetZoom
-
resetZoomTitle
String resetZoomTitle
-
shortMonths
String[] shortMonths
-
shortWeekdays
String[] shortWeekdays
-
thousandsSep
String thousandsSep
-
weekdays
String[] weekdays
-
rangeSelectorFrom
String rangeSelectorFrom
-
rangeSelectorTo
String rangeSelectorTo
-
rangeSelectorZoom
String rangeSelectorZoom
-
-
-
Class com.vaadin.flow.component.charts.model.Legend extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
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
-
_fn_labelFormatter
String _fn_labelFormatter
-
layout
LayoutDirection layout
-
lineHeight
Number lineHeight
-
margin
Number margin
-
maxHeight
Number maxHeight
-
navigation
LegendNavigation navigation
-
padding
Number padding
-
reversed
Boolean reversed
-
rtl
Boolean rtl
-
shadow
Boolean shadow
-
squareSymbol
Boolean squareSymbol
-
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.flow.component.charts.model.LegendNavigation extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.LegendTitle extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Level extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
borderColor
Color borderColor
-
borderDashStyle
DashStyle borderDashStyle
-
borderWidth
Number borderWidth
-
color
Color color
-
dataLabels
DataLabels dataLabels
-
layoutAlgorithm
TreeMapLayoutAlgorithm layoutAlgorithm
-
layoutStartingDirection
TreeMapLayoutStartingDirection layoutStartingDirection
-
level
Number level
-
-
-
Class com.vaadin.flow.component.charts.model.ListSeries extends AbstractSeries implements Serializable
-
Class com.vaadin.flow.component.charts.model.Loading extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Marker extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.MarkerSymbolUrl extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
url
String url
-
-
-
Class com.vaadin.flow.component.charts.model.Navigation extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
buttonOptions
ButtonOptions buttonOptions
-
menuItemHoverStyle
Style menuItemHoverStyle
-
menuItemStyle
Style menuItemStyle
-
menuStyle
Style menuStyle
-
-
-
Class com.vaadin.flow.component.charts.model.Navigator extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
adaptToUpdatedData
Boolean adaptToUpdatedData
-
enabled
Boolean enabled
-
handles
Handles handles
-
height
Number height
-
margin
Number margin
-
maskFill
Color maskFill
-
maskInside
Boolean maskInside
-
opposite
Boolean opposite
-
outlineColor
Color outlineColor
-
outlineWidth
Number outlineWidth
-
series
PlotOptionsSeries series
-
xAxis
XAxis xAxis
-
yAxis
YAxis yAxis
-
-
-
Class com.vaadin.flow.component.charts.model.NoData extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Node extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.NodeSeries extends AbstractSeries implements Serializable
-
Class com.vaadin.flow.component.charts.model.NodeSeriesItem extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
-
Class com.vaadin.flow.component.charts.model.OhlcItem extends DataSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.OhlcOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.Options3d extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Pane extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.PaneList extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.PartialFill extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
fill
Color fill
-
-
-
Class com.vaadin.flow.component.charts.model.Pivot extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.PlotBand extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.PlotLine extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.PlotOptionsArea extends AreaOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linecap
String linecap
-
linkedTo
String linkedTo
-
marker
Marker marker
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
pointRange
Number pointRange
-
showInNavigator
Boolean showInNavigator
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsArearange extends AreaOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabelsRange dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linecap
String linecap
-
linkedTo
String linkedTo
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
pointRange
Number pointRange
-
showInNavigator
Boolean showInNavigator
-
stacking
Stacking stacking
-
threshold
Number threshold
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline extends AreaOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linecap
String linecap
-
linkedTo
String linkedTo
-
marker
Marker marker
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
pointRange
Number pointRange
-
showInNavigator
Boolean showInNavigator
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange extends AreaOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorKey
String colorKey
-
colorIndex
Number colorIndex
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabelsRange dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linecap
String linecap
-
linkedTo
String linkedTo
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
pointRange
Number pointRange
-
showInNavigator
Boolean showInNavigator
-
stacking
Stacking stacking
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBar extends ColumnOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
grouping
Boolean grouping
-
keys
ArrayList<E> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
grouping
Boolean grouping
-
keys
ArrayList<E> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
medianColor
Color medianColor
-
medianWidth
Number medianWidth
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stemColor
Color stemColor
-
stemDashStyle
DashStyle stemDashStyle
-
stemWidth
Number stemWidth
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
whiskerColor
Color whiskerColor
-
whiskerLength
String whiskerLength
-
whiskerWidth
Number whiskerWidth
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBubble extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
displayNegative
Boolean displayNegative
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
maxSize
String maxSize
-
minSize
String minSize
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
sizeBy
String sizeBy
-
sizeByAbsoluteValue
Boolean sizeByAbsoluteValue
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zMax
Number zMax
-
zMin
Number zMin
-
zThreshold
Number zThreshold
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBullet extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<E> keys
-
legendIndex
Number legendIndex
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
targetOptions
TargetOptions targetOptions
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick extends OhlcOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
compareBase
Number compareBase
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
groupPadding
Number groupPadding
-
grouping
Boolean grouping
-
keys
ArrayList<E> keys
-
legendIndex
Number legendIndex
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
upColor
Color upColor
-
upLineColor
Color upLineColor
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsColumn extends ColumnOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
grouping
Boolean grouping
-
keys
ArrayList<E> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
showInNavigator
Boolean showInNavigator
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange extends ColumnOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabelsRange dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
grouping
Boolean grouping
-
keys
ArrayList<E> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
showInNavigator
Boolean showInNavigator
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<E> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stemColor
Color stemColor
-
stemDashStyle
DashStyle stemDashStyle
-
stemWidth
Number stemWidth
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
whiskerColor
Color whiskerColor
-
whiskerLength
String whiskerLength
-
whiskerWidth
Number whiskerWidth
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsFlags extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
legendIndex
Number legendIndex
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
onKey
String onKey
-
onSeries
String onSeries
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
selected
Boolean selected
-
shadow
Boolean shadow
-
shape
FlagShape shape
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stackDistance
Number stackDistance
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
style
Style style
-
textAlign
String textAlign
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
useHTML
Boolean useHTML
-
visible
Boolean visible
-
y
Number y
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsFunnel extends PyramidOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
center
String[] center
-
className
String className
-
clip
Boolean clip
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabelsFunnel dataLabels
-
depth
Number depth
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
height
String height
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
keys
ArrayList<E> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
neckHeight
String neckHeight
-
neckWidth
String neckWidth
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
reversed
Boolean reversed
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
slicedOffset
Number slicedOffset
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
width
String width
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsGauge extends GaugeOptions implements Serializable
-
Serialized Fields
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
dial
Dial dial
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
linkedTo
String linkedTo
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
overshoot
Number overshoot
-
pivot
Pivot pivot
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
wrap
Boolean wrap
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
colsize
Number colsize
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
rowsize
Number rowsize
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsLine extends PointOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
lineWidth
Number lineWidth
-
linecap
String linecap
-
linkedTo
String linkedTo
-
marker
Marker marker
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
pointRange
Number pointRange
-
showInNavigator
Boolean showInNavigator
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsOhlc extends OhlcOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
compare
Compare compare
-
compareBase
Number compareBase
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
groupPadding
Number groupPadding
-
grouping
Boolean grouping
-
keys
ArrayList<E> keys
-
legendIndex
Number legendIndex
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
upColor
Color upColor
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsOrganization extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
levels
List<E> levels
-
colorByPoint
Boolean colorByPoint
-
color
Color color
-
dataLabels
DataLabels dataLabels
-
borderColor
Color borderColor
-
nodeWidth
Number nodeWidth
-
boostBlending
String boostBlending
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
colorIndex
Number colorIndex
-
colors
List<E> colors
-
cursor
String cursor
-
dashStyle
DashStyle dashStyle
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
getExtremesFromAll
Boolean getExtremesFromAll
-
hangingIndent
Number hangingIndent
-
label
Label label
-
linkColor
Color linkColor
-
linkedTo
String linkedTo
-
linkLineWidth
Number linkLineWidth
-
linkOpacity
Number linkOpacity
-
linkRadius
Number linkRadius
-
minLinkWidth
Number minLinkWidth
-
nodePadding
Number nodePadding
-
opacity
Number opacity
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
Tooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPie extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
center
String[] center
-
className
String className
-
clip
Boolean clip
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
endAngle
Number endAngle
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
innerSize
String innerSize
-
keys
ArrayList<E> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showInLegend
Boolean showInLegend
-
size
String size
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
slicedOffset
Number slicedOffset
-
startAngle
Number startAngle
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPolygon extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
showInNavigator
Boolean showInNavigator
-
stacking
Stacking stacking
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPyramid extends PyramidOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
center
String[] center
-
className
String className
-
clip
Boolean clip
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabelsFunnel dataLabels
-
depth
Number depth
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
height
String height
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
keys
ArrayList<E> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
reversed
Boolean reversed
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
slicedOffset
Number slicedOffset
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
width
String width
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsScatter extends PointOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
showInNavigator
Boolean showInNavigator
-
stacking
Stacking stacking
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSeries extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
lineWidth
Number lineWidth
-
linecap
String linecap
-
linkedTo
String linkedTo
-
marker
Marker marker
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
pointRange
Number pointRange
-
showInNavigator
Boolean showInNavigator
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge extends GaugeOptions implements Serializable
-
Serialized Fields
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
linecap
String linecap
-
overshoot
Number overshoot
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
rounded
Boolean rounded
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
wrap
Boolean wrap
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSpline extends PointOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<E> keys
-
lineWidth
Number lineWidth
-
linecap
String linecap
-
linkedTo
String linkedTo
-
marker
Marker marker
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
compare
Compare compare
-
compareBase
Number compareBase
-
dataGrouping
DataGrouping dataGrouping
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
pointRange
Number pointRange
-
showInNavigator
Boolean showInNavigator
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsTimeline extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
cursor
Cursor cursor
-
crisp
Boolean crisp
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
keys
ArrayList<E> keys
-
legendType
String legendType
-
linecap
String linecap
-
linkedTo
String linkedTo
-
marker
Marker marker
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
legendIndex
Number legendIndex
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
pointRange
Number pointRange
-
showInNavigator
Boolean showInNavigator
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsTreemap extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowDrillToNode
Boolean allowDrillToNode
-
allowPointSelect
Boolean allowPointSelect
-
alternateStartingDirection
Boolean alternateStartingDirection
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
interactByLeaf
Boolean interactByLeaf
-
keys
ArrayList<E> keys
-
layoutAlgorithm
TreeMapLayoutAlgorithm layoutAlgorithm
-
layoutStartingDirection
TreeMapLayoutStartingDirection layoutStartingDirection
-
levelIsConstant
Boolean levelIsConstant
-
levels
ArrayList<E> levels
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
sortIndex
Number sortIndex
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall extends ColumnOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
grouping
Boolean grouping
-
keys
ArrayList<E> keys
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
opacity
Number opacity
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
upColor
Color upColor
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsXrange extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<E> colors
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
keys
ArrayList<E> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
opacity
Number opacity
-
partialFill
PartialFill partialFill
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
pointPadding
Number pointPadding
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<E> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PointOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.Position extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
verticalAlign
VerticalAlign verticalAlign
-
align
HorizontalAlign align
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.PyramidOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.RangeSelector extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
allButtonsEnabled
Boolean allButtonsEnabled
-
buttonPosition
ButtonPosition buttonPosition
-
buttonSpacing
Number buttonSpacing
-
buttonTheme
ButtonTheme buttonTheme
-
buttons
ArrayList<E> buttons
-
enabled
Boolean enabled
-
height
Number height
-
inputBoxBorderColor
Color inputBoxBorderColor
-
inputBoxHeight
Number inputBoxHeight
-
inputBoxWidth
Number inputBoxWidth
-
inputDateFormat
String inputDateFormat
-
_fn_inputDateParser
String _fn_inputDateParser
-
inputEditDateFormat
String inputEditDateFormat
-
inputEnabled
Boolean inputEnabled
-
inputPosition
ButtonPosition inputPosition
-
inputStyle
Style inputStyle
-
labelStyle
Style labelStyle
-
selected
Number selected
-
-
-
Class com.vaadin.flow.component.charts.model.RangeSelectorButton extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
type
RangeSelectorTimespan type
-
count
Number count
-
text
String text
-
dataGrouping
DataGrouping dataGrouping
-
-
-
Class com.vaadin.flow.component.charts.model.RangeSeries extends DataSeries implements Serializable
-
Class com.vaadin.flow.component.charts.model.ResetZoomButton extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
position
Position position
-
relativeTo
ResetZoomButtonRelativeTo relativeTo
-
theme
ButtonTheme theme
-
-
-
Class com.vaadin.flow.component.charts.model.Responsive extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
rules
Rules rules
-
-
-
Class com.vaadin.flow.component.charts.model.Rules extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
condition
Condition condition
-
-
-
Class com.vaadin.flow.component.charts.model.Scrollbar extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
barBackgroundColor
Color barBackgroundColor
-
barBorderColor
Color barBorderColor
-
barBorderRadius
Number barBorderRadius
-
barBorderWidth
Number barBorderWidth
-
buttonArrowColor
Color buttonArrowColor
-
buttonBackgroundColor
Color buttonBackgroundColor
-
buttonBorderColor
Color buttonBorderColor
-
buttonBorderRadius
Number buttonBorderRadius
-
buttonBorderWidth
Number buttonBorderWidth
-
enabled
Boolean enabled
-
liveRedraw
Boolean liveRedraw
-
margin
Number margin
-
minWidth
Number minWidth
-
rifleColor
Color rifleColor
-
showFull
Boolean showFull
-
size
Number size
-
trackBackgroundColor
Color trackBackgroundColor
-
trackBorderColor
Color trackBorderColor
-
trackBorderRadius
Number trackBorderRadius
-
zIndex
Number zIndex
-
height
Number height
-
-
-
Class com.vaadin.flow.component.charts.model.Select extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.SeriesTooltip extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
followPointer
Boolean followPointer
-
followTouchMove
Boolean followTouchMove
-
footerFormat
String footerFormat
-
headerFormat
String headerFormat
-
hideDelay
Number hideDelay
-
padding
Number padding
-
pointFormat
String pointFormat
-
_fn_pointFormatter
String _fn_pointFormatter
-
split
Boolean split
-
valueDecimals
Number valueDecimals
-
valuePrefix
String valuePrefix
-
valueSuffix
String valueSuffix
-
xDateFormat
String xDateFormat
-
changeDecimals
Number changeDecimals
-
shape
Shape shape
-
-
-
Class com.vaadin.flow.component.charts.model.Side extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.StackLabels extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.States extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Stop extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
position
float position
-
color
Color color
-
-
-
Class com.vaadin.flow.component.charts.model.Subtitle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
floating
Boolean floating
-
style
Style style
-
text
String text
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
widthAdjust
Number widthAdjust
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.TargetOptions extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Time extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.TimeUnitMultiples extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
timeUnit
TimeUnit timeUnit
-
allowedMultiples
int[] allowedMultiples
-
-
-
Class com.vaadin.flow.component.charts.model.Title extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
floating
Boolean floating
-
margin
Number margin
-
style
Style style
-
text
String text
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
widthAdjust
Number widthAdjust
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.Tooltip extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
animation
Boolean animation
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
enabled
Boolean enabled
-
followPointer
Boolean followPointer
-
followTouchMove
Boolean followTouchMove
-
footerFormat
String footerFormat
-
_fn_formatter
String _fn_formatter
-
headerFormat
String headerFormat
-
hideDelay
Number hideDelay
-
padding
Number padding
-
pointFormat
String pointFormat
-
_fn_pointFormatter
String _fn_pointFormatter
-
_fn_positioner
String _fn_positioner
-
shadow
Boolean shadow
-
shape
Shape shape
-
shared
Boolean shared
-
snap
Number snap
-
split
Boolean split
-
style
Style style
-
useHTML
Boolean useHTML
-
valueDecimals
Number valueDecimals
-
valuePrefix
String valuePrefix
-
valueSuffix
String valueSuffix
-
xDateFormat
String xDateFormat
-
changeDecimals
Number changeDecimals
-
outside
Boolean outside
-
-
-
Class com.vaadin.flow.component.charts.model.Top extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.TreeSeries extends AbstractSeries implements Serializable
-
Class com.vaadin.flow.component.charts.model.TreeSeriesItem extends AbstractSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.WaterFallSum extends DataSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.XAxis extends Axis implements Serializable
-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
breaks
Breaks[] breaks
-
categories
ArrayList<E> categories
-
ceiling
Number ceiling
-
className
String className
-
crosshair
Crosshair crosshair
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
description
String description
-
endOnTick
Boolean endOnTick
-
floor
Number floor
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineWidth
Number gridLineWidth
-
gridZIndex
Number gridZIndex
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
Number linkedTo
-
maxPadding
Number maxPadding
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
offset
Number offset
-
opposite
Boolean opposite
-
plotBands
ArrayList<E> plotBands
-
plotLines
ArrayList<E> plotLines
-
reversed
Boolean reversed
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
softMax
Number softMax
-
softMin
Number softMin
-
startOfWeek
Number startOfWeek
-
startOnTick
Boolean startOnTick
-
tickAmount
Number tickAmount
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
title
AxisTitle title
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<E> units
-
visible
Boolean visible
-
ordinal
Boolean ordinal
-
range
Number range
-
pane
Number pane
-
-
-
Class com.vaadin.flow.component.charts.model.YAxis extends Axis implements Serializable
-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
angle
Number angle
-
breaks
Breaks[] breaks
-
categories
ArrayList<E> categories
-
ceiling
Number ceiling
-
className
String className
-
crosshair
Crosshair crosshair
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
description
String description
-
endOnTick
Boolean endOnTick
-
floor
Number floor
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineInterpolation
String gridLineInterpolation
-
gridLineWidth
Number gridLineWidth
-
gridZIndex
Number gridZIndex
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
Number linkedTo
-
maxColor
Color maxColor
-
maxPadding
Number maxPadding
-
minColor
Color minColor
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
offset
Number offset
-
opposite
Boolean opposite
-
plotBands
ArrayList<E> plotBands
-
plotLines
ArrayList<E> plotLines
-
reversed
Boolean reversed
-
reversedStacks
Boolean reversedStacks
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
softMax
Number softMax
-
softMin
Number softMin
-
stackLabels
StackLabels stackLabels
-
startOfWeek
Number startOfWeek
-
startOnTick
Boolean startOnTick
-
tickAmount
Number tickAmount
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
title
AxisTitle title
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<E> units
-
visible
Boolean visible
-
height
String height
-
ordinal
Boolean ordinal
-
range
Number range
-
scrollbar
Scrollbar scrollbar
-
top
String top
-
pane
Number pane
-
stops
ArrayList<E> stops
-
-
-
Class com.vaadin.flow.component.charts.model.ZAxis extends Axis implements Serializable
-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
categories
ArrayList<E> categories
-
ceiling
Number ceiling
-
className
String className
-
crosshair
Crosshair crosshair
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
description
String description
-
endOnTick
Boolean endOnTick
-
floor
Number floor
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineWidth
Number gridLineWidth
-
gridZIndex
Number gridZIndex
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
Number linkedTo
-
maxPadding
Number maxPadding
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
offset
Number offset
-
opposite
Boolean opposite
-
plotBands
ArrayList<E> plotBands
-
plotLines
ArrayList<E> plotLines
-
reversed
Boolean reversed
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
softMax
Number softMax
-
softMin
Number softMin
-
startOfWeek
Number startOfWeek
-
startOnTick
Boolean startOnTick
-
tickAmount
Number tickAmount
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
title
AxisTitle title
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<E> units
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.Zones extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.model.serializers
-
Class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator extends com.fasterxml.jackson.databind.ser.std.BeanSerializerBase implements Serializable
-
Serialized Fields
-
delegate
BeanSerializationDelegate<T> delegate
-
-
-
Class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer extends com.fasterxml.jackson.databind.ser.std.BeanSerializerBase implements Serializable
-
-
Package com.vaadin.flow.component.charts.model.style
-
Class com.vaadin.flow.component.charts.model.style.AxisStyle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
minorTickInterval
TickIntervalStyle minorTickInterval
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
tickWidth
Number tickWidth
-
tickColor
Color tickColor
-
gridLineColor
Color gridLineColor
-
gridLineWidth
Number gridLineWidth
-
alternateGridColor
Color alternateGridColor
-
title
StyleWrapper title
-
subtitle
StyleWrapper subtitle
-
labels
StyleWrapper labels
-
-
-
Class com.vaadin.flow.component.charts.model.style.ButtonTheme extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.style.ChartStyle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
backgroundColor
Color backgroundColor
-
plotBackgroundColor
Color plotBackgroundColor
-
plotBackgroundImage
String plotBackgroundImage
-
plotShadow
Boolean plotShadow
-
plotBorderWidth
Number plotBorderWidth
-
plotBorderColor
Color plotBorderColor
-
className
String className
-
borderWidth
Number borderWidth
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
style
Style style
-
-
-
Class com.vaadin.flow.component.charts.model.style.GradientColor extends Object implements Serializable
-
Serialized Fields
-
stops
List<E> stops
-
radialGradient
GradientColor.RadialGradient radialGradient
-
linearGradient
GradientColor.LinearGradient linearGradient
-
-
-
Class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient extends Object implements Serializable
-
Class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient extends Object implements Serializable
-
Class com.vaadin.flow.component.charts.model.style.GradientColor.Stop extends Object implements Serializable
-
Serialized Fields
-
position
double position
-
color
SolidColor color
-
-
-
Class com.vaadin.flow.component.charts.model.style.LegendStyle extends Legend implements Serializable
-
Class com.vaadin.flow.component.charts.model.style.MarkerStyle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
lineColor
Color lineColor
-
-
-
Class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
area
PlotOptionsArea area
-
arearange
PlotOptionsArearange arearange
-
areaspline
PlotOptionsAreaspline areaspline
-
areasplinerange
PlotOptionsAreasplinerange areasplinerange
-
bar
PlotOptionsBar bar
-
boxplot
PlotOptionsBoxplot boxplot
-
bubble
PlotOptionsBubble bubble
-
bullet
PlotOptionsBullet bullet
-
candlestick
PlotOptionsCandlestick candlestick
-
column
PlotOptionsColumn column
-
columnrange
PlotOptionsColumnrange columnrange
-
errorbar
PlotOptionsErrorbar errorbar
-
flags
PlotOptionsFlags flags
-
funnel
PlotOptionsFunnel funnel
-
gauge
PlotOptionsGauge gauge
-
heatmap
PlotOptionsHeatmap heatmap
-
line
PlotOptionsLine line
-
ohlc
PlotOptionsOhlc ohlc
-
organization
PlotOptionsOrganization organization
-
pie
PlotOptionsPie pie
-
polygon
PlotOptionsPolygon polygon
-
pyramid
PlotOptionsPyramid pyramid
-
scatter
PlotOptionsScatter scatter
-
series
PlotOptionsSeries series
-
solidgauge
PlotOptionsSolidgauge solidgauge
-
spline
PlotOptionsSpline spline
-
timeline
PlotOptionsTimeline timeline
-
treemap
PlotOptionsTreemap treemap
-
waterfall
PlotOptionsWaterfall waterfall
-
xrange
PlotOptionsXrange xrange
-
-
-
Class com.vaadin.flow.component.charts.model.style.SolidColor extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
color
String color
-
-
-
Class com.vaadin.flow.component.charts.model.style.Style extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
color
Color color
-
fontWeight
FontWeight fontWeight
-
fontFamily
String fontFamily
-
fontSize
String fontSize
-
left
String left
-
top
String top
-
position
StylePosition position
-
lineHeight
String lineHeight
-
textShadow
String textShadow
-
-
-
Class com.vaadin.flow.component.charts.model.style.StyleWrapper extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
style
Style style
-
-
-
Class com.vaadin.flow.component.charts.model.style.Theme extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
colors
Color[] colors
-
chart
ChartStyle chart
-
title
StyleWrapper title
-
subtitle
StyleWrapper subtitle
-
xAxis
AxisStyle xAxis
-
yAxis
AxisStyle yAxis
-
labels
StyleWrapper labels
-
legend
LegendStyle legend
-
tooltip
TooltipStyle tooltip
-
plotOptions
PlotOptionsStyle plotOptions
-
credits
Credits credits
-
-
-
Class com.vaadin.flow.component.charts.model.style.TooltipStyle extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.themes
-
Class com.vaadin.flow.component.charts.themes.LumoDarkTheme extends Theme implements Serializable
-
Class com.vaadin.flow.component.charts.themes.LumoLightTheme extends Theme implements Serializable
-
-
Package com.vaadin.flow.component.charts.util
-
Class com.vaadin.flow.component.charts.util.ChartSerialization extends Object implements Serializable
-
-
Package com.vaadin.flow.component.checkbox
-
Class com.vaadin.flow.component.checkbox.Checkbox extends GeneratedVaadinCheckbox<Checkbox,Boolean> implements Serializable
-
Class com.vaadin.flow.component.checkbox.CheckboxGroup extends GeneratedVaadinCheckboxGroup<CheckboxGroup<T>,Set<T>> implements Serializable
-
Serialized Fields
-
keyMapper
KeyMapper<V> keyMapper
-
dataProvider
AtomicReference<V> dataProvider
-
isReadOnly
boolean isReadOnly
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
validationListener
PropertyChangeListener validationListener
-
validationRegistration
Registration validationRegistration
-
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
lastFetchedDataSize
int lastFetchedDataSize
-
sizeRequest
SerializableConsumer<T> sizeRequest
-
-
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox extends AbstractSinglePropertyField<R extends GeneratedVaadinCheckbox<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckbox<R,?>> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.CheckedChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckbox<R,?>> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.IndeterminateChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckbox<R,?>> implements Serializable
-
Serialized Fields
-
indeterminate
boolean indeterminate
-
-
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup extends AbstractSinglePropertyField<R extends GeneratedVaadinCheckboxGroup<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckboxGroup<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
-
Package com.vaadin.flow.component.checkbox.dataview
-
Class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<T> identifierChangedCallback
-
-
-
Class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupListDataView extends AbstractListDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<T> identifierChangedCallback
-
-
-
-
Package com.vaadin.flow.component.combobox
-
Class com.vaadin.flow.component.combobox.ComboBox extends GeneratedVaadinComboBox<ComboBox<T>,T> implements Serializable
-
Serialized Fields
-
dataProviderListener
Registration dataProviderListener
-
shouldForceServerSideFiltering
boolean shouldForceServerSideFiltering
-
arrayUpdater
ArrayUpdater arrayUpdater
Lazy loading updater, used when calling setDataProvider()
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
renderer
Renderer<SOURCE> renderer
-
renderScheduled
boolean renderScheduled
-
lastFilter
String lastFilter
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
lazyOpenRegistration
Registration lazyOpenRegistration
-
clearFilterOnCloseRegistration
Registration clearFilterOnCloseRegistration
-
dataGenerator
CompositeDataGenerator<T> dataGenerator
-
renderingRegistrations
List<E> renderingRegistrations
-
template
Element template
-
customValueListenersCount
int customValueListenersCount
-
filterSlot
SerializableConsumer<T> filterSlot
-
userProvidedFilter
com.vaadin.flow.component.combobox.ComboBox.UserProvidedFilter userProvidedFilter
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox extends AbstractSinglePropertyField<R extends GeneratedVaadinComboBox<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.CustomValueSetEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
detail
String detail
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.FilterChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
filter
String filter
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.SelectedItemChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
selectedItem
elemental.json.JsonObject selectedItem
-
-
-
-
Package com.vaadin.flow.component.combobox.dataview
-
Class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
Class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView extends AbstractLazyDataView<T> implements Serializable
-
Class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView extends AbstractListDataView<T> implements Serializable
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
-
Package com.vaadin.flow.component.confirmdialog
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog extends Component implements Serializable
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog.CancelEvent extends ComponentEvent<ConfirmDialog> implements Serializable
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog.ConfirmEvent extends ComponentEvent<ConfirmDialog> implements Serializable
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog.RejectEvent extends ComponentEvent<ConfirmDialog> implements Serializable
-
-
Package com.vaadin.flow.component.contextmenu
-
Class com.vaadin.flow.component.contextmenu.ContextMenu extends ContextMenuBase<ContextMenu,MenuItem,SubMenu> implements Serializable
-
Class com.vaadin.flow.component.contextmenu.ContextMenuBase extends GeneratedVaadinContextMenu<C extends ContextMenuBase<C,I,S>> implements Serializable
-
Serialized Fields
-
target
Component target
-
menuManager
MenuManager<C extends Component,I extends MenuItemBase<?,I,S>,S extends SubMenuBase<?,I,S>> menuManager
-
menuItemsArrayGenerator
MenuItemsArrayGenerator<I extends MenuItemBase<?,I,?>> menuItemsArrayGenerator
-
openOnEventName
String openOnEventName
-
targetBeforeOpenRegistration
Registration targetBeforeOpenRegistration
-
targetAttachRegistration
Registration targetAttachRegistration
-
targetJsRegistration
PendingJavaScriptResult targetJsRegistration
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
-
-
Class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu extends Component implements Serializable
-
Class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinContextMenu<R>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
Class com.vaadin.flow.component.contextmenu.MenuItem extends MenuItemBase<ContextMenu,MenuItem,SubMenu> implements Serializable
-
Serialized Fields
-
contentReset
SerializableRunnable contentReset
-
-
-
Class com.vaadin.flow.component.contextmenu.MenuItemBase extends Component implements Serializable
-
Serialized Fields
-
contextMenu
ContextMenuBase<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>> contextMenu
-
subMenu
SubMenuBase<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>> subMenu
-
checkable
boolean checkable
-
-
-
Class com.vaadin.flow.component.contextmenu.MenuItemsArrayGenerator extends Object implements Serializable
-
Class com.vaadin.flow.component.contextmenu.MenuManager extends Object implements Serializable
-
Serialized Fields
-
menu
Component menu
-
itemGenerator
SerializableBiFunction<T,U,R> itemGenerator
-
itemType
Class<T> itemType
-
parentMenuItem
MenuItemBase<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>> parentMenuItem
-
contentReset
SerializableRunnable contentReset
-
children
List<E> children
-
-
-
Class com.vaadin.flow.component.contextmenu.SubMenu extends SubMenuBase<ContextMenu,MenuItem,SubMenu> implements Serializable
-
Serialized Fields
-
contentReset
SerializableRunnable contentReset
-
-
-
Class com.vaadin.flow.component.contextmenu.SubMenuBase extends Object implements Serializable
-
Serialized Fields
-
menuManager
MenuManager<C extends Component,I extends MenuItemBase<?,I,S>,S extends SubMenuBase<?,I,S>> menuManager
-
parentMenuItem
MenuItemBase<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>> parentMenuItem
-
-
-
-
Package com.vaadin.flow.component.cookieconsent
-
Class com.vaadin.flow.component.cookieconsent.CookieConsent extends Component implements Serializable
-
-
Package com.vaadin.flow.component.crud
-
Class com.vaadin.flow.component.crud.BinderCrudEditor extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.Crud extends Component implements Serializable
-
Serialized Fields
-
newListeners
Set<E> newListeners
-
editListeners
Set<E> editListeners
-
saveListeners
Set<E> saveListeners
-
cancelListeners
Set<E> cancelListeners
-
deleteListeners
Set<E> deleteListeners
-
beanType
Class<T> beanType
-
grid
Grid<T> grid
-
editor
CrudEditor<E> editor
-
gridActiveItem
Object gridActiveItem
-
toolbarVisible
boolean toolbarVisible
-
gridItemClickRegistration
Registration gridItemClickRegistration
-
-
-
Class com.vaadin.flow.component.crud.Crud.CancelEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Class com.vaadin.flow.component.crud.Crud.DeleteEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Class com.vaadin.flow.component.crud.Crud.EditEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Serialized Fields
-
item
Object item
-
-
-
Class com.vaadin.flow.component.crud.Crud.NewEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Serialized Fields
-
item
Object item
-
-
-
Class com.vaadin.flow.component.crud.Crud.SaveEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Class com.vaadin.flow.component.crud.CrudFilter extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.CrudGrid extends Grid<E> implements Serializable
-
Serialized Fields
-
beanType
Class<T> beanType
-
autogenerated
boolean autogenerated
-
filter
CrudFilter filter
-
dataProvider
DataProvider<T,F> dataProvider
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations extends Object implements Serializable
-
Serialized Fields
-
delete
CrudI18n.Confirmations.Confirmation delete
-
cancel
CrudI18n.Confirmations.Confirmation cancel
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation extends Object implements Serializable
-
Serialized Fields
-
content
String content
-
button
CrudI18n.Confirmations.Confirmation.Button button
-
title
String title
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.CrudI18nUpdatedEvent extends ComponentEvent<Crud<?>> implements Serializable
-
Serialized Fields
-
i18n
CrudI18n i18n
-
-
-
-
Package com.vaadin.flow.component.customfield
-
Class com.vaadin.flow.component.customfield.CustomField extends AbstractField<CustomField<T>,T> implements Serializable
-
-
Package com.vaadin.flow.component.datepicker
-
Class com.vaadin.flow.component.datepicker.DatePicker extends GeneratedVaadinDatePicker<DatePicker,LocalDate> implements Serializable
-
Serialized Fields
-
i18n
DatePicker.DatePickerI18n i18n
-
locale
Locale locale
-
languageTag
String languageTag
-
max
LocalDate max
-
min
LocalDate min
-
required
boolean required
-
pendingI18nUpdate
StateTree.ExecutionRegistration pendingI18nUpdate
-
-
-
Class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n extends Object implements Serializable
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker extends AbstractSinglePropertyField<R extends GeneratedVaadinDatePicker<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinDatePicker<R,?>> implements Serializable
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinDatePicker<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinDatePicker<R,?>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.datetimepicker
-
Class com.vaadin.flow.component.datetimepicker.DateTimePicker extends AbstractField<DateTimePicker,LocalDateTime> implements Serializable
-
Serialized Fields
-
datePicker
com.vaadin.flow.component.datetimepicker.DateTimePickerDatePicker datePicker
-
timePicker
com.vaadin.flow.component.datetimepicker.DateTimePickerTimePicker timePicker
-
i18n
DatePicker.DatePickerI18n i18n
-
locale
Locale locale
-
max
LocalDateTime max
-
min
LocalDateTime min
-
required
boolean required
-
-
-
-
Package com.vaadin.flow.component.details
-
Class com.vaadin.flow.component.details.Details extends Component implements Serializable
-
Class com.vaadin.flow.component.details.Details.OpenedChangeEvent extends ComponentEvent<Details> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.dialog
-
Class com.vaadin.flow.component.dialog.Dialog extends GeneratedVaadinDialog<Dialog> implements Serializable
-
Class com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent extends ComponentEvent<Dialog> implements Serializable
-
Class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent extends ComponentEvent<Dialog> implements Serializable
-
Class com.vaadin.flow.component.dialog.GeneratedVaadinDialog extends Component implements Serializable
-
Class com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinDialog<R>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.dnd
-
Class com.vaadin.flow.component.dnd.DragEndEvent extends ComponentEvent<T extends Component> implements Serializable
-
Serialized Fields
-
dropEffect
DropEffect dropEffect
-
-
-
Class com.vaadin.flow.component.dnd.DragStartEvent extends ComponentEvent<T extends Component> implements Serializable
-
Class com.vaadin.flow.component.dnd.DropEvent extends ComponentEvent<T extends Component> implements Serializable
-
Serialized Fields
-
effectAllowed
EffectAllowed effectAllowed
-
dropEffect
String dropEffect
-
dragSourceComponent
Component dragSourceComponent
-
-
-
-
Package com.vaadin.flow.component.formlayout
-
Class com.vaadin.flow.component.formlayout.FormLayout extends GeneratedVaadinFormLayout<FormLayout> implements Serializable
-
Class com.vaadin.flow.component.formlayout.FormLayout.FormItem extends GeneratedVaadinFormItem<FormLayout.FormItem> implements Serializable
-
Class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep extends Object implements Serializable
-
Serialized Fields
-
minWidth
String minWidth
-
columns
int columns
-
labelsPosition
FormLayout.ResponsiveStep.LabelsPosition labelsPosition
-
-
-
Class com.vaadin.flow.component.formlayout.GeneratedVaadinFormItem extends Component implements Serializable
-
Class com.vaadin.flow.component.formlayout.GeneratedVaadinFormLayout extends Component implements Serializable
-
-
Package com.vaadin.flow.component.grid
-
Class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel extends Grid.AbstractGridExtension<T> implements Serializable
-
Serialized Fields
-
selected
Set<E> selected
-
selectionColumn
GridSelectionColumn selectionColumn
-
selectAllCheckBoxVisibility
GridMultiSelectionModel.SelectAllCheckboxVisibility selectAllCheckBoxVisibility
-
-
-
Class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel extends Grid.AbstractGridExtension<T> implements Serializable
-
Serialized Fields
-
selectedItem
Object selectedItem
-
deselectAllowed
boolean deselectAllowed
-
-
-
Class com.vaadin.flow.component.grid.AbstractRow.AbstractCell extends Object implements Serializable
-
Serialized Fields
-
columnComponent
com.vaadin.flow.component.grid.AbstractColumn<T extends com.vaadin.flow.component.grid.AbstractColumn<T>> columnComponent
-
-
-
Class com.vaadin.flow.component.grid.CellFocusEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Serialized Fields
-
column
Grid.Column<T> column
-
section
CellFocusEvent.GridSection section
-
-
-
Class com.vaadin.flow.component.grid.ColumnPathRenderer extends Renderer<SOURCE> implements Serializable
-
Class com.vaadin.flow.component.grid.ColumnReorderEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.ColumnResizeEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Serialized Fields
-
resizedColumnKey
String resizedColumnKey
-
-
-
Class com.vaadin.flow.component.grid.FooterRow extends com.vaadin.flow.component.grid.AbstractRow<FooterRow.FooterCell> implements Serializable
-
Class com.vaadin.flow.component.grid.FooterRow.FooterCell extends AbstractRow.AbstractCell implements Serializable
-
Class com.vaadin.flow.component.grid.Grid extends Component implements Serializable
-
Serialized Fields
-
nestedNullBehavior
Grid.NestedNullBehavior nestedNullBehavior
-
arrayUpdater
GridArrayUpdater arrayUpdater
-
gridDataGenerator
CompositeDataGenerator<T> gridDataGenerator
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
nextColumnId
int nextColumnId
-
selectionModel
GridSelectionModel<T> selectionModel
-
selectionMode
Grid.SelectionMode selectionMode
-
detailsManager
com.vaadin.flow.component.grid.Grid.DetailsManager detailsManager
-
detailsTemplate
Element detailsTemplate
-
detailsVisibleOnClick
boolean detailsVisibleOnClick
-
idToColumnMap
Map<K,V> idToColumnMap
-
keyToColumnMap
Map<K,V> keyToColumnMap
-
sortOrder
List<E> sortOrder
-
filterSlot
SerializableConsumer<T> filterSlot
-
beanType
Class<T> beanType
-
propertySet
PropertySet<T> propertySet
-
itemDetailsDataGenerator
DataGenerator<T> itemDetailsDataGenerator
-
detailsRenderingRegistrations
List<E> detailsRenderingRegistrations
-
columnLayers
List<E> columnLayers
Keeps track of the layers of column and column-group components. The layers are in order from innermost to outmost.
-
defaultHeaderRow
HeaderRow defaultHeaderRow
-
uniqueKeyProperty
String uniqueKeyProperty
-
uniqueKeyProvider
ValueProvider<SOURCE,TARGET> uniqueKeyProvider
-
editor
Editor<T> editor
-
editorFactory
SerializableSupplier<T> editorFactory
-
verticalScrollingEnabled
boolean verticalScrollingEnabled
-
classNameGenerator
SerializableFunction<T,R> classNameGenerator
-
dropFilter
SerializablePredicate<T> dropFilter
-
dragFilter
SerializablePredicate<T> dragFilter
-
dragDataGenerators
Map<K,V> dragDataGenerators
-
dataProviderChangeRegistration
Registration dataProviderChangeRegistration
-
-
-
Class com.vaadin.flow.component.grid.Grid.AbstractGridExtension extends Object implements Serializable
-
Serialized Fields
-
grid
Grid<T> grid
-
registration
Registration registration
-
-
-
Class com.vaadin.flow.component.grid.Grid.Column extends com.vaadin.flow.component.grid.AbstractColumn<Grid.Column<T>> implements Serializable
-
Serialized Fields
-
columnInternalId
String columnInternalId
-
columnKey
String columnKey
-
sortingEnabled
boolean sortingEnabled
-
editorComponent
Component editorComponent
-
editorRenderer
EditorRenderer<T> editorRenderer
-
sortOrderProvider
SortOrderProvider sortOrderProvider
-
comparator
SerializableComparator<T> comparator
-
columnDataGeneratorRegistration
Registration columnDataGeneratorRegistration
-
editorDataGeneratorRegistration
Registration editorDataGeneratorRegistration
-
renderer
Renderer<SOURCE> renderer
-
rendering
Rendering<SOURCE> rendering
-
classNameGenerator
SerializableFunction<T,R> classNameGenerator
-
-
-
Class com.vaadin.flow.component.grid.Grid.DataCommunicatorBuilder extends Object implements Serializable
-
Class com.vaadin.flow.component.grid.Grid.UpdateQueue extends Object implements Serializable
-
Serialized Fields
-
queue
ArrayList<E> queue
-
data
GridArrayUpdater.UpdateQueueData data
-
-
-
Class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData extends Object implements Serializable
-
Serialized Fields
-
element
Element element
-
uniqueKeyProperty
String uniqueKeyProperty
-
hasExpandedItems
SerializableSupplier<T> hasExpandedItems
-
-
-
Class com.vaadin.flow.component.grid.GridNoneSelectionModel extends Object implements Serializable
-
Class com.vaadin.flow.component.grid.GridSelectionColumn extends Component implements Serializable
-
Serialized Fields
-
selectAllCallback
SerializableRunnable selectAllCallback
-
deselectAllCallback
SerializableRunnable deselectAllCallback
-
-
-
Class com.vaadin.flow.component.grid.GridSortOrder extends SortOrder<Grid.Column<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.GridSortOrderBuilder extends SortOrderBuilder<GridSortOrder<T>,Grid.Column<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.HeaderRow extends com.vaadin.flow.component.grid.AbstractRow<HeaderRow.HeaderCell> implements Serializable
-
Class com.vaadin.flow.component.grid.HeaderRow.HeaderCell extends AbstractRow.AbstractCell implements Serializable
-
Class com.vaadin.flow.component.grid.ItemClickEvent extends ClickEvent<Grid<T>> implements Serializable
-
Serialized Fields
-
item
Object item
-
column
Grid.Column<T> column
-
-
-
Class com.vaadin.flow.component.grid.ItemDoubleClickEvent extends ItemClickEvent<T> implements Serializable
-
-
Package com.vaadin.flow.component.grid.contextmenu
-
Class com.vaadin.flow.component.grid.contextmenu.GridContextMenu extends ContextMenuBase<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> implements Serializable
-
Serialized Fields
-
dynamicContentHandler
SerializablePredicate<T> dynamicContentHandler
-
-
-
Class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuItemClickEvent extends ComponentEvent<GridMenuItem<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuOpenedEvent extends GeneratedVaadinContextMenu.OpenedChangeEvent<GridContextMenu<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.contextmenu.GridMenuItem extends MenuItemBase<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> implements Serializable
-
Serialized Fields
-
contentReset
SerializableRunnable contentReset
-
-
-
Class com.vaadin.flow.component.grid.contextmenu.GridSubMenu extends SubMenuBase<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> implements Serializable
-
Serialized Fields
-
contentReset
SerializableRunnable contentReset
-
-
-
-
Package com.vaadin.flow.component.grid.dataview
-
Class com.vaadin.flow.component.grid.dataview.GridDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
Class com.vaadin.flow.component.grid.dataview.GridLazyDataView extends AbstractLazyDataView<T> implements Serializable
-
Class com.vaadin.flow.component.grid.dataview.GridListDataView extends AbstractListDataView<T> implements Serializable
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
-
Package com.vaadin.flow.component.grid.dnd
-
Class com.vaadin.flow.component.grid.dnd.GridDragEndEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.dnd.GridDragStartEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.dnd.GridDropEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Serialized Fields
-
dropTargetItem
Object dropTargetItem
-
dropLocation
GridDropLocation dropLocation
-
data
Map<K,V> data
-
-
-
-
Package com.vaadin.flow.component.grid.editor
-
Class com.vaadin.flow.component.grid.editor.EditorCancelEvent extends EditorEvent<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorCloseEvent extends EditorEvent<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorEvent extends EventObject implements Serializable
-
Serialized Fields
-
item
Object item
-
-
-
Class com.vaadin.flow.component.grid.editor.EditorImpl extends Grid.AbstractGridExtension<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorOpenEvent extends EditorEvent<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorRenderer extends Renderer<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorSaveEvent extends EditorEvent<T> implements Serializable
-
-
Package com.vaadin.flow.component.gridpro
-
Class com.vaadin.flow.component.gridpro.EditColumnConfigurator extends Object implements Serializable
-
Serialized Fields
-
column
GridPro.EditColumn<T> column
-
-
-
Class com.vaadin.flow.component.gridpro.GridPro extends Grid<E> implements Serializable
-
Class com.vaadin.flow.component.gridpro.GridPro.CellEditStartedEvent extends ComponentEvent<GridPro<E>> implements Serializable
-
Class com.vaadin.flow.component.gridpro.GridPro.EditColumn extends Grid.Column<T> implements Serializable
-
Serialized Fields
-
itemUpdater
ItemUpdater<T,V> itemUpdater
-
editorField
AbstractField<C extends AbstractField<C,T>,T> editorField
-
valueProvider
ValueProvider<SOURCE,TARGET> valueProvider
-
-
-
Class com.vaadin.flow.component.gridpro.GridPro.ItemPropertyChangedEvent extends ComponentEvent<GridPro<E>> implements Serializable
-
-
Package com.vaadin.flow.component.html
-
Class com.vaadin.flow.component.html.Anchor extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Article extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Aside extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.DescriptionList extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.DescriptionList.Description extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.DescriptionList.Term extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Div extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Emphasis extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Footer extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H1 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H2 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H3 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H4 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H5 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H6 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Header extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Hr extends HtmlComponent implements Serializable
-
Class com.vaadin.flow.component.html.IFrame extends HtmlComponent implements Serializable
-
Class com.vaadin.flow.component.html.Image extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Input extends AbstractSinglePropertyField<Input,String> implements Serializable
-
Serialized Fields
-
valueChangeTimeout
int valueChangeTimeout
-
currentMode
ValueChangeMode currentMode
-
-
-
Class com.vaadin.flow.component.html.Label extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.ListItem extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Main extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.NativeButton extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.NativeDetails extends HtmlComponent implements Serializable
-
Serialized Fields
-
summary
NativeDetails.Summary summary
-
content
Component content
-
-
-
Class com.vaadin.flow.component.html.NativeDetails.Summary extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.NativeDetails.ToggleEvent extends ComponentEvent<NativeDetails> implements Serializable
-
Serialized Fields
-
open
boolean open
-
-
-
Class com.vaadin.flow.component.html.Nav extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.OrderedList extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Paragraph extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Pre extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Section extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Span extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.UnorderedList extends HtmlContainer implements Serializable
-
-
Package com.vaadin.flow.component.icon
-
Class com.vaadin.flow.component.icon.Icon extends Component implements Serializable
-
Class com.vaadin.flow.component.icon.IronIcon extends Component implements Serializable
-
-
Package com.vaadin.flow.component.internal
-
Class com.vaadin.flow.component.internal.AbstractAttachDetachEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.internal.AbstractFieldSupport extends Object implements Serializable
-
Serialized Fields
-
defaultValue
Object defaultValue
-
component
Component component
-
valueEquals
SerializableBiPredicate<T,U> valueEquals
-
setPresentationValue
SerializableConsumer<T> setPresentationValue
-
bufferedValue
Object bufferedValue
-
presentationUpdateInProgress
boolean presentationUpdateInProgress
-
valueSetFromPresentationUpdate
boolean valueSetFromPresentationUpdate
-
pendingValueFromPresentation
Object pendingValueFromPresentation
-
-
-
Class com.vaadin.flow.component.internal.CompositionEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.internal.DependencyList extends Object implements Serializable
-
Class com.vaadin.flow.component.internal.DependencyTreeCache extends Object implements Serializable
-
Serialized Fields
-
cache
ConcurrentHashMap<K,V> cache
Maps a path to a list of dependencies or a placeholder indicating that parsing is in progress.
-
dependencyParser
SerializableFunction<T,R> dependencyParser
-
-
-
Class com.vaadin.flow.component.internal.EventDataCache extends Object implements Serializable
-
Serialized Fields
-
dataExpressions
ConcurrentHashMap<K,V> dataExpressions
-
eventConstructors
ConcurrentHashMap<K,V> eventConstructors
-
-
-
Class com.vaadin.flow.component.internal.HeartbeatEvent extends EventObject implements Serializable
-
Serialized Fields
-
heartbeatTime
long heartbeatTime
-
-
-
Class com.vaadin.flow.component.internal.JavaScriptBootstrapUI extends UI implements Serializable
-
Serialized Fields
-
wrapperElement
Element wrapperElement
-
clientViewNavigationState
NavigationState clientViewNavigationState
-
navigationInProgress
boolean navigationInProgress
-
forwardToClientUrl
String forwardToClientUrl
-
-
-
Class com.vaadin.flow.component.internal.JavaScriptBootstrapUI.ClientViewPlaceholder extends Component implements Serializable
-
Class com.vaadin.flow.component.internal.KeyboardEvent extends ComponentEvent<Component> implements Serializable
-
Serialized Fields
-
key
Key key
-
code
Key code
-
location
KeyLocation location
-
repeat
boolean repeat
-
composing
boolean composing
-
modifiers
Set<E> modifiers
-
-
-
Class com.vaadin.flow.component.internal.PendingJavaScriptInvocation extends Object implements Serializable
-
Serialized Fields
-
invocation
UIInternals.JavaScriptInvocation invocation
-
owner
StateNode owner
-
successHandler
SerializableConsumer<T> successHandler
-
errorHandler
SerializableConsumer<T> errorHandler
-
sentToBrowser
boolean sentToBrowser
-
canceled
boolean canceled
-
-
-
Class com.vaadin.flow.component.internal.UIInternals extends Object implements Serializable
-
Serialized Fields
-
lastProcessedClientToServerId
int lastProcessedClientToServerId
Tracks which message from the client should come next. First message from the client has id 0.
-
serverSyncId
int serverSyncId
-
stateTree
StateTree stateTree
-
pushConnection
PushConnection pushConnection
-
lastHeartbeatTimestamp
long lastHeartbeatTimestamp
Timestamp for keeping track of the last heartbeat of the related UI. Updated to the current time whenever the application receives a heartbeat or UIDL request from the client for the related UI.
-
pendingJsInvocations
List<E> pendingJsInvocations
-
ui
UI ui
The related UI.
-
internalsHandler
UIInternalUpdater internalsHandler
-
title
String title
-
appShellTitle
String appShellTitle
-
pendingTitleUpdateCanceler
PendingJavaScriptInvocation pendingTitleUpdateCanceler
-
viewLocation
Location viewLocation
-
routerTargetChain
ArrayList<E> routerTargetChain
-
listeners
HashMap<K,V> listeners
-
lastHandledNavigation
Location lastHandledNavigation
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
session
VaadinSession session
The Vaadin session to which the related UI belongs.
-
dependencyList
DependencyList dependencyList
-
constantPool
ConstantPool constantPool
-
lastProcessedMessageHash
byte[] lastProcessedMessageHash
-
contextRootRelativePath
String contextRootRelativePath
-
appId
String appId
-
activeDragSourceComponent
Component activeDragSourceComponent
-
extendedClientDetails
ExtendedClientDetails extendedClientDetails
-
isFallbackChunkLoaded
boolean isFallbackChunkLoaded
-
-
-
Class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation extends Object implements Serializable
-
-
Package com.vaadin.flow.component.ironlist
-
Class com.vaadin.flow.component.ironlist.IronList extends Component implements Serializable
-
Serialized Fields
-
arrayUpdater
ArrayUpdater arrayUpdater
Deprecated.
-
template
Element template
Deprecated.
-
renderer
Renderer<SOURCE> renderer
Deprecated.
-
originalTemplate
String originalTemplate
Deprecated.
-
rendererChanged
boolean rendererChanged
Deprecated.
-
templateUpdateRegistered
boolean templateUpdateRegistered
Deprecated.
-
dataGenerator
CompositeDataGenerator<T> dataGenerator
Deprecated.
-
dataGeneratorRegistration
Registration dataGeneratorRegistration
Deprecated.
-
dataCommunicator
DataCommunicator<T> dataCommunicator
Deprecated.
-
-
-
-
Package com.vaadin.flow.component.ironlist.paging
-
Class com.vaadin.flow.component.ironlist.paging.PagelessDataCommunicator extends DataCommunicator<T> implements Serializable
-
-
Package com.vaadin.flow.component.listbox
-
Class com.vaadin.flow.component.listbox.ListBox extends ListBoxBase<ListBox<T>,T,T> implements Serializable
-
Class com.vaadin.flow.component.listbox.ListBoxBase extends AbstractSinglePropertyField<C extends ListBoxBase<C,ITEM,VALUE>,VALUE> implements Serializable
-
Serialized Fields
-
dataProvider
AtomicReference<V> dataProvider
-
items
List<E> items
-
itemRenderer
ComponentRenderer<COMPONENT extends Component,SOURCE> itemRenderer
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
lastFetchedDataSize
int lastFetchedDataSize
-
sizeRequest
SerializableConsumer<T> sizeRequest
-
-
-
Class com.vaadin.flow.component.listbox.MultiSelectListBox extends ListBoxBase<MultiSelectListBox<T>,T,Set<T>> implements Serializable
-
-
Package com.vaadin.flow.component.listbox.dataview
-
Class com.vaadin.flow.component.listbox.dataview.ListBoxDataView extends AbstractDataView<T> implements Serializable
-
Class com.vaadin.flow.component.listbox.dataview.ListBoxListDataView extends AbstractListDataView<T> implements Serializable
-
-
Package com.vaadin.flow.component.littemplate
-
Class com.vaadin.flow.component.littemplate.IllegalAttributeException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.component.littemplate.LitTemplate extends Component implements Serializable
-
-
Package com.vaadin.flow.component.login
-
Class com.vaadin.flow.component.login.AbstractLogin extends Component implements Serializable
-
Class com.vaadin.flow.component.login.AbstractLogin.ForgotPasswordEvent extends ComponentEvent<AbstractLogin> implements Serializable
-
Class com.vaadin.flow.component.login.AbstractLogin.LoginEvent extends ComponentEvent<AbstractLogin> implements Serializable
-
Class com.vaadin.flow.component.login.LoginForm extends AbstractLogin implements Serializable
-
Class com.vaadin.flow.component.login.LoginI18n extends Object implements Serializable
-
Serialized Fields
-
header
LoginI18n.Header header
-
form
LoginI18n.Form form
-
errorMessage
LoginI18n.ErrorMessage errorMessage
-
additionalInformation
String additionalInformation
-
-
-
Class com.vaadin.flow.component.login.LoginI18n.ErrorMessage extends Object implements Serializable
-
Class com.vaadin.flow.component.login.LoginI18n.Form extends Object implements Serializable
-
Class com.vaadin.flow.component.login.LoginI18n.Header extends Object implements Serializable
-
Class com.vaadin.flow.component.login.LoginOverlay extends AbstractLogin implements Serializable
-
Serialized Fields
-
title
Component title
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
-
-
-
Package com.vaadin.flow.component.menubar
-
Class com.vaadin.flow.component.menubar.MenuBar extends Component implements Serializable
-
Serialized Fields
-
menuManager
MenuManager<C extends Component,I extends MenuItemBase<?,I,S>,S extends SubMenuBase<?,I,S>> menuManager
-
menuItemsArrayGenerator
MenuItemsArrayGenerator<I extends MenuItemBase<?,I,?>> menuItemsArrayGenerator
-
i18n
MenuBar.MenuBarI18n i18n
-
updateScheduled
boolean updateScheduled
-
-
-
Class com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n extends Object implements Serializable
-
Serialized Fields
-
moreOptions
String moreOptions
-
-
-
-
Package com.vaadin.flow.component.messages
-
Class com.vaadin.flow.component.messages.MessageInput extends Component implements Serializable
-
Serialized Fields
-
i18n
MessageInputI18n i18n
-
-
-
Class com.vaadin.flow.component.messages.MessageInput.SubmitEvent extends ComponentEvent<MessageInput> implements Serializable
-
Serialized Fields
-
value
String value
-
-
-
Class com.vaadin.flow.component.messages.MessageInputI18n extends Object implements Serializable
-
Class com.vaadin.flow.component.messages.MessageList extends Component implements Serializable
-
Class com.vaadin.flow.component.messages.MessageListItem extends Object implements Serializable
-
Serialized Fields
-
host
MessageList host
-
text
String text
-
time
Instant time
-
userName
String userName
-
userAbbreviation
String userAbbreviation
-
userImage
String userImage
-
userColorIndex
Integer userColorIndex
-
resourceRegistration
StreamRegistration resourceRegistration
-
pendingRegistration
Registration pendingRegistration
-
pendingHandle
Command pendingHandle
-
imageResource
AbstractStreamResource imageResource
-
themeNames
Set<E> themeNames
-
-
-
-
Package com.vaadin.flow.component.notification
-
Class com.vaadin.flow.component.notification.GeneratedVaadinNotification extends Component implements Serializable
-
Class com.vaadin.flow.component.notification.GeneratedVaadinNotification.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinNotification<R>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
Class com.vaadin.flow.component.notification.Notification extends GeneratedVaadinNotification<Notification> implements Serializable
-
Serialized Fields
-
container
Element container
-
templateElement
Element templateElement
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
deferredJob
SerializableConsumer<T> deferredJob
-
-
-
-
Package com.vaadin.flow.component.orderedlayout
-
Class com.vaadin.flow.component.orderedlayout.FlexLayout extends Component implements Serializable
-
Class com.vaadin.flow.component.orderedlayout.HorizontalLayout extends Component implements Serializable
-
Class com.vaadin.flow.component.orderedlayout.Scroller extends Component implements Serializable
-
Serialized Fields
-
content
Component content
-
-
-
Class com.vaadin.flow.component.orderedlayout.VerticalLayout extends Component implements Serializable
-
-
Package com.vaadin.flow.component.page
-
Class com.vaadin.flow.component.page.BrowserWindowResizeEvent extends EventObject implements Serializable
-
Serialized Fields
-
width
int width
-
height
int height
-
-
-
Class com.vaadin.flow.component.page.ExtendedClientDetails extends Object implements Serializable
-
Serialized Fields
-
screenWidth
int screenWidth
-
screenHeight
int screenHeight
-
windowInnerWidth
int windowInnerWidth
-
windowInnerHeight
int windowInnerHeight
-
bodyClientWidth
int bodyClientWidth
-
bodyClientHeight
int bodyClientHeight
-
timezoneOffset
int timezoneOffset
-
rawTimezoneOffset
int rawTimezoneOffset
-
dstSavings
int dstSavings
-
dstInEffect
boolean dstInEffect
-
timeZoneId
String timeZoneId
-
clientServerTimeDelta
long clientServerTimeDelta
-
touchDevice
boolean touchDevice
-
devicePixelRatio
double devicePixelRatio
-
windowName
String windowName
-
navigatorPlatform
String navigatorPlatform
-
-
-
Class com.vaadin.flow.component.page.History extends Object implements Serializable
-
Serialized Fields
-
ui
UI ui
-
historyStateChangeHandler
History.HistoryStateChangeHandler historyStateChangeHandler
-
-
-
Class com.vaadin.flow.component.page.History.HistoryStateChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
location
Location location
-
trigger
NavigationTrigger trigger
-
-
-
Class com.vaadin.flow.component.page.Page extends Object implements Serializable
-
Class com.vaadin.flow.component.page.PendingJavaScriptResult.JavaScriptException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.component.polymertemplate
-
Class com.vaadin.flow.component.polymertemplate.AbstractTemplate extends Component implements Serializable
-
Serialized Fields
-
stateNode
StateNode stateNode
Deprecated.
-
-
-
Class com.vaadin.flow.component.polymertemplate.IdMapper extends IdMapper implements Serializable
-
Class com.vaadin.flow.component.polymertemplate.PolymerTemplate extends AbstractTemplate<M extends TemplateModel> implements Serializable
-
-
Package com.vaadin.flow.component.polymertemplate.rpc
-
Class com.vaadin.flow.component.polymertemplate.rpc.PolymerPublishedEventRpcHandler extends Object implements Serializable
-
-
Package com.vaadin.flow.component.progressbar
-
Class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar extends Component implements Serializable
-
Class com.vaadin.flow.component.progressbar.ProgressBar extends GeneratedVaadinProgressBar<ProgressBar> implements Serializable
-
-
Package com.vaadin.flow.component.radiobutton
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton extends Component implements Serializable
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton.CheckedChangeEvent extends ComponentEvent<R extends GeneratedVaadinRadioButton<R>> implements Serializable
-
Serialized Fields
-
checked
boolean checked
-
-
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup extends AbstractSinglePropertyField<R extends GeneratedVaadinRadioGroup<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinRadioGroup<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.radiobutton.RadioButtonGroup extends GeneratedVaadinRadioGroup<RadioButtonGroup<T>,T> implements Serializable
-
Serialized Fields
-
keyMapper
KeyMapper<V> keyMapper
-
dataProvider
AtomicReference<V> dataProvider
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemRenderer
ComponentRenderer<COMPONENT extends Component,SOURCE> itemRenderer
-
isReadOnly
boolean isReadOnly
-
validationListener
PropertyChangeListener validationListener
-
validationRegistration
Registration validationRegistration
-
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
lastFetchedDataSize
int lastFetchedDataSize
-
sizeRequest
SerializableConsumer<T> sizeRequest
-
-
-
-
Package com.vaadin.flow.component.radiobutton.dataview
-
Class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<T> identifierChangedCallback
-
-
-
Class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupListDataView extends AbstractListDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<T> identifierChangedCallback
-
-
-
-
Package com.vaadin.flow.component.richtexteditor
-
Class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor extends AbstractSinglePropertyField<R extends GeneratedVaadinRichTextEditor<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinRichTextEditor<R,?>> implements Serializable
-
Class com.vaadin.flow.component.richtexteditor.RichTextEditor extends GeneratedVaadinRichTextEditor<RichTextEditor,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
i18n
RichTextEditor.RichTextEditorI18n i18n
-
asHtml
com.vaadin.flow.component.richtexteditor.RichTextEditor.AsHtml asHtml
-
htmlSetRequest
com.vaadin.flow.component.richtexteditor.RichTextEditor.HtmlSetRequest htmlSetRequest
-
-
-
Class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n extends Object implements Serializable
-
Serialized Fields
-
undo
String undo
-
redo
String redo
-
bold
String bold
-
italic
String italic
-
underline
String underline
-
strike
String strike
-
h1
String h1
-
h2
String h2
-
h3
String h3
-
subscript
String subscript
-
superscript
String superscript
-
listOrdered
String listOrdered
-
listBullet
String listBullet
-
alignLeft
String alignLeft
-
alignCenter
String alignCenter
-
alignRight
String alignRight
-
image
String image
-
link
String link
-
blockquote
String blockquote
-
codeBlock
String codeBlock
-
clean
String clean
-
-
-
-
Package com.vaadin.flow.component.select
-
Class com.vaadin.flow.component.select.Select extends GeneratedVaadinSelect<Select<T>,T> implements Serializable
-
Serialized Fields
-
listBox
com.vaadin.flow.component.select.Select.InternalListBox<T> listBox
-
dataProvider
AtomicReference<V> dataProvider
-
itemRenderer
ComponentRenderer<COMPONENT extends Component,SOURCE> itemRenderer
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
validationListener
PropertyChangeListener validationListener
-
validationRegistration
Registration validationRegistration
-
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
resetPending
boolean resetPending
-
emptySelectionAllowed
boolean emptySelectionAllowed
-
emptySelectionCaption
String emptySelectionCaption
-
emptySelectionItem
com.vaadin.flow.component.select.VaadinItem<T> emptySelectionItem
-
keyMapper
KeyMapper<V> keyMapper
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
lastFetchedDataSize
int lastFetchedDataSize
-
sizeRequest
SerializableConsumer<T> sizeRequest
-
-
-
-
Package com.vaadin.flow.component.select.data
-
Class com.vaadin.flow.component.select.data.SelectDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<T> identifierChangedCallback
-
-
-
Class com.vaadin.flow.component.select.data.SelectListDataView extends AbstractListDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<T> identifierChangedCallback
-
-
-
-
Package com.vaadin.flow.component.select.generated
-
Class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect extends AbstractSinglePropertyField<R extends GeneratedVaadinSelect<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinSelect<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinSelect<R,?>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.splitlayout
-
Class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout extends Component implements Serializable
-
Class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.IronResizeEvent extends ComponentEvent<R extends GeneratedVaadinSplitLayout<R>> implements Serializable
-
Class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent extends ComponentEvent<R extends GeneratedVaadinSplitLayout<R>> implements Serializable
-
Class com.vaadin.flow.component.splitlayout.SplitLayout extends GeneratedVaadinSplitLayout<SplitLayout> implements Serializable
-
Serialized Fields
-
primaryComponent
Component primaryComponent
-
secondaryComponent
Component secondaryComponent
-
updateStylesRegistration
StateTree.ExecutionRegistration updateStylesRegistration
-
splitterPosition
Double splitterPosition
-
-
-
-
Package com.vaadin.flow.component.tabs
-
Class com.vaadin.flow.component.tabs.GeneratedVaadinTab extends Component implements Serializable
-
Class com.vaadin.flow.component.tabs.GeneratedVaadinTabs extends Component implements Serializable
-
Class com.vaadin.flow.component.tabs.Tab extends GeneratedVaadinTab<Tab> implements Serializable
-
Class com.vaadin.flow.component.tabs.Tabs extends GeneratedVaadinTabs<Tabs> implements Serializable
-
Serialized Fields
-
autoselect
boolean autoselect
-
-
-
Class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent extends ComponentEvent<Tabs> implements Serializable
-
-
Package com.vaadin.flow.component.template.internal
-
Package com.vaadin.flow.component.textfield
-
Class com.vaadin.flow.component.textfield.AbstractNumberField extends GeneratedVaadinNumberField<C extends AbstractNumberField<C,T>,T extends Number> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
valueChangeTimeout
int valueChangeTimeout
-
required
boolean required
-
min
double min
-
max
double max
-
step
double step
-
stepSetByUser
boolean stepSetByUser
-
minSetByUser
boolean minSetByUser
-
-
-
Class com.vaadin.flow.component.textfield.BigDecimalField extends GeneratedVaadinTextField<BigDecimalField,BigDecimal> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
valueChangeTimeout
int valueChangeTimeout
-
required
boolean required
-
locale
Locale locale
-
-
-
Class com.vaadin.flow.component.textfield.EmailField extends GeneratedVaadinEmailField<EmailField,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
valueChangeTimeout
int valueChangeTimeout
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
-
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinEmailField extends GeneratedVaadinTextField<R extends GeneratedVaadinEmailField<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField extends GeneratedVaadinTextField<R extends GeneratedVaadinNumberField<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField extends GeneratedVaadinTextField<R extends GeneratedVaadinPasswordField<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea extends AbstractSinglePropertyField<R extends GeneratedVaadinTextArea<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextArea<R,?>> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextArea<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextField extends AbstractSinglePropertyField<R extends GeneratedVaadinTextField<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextField<R,?>> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextField<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.textfield.IntegerField extends AbstractNumberField<IntegerField,Integer> implements Serializable
-
Class com.vaadin.flow.component.textfield.NumberField extends AbstractNumberField<NumberField,Double> implements Serializable
-
Class com.vaadin.flow.component.textfield.PasswordField extends GeneratedVaadinPasswordField<PasswordField,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
valueChangeTimeout
int valueChangeTimeout
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
-
-
Class com.vaadin.flow.component.textfield.TextArea extends GeneratedVaadinTextArea<TextArea,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
valueChangeTimeout
int valueChangeTimeout
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
-
-
Class com.vaadin.flow.component.textfield.TextField extends GeneratedVaadinTextField<TextField,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
valueChangeTimeout
int valueChangeTimeout
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
-
-
-
Package com.vaadin.flow.component.timepicker
-
Class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker extends AbstractSinglePropertyField<R extends GeneratedVaadinTimePicker<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinTimePicker<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.timepicker.TimePicker extends GeneratedVaadinTimePicker<TimePicker,LocalTime> implements Serializable
-
-
Package com.vaadin.flow.component.treegrid
-
Class com.vaadin.flow.component.treegrid.CollapseEvent extends ComponentEvent<C extends Component> implements Serializable
-
Serialized Fields
-
items
Collection<E> items
-
-
-
Class com.vaadin.flow.component.treegrid.ExpandEvent extends ComponentEvent<C extends Component> implements Serializable
-
Serialized Fields
-
items
Collection<E> items
-
-
-
Class com.vaadin.flow.component.treegrid.HierarchyColumnComponentRenderer extends ComponentRenderer<COMPONENT extends Component,SOURCE> implements Serializable
-
Class com.vaadin.flow.component.treegrid.TreeGrid extends Grid<T> implements Serializable
-
Serialized Fields
-
defaultUniqueKeyProvider
ValueProvider<SOURCE,TARGET> defaultUniqueKeyProvider
-
dataProviderRegistration
Registration dataProviderRegistration
-
-
-
-
Package com.vaadin.flow.component.upload
-
Class com.vaadin.flow.component.upload.AllFinishedEvent extends ComponentEvent<Upload> implements Serializable
-
Class com.vaadin.flow.component.upload.FailedEvent extends FinishedEvent implements Serializable
-
Serialized Fields
-
reason
Exception reason
-
-
-
Class com.vaadin.flow.component.upload.FileRejectedEvent extends ComponentEvent<Upload> implements Serializable
-
Serialized Fields
-
errorMessage
String errorMessage
-
-
-
Class com.vaadin.flow.component.upload.FinishedEvent extends ComponentEvent<Upload> implements Serializable
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload extends Component implements Serializable
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FileRejectEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
detailError
String detailError
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FilesChangeEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
files
elemental.json.JsonArray files
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.MaxFilesReachedChangeEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
maxFilesReached
boolean maxFilesReached
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadAbortEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadBeforeEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
detailFileUploadTarget
elemental.json.JsonObject detailFileUploadTarget
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadErrorEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadProgressEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRequestEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
detailFormData
elemental.json.JsonObject detailFormData
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadResponseEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRetryEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadStartEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadSuccessEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile extends Component implements Serializable
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileAbortEvent extends ComponentEvent<R extends GeneratedVaadinUploadFile<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileRemoveEvent extends ComponentEvent<R extends GeneratedVaadinUploadFile<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileRetryEvent extends ComponentEvent<R extends GeneratedVaadinUploadFile<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileStartEvent extends ComponentEvent<R extends GeneratedVaadinUploadFile<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.NoInputStreamEvent extends FailedEvent implements Serializable
-
Class com.vaadin.flow.component.upload.NoOutputStreamEvent extends FailedEvent implements Serializable
-
Class com.vaadin.flow.component.upload.ProgressUpdateEvent extends ComponentEvent<Upload> implements Serializable
-
Serialized Fields
-
readBytes
long readBytes
Bytes transferred.
-
contentLength
long contentLength
Total size of file currently being uploaded, -1 if unknown
-
-
-
Class com.vaadin.flow.component.upload.StartedEvent extends ComponentEvent<Upload> implements Serializable
-
Class com.vaadin.flow.component.upload.SucceededEvent extends FinishedEvent implements Serializable
-
Class com.vaadin.flow.component.upload.Upload extends GeneratedVaadinUpload<Upload> implements Serializable
-
Serialized Fields
-
streamVariable
StreamVariable streamVariable
-
interrupted
boolean interrupted
-
activeUploads
int activeUploads
-
uploading
boolean uploading
-
i18n
UploadI18N i18n
-
receiver
Receiver receiver
The output of the upload is redirected to this receiver.
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N extends Object implements Serializable
-
Serialized Fields
-
dropFiles
UploadI18N.DropFiles dropFiles
-
addFiles
UploadI18N.AddFiles addFiles
-
cancel
String cancel
-
error
UploadI18N.Error error
-
uploading
UploadI18N.Uploading uploading
-
units
UploadI18N.Units units
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N.AddFiles extends UploadI18N.SingleMulti implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.DropFiles extends UploadI18N.SingleMulti implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Error extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.SingleMulti extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Units extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading extends Object implements Serializable
-
Serialized Fields
-
status
UploadI18N.Uploading.Status status
-
remainingTime
UploadI18N.Uploading.RemainingTime remainingTime
-
error
UploadI18N.Uploading.Error error
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status extends Object implements Serializable
-
-
Package com.vaadin.flow.component.upload.receivers
-
Class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer extends Object implements Serializable
-
Serialized Fields
-
factory
FileFactory factory
-
-
-
Class com.vaadin.flow.component.upload.receivers.FileBuffer extends AbstractFileBuffer implements Serializable
-
Serialized Fields
-
file
FileData file
-
-
-
Class com.vaadin.flow.component.upload.receivers.FileData extends Object implements Serializable
-
Serialized Fields
-
fileName
String fileName
-
mimeType
String mimeType
-
outputBuffer
OutputStream outputBuffer
-
-
-
Class com.vaadin.flow.component.upload.receivers.MemoryBuffer extends Object implements Serializable
-
Serialized Fields
-
file
FileData file
-
-
-
Class com.vaadin.flow.component.upload.receivers.MultiFileBuffer extends AbstractFileBuffer implements Serializable
-
Class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.receivers.UploadOutputStream extends FileOutputStream implements Serializable
-
Serialized Fields
-
file
File file
-
-
-
-
Package com.vaadin.flow.component.virtuallist
-
Class com.vaadin.flow.component.virtuallist.VirtualList extends Component implements Serializable
-
Serialized Fields
-
arrayUpdater
ArrayUpdater arrayUpdater
-
template
Element template
-
renderer
Renderer<SOURCE> renderer
-
originalTemplate
String originalTemplate
-
rendererChanged
boolean rendererChanged
-
templateUpdateRegistered
boolean templateUpdateRegistered
-
dataGenerator
CompositeDataGenerator<T> dataGenerator
-
renderingRegistrations
List<E> renderingRegistrations
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
-
Package com.vaadin.flow.component.virtuallist.paging
-
Class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator extends DataCommunicator<T> implements Serializable
-
-
Package com.vaadin.flow.component.webcomponent
-
Class com.vaadin.flow.component.webcomponent.EventOptions extends Object implements Serializable
-
Serialized Fields
-
bubbles
boolean bubbles
-
cancelable
boolean cancelable
-
composed
boolean composed
-
-
-
Class com.vaadin.flow.component.webcomponent.WebComponent extends Object implements Serializable
-
Serialized Fields
-
componentHost
Element componentHost
-
binding
WebComponentBinding<C extends Component> binding
-
-
-
Class com.vaadin.flow.component.webcomponent.WebComponentUI extends UI implements Serializable
-
Class com.vaadin.flow.component.webcomponent.WebComponentUI.WebComponentConnectEvent extends ComponentEvent<UI> implements Serializable
-
Class com.vaadin.flow.component.webcomponent.WebComponentWrapper extends Component implements Serializable
-
Serialized Fields
-
webComponentBinding
WebComponentBinding<C extends Component> webComponentBinding
-
disconnectRegistration
Registration disconnectRegistration
-
disconnect
long disconnect
-
-
-
-
Package com.vaadin.flow.data.binder
-
Class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition extends Object implements Serializable
-
Serialized Fields
-
descriptor
PropertyDescriptor descriptor
-
propertySet
BeanPropertySet<T> propertySet
-
propertyHolderType
Class<T> propertyHolderType
-
-
-
Class com.vaadin.flow.data.binder.BeanPropertySet extends Object implements Serializable
-
Class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition extends AbstractBeanPropertyDefinition<T,V> implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
-
-
Serialized Fields
-
parent
PropertyDefinition<T,V> parent
-
-
-
Class com.vaadin.flow.data.binder.BeanValidationBinder extends Binder<BEAN> implements Serializable
-
Serialized Fields
-
beanType
Class<T> beanType
-
requiredConfigurator
RequiredFieldConfigurator requiredConfigurator
-
-
-
Class com.vaadin.flow.data.binder.Binder extends Object implements Serializable
-
Serialized Fields
-
propertySet
PropertySet<T> propertySet
-
boundProperties
Map<K,V> boundProperties
Property names that have been used for creating a binding.
-
incompleteMemberFieldBindings
Map<K,V> incompleteMemberFieldBindings
-
bean
Object bean
-
bindings
Collection<E> bindings
-
incompleteBindings
Map<K,V> incompleteBindings
-
validators
List<E> validators
-
initialConverters
Map<K,V> initialConverters
-
listeners
HashMap<K,V> listeners
-
statusLabel
HasText statusLabel
-
statusHandler
BinderValidationStatusHandler<BEAN> statusHandler
-
errorHandler
BinderValidationErrorHandler errorHandler
-
changedBindings
Set<E> changedBindings
-
validatorsDisabled
boolean validatorsDisabled
-
-
-
Class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl extends Object implements Serializable
-
Serialized Fields
-
binder
Binder<BEAN> binder
-
field
HasValue<E extends HasValue.ValueChangeEvent<V>,V> field
-
statusHandler
BindingValidationStatusHandler statusHandler
-
isStatusHandlerChanged
boolean isStatusHandlerChanged
-
binding
Binder.Binding<BEAN,TARGET> binding
-
bound
boolean bound
-
converterValidatorChain
Converter<PRESENTATION,MODEL> converterValidatorChain
Contains all converters and validators chained together in the correct order.
-
asRequiredSet
boolean asRequiredSet
-
-
-
Class com.vaadin.flow.data.binder.Binder.BindingImpl extends Object implements Serializable
-
Serialized Fields
-
binder
Binder<BEAN> binder
-
field
HasValue<E extends HasValue.ValueChangeEvent<V>,V> field
-
statusHandler
BindingValidationStatusHandler statusHandler
-
getter
ValueProvider<SOURCE,TARGET> getter
-
setter
Setter<BEAN,FIELDVALUE> setter
-
readOnly
boolean readOnly
-
onValueChange
Registration onValueChange
-
valueInit
boolean valueInit
-
converterValidatorChain
Converter<PRESENTATION,MODEL> converterValidatorChain
Contains all converters and validators chained together in the correct order.
-
asRequiredSet
boolean asRequiredSet
-
validatorsDisabled
boolean validatorsDisabled
-
convertBackToPresentation
boolean convertBackToPresentation
-
-
-
Class com.vaadin.flow.data.binder.BinderValidationStatus extends Object implements Serializable
-
Class com.vaadin.flow.data.binder.BindingValidationStatus extends Object implements Serializable
-
Serialized Fields
-
status
BindingValidationStatus.Status status
-
results
List<E> results
-
binding
Binder.Binding<BEAN,TARGET> binding
-
result
Result<R> result
-
-
-
Class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler extends Object implements Serializable
-
Class com.vaadin.flow.data.binder.PropertyFilterDefinition extends Object implements Serializable
-
Class com.vaadin.flow.data.binder.ReadOnlyHasValue extends Object implements Serializable
-
Serialized Fields
-
value
Object value
-
valueProcessor
SerializableConsumer<T> valueProcessor
-
emptyValue
Object emptyValue
-
listenerList
LinkedHashSet<E> listenerList
-
-
-
Class com.vaadin.flow.data.binder.StatusChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
hasValidationErrors
boolean hasValidationErrors
-
-
-
Class com.vaadin.flow.data.binder.ValidationException extends Exception implements Serializable
-
Class com.vaadin.flow.data.binder.ValidationResult.SimpleValidationResult extends Object implements Serializable
-
Serialized Fields
-
error
String error
-
errorLevel
ErrorLevel errorLevel
-
-
-
Class com.vaadin.flow.data.binder.ValueContext extends Object implements Serializable
-
-
Package com.vaadin.flow.data.converter
-
Class com.vaadin.flow.data.converter.AbstractStringToNumberConverter extends Object implements Serializable
-
Serialized Fields
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
emptyValue
Number emptyValue
-
-
-
Class com.vaadin.flow.data.converter.DateToLongConverter extends Object implements Serializable
-
Class com.vaadin.flow.data.converter.DateToSqlDateConverter extends Object implements Serializable
-
Class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter extends Object implements Serializable
-
Serialized Fields
-
zoneId
ZoneId zoneId
-
-
-
Class com.vaadin.flow.data.converter.LocalDateToDateConverter extends Object implements Serializable
-
Serialized Fields
-
zoneId
ZoneId zoneId
-
-
-
Class com.vaadin.flow.data.converter.StringToBigDecimalConverter extends AbstractStringToNumberConverter<BigDecimal> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToBigIntegerConverter extends AbstractStringToNumberConverter<BigInteger> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToBooleanConverter extends Object implements Serializable
-
Serialized Fields
-
trueString
String trueString
-
falseString
String falseString
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
-
-
Class com.vaadin.flow.data.converter.StringToDateConverter extends Object implements Serializable
-
Class com.vaadin.flow.data.converter.StringToDoubleConverter extends AbstractStringToNumberConverter<Double> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToFloatConverter extends AbstractStringToNumberConverter<Float> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToIntegerConverter extends AbstractStringToNumberConverter<Integer> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToLongConverter extends AbstractStringToNumberConverter<Long> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToUuidConverter extends Object implements Serializable
-
Serialized Fields
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
-
-
-
Package com.vaadin.flow.data.event
-
Class com.vaadin.flow.data.event.SortEvent extends ComponentEvent<T extends Component> implements Serializable
-
-
Package com.vaadin.flow.data.provider
-
Class com.vaadin.flow.data.provider.AbstractBackEndDataProvider extends AbstractDataProvider<T,F> implements Serializable
-
Class com.vaadin.flow.data.provider.AbstractComponentDataGenerator extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.AbstractDataProvider extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.AbstractDataView extends Object implements Serializable
-
Serialized Fields
-
dataProviderSupplier
SerializableSupplier<T> dataProviderSupplier
-
component
Component component
-
-
-
Class com.vaadin.flow.data.provider.AbstractLazyDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
Class com.vaadin.flow.data.provider.AbstractListDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
filterOrSortingChangedCallback
SerializableBiConsumer<T,U> filterOrSortingChangedCallback
-
-
-
Class com.vaadin.flow.data.provider.BeanDataGenerator extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.CallbackDataProvider extends AbstractBackEndDataProvider<T,F> implements Serializable
-
Serialized Fields
-
fetchCallback
CallbackDataProvider.FetchCallback<T,F> fetchCallback
-
countCallback
CallbackDataProvider.CountCallback<T,F> countCallback
-
idGetter
ValueProvider<SOURCE,TARGET> idGetter
-
-
-
Class com.vaadin.flow.data.provider.CompositeDataGenerator extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper extends DataProviderWrapper<T,Q,F> implements Serializable
-
Serialized Fields
-
configuredFilter
Object configuredFilter
-
-
-
Class com.vaadin.flow.data.provider.DataChangeEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.data.provider.DataChangeEvent.DataRefreshEvent extends DataChangeEvent<T> implements Serializable
-
Serialized Fields
-
item
Object item
-
refreshChildren
boolean refreshChildren
-
-
-
Class com.vaadin.flow.data.provider.DataCommunicator extends Object implements Serializable
-
Serialized Fields
-
dataGenerator
DataGenerator<T> dataGenerator
-
arrayUpdater
ArrayUpdater arrayUpdater
-
dataUpdater
SerializableConsumer<T> dataUpdater
-
stateNode
StateNode stateNode
-
passivatedByUpdate
HashMap<K,V> passivatedByUpdate
-
confirmedUpdates
HashSet<E> confirmedUpdates
-
backEndSorting
ArrayList<E> backEndSorting
-
keyMapper
DataKeyMapper<T> keyMapper
-
requestedRange
Range requestedRange
-
activeStart
int activeStart
-
activeKeyOrder
List<E> activeKeyOrder
-
assumedSize
int assumedSize
-
lastSent
int lastSent
-
resendEntireRange
boolean resendEntireRange
-
assumeEmptyClient
boolean assumeEmptyClient
-
nextUpdateId
int nextUpdateId
-
dataProvider
DataProvider<T,F> dataProvider
-
filter
DataCommunicator.Filter<F> filter
-
inMemorySorting
SerializableComparator<T> inMemorySorting
-
dataProviderUpdateRegistration
Registration dataProviderUpdateRegistration
-
updatedData
HashSet<E> updatedData
-
flushRequest
SerializableConsumer<T> flushRequest
-
flushUpdatedDataRequest
SerializableConsumer<T> flushUpdatedDataRequest
-
countCallback
CallbackDataProvider.CountCallback<T,F> countCallback
-
itemCountEstimate
int itemCountEstimate
-
itemCountEstimateIncrease
int itemCountEstimateIncrease
-
definedSize
boolean definedSize
-
skipCountIncreaseUntilReset
boolean skipCountIncreaseUntilReset
-
sizeReset
boolean sizeReset
-
pageSize
int pageSize
-
pagingEnabled
boolean pagingEnabled
-
fetchEnabled
boolean fetchEnabled
-
-
-
Class com.vaadin.flow.data.provider.DataCommunicator.EmptyDataProvider extends ListDataProvider<T1> implements Serializable
-
Class com.vaadin.flow.data.provider.DataCommunicator.Filter extends Object implements Serializable
-
Serialized Fields
-
filterObject
Object filterObject
-
notifyOnChange
boolean notifyOnChange
-
-
-
Class com.vaadin.flow.data.provider.DataProviderWrapper extends Object implements Serializable
-
Serialized Fields
-
dataProvider
DataProvider<T,F> dataProvider
The actual data provider behind this wrapper.
-
-
-
Class com.vaadin.flow.data.provider.ItemCountChangeEvent extends ComponentEvent<T extends Component> implements Serializable
-
Serialized Fields
-
itemCount
int itemCount
-
itemCountEstimated
boolean itemCountEstimated
-
-
-
Class com.vaadin.flow.data.provider.KeyMapper extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.ListDataProvider extends AbstractDataProvider<T,SerializablePredicate<T>> implements Serializable
-
Serialized Fields
-
sortOrder
SerializableComparator<T> sortOrder
-
filter
SerializablePredicate<T> filter
-
backend
Collection<E> backend
-
-
-
Class com.vaadin.flow.data.provider.Query extends Object implements Serializable
-
Serialized Fields
-
offset
int offset
-
limit
int limit
-
sortOrders
List<E> sortOrders
-
inMemorySorting
Comparator<T> inMemorySorting
-
filter
Object filter
-
-
-
Class com.vaadin.flow.data.provider.QuerySortOrder extends SortOrder<String> implements Serializable
-
Class com.vaadin.flow.data.provider.QuerySortOrderBuilder extends SortOrderBuilder<QuerySortOrder,String> implements Serializable
-
Class com.vaadin.flow.data.provider.SortOrder extends Object implements Serializable
-
Serialized Fields
-
sorted
Object sorted
-
direction
SortDirection direction
-
-
-
Class com.vaadin.flow.data.provider.SortOrderBuilder extends Object implements Serializable
-
-
Package com.vaadin.flow.data.provider.hierarchy
-
Class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider extends AbstractHierarchicalDataProvider<T,F> implements Serializable
-
Class com.vaadin.flow.data.provider.hierarchy.AbstractHierarchicalDataProvider extends AbstractDataProvider<T,F> implements Serializable
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController extends Object implements Serializable
-
Serialized Fields
-
keyMapper
DataKeyMapper<T> keyMapper
-
dataGenerator
DataGenerator<T> dataGenerator
-
startUpdate
SerializableFunction<T,R> startUpdate
-
mapper
HierarchyMapper<T,F> mapper
-
fetchItems
SerializableBiFunction<T,U,R> fetchItems
-
parentKey
String parentKey
-
assumedSize
int assumedSize
-
requestedRange
Range requestedRange
-
activeStart
int activeStart
-
activeKeyOrder
List<E> activeKeyOrder
-
resendEntireRange
boolean resendEntireRange
-
assumeEmptyClient
boolean assumeEmptyClient
-
nextUpdateId
int nextUpdateId
-
passivatedByUpdate
HashMap<K,V> passivatedByUpdate
-
confirmedUpdates
HashSet<E> confirmedUpdates
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator extends DataCommunicator<T> implements Serializable
-
Serialized Fields
-
arrayUpdater
HierarchicalArrayUpdater arrayUpdater
-
stateNode
StateNode stateNode
-
mapper
HierarchyMapper<T,F> mapper
-
dataGenerator
DataGenerator<T> dataGenerator
-
uniqueKeyProviderSupplier
SerializableSupplier<T> uniqueKeyProviderSupplier
-
dataControllers
Map<K,V> dataControllers
-
uniqueKeyMapper
KeyMapper<V> uniqueKeyMapper
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery extends Query<T,F> implements Serializable
-
Serialized Fields
-
parent
Object parent
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.hierarchy.TreeData extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider extends AbstractHierarchicalDataProvider<T,SerializablePredicate<T>> implements Serializable
-
Serialized Fields
-
treeData
TreeData<T> treeData
-
filter
SerializablePredicate<T> filter
-
sortOrder
SerializableComparator<T> sortOrder
-
-
-
-
Package com.vaadin.flow.data.renderer
-
Class com.vaadin.flow.data.renderer.BasicRenderer extends ComponentRenderer<Component,SOURCE> implements Serializable
-
Serialized Fields
-
valueProvider
ValueProvider<SOURCE,TARGET> valueProvider
-
-
-
Class com.vaadin.flow.data.renderer.ComponentDataGenerator extends AbstractComponentDataGenerator<T> implements Serializable
-
Serialized Fields
-
componentRenderer
ComponentRenderer<COMPONENT extends Component,SOURCE> componentRenderer
-
keyMapper
ValueProvider<SOURCE,TARGET> keyMapper
-
nodeIdPropertyName
String nodeIdPropertyName
-
container
Element container
-
-
-
Class com.vaadin.flow.data.renderer.ComponentRenderer extends Renderer<SOURCE> implements Serializable
-
Serialized Fields
-
componentSupplier
SerializableSupplier<T> componentSupplier
-
componentFunction
SerializableFunction<T,R> componentFunction
-
componentUpdateFunction
SerializableBiFunction<T,U,R> componentUpdateFunction
-
itemConsumer
SerializableBiConsumer<T,U> itemConsumer
-
componentRendererTag
String componentRendererTag
-
-
-
Class com.vaadin.flow.data.renderer.IconRenderer extends ComponentRenderer<Component,ITEM> implements Serializable
-
Serialized Fields
-
iconGenerator
SerializableFunction<T,R> iconGenerator
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
-
-
Class com.vaadin.flow.data.renderer.LitRenderer extends Renderer<SOURCE> implements Serializable
-
Class com.vaadin.flow.data.renderer.LocalDateRenderer extends BasicRenderer<SOURCE,LocalDate> implements Serializable
-
Serialized Fields
-
formatter
DateTimeFormatter formatter
-
nullRepresentation
String nullRepresentation
-
-
-
Class com.vaadin.flow.data.renderer.LocalDateTimeRenderer extends BasicRenderer<SOURCE,LocalDateTime> implements Serializable
-
Serialized Fields
-
formatter
DateTimeFormatter formatter
-
nullRepresentation
String nullRepresentation
-
-
-
Class com.vaadin.flow.data.renderer.NativeButtonRenderer extends BasicRenderer<SOURCE,String> implements Serializable
-
Class com.vaadin.flow.data.renderer.NumberRenderer extends BasicRenderer<SOURCE,Number> implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
numberFormat
NumberFormat numberFormat
-
formatString
String formatString
-
nullRepresentation
String nullRepresentation
-
-
-
Class com.vaadin.flow.data.renderer.Renderer extends Object implements Serializable
-
Class com.vaadin.flow.data.renderer.TemplateRenderer extends Renderer<SOURCE> implements Serializable
-
Class com.vaadin.flow.data.renderer.TextRenderer extends ComponentRenderer<Component,ITEM> implements Serializable
-
Serialized Fields
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
-
-
-
Package com.vaadin.flow.data.selection
-
Class com.vaadin.flow.data.selection.MultiSelectionEvent extends AbstractField.ComponentValueChangeEvent<C extends Component,Set<T>> implements Serializable
-
Class com.vaadin.flow.data.selection.SingleSelectionEvent extends AbstractField.ComponentValueChangeEvent<C extends Component,T> implements Serializable
-
-
Package com.vaadin.flow.data.validator
-
Class com.vaadin.flow.data.validator.AbstractValidator extends Object implements Serializable
-
Serialized Fields
-
messageProvider
SerializableFunction<T,R> messageProvider
-
-
-
Class com.vaadin.flow.data.validator.BeanValidator extends Object implements Serializable
-
Class com.vaadin.flow.data.validator.BigDecimalRangeValidator extends RangeValidator<BigDecimal> implements Serializable
-
Class com.vaadin.flow.data.validator.BigIntegerRangeValidator extends RangeValidator<BigInteger> implements Serializable
-
Class com.vaadin.flow.data.validator.ByteRangeValidator extends RangeValidator<Byte> implements Serializable
-
Class com.vaadin.flow.data.validator.DateRangeValidator extends RangeValidator<LocalDate> implements Serializable
-
Class com.vaadin.flow.data.validator.DateTimeRangeValidator extends RangeValidator<LocalDateTime> implements Serializable
-
Class com.vaadin.flow.data.validator.DoubleRangeValidator extends RangeValidator<Double> implements Serializable
-
Class com.vaadin.flow.data.validator.EmailValidator extends RegexpValidator implements Serializable
-
Serialized Fields
-
allowEmptyValue
boolean allowEmptyValue
-
-
-
Class com.vaadin.flow.data.validator.FloatRangeValidator extends RangeValidator<Float> implements Serializable
-
Class com.vaadin.flow.data.validator.IntegerRangeValidator extends RangeValidator<Integer> implements Serializable
-
Class com.vaadin.flow.data.validator.LongRangeValidator extends RangeValidator<Long> implements Serializable
-
Class com.vaadin.flow.data.validator.RangeValidator extends AbstractValidator<T> implements Serializable
-
Serialized Fields
-
minValue
Object minValue
-
maxValue
Object maxValue
-
minValueIncluded
boolean minValueIncluded
-
maxValueIncluded
boolean maxValueIncluded
-
comparator
Comparator<T> comparator
-
-
-
Class com.vaadin.flow.data.validator.RegexpValidator extends AbstractValidator<String> implements Serializable
-
Serialized Fields
-
pattern
Pattern pattern
-
complete
boolean complete
-
-
-
Class com.vaadin.flow.data.validator.ShortRangeValidator extends RangeValidator<Short> implements Serializable
-
Class com.vaadin.flow.data.validator.StringLengthValidator extends AbstractValidator<String> implements Serializable
-
Serialized Fields
-
validator
RangeValidator<T> validator
-
-
-
-
Package com.vaadin.flow.data.value
-
Package com.vaadin.flow.di
-
Class com.vaadin.flow.di.DefaultInstantiator extends Object implements Serializable
-
Serialized Fields
-
service
VaadinService service
-
-
-
-
Package com.vaadin.flow.dom
-
Class com.vaadin.flow.dom.DomEvent extends EventObject implements Serializable
-
Serialized Fields
-
eventData
elemental.json.JsonObject eventData
-
eventType
String eventType
-
phase
DebouncePhase phase
-
-
-
Class com.vaadin.flow.dom.Element extends Node<Element> implements Serializable
-
Class com.vaadin.flow.dom.ElementAttachEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.dom.ElementDetachEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.dom.Node extends Object implements Serializable
-
Serialized Fields
-
stateProvider
ElementStateProvider stateProvider
-
node
StateNode node
-
-
-
Class com.vaadin.flow.dom.PropertyChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
userOriginated
boolean userOriginated
-
propertyName
String propertyName
-
oldValue
Serializable oldValue
-
value
Serializable value
-
-
-
Class com.vaadin.flow.dom.ShadowRoot extends Node<ShadowRoot> implements Serializable
-
-
Package com.vaadin.flow.dom.impl
-
Class com.vaadin.flow.dom.impl.AbstractNodeStateProvider extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.BasicElementStateProvider extends AbstractNodeStateProvider implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
Throws:
-
-
-
Class com.vaadin.flow.dom.impl.BasicElementStyle extends Object implements Serializable
-
Serialized Fields
-
propertyMap
ElementStylePropertyMap propertyMap
-
-
-
Class com.vaadin.flow.dom.impl.BasicTextElementStateProvider extends AbstractTextElementStateProvider implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
Throws:
-
-
-
Class com.vaadin.flow.dom.impl.ClassAttributeHandler extends CustomAttribute implements Serializable
-
Class com.vaadin.flow.dom.impl.CustomAttribute extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.ImmutableClassList extends AbstractSet<String> implements Serializable
-
Serialized Fields
-
values
Collection<E> values
-
-
-
Class com.vaadin.flow.dom.impl.ImmutableEmptyStyle extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.ShadowRootStateProvider extends AbstractNodeStateProvider implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
Throws:
-
-
-
Class com.vaadin.flow.dom.impl.StyleAttributeHandler extends CustomAttribute implements Serializable
-
Class com.vaadin.flow.dom.impl.ThemeListImpl extends Object implements Serializable
-
-
Package com.vaadin.flow.function
-
Package com.vaadin.flow.i18n
-
Class com.vaadin.flow.i18n.LocaleChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
-
-
-
Package com.vaadin.flow.internal
-
Class com.vaadin.flow.internal.BeanUtil extends Object implements Serializable
-
Class com.vaadin.flow.internal.BootstrapHandlerHelper extends Object implements Serializable
-
Class com.vaadin.flow.internal.ConstantPool extends Object implements Serializable
-
Class com.vaadin.flow.internal.ConstantPoolKey extends Object implements Serializable
-
Serialized Fields
-
json
elemental.json.JsonValue json
-
id
String id
-
-
-
Class com.vaadin.flow.internal.CurrentInstance extends Object implements Serializable
-
Serialized Fields
-
instance
WeakReference<T> instance
-
-
-
Class com.vaadin.flow.internal.ExecutionContext extends Object implements Serializable
-
Serialized Fields
-
ui
UI ui
-
clientSideInitialized
boolean clientSideInitialized
-
-
-
Class com.vaadin.flow.internal.NullOwner extends Object implements Serializable
-
Class com.vaadin.flow.internal.Pair extends Object implements Serializable
-
Serialized Fields
-
first
Serializable first
-
second
Serializable second
-
-
-
Class com.vaadin.flow.internal.Range extends Object implements Serializable
-
Serialized Fields
-
start
int start
-
end
int end
-
-
-
Class com.vaadin.flow.internal.ReflectTools extends Object implements Serializable
-
Class com.vaadin.flow.internal.ResponseWriter extends Object implements Serializable
-
Serialized Fields
-
bufferSize
int bufferSize
-
brotliEnabled
boolean brotliEnabled
-
-
-
Class com.vaadin.flow.internal.StateNode extends Object implements Serializable
-
Serialized Fields
-
featureSet
com.vaadin.flow.internal.StateNode.FeatureSet featureSet
-
features
Serializable features
Node feature instances for this node, or a single item.
-
changes
Map<K,V> changes
-
attachListeners
List<E> attachListeners
-
detachListeners
List<E> detachListeners
-
owner
NodeOwner owner
-
parent
StateNode parent
-
id
int id
-
wasAttached
boolean wasAttached
-
hasBeenAttached
boolean hasBeenAttached
-
hasBeenDetached
boolean hasBeenDetached
-
isInactiveSelf
boolean isInactiveSelf
-
isInitialChanges
boolean isInitialChanges
-
beforeClientResponseEntries
ArrayList<E> beforeClientResponseEntries
-
enabled
boolean enabled
-
-
-
Class com.vaadin.flow.internal.StateTree extends Object implements Serializable
-
Serialized Fields
-
-
Class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry extends Object implements Serializable
-
Serialized Fields
-
execution
SerializableConsumer<T> execution
-
stateNode
StateNode stateNode
-
index
int index
-
originalOwner
NodeOwner originalOwner
-
-
-
Class com.vaadin.flow.internal.UsageStatisticsExporter extends Object implements Serializable
-
-
Package com.vaadin.flow.internal.change
-
Class com.vaadin.flow.internal.change.AbstractListChange extends NodeFeatureChange implements Serializable
-
Serialized Fields
-
index
int index
-
list
NodeList<T extends Serializable> list
-
-
-
Class com.vaadin.flow.internal.change.EmptyChange extends NodeFeatureChange implements Serializable
-
Class com.vaadin.flow.internal.change.ListAddChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Class com.vaadin.flow.internal.change.ListClearChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Class com.vaadin.flow.internal.change.ListRemoveChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Serialized Fields
-
removedItem
Serializable removedItem
-
-
-
Class com.vaadin.flow.internal.change.MapPutChange extends NodeFeatureChange implements Serializable
-
Class com.vaadin.flow.internal.change.MapRemoveChange extends NodeFeatureChange implements Serializable
-
Serialized Fields
-
key
String key
-
-
-
Class com.vaadin.flow.internal.change.NodeAttachChange extends NodeChange implements Serializable
-
Class com.vaadin.flow.internal.change.NodeChange extends Object implements Serializable
-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.change.NodeDetachChange extends NodeChange implements Serializable
-
Class com.vaadin.flow.internal.change.NodeFeatureChange extends NodeChange implements Serializable
-
-
Package com.vaadin.flow.internal.nodefeature
-
Class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers extends SerializableNodeList<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature extends ServerSideFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.BasicTypeValue extends NodeValue<Serializable> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers extends AbstractServerHandlers<Component> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ComponentMapping extends ServerSideFeature implements Serializable
-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementAttributeMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementChildrenList extends StateNodeNodeList implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementClassList extends SerializableNodeList<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementData extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementListenerMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementPropertyMap extends AbstractPropertyMap implements Serializable
-
Serialized Fields
-
listeners
Map<K,V> listeners
-
updateFromClientFilter
SerializablePredicate<T> updateFromClientFilter
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap extends AbstractPropertyMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ModelList extends StateNodeNodeList implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.NodeFeature extends Object implements Serializable
-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeList extends NodeFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.NodeList.SetView extends AbstractSet<T extends Serializable> implements Serializable
-
Serialized Fields
-
nodeList
NodeList<T extends Serializable> nodeList
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeMap extends NodeFeature implements Serializable
-
Serialized Fields
-
values
com.vaadin.flow.internal.nodefeature.NodeMap.Values values
-
isPopulated
boolean isPopulated
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeValue extends NodeFeature implements Serializable
-
Serialized Fields
-
value
Serializable value
-
isPopulated
boolean isPopulated
-
-
-
Class com.vaadin.flow.internal.nodefeature.PollConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers extends AbstractServerHandlers<DeprecatedPolymerTemplate> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PropertyChangeDeniedException extends Exception implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PushConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PushConfigurationMap.PushConfigurationParametersMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ReturnChannelMap extends ServerSideFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.SerializableNodeList extends NodeList<T extends Serializable> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ServerSideFeature extends NodeFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ShadowRootData extends NodeValue<StateNode> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ShadowRootHost extends ServerSideFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.StateNodeNodeList extends NodeList<StateNode> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.TextNodeMap extends NodeValue<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.VirtualChildrenList extends StateNodeNodeList implements Serializable
-
-
Package com.vaadin.flow.router
-
Class com.vaadin.flow.router.AfterNavigationEvent extends EventObject implements Serializable
-
Serialized Fields
-
event
LocationChangeEvent event
-
-
-
Class com.vaadin.flow.router.BeforeEnterEvent extends BeforeEvent implements Serializable
-
Class com.vaadin.flow.router.BeforeEvent extends EventObject implements Serializable
-
Serialized Fields
-
location
Location location
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
forwardTarget
NavigationHandler forwardTarget
-
rerouteTarget
NavigationHandler rerouteTarget
-
navigationTarget
Class<T> navigationTarget
-
parameters
RouteParameters parameters
-
layouts
List<E> layouts
-
forwardTargetState
NavigationState forwardTargetState
-
rerouteTargetState
NavigationState rerouteTargetState
-
errorParameter
ErrorParameter<T extends Exception> errorParameter
-
forwardToUrl
String forwardToUrl
-
rerouteToUrl
String rerouteToUrl
-
-
-
Class com.vaadin.flow.router.BeforeLeaveEvent extends BeforeEvent implements Serializable
-
Serialized Fields
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
-
-
Class com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction extends Object implements Serializable
-
Serialized Fields
-
handler
NavigationHandler handler
-
event
NavigationEvent event
-
-
-
Class com.vaadin.flow.router.ErrorNavigationEvent extends NavigationEvent implements Serializable
-
Serialized Fields
-
errorParameter
ErrorParameter<T extends Exception> errorParameter
-
-
-
Class com.vaadin.flow.router.ErrorParameter extends Object implements Serializable
-
Class com.vaadin.flow.router.InternalServerError extends Component implements Serializable
-
Class com.vaadin.flow.router.InvalidLocationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.router.Location extends Object implements Serializable
-
Serialized Fields
-
segments
List<E> segments
-
queryParameters
QueryParameters queryParameters
-
fragment
String fragment
-
-
-
Class com.vaadin.flow.router.LocationChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
ui
UI ui
-
trigger
NavigationTrigger trigger
-
location
Location location
-
statusCode
int statusCode
-
rerouteTarget
NavigationHandler rerouteTarget
-
routeTargetChain
List<E> routeTargetChain
-
-
-
Class com.vaadin.flow.router.NavigationEvent extends EventObject implements Serializable
-
Serialized Fields
-
location
Location location
-
ui
UI ui
-
trigger
NavigationTrigger trigger
-
forwardTo
boolean forwardTo
-
state
elemental.json.JsonValue state
-
-
-
Class com.vaadin.flow.router.NavigationState extends Object implements Serializable
-
Serialized Fields
-
navigationTarget
Class<T> navigationTarget
-
routeTarget
RouteTarget routeTarget
-
routeParameters
RouteParameters routeParameters
-
resolvedPath
String resolvedPath
-
router
Router router
-
-
-
Class com.vaadin.flow.router.NotFoundException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.router.QueryParameters extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteAliasData extends RouteBaseData<RouteAliasData> implements Serializable
-
Class com.vaadin.flow.router.RouteBaseData extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteConfiguration extends Object implements Serializable
-
Serialized Fields
-
handledRegistry
RouteRegistry handledRegistry
-
-
-
Class com.vaadin.flow.router.RouteData extends RouteBaseData<RouteData> implements Serializable
-
Class com.vaadin.flow.router.RouteNotFoundError extends Component implements Serializable
-
Class com.vaadin.flow.router.RouteParam extends Pair<String,String> implements Serializable
-
Class com.vaadin.flow.router.RouteParameterData extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteParameterRegex extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteParameters extends Object implements Serializable
-
Class com.vaadin.flow.router.Router extends Object implements Serializable
-
Serialized Fields
-
routeResolver
RouteResolver routeResolver
-
registry
RouteRegistry registry
-
-
-
Class com.vaadin.flow.router.RouterLink extends Component implements Serializable
-
Serialized Fields
-
highlightCondition
HighlightCondition<T> highlightCondition
-
highlightAction
HighlightAction<T> highlightAction
-
queryParameters
QueryParameters queryParameters
-
-
-
Class com.vaadin.flow.router.RoutesChangedEvent extends EventObject implements Serializable
-
-
Package com.vaadin.flow.router.internal
-
Class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer extends Object implements Serializable
-
Serialized Fields
-
navigationState
NavigationState navigationState
-
routeLayoutTypes
List<E> routeLayoutTypes
-
postponed
Postpone postponed
-
locationChangeEvent
LocationChangeEvent locationChangeEvent
-
-
-
Class com.vaadin.flow.router.internal.AbstractRouteRegistry extends Object implements Serializable
-
Serialized Fields
-
configurationLock
ReentrantLock configurationLock
Lock used to ensure there's only one update going on at once.
The lock is configured to always guarantee a fair ordering.
-
configuredRoutes
ConfiguredRoutes configuredRoutes
The live configuration for this route registry. This can only be updated through
AbstractRouteRegistry.configure(Configuration)
for concurrency reasons. -
editing
ConfigureRoutes editing
-
routesChangedListeners
CopyOnWriteArrayList<E> routesChangedListeners
-
-
-
Class com.vaadin.flow.router.internal.ConfiguredRoutes extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.ConfigureRoutes extends ConfiguredRoutes implements Serializable
-
Class com.vaadin.flow.router.internal.DefaultRouteResolver extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.ErrorStateRenderer extends AbstractNavigationStateRenderer implements Serializable
-
Class com.vaadin.flow.router.internal.ErrorTargetEntry extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.HasUrlParameterFormat extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.InternalRedirectHandler extends Object implements Serializable
-
Serialized Fields
-
target
Location target
-
-
-
Class com.vaadin.flow.router.internal.NavigationRouteTarget extends Object implements Serializable
-
Serialized Fields
-
path
String path
-
routeTarget
RouteTarget routeTarget
-
parameters
RouteParameters parameters
-
-
-
Class com.vaadin.flow.router.internal.NavigationStateRenderer extends AbstractNavigationStateRenderer implements Serializable
-
Class com.vaadin.flow.router.internal.PathUtil extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.Postpone extends Object implements Serializable
-
Serialized Fields
-
remainingLeaveListeners
ArrayDeque<E> remainingLeaveListeners
-
remainingNavigationListeners
ArrayDeque<E> remainingNavigationListeners
-
-
-
Class com.vaadin.flow.router.internal.ResolveRequest extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.RouteTarget extends Object implements Serializable
-
-
Package com.vaadin.flow.server
-
Class com.vaadin.flow.server.AbstractDeploymentConfiguration extends AbstractPropertyConfiguration implements Serializable
-
Class com.vaadin.flow.server.AbstractPropertyConfiguration extends Object implements Serializable
-
Class com.vaadin.flow.server.AbstractStreamResource extends Object implements Serializable
-
Serialized Fields
-
cacheTime
long cacheTime
-
id
String id
-
-
-
Class com.vaadin.flow.server.AmbiguousRouteConfigurationException extends InvalidRouteConfigurationException implements Serializable
-
Class com.vaadin.flow.server.AppShellRegistry extends Object implements Serializable
-
Class com.vaadin.flow.server.AppShellRegistry.AppShellRegistryWrapper extends Object implements Serializable
-
Serialized Fields
-
registry
AppShellRegistry registry
-
-
-
Class com.vaadin.flow.server.Attributes extends Object implements Serializable
-
Class com.vaadin.flow.server.BootstrapException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.BootstrapHandler extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
pageBuilder
BootstrapHandler.PageBuilder pageBuilder
-
-
-
Class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder extends Object implements Serializable
-
Class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver extends VaadinUriResolver implements Serializable
-
Serialized Fields
-
servletPathToContextRoot
String servletPathToContextRoot
-
-
-
Class com.vaadin.flow.server.Constants extends Object implements Serializable
-
Class com.vaadin.flow.server.CustomizedSystemMessages extends SystemMessages implements Serializable
-
Class com.vaadin.flow.server.DefaultDeploymentConfiguration extends PropertyDeploymentConfiguration implements Serializable
-
Serialized Fields
-
productionMode
boolean productionMode
-
useDeprecatedV14Bootstrapping
boolean useDeprecatedV14Bootstrapping
-
xsrfProtectionEnabled
boolean xsrfProtectionEnabled
-
heartbeatInterval
int heartbeatInterval
-
maxMessageSuspendTimeout
int maxMessageSuspendTimeout
-
webComponentDisconnect
int webComponentDisconnect
-
closeIdleSessions
boolean closeIdleSessions
-
pushMode
PushMode pushMode
-
pushURL
String pushURL
-
syncIdCheck
boolean syncIdCheck
-
sendUrlsAsParameters
boolean sendUrlsAsParameters
-
requestTiming
boolean requestTiming
-
warnings
List<E> warnings
-
info
List<E> info
-
-
-
Class com.vaadin.flow.server.DefaultErrorHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.DefaultSystemMessagesProvider extends Object implements Serializable
-
Class com.vaadin.flow.server.DeploymentConfigurationFactory extends AbstractConfigurationFactory implements Serializable
-
Class com.vaadin.flow.server.ErrorEvent extends Object implements Serializable
-
Serialized Fields
-
throwable
Throwable throwable
-
-
-
Class com.vaadin.flow.server.ExecutionFailedException extends Exception implements Serializable
-
Class com.vaadin.flow.server.HandlerHelper extends Object implements Serializable
-
Class com.vaadin.flow.server.InitialPageSettings extends Object implements Serializable
-
Serialized Fields
-
request
VaadinRequest request
Deprecated.
-
ui
UI ui
Deprecated.
-
afterNavigationEvent
AfterNavigationEvent afterNavigationEvent
Deprecated.
-
browser
WebBrowser browser
Deprecated.
-
viewport
String viewport
Deprecated.
-
inline
Map<K,V> inline
Deprecated.
-
elements
Map<K,V> elements
Deprecated.
-
-
-
Class com.vaadin.flow.server.InitParameters extends Object implements Serializable
-
Class com.vaadin.flow.server.InvalidApplicationConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidCustomElementNameException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidI18NConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidRouteConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidRouteLayoutConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.NoInputStreamException extends Exception implements Serializable
-
Class com.vaadin.flow.server.NoOutputStreamException extends Exception implements Serializable
-
Class com.vaadin.flow.server.PropertyDeploymentConfiguration extends AbstractDeploymentConfiguration implements Serializable
-
Serialized Fields
-
systemPropertyBaseClass
Class<T> systemPropertyBaseClass
-
allProperties
Properties allProperties
Contains properties from both: parent config and provided properties.
-
parentConfig
ApplicationConfiguration parentConfig
-
-
-
Class com.vaadin.flow.server.PwaConfiguration extends Object implements Serializable
-
Serialized Fields
-
appName
String appName
-
shortName
String shortName
-
description
String description
-
backgroundColor
String backgroundColor
-
themeColor
String themeColor
-
iconPath
String iconPath
-
manifestPath
String manifestPath
-
offlinePath
String offlinePath
-
serviceWorkerPath
String serviceWorkerPath
-
display
String display
-
startPath
String startPath
-
enabled
boolean enabled
-
offlineResources
List<E> offlineResources
-
-
-
Class com.vaadin.flow.server.PwaIcon extends Object implements Serializable
-
Class com.vaadin.flow.server.PwaRegistry extends Object implements Serializable
-
Class com.vaadin.flow.server.ServiceContextUriResolver extends VaadinUriResolver implements Serializable
-
Class com.vaadin.flow.server.ServiceDestroyEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.server.ServiceException extends Exception implements Serializable
-
Class com.vaadin.flow.server.ServiceInitEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.server.SessionDestroyEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SessionExpiredException extends Exception implements Serializable
-
Class com.vaadin.flow.server.SessionInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SessionRouteRegistry extends AbstractRouteRegistry implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.StaticFileServer extends Object implements Serializable
-
Serialized Fields
-
responseWriter
ResponseWriter responseWriter
-
vaadinService
VaadinService vaadinService
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
-
manifestPaths
List<E> manifestPaths
-
-
-
Class com.vaadin.flow.server.StreamReceiver extends AbstractStreamResource implements Serializable
-
Serialized Fields
-
node
StateNode node
-
attributeName
String attributeName
-
streamVariable
StreamVariable streamVariable
-
-
-
Class com.vaadin.flow.server.StreamResource extends AbstractStreamResource implements Serializable
-
Serialized Fields
-
fileName
String fileName
-
writer
StreamResourceWriter writer
-
resolver
ContentTypeResolver resolver
-
-
-
Class com.vaadin.flow.server.StreamResourceRegistry extends Object implements Serializable
-
Serialized Fields
-
res
Map<K,V> res
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SynchronizedRequestHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.SystemMessages extends Object implements Serializable
-
Serialized Fields
-
sessionExpiredURL
String sessionExpiredURL
-
sessionExpiredNotificationEnabled
boolean sessionExpiredNotificationEnabled
-
sessionExpiredCaption
String sessionExpiredCaption
-
sessionExpiredMessage
String sessionExpiredMessage
-
internalErrorURL
String internalErrorURL
-
internalErrorNotificationEnabled
boolean internalErrorNotificationEnabled
-
internalErrorCaption
String internalErrorCaption
-
internalErrorMessage
String internalErrorMessage
-
cookiesDisabledURL
String cookiesDisabledURL
-
cookiesDisabledNotificationEnabled
boolean cookiesDisabledNotificationEnabled
-
cookiesDisabledCaption
String cookiesDisabledCaption
-
cookiesDisabledMessage
String cookiesDisabledMessage
-
-
-
Class com.vaadin.flow.server.SystemMessagesInfo extends Object implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
service
VaadinService service
-
-
-
Class com.vaadin.flow.server.UIInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.UnsupportedBrowserHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.flow.server.UploadException extends Exception implements Serializable
-
Class com.vaadin.flow.server.VaadinService extends Object implements Serializable
-
Serialized Fields
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
Should never be used directly, always use
VaadinService.getDeploymentConfiguration()
. -
serviceDestroyListeners
Set<E> serviceDestroyListeners
-
sessionInitListeners
List<E> sessionInitListeners
-
uiInitListeners
List<E> uiInitListeners
-
sessionDestroyListeners
List<E> sessionDestroyListeners
-
systemMessagesProvider
SystemMessagesProvider systemMessagesProvider
-
classLoader
ClassLoader classLoader
-
requestHandlers
Iterable<T> requestHandlers
-
bootstrapListeners
Iterable<T> bootstrapListeners
-
dependencyFilters
Iterable<T> dependencyFilters
-
atmosphereAvailable
boolean atmosphereAvailable
-
bootstrapInitialPredicate
BootstrapInitialPredicate bootstrapInitialPredicate
-
bootstrapUrlPredicate
BootstrapUrlPredicate bootstrapUrlPredicate
-
pushWarningEmitted
boolean pushWarningEmitted
Keeps track of whether a warning about missing push support has already been logged. This is used to avoid spamming the log with the same message every time a new UI is bootstrapped.
-
initialized
boolean initialized
Set to true when
VaadinService.init()
has been run. -
router
Router router
-
instantiator
Instantiator instantiator
-
vaadinContext
VaadinContext vaadinContext
-
-
-
Class com.vaadin.flow.server.VaadinServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
servletService
VaadinServletService servletService
-
staticFileHandler
StaticFileHandler staticFileHandler
-
isServletInitialized
boolean isServletInitialized
-
-
-
Class com.vaadin.flow.server.VaadinServletConfig extends Object implements Serializable
-
Class com.vaadin.flow.server.VaadinServletContext extends Object implements Serializable
-
Class com.vaadin.flow.server.VaadinServletService extends VaadinService implements Serializable
-
Serialized Fields
-
servlet
VaadinServlet servlet
Should never be used directly, always use
VaadinServletService.getServlet()
. -
contextResolver
ServiceContextUriResolver contextResolver
-
-
-
Class com.vaadin.flow.server.VaadinSession extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Override default deserialization logic to account for transient
VaadinSession.pendingAccessQueue
.If a session was not serialized in writeObject, then only marks that this VaadinSession instance should not be used. The instance is removed by
VaadinService.readFromHttpSession(WrappedSession)
.Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found -
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Throws:
-
-
Serialized Fields
-
configuration
DeploymentConfiguration configuration
Configuration for the session.
-
locale
Locale locale
Default locale of the session.
-
errorHandler
ErrorHandler errorHandler
Session wide error handler which is used by default if an error is left unhandled.
-
requestHandlers
LinkedList<E> requestHandlers
-
nextUIId
int nextUIId
-
uIs
Map<K,V> uIs
-
browser
WebBrowser browser
-
cumulativeRequestDuration
long cumulativeRequestDuration
-
lastRequestDuration
long lastRequestDuration
-
lastRequestTimestamp
long lastRequestTimestamp
-
state
VaadinSessionState state
-
pushId
String pushId
-
attributes
Attributes attributes
-
resourceRegistry
StreamResourceRegistry resourceRegistry
-
-
-
Class com.vaadin.flow.server.Version extends Object implements Serializable
-
Class com.vaadin.flow.server.WebBrowser extends Object implements Serializable
-
Serialized Fields
-
browserApplication
String browserApplication
-
locale
Locale locale
-
address
String address
-
secureConnection
boolean secureConnection
-
browserDetails
BrowserDetails browserDetails
-
-
-
Class com.vaadin.flow.server.WrappedHttpSession extends Object implements Serializable
-
Serialized Fields
-
session
javax.servlet.http.HttpSession session
-
-
-
-
Package com.vaadin.flow.server.auth
-
Class com.vaadin.flow.server.auth.AccessAnnotationChecker extends Object implements Serializable
-
Class com.vaadin.flow.server.auth.ViewAccessChecker extends Object implements Serializable
-
Serialized Fields
-
accessAnnotationChecker
AccessAnnotationChecker accessAnnotationChecker
-
loginView
Class<T> loginView
-
loginUrl
String loginUrl
-
enabled
boolean enabled
-
-
-
-
Package com.vaadin.flow.server.communication
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reinitializes this PushConnection after deserialization. The connection is initially in disconnected state; the client will handle the reconnecting.
Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found
-
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage extends Object implements Serializable
-
Serialized Fields
-
message
StringBuilder message
-
messageLength
int messageLength
-
-
-
Class com.vaadin.flow.server.communication.FaviconHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.HeartbeatHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.flow.server.communication.IndexHtmlRequestHandler extends JavaScriptBootstrapHandler implements Serializable
-
Class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler extends BootstrapHandler implements Serializable
-
Class com.vaadin.flow.server.communication.MetadataWriter extends Object implements Serializable
-
Serialized Fields
-
timeoutInterval
int timeoutInterval
-
-
-
Class com.vaadin.flow.server.communication.PushAtmosphereHandler extends org.atmosphere.handler.AbstractReflectorAtmosphereHandler implements Serializable
-
Serialized Fields
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PushRequestHandler extends Object implements Serializable
-
Serialized Fields
-
atmosphere
org.atmosphere.cpr.AtmosphereFramework atmosphere
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PwaHandler extends Object implements Serializable
-
Serialized Fields
-
requestHandlerMap
Map<K,V> requestHandlerMap
-
pwaRegistryGetter
SerializableSupplier<T> pwaRegistryGetter
-
isInitialized
boolean isInitialized
-
-
-
Class com.vaadin.flow.server.communication.ReturnChannelHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler.InvalidUIDLSecurityKeyException extends GeneralSecurityException implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler.ResynchronizationRequiredException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest extends Object implements Serializable
-
Serialized Fields
-
csrfToken
String csrfToken
-
invocations
elemental.json.JsonArray invocations
-
syncId
int syncId
-
json
elemental.json.JsonObject json
-
resynchronize
boolean resynchronize
-
clientToServerMessageId
int clientToServerMessageId
-
-
-
Class com.vaadin.flow.server.communication.SessionRequestHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.StreamReceiverHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.StreamReceiverHandler.UploadInterruptedException extends Exception implements Serializable
-
Class com.vaadin.flow.server.communication.StreamRequestHandler extends Object implements Serializable
-
Serialized Fields
-
resourceHandler
StreamResourceHandler resourceHandler
-
receiverHandler
StreamReceiverHandler receiverHandler
-
-
-
Class com.vaadin.flow.server.communication.StreamResourceHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.UidlRequestHandler extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
rpcHandler
AtomicReference<V> rpcHandler
-
-
-
Class com.vaadin.flow.server.communication.UidlWriter extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.UidlWriter.ResolveContext extends Object implements Serializable
-
Serialized Fields
-
service
VaadinService service
-
browser
WebBrowser browser
-
-
-
Class com.vaadin.flow.server.communication.WebComponentBootstrapHandler extends BootstrapHandler implements Serializable
-
Class com.vaadin.flow.server.communication.WebComponentProvider extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
cache
ConcurrentHashMap<K,V> cache
-
-
-
-
Package com.vaadin.flow.server.communication.rpc
-
Class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.DefaultRpcDecoder extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.EventRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.NavigationRpcHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.RpcDecodeException extends Exception implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder extends Object implements Serializable
-
-
Package com.vaadin.flow.server.communication.streaming
-
Class com.vaadin.flow.server.communication.streaming.StreamingEndEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Class com.vaadin.flow.server.communication.streaming.StreamingErrorEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Serialized Fields
-
exception
Exception exception
-
-
-
Class com.vaadin.flow.server.communication.streaming.StreamingProgressEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Serialized Fields
-
disposed
boolean disposed
-
-
-
-
Package com.vaadin.flow.server.frontend
-
Class com.vaadin.flow.server.frontend.FallbackChunk extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.FallbackChunk.CssImportData extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendToolsLocator extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendUtils.CommandExecutionException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendUtils.UnknownVersionException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendVersion extends Object implements Serializable
-
Serialized Fields
-
buildIdentifierParser
Pattern buildIdentifierParser
Parses the buildIdentifier to String + Integer. For instance beta1 returns 'beta' and '1'
-
version
String version
The version number of this release. For example "6.2.0". Always in the format "major.minor.revision[.build]". The build part is optional. All of major, minor, revision must be integers.
-
majorVersion
int majorVersion
Major version number. For example 6 in 6.2.0.
-
minorVersion
int minorVersion
Minor version number. For example 2 in 6.2.0.
-
revision
int revision
Version revision number. For example 0 in 6.2.0.
-
buildIdentifier
String buildIdentifier
Build identifier. For example "nightly-20091123-c9963" in 6.2.0.nightly-20091123-c9963.
-
-
-
Class com.vaadin.flow.server.frontend.FrontendWebComponentGenerator extends Object implements Serializable
-
Serialized Fields
-
finder
ClassFinder finder
-
-
-
Class com.vaadin.flow.server.frontend.NodeTasks.Builder extends Object implements Serializable
-
Serialized Fields
-
buildDirectory
String buildDirectory
-
classFinder
ClassFinder classFinder
-
frontendDirectory
File frontendDirectory
-
webpackOutputDirectory
File webpackOutputDirectory
-
resourceOutputDirectory
File resourceOutputDirectory
-
webpackTemplate
String webpackTemplate
-
webpackGeneratedTemplate
String webpackGeneratedTemplate
-
enablePackagesUpdate
boolean enablePackagesUpdate
-
createMissingPackageJson
boolean createMissingPackageJson
-
enableImportsUpdate
boolean enableImportsUpdate
-
runNpmInstall
boolean runNpmInstall
-
jarFiles
Set<E> jarFiles
-
generateEmbeddableWebComponents
boolean generateEmbeddableWebComponents
-
cleanNpmFiles
boolean cleanNpmFiles
-
flowResourcesFolder
File flowResourcesFolder
-
localResourcesFolder
File localResourcesFolder
-
useByteCodeScanner
boolean useByteCodeScanner
-
tokenFileData
elemental.json.JsonObject tokenFileData
-
tokenFile
File tokenFile
-
enablePnpm
boolean enablePnpm
-
fusionJavaSourceFolder
File fusionJavaSourceFolder
-
fusionGeneratedOpenAPIFile
File fusionGeneratedOpenAPIFile
-
fusionApplicationProperties
File fusionApplicationProperties
-
fusionClientAPIFolder
File fusionClientAPIFolder
-
requireHomeNodeExec
boolean requireHomeNodeExec
-
npmFolder
File npmFolder
Directory for npm and folders and files.
-
generatedFolder
File generatedFolder
Directory where generated files are written.
-
useDeprecatedV14Bootstrapping
boolean useDeprecatedV14Bootstrapping
Is in client-side bootstrapping mode.
-
nodeVersion
String nodeVersion
The node.js version to be used when node.js is installed automatically by Vaadin, for example
"v16.0.0"
. Defaults to . -
nodeDownloadRoot
URI nodeDownloadRoot
Download node.js from this URL. Handy in heavily firewalled corporate environments where the node.js download can be provided from an intranet mirror. Defaults to
NodeInstaller.DEFAULT_NODEJS_DOWNLOAD_ROOT
. -
lookup
Lookup lookup
-
-
-
Class com.vaadin.flow.server.frontend.UnknownTaskException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.frontend.WebpackConnectionException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.server.frontend.installer
-
Class com.vaadin.flow.server.frontend.installer.ArchiveExtractionException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.installer.InstallationException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy extends Object implements Serializable
-
Serialized Fields
-
-
-
Package com.vaadin.flow.server.frontend.scanner
-
Class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder extends Object implements Serializable
-
Serialized Fields
-
classFinder
ClassFinder classFinder
-
annotatedClassesMapCache
Map<K,V> annotatedClassesMapCache
-
-
-
Class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.scanner.CssData extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.scanner.EndPointData extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
route
String route
-
layout
String layout
-
theme
com.vaadin.flow.server.frontend.scanner.ThemeData theme
-
modules
LinkedHashSet<E> modules
-
themeModules
LinkedHashSet<E> themeModules
-
scripts
LinkedHashSet<E> scripts
-
classes
HashSet<E> classes
-
-
-
Class com.vaadin.flow.server.frontend.scanner.FrontendDependencies extends com.vaadin.flow.server.frontend.scanner.AbstractDependenciesScanner implements Serializable
-
Serialized Fields
-
endPoints
HashMap<K,V> endPoints
-
themeDefinition
ThemeDefinition themeDefinition
-
themeInstance
AbstractTheme themeInstance
-
packages
HashMap<K,V> packages
-
visited
Set<E> visited
-
useV14Bootstrap
boolean useV14Bootstrap
-
pwaConfiguration
PwaConfiguration pwaConfiguration
-
-
-
-
Package com.vaadin.flow.server.startup
-
Class com.vaadin.flow.server.startup.AbstractAnnotationValidator extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.AbstractConfigurationFactory extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.AbstractRouteRegistryInitializer extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.AnnotationValidator extends AbstractAnnotationValidator implements Serializable
-
Class com.vaadin.flow.server.startup.ApplicationRouteRegistry extends AbstractRouteRegistry implements Serializable
-
Serialized Fields
-
pwaConfigurationClass
AtomicReference<V> pwaConfigurationClass
-
routeFilters
ArrayList<E> routeFilters
-
-
-
Class com.vaadin.flow.server.startup.ApplicationRouteRegistry.ApplicationRouteRegistryWrapper extends Object implements Serializable
-
Serialized Fields
-
registry
ApplicationRouteRegistry registry
-
-
-
Class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory extends AbstractConfigurationFactory implements Serializable
-
Class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl extends AbstractPropertyConfiguration implements Serializable
-
Serialized Fields
-
context
VaadinContext context
-
fallbackChunk
FallbackChunk fallbackChunk
-
-
-
Class com.vaadin.flow.server.startup.DuplicateNavigationTitleException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.startup.RouteRegistryInitializer extends AbstractRouteRegistryInitializer implements Serializable
-
Class com.vaadin.flow.server.startup.VaadinAppShellInitializer extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.VaadinInitializerException extends Exception implements Serializable
-
Class com.vaadin.flow.server.startup.WebComponentExporterAwareValidator extends AbstractAnnotationValidator implements Serializable
-
-
Package com.vaadin.flow.server.webcomponent
-
Class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl extends Object implements Serializable
-
Serialized Fields
-
componentClass
Class<T> componentClass
-
data
PropertyData<P extends Serializable> data
-
onChangeHandler
SerializableBiConsumer<T,U> onChangeHandler
-
-
-
Class com.vaadin.flow.server.webcomponent.PropertyData extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
type
Class<T> type
-
defaultValue
Serializable defaultValue
-
readOnly
boolean readOnly
-
-
-
Class com.vaadin.flow.server.webcomponent.UnsupportedPropertyTypeException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.webcomponent.WebComponentBinding extends Object implements Serializable
-
Class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry extends Object implements Serializable
-
Serialized Fields
-
configurationLock
ReentrantLock configurationLock
Lock used to ensure there's only one update going on at once.
The lock is configured to always guarantee a fair ordering.
-
configurationsSet
boolean configurationsSet
-
configurationMap
HashMap<K,V> configurationMap
-
embeddedAppAnnotations
HashMap<K,V> embeddedAppAnnotations
-
bootstrapElements
ArrayList<E> bootstrapElements
-
-
-
Class com.vaadin.flow.server.webcomponent.WebComponentExporterTagExtractor extends Object implements Serializable
-
Class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter extends Object implements Serializable
-
Class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter.DirectoryWriter extends Object implements Serializable
-
-
Package com.vaadin.flow.shared
-
Class com.vaadin.flow.shared.ApplicationConstants extends Object implements Serializable
-
Class com.vaadin.flow.shared.BrowserDetails extends Object implements Serializable
-
Serialized Fields
-
isGecko
boolean isGecko
-
isWebKit
boolean isWebKit
-
isPresto
boolean isPresto
-
isTrident
boolean isTrident
-
isSafari
boolean isSafari
-
isChrome
boolean isChrome
-
isFirefox
boolean isFirefox
-
isOpera
boolean isOpera
-
isIE
boolean isIE
-
isEdge
boolean isEdge
-
isWindowsPhone
boolean isWindowsPhone
-
isIPad
boolean isIPad
-
isIPhone
boolean isIPhone
-
isChromeOS
boolean isChromeOS
-
os
BrowserDetails.OperatingSystem os
-
browserEngineVersion
float browserEngineVersion
-
browserMajorVersion
int browserMajorVersion
-
browserMinorVersion
int browserMinorVersion
-
osMajorVersion
int osMajorVersion
-
osMinorVersion
int osMinorVersion
-
-
-
Class com.vaadin.flow.shared.JsonConstants extends Object implements Serializable
-
Class com.vaadin.flow.shared.VaadinUriResolver extends Object implements Serializable
-
-
Package com.vaadin.flow.shared.communication
-
Class com.vaadin.flow.shared.communication.PushConstants extends Object implements Serializable
-
-
Package com.vaadin.flow.shared.ui
-
Class com.vaadin.flow.shared.ui.Dependency extends Object implements Serializable
-
Serialized Fields
-
type
Dependency.Type type
-
url
String url
-
loadMode
LoadMode loadMode
-
-
-
-
Package com.vaadin.flow.shared.util
-
Class com.vaadin.flow.shared.util.SharedUtil extends Object implements Serializable
-
Class com.vaadin.flow.shared.util.UniqueSerializable extends Object implements Serializable
-
-
Package com.vaadin.flow.templatemodel
-
Class com.vaadin.flow.templatemodel.AbstractBasicModelType extends Object implements Serializable
-
Class com.vaadin.flow.templatemodel.BasicComplexModelType extends AbstractBasicModelType<T> implements Serializable
-
Class com.vaadin.flow.templatemodel.BasicModelType extends AbstractBasicModelType implements Serializable
-
Class com.vaadin.flow.templatemodel.BeanModelType extends Object implements Serializable
-
Class com.vaadin.flow.templatemodel.ConvertedModelType extends Object implements Serializable
-
Serialized Fields
-
wrappedModelType
ModelType wrappedModelType
Deprecated.
-
converter
ModelEncoder<D,E extends Serializable> converter
Deprecated.
-
-
-
Class com.vaadin.flow.templatemodel.InvalidTemplateModelException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.templatemodel.ListModelType extends Object implements Serializable
-
Serialized Fields
-
itemType
ComplexModelType<T> itemType
Deprecated.
-
-
-
Class com.vaadin.flow.templatemodel.ModelDescriptor extends BeanModelType<T extends TemplateModel> implements Serializable
-
Class com.vaadin.flow.templatemodel.TemplateModelListProxy extends AbstractList<T> implements Serializable
-
Serialized Fields
-
stateNode
StateNode stateNode
Deprecated.
-
itemType
ComplexModelType<T> itemType
Deprecated.
-
-
-
Class com.vaadin.flow.templatemodel.TemplateModelProxyHandler extends Object implements Serializable
-
Class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy extends Object implements Serializable
-
-
Package com.vaadin.flow.theme
-
Package com.vaadin.flow.theme.lumo
-
Class com.vaadin.flow.theme.lumo.Lumo extends Object implements Serializable
-
-
Package com.vaadin.flow.theme.material
-
Class com.vaadin.flow.theme.material.Material extends Object implements Serializable
-
-
Package com.vaadin.fusion.auth
-
Class com.vaadin.fusion.auth.CsrfIndexHtmlRequestListener extends Object implements Serializable
-
-
Package com.vaadin.fusion.exception
-
Class com.vaadin.fusion.exception.EndpointException extends RuntimeException implements Serializable
-
Class com.vaadin.fusion.exception.EndpointValidationException extends EndpointException implements Serializable
-
-
Package com.vaadin.fusion.startup
-
Class com.vaadin.fusion.startup.CsrfServiceInitListener extends Object implements Serializable
-
Class com.vaadin.fusion.startup.FusionEndpointsValidator extends Object implements Serializable
-
Serialized Fields
-
classToCheck
String classToCheck
-
-
-