Serialized Form
-
Package com.vaadin.base.devserver
-
Class com.vaadin.base.devserver.AbstractDevServerRunner
class AbstractDevServerRunner extends Object implements Serializable-
Serialized Fields
-
applicationConfiguration
ApplicationConfiguration applicationConfiguration
-
devServerPortFile
File devServerPortFile
-
devServerProcess
AtomicReference<Process> devServerProcess
-
devServerStartFuture
CompletableFuture<Void> devServerStartFuture
-
failedOutput
String failedOutput
-
isDevServerFailedToStart
AtomicBoolean isDevServerFailedToStart
-
npmFolder
File npmFolder
-
port
int port
-
reuseDevServer
boolean reuseDevServer
-
usingAlreadyStartedProcess
boolean usingAlreadyStartedProcess
-
watchDog
AtomicReference<com.vaadin.base.devserver.DevServerWatchDog> watchDog
-
-
-
Class com.vaadin.base.devserver.DebugWindowConnection
class DebugWindowConnection extends Object implements Serializable-
Serialized Fields
-
backend
BrowserLiveReload.Backend backend
-
classLoader
ClassLoader classLoader
-
context
VaadinContext context
-
ideIntegration
IdeIntegration ideIntegration
-
objectMapper
com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
plugins
List<DevToolsMessageHandler> plugins
-
resources
ConcurrentHashMap<WeakReference<org.atmosphere.cpr.AtmosphereResource>,
AtmospherePushConnection.FragmentedMessage> resources -
themeEditorMessageHandler
ThemeEditorMessageHandler themeEditorMessageHandler
-
-
-
Class com.vaadin.base.devserver.DebugWindowMessage
class DebugWindowMessage extends Object implements Serializable -
Class com.vaadin.base.devserver.DevBundleBuildingHandler
class DevBundleBuildingHandler extends Object implements Serializable -
Class com.vaadin.base.devserver.FeatureFlagMessage
class FeatureFlagMessage extends Object implements Serializable -
Class com.vaadin.base.devserver.ServerInfo
class ServerInfo extends Object implements Serializable-
Serialized Fields
-
versions
List<ServerInfo.NameAndVersion> versions
-
-
-
Record Class com.vaadin.base.devserver.ServerInfo.NameAndVersion
class NameAndVersion extends Record implements Serializable -
Class com.vaadin.base.devserver.ViteHandler
class ViteHandler extends AbstractDevServerRunner implements Serializable
-
-
Package com.vaadin.base.devserver.startup
-
Class com.vaadin.base.devserver.startup.DevModeInitializer
class DevModeInitializer extends Object implements Serializable -
Class com.vaadin.base.devserver.startup.DevModeStartupListener
class DevModeStartupListener extends Object implements Serializable-
Serialized Fields
-
devModeHandlerManager
DevModeHandlerManager devModeHandlerManager
-
-
-
-
Package com.vaadin.base.devserver.themeeditor.messages
-
Class com.vaadin.base.devserver.themeeditor.messages.BaseRequest
class BaseRequest extends Object implements Serializable -
Class com.vaadin.base.devserver.themeeditor.messages.BaseResponse
class BaseResponse extends Object implements Serializable-
Serialized Fields
-
requestId
String requestId
-
-
-
Class com.vaadin.base.devserver.themeeditor.messages.ComponentMetadataResponse
class ComponentMetadataResponse extends BaseResponse implements Serializable -
Class com.vaadin.base.devserver.themeeditor.messages.ErrorResponse
class ErrorResponse extends BaseResponse implements Serializable-
Serialized Fields
-
message
String message
-
-
-
Class com.vaadin.base.devserver.themeeditor.messages.HistoryRequest
class HistoryRequest extends BaseRequest implements Serializable -
Class com.vaadin.base.devserver.themeeditor.messages.LoadPreviewResponse
class LoadPreviewResponse extends BaseResponse implements Serializable-
Serialized Fields
-
css
String css
-
-
-
Class com.vaadin.base.devserver.themeeditor.messages.LoadRulesRequest
class LoadRulesRequest extends BaseRequest implements Serializable -
Class com.vaadin.base.devserver.themeeditor.messages.LoadRulesResponse
class LoadRulesResponse extends BaseResponse implements Serializable -
Class com.vaadin.base.devserver.themeeditor.messages.OpenCssRequest
class OpenCssRequest extends BaseRequest implements Serializable-
Serialized Fields
-
selector
String selector
-
-
-
Class com.vaadin.base.devserver.themeeditor.messages.RulesRequest
class RulesRequest extends BaseRequest implements Serializable -
Class com.vaadin.base.devserver.themeeditor.messages.SetClassNameRequest
class SetClassNameRequest extends BaseRequest implements Serializable-
Serialized Fields
-
className
String className
-
-
-
-
Package com.vaadin.base.devserver.themeeditor.utils
-
Exception com.vaadin.base.devserver.themeeditor.utils.ApplicationThemeNotAccessibleException
class ApplicationThemeNotAccessibleException extends ThemeEditorException implements Serializable -
Exception com.vaadin.base.devserver.themeeditor.utils.ThemeEditorException
class ThemeEditorException extends RuntimeException implements Serializable
-
-
Package com.vaadin.collaborationengine
-
Class com.vaadin.collaborationengine.AbstractCollaborationManager
class AbstractCollaborationManager extends Object implements Serializable-
Serialized Fields
-
activationHandler
AbstractCollaborationManager.ActivationHandler activationHandler
-
active
boolean active
-
ceSupplier
SerializableSupplier<CollaborationEngine> ceSupplier
-
deactivationHandler
Registration deactivationHandler
-
localUser
UserInfo localUser
-
topicId
String topicId
-
-
-
Exception com.vaadin.collaborationengine.Backend.EventIdNotFoundException
class EventIdNotFoundException extends Exception implements Serializable -
Class com.vaadin.collaborationengine.Backend.Snapshot
class Snapshot extends Object implements Serializable -
Exception com.vaadin.collaborationengine.BackendFeatureNotEnabledException
class BackendFeatureNotEnabledException extends RuntimeException implements Serializable -
Class com.vaadin.collaborationengine.CollaborationAvatarGroup
-
Serialized Fields
-
ceSupplier
SerializableSupplier<CollaborationEngine> ceSupplier
-
imageProvider
CollaborationAvatarGroup.ImageProvider imageProvider
-
localUser
UserInfo localUser
-
ownAvatarVisible
boolean ownAvatarVisible
-
presenceManager
PresenceManager presenceManager
-
topicId
String topicId
-
userInfoCache
List<UserInfo> userInfoCache
-
-
-
Class com.vaadin.collaborationengine.CollaborationBinder
-
Serialized Fields
-
bindingRegistrations
Map<Binder.Binding<?,
?>, Registration> bindingRegistrations -
ceSupplier
SerializableSupplier<CollaborationEngine> ceSupplier
-
connectionContext
ComponentConnectionContext connectionContext
-
expirationTimeout
Duration expirationTimeout
-
fieldHighlighter
com.vaadin.collaborationengine.FieldHighlighter fieldHighlighter
-
fieldToPropertyName
Map<HasValue<?,
?>, String> fieldToPropertyName -
formManager
FormManager formManager
-
localUser
UserInfo localUser
-
propertyJsonHandlers
Map<String,
com.vaadin.collaborationengine.CollaborationBinder.JsonHandler<?>> propertyJsonHandlers -
typeConfigurations
Map<Class<?>,
com.vaadin.collaborationengine.CollaborationBinder.JsonHandler<?>> typeConfigurations
-
-
-
Class com.vaadin.collaborationengine.CollaborationBinder.CollaborationBindingBuilderImpl
class CollaborationBindingBuilderImpl extends Binder.BindingBuilderImpl<BEAN,FIELDVALUE, TARGET> implements Serializable -
Serialized Fields
-
explicitJsonHandler
com.vaadin.collaborationengine.CollaborationBinder.JsonHandler<?> explicitJsonHandler
-
propertyName
String propertyName
-
typeIsConverted
boolean typeIsConverted
-
-
-
Class com.vaadin.collaborationengine.CollaborationEngineServiceInitListener
class CollaborationEngineServiceInitListener extends Object implements Serializable -
Class com.vaadin.collaborationengine.CollaborationMessage
class CollaborationMessage extends Object implements Serializable -
Class com.vaadin.collaborationengine.CollaborationMessageInput
-
Class com.vaadin.collaborationengine.CollaborationMessageList
-
Serialized Fields
-
ceSupplier
SerializableSupplier<CollaborationEngine> ceSupplier
-
imageProvider
CollaborationAvatarGroup.ImageProvider imageProvider
-
localUser
UserInfo localUser
-
messageCache
List<CollaborationMessage> messageCache
-
messageConfigurator
CollaborationMessageList.MessageConfigurator messageConfigurator
-
messageManager
MessageManager messageManager
-
persister
CollaborationMessagePersister persister
-
submitter
CollaborationMessageSubmitter submitter
-
submitterRegistration
Registration submitterRegistration
-
-
-
Class com.vaadin.collaborationengine.CollaborationMessagePersister.FetchQuery
class FetchQuery extends EventObject implements Serializable -
Class com.vaadin.collaborationengine.CollaborationMessagePersister.PersistRequest
class PersistRequest extends EventObject implements Serializable-
Serialized Fields
-
message
CollaborationMessage message
-
topicId
String topicId
-
-
-
Class com.vaadin.collaborationengine.ComponentConnectionContext
class ComponentConnectionContext extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
actionDispatcher
ActionDispatcher actionDispatcher
-
attachedComponents
Set<Component> attachedComponents
-
componentListeners
Map<Component,
Registration> componentListeners -
state
AtomicReference<com.vaadin.collaborationengine.ComponentConnectionContext.State> state
-
ui
UI ui
-
-
-
Class com.vaadin.collaborationengine.FormManager
class FormManager extends AbstractCollaborationManager implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
context
ConnectionContext context
-
expirationTimeout
Duration expirationTimeout
-
highlightHandler
HighlightHandler highlightHandler
-
propertyChangeHandler
PropertyChangeHandler propertyChangeHandler
-
userEntries
Map<com.vaadin.collaborationengine.FormManager.FocusedEditor,
com.vaadin.collaborationengine.FormManager.UserEntry> userEntries
-
-
-
Exception com.vaadin.collaborationengine.JsonConversionException
class JsonConversionException extends RuntimeException implements Serializable -
Class com.vaadin.collaborationengine.LicenseEvent
class LicenseEvent extends EventObject implements Serializable-
Serialized Fields
-
message
String message
-
type
LicenseEvent.LicenseEventType type
-
-
-
Class com.vaadin.collaborationengine.ListChangeEvent
class ListChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
change
com.vaadin.collaborationengine.ListChange change
-
-
-
Class com.vaadin.collaborationengine.ListKey
class ListKey extends Object implements Serializable-
Serialized Fields
-
key
UUID key
-
-
-
Class com.vaadin.collaborationengine.MapChangeEvent
class 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.MembershipEvent
class MembershipEvent extends EventObject implements Serializable-
Serialized Fields
-
nodeId
UUID nodeId
-
type
MembershipEvent.MembershipEventType type
-
-
-
Class com.vaadin.collaborationengine.MessageManager
class MessageManager extends AbstractCollaborationManager implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
catchupMode
boolean catchupMode
-
context
ConnectionContext context
-
lastMessageKey
ListKey lastMessageKey
-
lastSeenMessage
CollaborationMessage lastSeenMessage
-
messageHandler
MessageHandler messageHandler
-
pendingMessageFutures
Map<CompletableFuture<Void>,
CollaborationMessage> pendingMessageFutures -
persistedMessageFutures
Map<CollaborationMessage,
CompletableFuture<Void>> persistedMessageFutures -
persister
CollaborationMessagePersister persister
-
-
-
Class com.vaadin.collaborationengine.PresenceManager
class PresenceManager extends AbstractCollaborationManager implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
context
ConnectionContext context
-
markAsPresent
boolean markAsPresent
-
ownPresenceKey
ListKey ownPresenceKey
-
presenceHandler
PresenceHandler presenceHandler
-
userEntries
Map<String,
com.vaadin.collaborationengine.PresenceManager.UserEntry> userEntries
-
-
-
Class com.vaadin.collaborationengine.SystemConnectionContext
class SystemConnectionContext extends Object implements Serializable-
Serialized Fields
-
activeHandlers
Set<ActivationHandler> activeHandlers
-
ceSupplier
SerializableSupplier<CollaborationEngine> ceSupplier
-
serviceDestroyRegistration
Registration serviceDestroyRegistration
-
-
-
Class com.vaadin.collaborationengine.SystemUserInfo
class SystemUserInfo extends UserInfo implements Serializable -
Class com.vaadin.collaborationengine.TopicConnectionRegistration
class TopicConnectionRegistration extends Object implements Serializable-
Serialized Fields
-
afterDisconnection
SerializableConsumer<TopicConnectionRegistration> afterDisconnection
-
connectionContext
ConnectionContext connectionContext
-
executor
SerializableExecutor executor
-
pendingFuture
CompletableFuture<Void> pendingFuture
-
topicConnectionReference
AtomicReference<TopicConnection> topicConnectionReference
-
-
-
Class com.vaadin.collaborationengine.TopicConnectionRegistration.ConnectionFailedEvent
class ConnectionFailedEvent extends EventObject implements Serializable -
Class com.vaadin.collaborationengine.UserInfo
class UserInfo extends Object implements Serializable
-
-
Package com.vaadin.devbundle
-
Class com.vaadin.devbundle.FakeAppConf
class FakeAppConf extends Object implements Serializable
-
-
Package com.vaadin.experimental
-
Class com.vaadin.experimental.Feature
class Feature extends Object implements Serializable -
Class com.vaadin.experimental.FeatureFlags
class FeatureFlags extends Object implements Serializable-
Serialized Fields
-
configuration
ApplicationConfiguration configuration
-
features
List<Feature> features
-
lookup
Lookup lookup
-
propertiesFolder
File propertiesFolder
-
-
-
Class com.vaadin.experimental.FeatureFlags.FeatureFlagsWrapper
class FeatureFlagsWrapper extends Object implements Serializable-
Serialized Fields
-
featureFlags
FeatureFlags featureFlags
-
-
-
Exception com.vaadin.experimental.UnknownFeatureException
class UnknownFeatureException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.component
-
Class com.vaadin.flow.component.AbstractCompositeField
-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<S extends AbstractCompositeField<C,
S, T>, T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField
class AbstractField extends Component implements Serializable-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<C extends AbstractField<C,
T>, T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent
-
Class com.vaadin.flow.component.AbstractSinglePropertyField
class AbstractSinglePropertyField extends AbstractField<C extends AbstractField<C,T>, T> implements Serializable -
Serialized Fields
-
propertyName
String propertyName
-
propertyReader
SerializableBiFunction<C extends AbstractField<C,
T>, T, T> propertyReader -
propertyWriter
SerializableBiConsumer<C extends AbstractField<C,
T>, T> propertyWriter -
synchronizationRegistration
DomListenerRegistration synchronizationRegistration
-
-
-
Class com.vaadin.flow.component.AttachEvent
class AttachEvent extends AbstractAttachDetachEvent implements Serializable-
Serialized Fields
-
initialAttach
boolean initialAttach
-
-
-
Class com.vaadin.flow.component.BlurNotifier.BlurEvent
-
Class com.vaadin.flow.component.ClickEvent
-
Serialized Fields
-
altKey
boolean altKey
-
button
int button
-
clickCount
int clickCount
-
clientX
int clientX
-
clientY
int clientY
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
screenX
int screenX
-
screenY
int screenY
-
shiftKey
boolean shiftKey
-
-
-
Class com.vaadin.flow.component.Component
class Component extends Object implements Serializable-
Serialized Fields
-
attributes
Attributes attributes
-
element
Element element
-
eventBus
ComponentEventBus eventBus
-
templateMapped
boolean templateMapped
-
-
-
Class com.vaadin.flow.component.ComponentEvent
class ComponentEvent extends EventObject implements Serializable-
Serialized Fields
-
fromClient
boolean fromClient
-
unregisterListenerCommand
Command unregisterListenerCommand
-
-
-
Class com.vaadin.flow.component.ComponentEventBus
class ComponentEventBus extends Object implements Serializable-
Serialized Fields
-
component
Component component
-
componentEventData
HashMap<Class<? extends ComponentEvent<?>>,
ArrayList<com.vaadin.flow.component.ComponentEventBus.ListenerWrapper<?>>> componentEventData
-
-
-
Class com.vaadin.flow.component.Composite
class Composite extends Component implements Serializable -
Class com.vaadin.flow.component.CompositionEndEvent
class CompositionEndEvent extends CompositionEvent implements Serializable -
Class com.vaadin.flow.component.CompositionStartEvent
class CompositionStartEvent extends CompositionEvent implements Serializable -
Class com.vaadin.flow.component.CompositionUpdateEvent
class CompositionUpdateEvent extends CompositionEvent implements Serializable -
Class com.vaadin.flow.component.DetachEvent
class DetachEvent extends AbstractAttachDetachEvent implements Serializable -
Class com.vaadin.flow.component.FocusNotifier.FocusEvent
-
Class com.vaadin.flow.component.HeartbeatEvent
class HeartbeatEvent extends EventObject implements Serializable-
Serialized Fields
-
heartbeatTime
long heartbeatTime
-
-
-
Class com.vaadin.flow.component.Html
class Html extends Component implements Serializable -
Class com.vaadin.flow.component.HtmlComponent
class HtmlComponent extends Component implements Serializable -
Class com.vaadin.flow.component.HtmlContainer
class HtmlContainer extends HtmlComponent implements Serializable -
Class com.vaadin.flow.component.InputEvent
-
Class com.vaadin.flow.component.KeyDownEvent
class KeyDownEvent extends KeyboardEvent implements Serializable -
Class com.vaadin.flow.component.KeyEventListener
class KeyEventListener extends Object implements Serializable-
Serialized Fields
-
key
Key key
-
listener
ComponentEventListener<E extends KeyboardEvent> listener
-
modifiers
EnumSet<KeyModifier> modifiers
-
-
-
Class com.vaadin.flow.component.KeyPressEvent
class KeyPressEvent extends KeyboardEvent implements Serializable -
Class com.vaadin.flow.component.KeyUpEvent
class KeyUpEvent extends KeyboardEvent implements Serializable -
Class com.vaadin.flow.component.PollEvent
-
Class com.vaadin.flow.component.ScrollOptions
class ScrollOptions extends Object implements Serializable-
Serialized Fields
-
behavior
ScrollOptions.Behavior behavior
-
block
ScrollOptions.Alignment block
-
inline
ScrollOptions.Alignment inline
-
-
-
Class com.vaadin.flow.component.ShortcutEvent
class ShortcutEvent extends EventObject implements Serializable-
Serialized Fields
-
key
Key key
-
keyModifiers
Set<KeyModifier> keyModifiers
-
lifecycleOwner
Component lifecycleOwner
-
-
-
Class com.vaadin.flow.component.ShortcutRegistration
class ShortcutRegistration extends Object implements Serializable-
Serialized Fields
-
allowDefaultBehavior
boolean allowDefaultBehavior
-
allowEventPropagation
boolean allowEventPropagation
-
beforeClientResponseConsumer
SerializableConsumer<ExecutionContext> beforeClientResponseConsumer
-
eventListener
ShortcutEventListener eventListener
-
executionRegistration
StateTree.ExecutionRegistration executionRegistration
-
isDirty
AtomicBoolean isDirty
-
lifecycleOwner
Component lifecycleOwner
-
lifecycleRegistration
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration lifecycleRegistration
-
listenOnAttachListenerRegistrations
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration[] listenOnAttachListenerRegistrations
-
listenOnComponents
Component[] listenOnComponents
-
listenOnSuppliers
SerializableSupplier<Component[]> listenOnSuppliers
-
modifiers
Set<Key> modifiers
-
primaryKey
Key primaryKey
-
registrations
List<Registration> registrations
-
resetFocusOnActiveElement
boolean resetFocusOnActiveElement
-
shortcutActive
boolean shortcutActive
-
shortcutListenerRegistrations
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration[] shortcutListenerRegistrations
-
-
-
Class com.vaadin.flow.component.Svg
class Svg extends Component implements Serializable -
Class com.vaadin.flow.component.Text
class Text extends Component implements Serializable -
Class com.vaadin.flow.component.UI
class UI extends Component implements Serializable-
Serialized Fields
-
clientViewNavigationState
NavigationState clientViewNavigationState
-
closing
boolean closing
-
csrfToken
String csrfToken
-
firstNavigation
boolean firstNavigation
-
forwardToClientUrl
String forwardToClientUrl
-
internals
UIInternals internals
-
locale
Locale locale
-
navigationInProgress
boolean navigationInProgress
-
page
Page page
-
pushConfiguration
PushConfiguration pushConfiguration
-
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:
-
wrapperElement
Element wrapperElement
-
-
-
Class com.vaadin.flow.component.UI.ClientViewPlaceholder
class ClientViewPlaceholder extends Component implements Serializable -
Exception com.vaadin.flow.component.UIDetachedException
class UIDetachedException extends RuntimeException implements Serializable -
Class com.vaadin.flow.component.WebComponentExporter
class WebComponentExporter extends Object implements Serializable-
Serialized Fields
-
isConfigureInstanceCall
boolean isConfigureInstanceCall
-
propertyConfigurationMap
HashMap<String,
PropertyConfigurationImpl<C extends Component, ? extends Serializable>> propertyConfigurationMap -
tag
String tag
-
-
-
Class com.vaadin.flow.component.WebComponentExporter.WebComponentConfigurationFactory
class WebComponentConfigurationFactory extends Object implements Serializable -
Class com.vaadin.flow.component.WebComponentExporterFactory.DefaultWebComponentExporterFactory
class DefaultWebComponentExporterFactory extends Object implements Serializable-
Serialized Fields
-
exporterClass
Class<? extends WebComponentExporter<C extends Component>> exporterClass
-
-
-
-
Package com.vaadin.flow.component.accordion
-
Class com.vaadin.flow.component.accordion.Accordion
class Accordion extends Component implements Serializable -
Class com.vaadin.flow.component.accordion.Accordion.OpenedChangeEvent
-
Serialized Fields
-
index
Integer index
-
-
-
Class com.vaadin.flow.component.accordion.AccordionPanel
class AccordionPanel extends Details implements Serializable
-
-
Package com.vaadin.flow.component.applayout
-
Class com.vaadin.flow.component.applayout.AppLayout
class AppLayout extends Component implements Serializable-
Serialized Fields
-
content
Component content
-
i18n
AppLayout.AppLayoutI18n i18n
-
-
-
Class com.vaadin.flow.component.applayout.AppLayout.AppLayoutI18n
class AppLayoutI18n extends Object implements Serializable-
Serialized Fields
-
drawer
String drawer
-
-
-
Class com.vaadin.flow.component.applayout.DrawerToggle
class DrawerToggle extends Button implements Serializable
-
-
Package com.vaadin.flow.component.avatar
-
Class com.vaadin.flow.component.avatar.Avatar
class Avatar extends Component implements Serializable-
Serialized Fields
-
i18n
Avatar.AvatarI18n i18n
-
imageResource
AbstractStreamResource imageResource
-
-
-
Class com.vaadin.flow.component.avatar.Avatar.AvatarI18n
class AvatarI18n extends Object implements Serializable-
Serialized Fields
-
anonymous
String anonymous
-
-
-
Class com.vaadin.flow.component.avatar.AvatarGroup
class AvatarGroup extends Component implements Serializable-
Serialized Fields
-
i18n
AvatarGroup.AvatarGroupI18n i18n
-
items
List<AvatarGroup.AvatarGroupItem> items
-
pendingUpdate
boolean pendingUpdate
-
-
-
Class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n
class AvatarGroupI18n extends Object implements Serializable -
Class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem
class AvatarGroupItem extends Object implements Serializable-
Serialized Fields
-
abbr
String abbr
-
classNames
Set<String> classNames
-
colorIndex
Integer colorIndex
-
host
AvatarGroup host
-
imageResource
AbstractStreamResource imageResource
-
img
String img
-
name
String name
-
pendingHandle
Command pendingHandle
-
pendingRegistration
Registration pendingRegistration
-
resourceRegistration
StreamRegistration resourceRegistration
-
-
-
-
Package com.vaadin.flow.component.board
-
Class com.vaadin.flow.component.board.Board
class Board extends Component implements Serializable -
Class com.vaadin.flow.component.board.Row
class Row extends Component implements Serializable-
Serialized Fields
-
redrawTriggered
boolean redrawTriggered
-
-
-
-
Package com.vaadin.flow.component.button
-
Class com.vaadin.flow.component.button.Button
class Button extends Component implements Serializable-
Serialized Fields
-
disableListener
Registration disableListener
-
disableOnClick
boolean disableOnClick
-
iconAfterText
boolean iconAfterText
-
iconComponent
Component iconComponent
-
initDisableOnClick
PendingJavaScriptResult initDisableOnClick
-
-
-
-
Package com.vaadin.flow.component.charts
-
Class com.vaadin.flow.component.charts.Chart
class Chart extends Component implements Serializable-
Serialized Fields
-
changeListener
ConfigurationChangeListener changeListener
-
configuration
Configuration configuration
-
configurationUpdateRegistration
Registration configurationUpdateRegistration
-
drillCallbackHandler
com.vaadin.flow.component.charts.Chart.DrillCallbackHandler drillCallbackHandler
-
drilldownCallback
DrilldownCallback drilldownCallback
-
-
-
Class com.vaadin.flow.component.charts.ChartOptions
class ChartOptions extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.events
-
Class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent
-
Class com.vaadin.flow.component.charts.events.ChartAfterPrintEvent
-
Class com.vaadin.flow.component.charts.events.ChartBeforePrintEvent
-
Class com.vaadin.flow.component.charts.events.ChartClickEvent
-
Serialized Fields
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.flow.component.charts.events.ChartDrillupAllEvent
-
Class com.vaadin.flow.component.charts.events.ChartDrillupEvent
-
Class com.vaadin.flow.component.charts.events.ChartLoadEvent
-
Class com.vaadin.flow.component.charts.events.ChartRedrawEvent
-
Class com.vaadin.flow.component.charts.events.ChartSelectionEvent
-
Class com.vaadin.flow.component.charts.events.DrilldownEvent
-
Class com.vaadin.flow.component.charts.events.MouseEventDetails
class MouseEventDetails extends Object implements Serializable-
Serialized Fields
-
absoluteX
int absoluteX
-
absoluteY
int absoluteY
-
altKey
boolean altKey
-
button
MouseEventDetails.MouseButton button
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
shiftKey
boolean shiftKey
-
xValue
double xValue
-
yValue
double yValue
-
-
-
Class com.vaadin.flow.component.charts.events.PointClickEvent
-
Serialized Fields
-
category
String category
-
details
MouseEventDetails details
-
pointId
String pointId
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent
-
Serialized Fields
-
category
String category
-
details
MouseEventDetails details
-
pointId
String pointId
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointMouseOutEvent
-
Class com.vaadin.flow.component.charts.events.PointMouseOverEvent
-
Class com.vaadin.flow.component.charts.events.PointRemoveEvent
-
Class com.vaadin.flow.component.charts.events.PointSelectEvent
-
Class com.vaadin.flow.component.charts.events.PointUnselectEvent
-
Class com.vaadin.flow.component.charts.events.PointUpdateEvent
-
Class com.vaadin.flow.component.charts.events.SeriesAfterAnimateEvent
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesCheckboxClickEvent
-
Serialized Fields
-
checked
boolean checked
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesClickEvent
-
Serialized Fields
-
details
MouseEventDetails details
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesHideEvent
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesLegendItemClickEvent
-
Serialized Fields
-
details
MouseEventDetails details
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesMouseOutEvent
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesMouseOverEvent
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesShowEvent
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent
-
Serialized Fields
-
axisIndex
int axisIndex
-
maximum
double maximum
-
minimum
double minimum
-
-
-
Class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent
-
Serialized Fields
-
axisIndex
int axisIndex
-
maximum
double maximum
-
minimum
double minimum
-
-
-
-
Package com.vaadin.flow.component.charts.events.internal
-
Class com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent
class AbstractSeriesEvent extends Object implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
series
Series series
The affected series
-
-
Class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent
class 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
class AxisRescaledEvent extends Object implements Serializable- serialVersionUID:
- 20141118L
-
Class com.vaadin.flow.component.charts.events.internal.DataAddedEvent
class DataAddedEvent extends AbstractSeriesItemEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
shift
boolean shift
true if the data addition was a shift and first item was removed
-
-
Class com.vaadin.flow.component.charts.events.internal.DataRemovedEvent
class DataRemovedEvent extends AbstractSeriesEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
index
int index
-
-
Class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent
class DataUpdatedEvent extends AbstractSeriesItemEvent implements Serializable- serialVersionUID:
- 20141117L
-
Serialized Fields
-
pointIndex
int pointIndex
-
-
Class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent
class ItemSlicedEvent extends AbstractSeriesEvent implements Serializable-
Serialized Fields
-
animation
boolean animation
-
index
int index
-
redraw
boolean redraw
-
sliced
boolean sliced
-
-
-
Class com.vaadin.flow.component.charts.events.internal.SeriesAddedEvent
class SeriesAddedEvent extends AbstractSeriesEvent implements Serializable -
Class com.vaadin.flow.component.charts.events.internal.SeriesChangedEvent
class SeriesChangedEvent extends AbstractSeriesEvent implements Serializable -
Class com.vaadin.flow.component.charts.events.internal.SeriesStateEvent
class 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
class AbstractConfigurationObject extends Object implements Serializable -
Class com.vaadin.flow.component.charts.model.AbstractDataLabels
class AbstractDataLabels extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.AbstractPlotOptions
class AbstractPlotOptions extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.AbstractSeries
class AbstractSeries extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
colorAxis
Integer colorAxis
-
configuration
Configuration configuration
-
id
String id
-
name
String name
-
plotOptions
AbstractPlotOptions plotOptions
-
stack
String stack
-
visible
Boolean visible
-
xAxis
Integer xAxis
-
yAxis
Integer yAxis
-
-
-
Class com.vaadin.flow.component.charts.model.AbstractSeriesItem
class AbstractSeriesItem extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Accessibility
class Accessibility extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_onTableAnchorClick
String _fn_onTableAnchorClick
-
_fn_pointDateFormatter
String _fn_pointDateFormatter
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
_fn_screenReaderSectionFormatter
String _fn_screenReaderSectionFormatter
-
_fn_seriesDescriptionFormatter
String _fn_seriesDescriptionFormatter
-
describeSingleSeries
Boolean describeSingleSeries
-
enabled
Boolean enabled
-
keyboardNavigation
KeyboardNavigation keyboardNavigation
-
pointDateFormat
String pointDateFormat
-
-
-
Class com.vaadin.flow.component.charts.model.AnnotationItem
class AnnotationItem extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
labels
List<AnnotationItemLabel> labels
-
-
-
Class com.vaadin.flow.component.charts.model.AnnotationItemLabel
class AnnotationItemLabel extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
point
AnnotationItemLabelPoint point
-
style
Style style
-
text
String text
-
useHTML
Boolean useHTML
-
-
-
Class com.vaadin.flow.component.charts.model.AnnotationItemLabelPoint
class AnnotationItemLabelPoint extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.AreaOptions
class AreaOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.Attributes
class Attributes extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Axis
class Axis extends AbstractConfigurationObject implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
axisIndex
Integer axisIndex
-
configuration
ChartConfiguration configuration
-
max
Number max
-
min
Number min
-
-
Class com.vaadin.flow.component.charts.model.AxisList
class AxisList extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.AxisTitle
class AxisTitle extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Back
class Back extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Background
class Background extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Bottom
class Bottom extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.BoxPlotItem
class BoxPlotItem extends DataSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.Breaks
class Breaks extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.ButtonOptions
class 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
class ButtonPosition extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.Buttons
class Buttons extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
contextButton
ContextButton contextButton
-
-
-
Class com.vaadin.flow.component.charts.model.ChartModel
class 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
class ChartType extends Object implements Serializable-
Serialized Fields
-
type
String type
-
-
-
Class com.vaadin.flow.component.charts.model.ColorAxis
class ColorAxis extends YAxis implements Serializable- serialVersionUID:
- 1L
-
Class com.vaadin.flow.component.charts.model.ColumnOptions
class ColumnOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.Condition
class Condition extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Configuration
class Configuration extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
accessibility
Accessibility accessibility
-
annotations
List<AnnotationItem> annotations
-
changeListeners
List<ConfigurationChangeListener> changeListeners
-
chart
ChartModel chart
-
colorAxis
AxisList<ColorAxis> colorAxis
-
credits
Credits credits
-
drilldown
Drilldown drilldown
-
exporting
Exporting exporting
-
legend
Legend legend
-
loading
Loading loading
-
navigation
Navigation navigation
-
navigator
Navigator navigator
-
noData
NoData noData
-
pane
PaneList pane
-
plotOptions
Map<String,
AbstractPlotOptions> plotOptions -
rangeSelector
RangeSelector rangeSelector
-
scrollbar
Scrollbar scrollbar
-
series
List<Series> series
-
subtitle
Subtitle subtitle
-
time
Time time
-
title
Title title
-
tooltip
Tooltip tooltip
-
xAxis
AxisList<XAxis> xAxis
-
yAxis
AxisList<YAxis> yAxis
-
zAxis
AxisList<ZAxis> zAxis
-
-
-
Class com.vaadin.flow.component.charts.model.ContextButton
class 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
class ContextButtonMenuItem extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Credits
class Credits extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Crosshair
class Crosshair extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.CrosshairLabel
class CrosshairLabel extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.DataGrouping
class DataGrouping extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
enabled
Boolean enabled
-
forced
Boolean forced
-
groupPixelWidth
Number groupPixelWidth
-
smoothed
Boolean smoothed
-
units
ArrayList<TimeUnitMultiples> units
-
-
-
Class com.vaadin.flow.component.charts.model.DataLabels
class DataLabels extends AbstractDataLabels implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
align
HorizontalAlign align
-
allowOverlap
Boolean allowOverlap
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
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
-
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.DataLabelsFunnel
class DataLabelsFunnel extends AbstractDataLabels implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
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
-
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
class DataLabelsRange extends AbstractDataLabels implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
align
HorizontalAlign align
-
allowOverlap
Boolean allowOverlap
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
crop
Boolean crop
-
defer
Boolean defer
-
enabled
Boolean enabled
-
format
String format
-
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
class DataProviderSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
automaticChartUpdateEnabled
boolean automaticChartUpdateEnabled
-
chartAttributeToCallback
Map<String,
SerializableFunction<T, Object>> chartAttributeToCallback -
dataProvider
DataProvider<T,
?> dataProvider -
dataProviderRegistration
Registration dataProviderRegistration
-
listener
DataProviderListener<T> listener
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeries
class DataSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
data
List<DataSeriesItem> data
-
drilldownSeries
List<Series> drilldownSeries
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItem
class DataSeriesItem extends AbstractSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.DataSeriesItem3d
class DataSeriesItem3d extends DataSeriesItem implements Serializable-
Serialized Fields
-
z
Number z
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemBullet
class DataSeriesItemBullet extends DataSeriesItem implements Serializable-
Serialized Fields
-
target
Number target
-
targetOptions
TargetOptions targetOptions
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemSankey
class DataSeriesItemSankey extends DataSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline
class DataSeriesItemTimeline extends DataSeriesItem implements Serializable-
Serialized Fields
-
label
String label
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemXrange
class DataSeriesItemXrange extends DataSeriesItem implements Serializable-
Serialized Fields
-
partialFill
ItemPartialFill partialFill
-
x2
Number x2
-
-
-
Class com.vaadin.flow.component.charts.model.DateTimeLabelFormats
class DateTimeLabelFormats extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Dial
class Dial extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Drilldown
class Drilldown extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
activeAxisLabelStyle
Style activeAxisLabelStyle
-
activeDataLabelStyle
Style activeDataLabelStyle
-
allowPointDrilldown
Boolean allowPointDrilldown
-
animation
Boolean animation
-
configuration
Configuration configuration
-
drillUpButton
DrillUpButton drillUpButton
-
series
List<Series> series
-
-
-
Class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails
class DrilldownDetails extends Object implements Serializable-
Serialized Fields
-
item
DataSeriesItem item
-
itemIndex
int itemIndex
-
series
Series series
-
-
-
Class com.vaadin.flow.component.charts.model.DrillUpButton
class DrillUpButton extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
position
ButtonPosition position
-
relativeTo
DrillUpButtonRelativeTo relativeTo
-
theme
DrillUpButtonTheme theme
-
-
-
Class com.vaadin.flow.component.charts.model.DrillUpButtonTheme
class DrillUpButtonTheme extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Exporting
class Exporting extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_error
String _fn_error
-
allowHTML
Boolean allowHTML
-
buttons
Buttons buttons
-
enabled
Boolean enabled
-
fallbackToExportServer
Boolean fallbackToExportServer
-
filename
String filename
-
libURL
String libURL
-
menuItemDefinitions
Map<String,
ExportingMenuItemDefinition> 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
class ExportingMenuItemDefinition extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.FlagItem
class FlagItem extends DataSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.Frame
class Frame extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.GaugeOptions
class GaugeOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.Global
class Global extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Halo
class Halo extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
attributes
Attributes attributes
-
opacity
Number opacity
-
size
Number size
-
-
-
Class com.vaadin.flow.component.charts.model.Handles
class Handles extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.HeatSeries
class HeatSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
data
Number[][] data
-
-
-
Class com.vaadin.flow.component.charts.model.Hover
class Hover extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
animation
Boolean animation
-
borderColor
Color borderColor
-
brightness
Number brightness
-
color
Color color
-
enabled
Boolean enabled
-
fillColor
Color fillColor
-
halo
Halo halo
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
lineWidthPlus
Number lineWidthPlus
-
marker
Marker marker
-
opacity
Number opacity
-
radius
Number radius
-
radiusPlus
Number radiusPlus
-
-
-
Class com.vaadin.flow.component.charts.model.Inactive
class Inactive extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.ItemPartialFill
class ItemPartialFill extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Items
class Items extends AbstractConfigurationObject implements Serializable- serialVersionUID:
- 1L
-
Class com.vaadin.flow.component.charts.model.Label
class 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
class Labels extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
align
HorizontalAlign align
-
autoRotation
Number[] autoRotation
-
autoRotationLimit
Number autoRotationLimit
-
distance
Number distance
-
enabled
Boolean enabled
-
format
String format
-
padding
Number padding
-
reserveSpace
Boolean reserveSpace
-
rotation
String rotation
-
staggerLines
Number staggerLines
-
step
Number step
-
style
Style style
-
useHTML
Boolean useHTML
-
x
Number x
-
y
Number y
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.Lang
class Lang extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
contextButtonTitle
String contextButtonTitle
-
decimalPoint
String decimalPoint
-
downloadJPEG
String downloadJPEG
-
downloadPDF
String downloadPDF
-
downloadPNG
String downloadPNG
-
downloadSVG
String downloadSVG
-
drillUpText
String drillUpText
-
invalidDate
String invalidDate
-
loading
String loading
-
months
String[] months
-
noData
String noData
-
numericSymbolMagnitude
Number numericSymbolMagnitude
-
numericSymbols
String[] numericSymbols
-
printChart
String printChart
-
rangeSelectorFrom
String rangeSelectorFrom
-
rangeSelectorTo
String rangeSelectorTo
-
rangeSelectorZoom
String rangeSelectorZoom
-
resetZoom
String resetZoom
-
resetZoomTitle
String resetZoomTitle
-
shortMonths
String[] shortMonths
-
shortWeekdays
String[] shortWeekdays
-
thousandsSep
String thousandsSep
-
weekdays
String[] weekdays
-
-
-
Class com.vaadin.flow.component.charts.model.Legend
class Legend extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_labelFormatter
String _fn_labelFormatter
-
align
HorizontalAlign align
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
enabled
Boolean enabled
-
floating
Boolean floating
-
itemDistance
Number itemDistance
-
itemHiddenStyle
Style itemHiddenStyle
-
itemHoverStyle
Style itemHoverStyle
-
itemMarginBottom
Number itemMarginBottom
-
itemMarginTop
Number itemMarginTop
-
itemStyle
Style itemStyle
-
itemWidth
Number itemWidth
-
labelFormat
String labelFormat
-
layout
LayoutDirection layout
-
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.LegendTitle
class LegendTitle extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Level
class 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
class ListSeries extends AbstractSeries implements Serializable -
Class com.vaadin.flow.component.charts.model.Loading
class Loading extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Marker
class Marker extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.MarkerSymbolUrl
class MarkerSymbolUrl extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
url
String url
-
-
-
Class com.vaadin.flow.component.charts.model.NoData
class NoData extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Node
class Node extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.NodeSeries
class NodeSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
data
List<NodeSeriesItem> data
-
nodes
Set<Node> nodes
-
-
-
Class com.vaadin.flow.component.charts.model.NodeSeriesItem
class NodeSeriesItem extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
-
Class com.vaadin.flow.component.charts.model.OhlcItem
class OhlcItem extends DataSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.OhlcOptions
class OhlcOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.Options3d
class Options3d extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Pane
class Pane extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.PaneList
class PaneList extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.PartialFill
class PartialFill extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
fill
Color fill
-
-
-
Class com.vaadin.flow.component.charts.model.Pivot
class Pivot extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.PlotBand
class PlotBand extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.PlotLine
class PlotLine extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.PlotOptionsArea
class PlotOptionsArea extends AreaOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsArearange
class PlotOptionsArearange extends AreaOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabelsRange dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline
class PlotOptionsAreaspline extends AreaOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange
class PlotOptionsAreasplinerange extends AreaOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabelsRange dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBar
class PlotOptionsBar extends ColumnOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot
class PlotOptionsBoxplot extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
medianColor
Color medianColor
-
medianWidth
Number medianWidth
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBubble
class PlotOptionsBubble extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<String> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
maxSize
String maxSize
-
minSize
String minSize
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
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
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
zThreshold
Number zThreshold
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBullet
class PlotOptionsBullet extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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<String> keys
-
legendIndex
Number legendIndex
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick
class PlotOptionsCandlestick extends OhlcOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
keys
ArrayList<String> 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
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsColumn
class PlotOptionsColumn extends ColumnOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> colors
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
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
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange
class PlotOptionsColumnrange extends ColumnOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> colors
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabelsRange dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
opacity
Number opacity
-
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
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar
class PlotOptionsErrorbar extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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<String> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsFlags
class PlotOptionsFlags extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> 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<String> 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
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsFunnel
class PlotOptionsFunnel extends PyramidOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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<String> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
neckHeight
String neckHeight
-
neckWidth
String neckWidth
-
opacity
Number opacity
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsGauge
class PlotOptionsGauge extends GaugeOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<String> keys
-
linkedTo
String linkedTo
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
overshoot
Number overshoot
-
pivot
Pivot pivot
-
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
class PlotOptionsHeatmap extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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<String> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
opacity
Number opacity
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsLine
class PlotOptionsLine extends PointOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsOhlc
class PlotOptionsOhlc extends OhlcOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
keys
ArrayList<String> 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
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsOrganization
class PlotOptionsOrganization extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
boostBlending
String boostBlending
-
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
-
colors
List<Color> colors
-
cursor
String cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
getExtremesFromAll
Boolean getExtremesFromAll
-
hangingIndent
Number hangingIndent
-
label
Label label
-
levels
List<Level> levels
-
linkColor
Color linkColor
-
linkedTo
String linkedTo
-
linkLineWidth
Number linkLineWidth
-
linkOpacity
Number linkOpacity
-
linkRadius
Number linkRadius
-
minLinkWidth
Number minLinkWidth
-
nodePadding
Number nodePadding
-
nodeWidth
Number nodeWidth
-
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
class PlotOptionsPie extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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<String> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
opacity
Number opacity
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPolygon
class PlotOptionsPolygon extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPyramid
class PlotOptionsPyramid extends PyramidOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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<String> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
opacity
Number opacity
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSankey
class PlotOptionsSankey extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
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
-
colors
List<Color> colors
-
cursor
String cursor
-
curveFactor
Number curveFactor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
getExtremesFromAll
Boolean getExtremesFromAll
-
inactiveOtherPoints
Boolean inactiveOtherPoints
-
label
Label label
-
levels
List<Level> levels
-
linkedTo
String linkedTo
-
linkOpacity
Number linkOpacity
-
minLinkWidth
Number minLinkWidth
-
nodePadding
Number nodePadding
-
nodeWidth
Number nodeWidth
-
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.PlotOptionsScatter
class PlotOptionsScatter extends PointOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSeries
class PlotOptionsSeries extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge
class PlotOptionsSolidgauge extends GaugeOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<String> keys
-
linecap
String linecap
-
opacity
Number opacity
-
overshoot
Number overshoot
-
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
class PlotOptionsSpline extends PointOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsTimeline
class PlotOptionsTimeline extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
legendType
String legendType
-
linecap
String linecap
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
opacity
Number opacity
-
pointRange
Number pointRange
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsTreemap
class PlotOptionsTreemap extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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<String> keys
-
layoutAlgorithm
TreeMapLayoutAlgorithm layoutAlgorithm
-
layoutStartingDirection
TreeMapLayoutStartingDirection layoutStartingDirection
-
levelIsConstant
Boolean levelIsConstant
-
levels
ArrayList<Level> levels
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
opacity
Number opacity
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall
class PlotOptionsWaterfall extends ColumnOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
opacity
Number opacity
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsXrange
class PlotOptionsXrange extends AbstractPlotOptions implements Serializable-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
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<Color> 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<String> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
opacity
Number opacity
-
partialFill
PartialFill partialFill
-
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<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PointOptions
class PointOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.Position
class Position extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
align
HorizontalAlign align
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.PyramidOptions
class PyramidOptions extends AbstractPlotOptions implements Serializable -
Class com.vaadin.flow.component.charts.model.RangeSelector
class RangeSelector extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_inputDateParser
String _fn_inputDateParser
-
allButtonsEnabled
Boolean allButtonsEnabled
-
buttonPosition
ButtonPosition buttonPosition
-
buttons
ArrayList<RangeSelectorButton> buttons
-
buttonSpacing
Number buttonSpacing
-
buttonTheme
ButtonTheme buttonTheme
-
enabled
Boolean enabled
-
height
Number height
-
inputBoxBorderColor
Color inputBoxBorderColor
-
inputBoxHeight
Number inputBoxHeight
-
inputBoxWidth
Number inputBoxWidth
-
inputDateFormat
String inputDateFormat
-
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
class RangeSelectorButton extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
count
Number count
-
dataGrouping
DataGrouping dataGrouping
-
text
String text
-
type
RangeSelectorTimespan type
-
-
-
Class com.vaadin.flow.component.charts.model.RangeSeries
class RangeSeries extends DataSeries implements Serializable -
Class com.vaadin.flow.component.charts.model.ResetZoomButton
class ResetZoomButton extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
position
Position position
-
relativeTo
ResetZoomButtonRelativeTo relativeTo
-
theme
ButtonTheme theme
-
-
-
Class com.vaadin.flow.component.charts.model.Responsive
class Responsive extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
rules
Rules rules
-
-
-
Class com.vaadin.flow.component.charts.model.Rules
class Rules extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
condition
Condition condition
-
-
-
Class com.vaadin.flow.component.charts.model.Scrollbar
class 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
-
height
Number height
-
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
-
-
-
Class com.vaadin.flow.component.charts.model.Select
class Select extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.SeriesTooltip
class SeriesTooltip extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_pointFormatter
String _fn_pointFormatter
-
changeDecimals
Number changeDecimals
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
followPointer
Boolean followPointer
-
followTouchMove
Boolean followTouchMove
-
footerFormat
String footerFormat
-
headerFormat
String headerFormat
-
hideDelay
Number hideDelay
-
padding
Number padding
-
pointFormat
String pointFormat
-
shape
Shape shape
-
split
Boolean split
-
valueDecimals
Number valueDecimals
-
valuePrefix
String valuePrefix
-
valueSuffix
String valueSuffix
-
xDateFormat
String xDateFormat
-
-
-
Class com.vaadin.flow.component.charts.model.Side
class Side extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.StackLabels
class StackLabels extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.States
class States extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Stop
class Stop extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
Color color
-
position
float position
-
-
-
Class com.vaadin.flow.component.charts.model.Subtitle
class 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
class TargetOptions extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.Time
class Time extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.TimeUnitMultiples
class TimeUnitMultiples extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
allowedMultiples
int[] allowedMultiples
-
timeUnit
TimeUnit timeUnit
-
-
-
Class com.vaadin.flow.component.charts.model.Title
class 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
class Tooltip extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
_fn_pointFormatter
String _fn_pointFormatter
-
_fn_positioner
String _fn_positioner
-
animation
Boolean animation
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
changeDecimals
Number changeDecimals
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
enabled
Boolean enabled
-
followPointer
Boolean followPointer
-
followTouchMove
Boolean followTouchMove
-
footerFormat
String footerFormat
-
headerFormat
String headerFormat
-
hideDelay
Number hideDelay
-
outside
Boolean outside
-
padding
Number padding
-
pointFormat
String pointFormat
-
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
-
-
-
Class com.vaadin.flow.component.charts.model.Top
class Top extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.TreeSeries
class TreeSeries extends AbstractSeries implements Serializable-
Serialized Fields
-
data
List<TreeSeriesItem> data
-
-
-
Class com.vaadin.flow.component.charts.model.TreeSeriesItem
class TreeSeriesItem extends AbstractSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.WaterFallSum
class WaterFallSum extends DataSeriesItem implements Serializable -
Class com.vaadin.flow.component.charts.model.XAxis
class XAxis extends Axis implements Serializable-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
breaks
Breaks[] breaks
-
categories
ArrayList<String> 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
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
ordinal
Boolean ordinal
-
pane
Number pane
-
plotBands
ArrayList<PlotBand> plotBands
-
plotLines
ArrayList<PlotLine> plotLines
-
range
Number range
-
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
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<TimeUnitMultiples> units
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.YAxis
class YAxis extends Axis implements Serializable-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
angle
Number angle
-
breaks
Breaks[] breaks
-
categories
ArrayList<String> 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
-
height
String height
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
Number linkedTo
-
maxColor
Color maxColor
-
maxPadding
Number maxPadding
-
minColor
Color minColor
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
ordinal
Boolean ordinal
-
pane
Number pane
-
plotBands
ArrayList<PlotBand> plotBands
-
plotLines
ArrayList<PlotLine> plotLines
-
range
Number range
-
reversed
Boolean reversed
-
reversedStacks
Boolean reversedStacks
-
scrollbar
Scrollbar scrollbar
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
softMax
Number softMax
-
softMin
Number softMin
-
stackLabels
StackLabels stackLabels
-
startOfWeek
Number startOfWeek
-
startOnTick
Boolean startOnTick
-
stops
ArrayList<Stop> stops
-
tickAmount
Number tickAmount
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
top
String top
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<TimeUnitMultiples> units
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.ZAxis
class ZAxis extends Axis implements Serializable-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
categories
ArrayList<String> 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
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
plotBands
ArrayList<PlotBand> plotBands
-
plotLines
ArrayList<PlotLine> 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
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<TimeUnitMultiples> units
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.Zones
class Zones extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.model.serializers
-
Class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator
class 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
class 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
class AxisStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
alternateGridColor
Color alternateGridColor
-
gridLineColor
Color gridLineColor
-
gridLineWidth
Number gridLineWidth
-
labels
StyleWrapper labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
minorTickInterval
TickIntervalStyle minorTickInterval
-
subtitle
StyleWrapper subtitle
-
tickColor
Color tickColor
-
tickWidth
Number tickWidth
-
title
StyleWrapper title
-
-
-
Class com.vaadin.flow.component.charts.model.style.ButtonTheme
class ButtonTheme extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.charts.model.style.ChartStyle
class ChartStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
plotBackgroundColor
Color plotBackgroundColor
-
plotBackgroundImage
String plotBackgroundImage
-
plotBorderColor
Color plotBorderColor
-
plotBorderWidth
Number plotBorderWidth
-
plotShadow
Boolean plotShadow
-
style
Style style
-
-
-
Class com.vaadin.flow.component.charts.model.style.GradientColor
class GradientColor extends Object implements Serializable-
Serialized Fields
-
linearGradient
GradientColor.LinearGradient linearGradient
-
radialGradient
GradientColor.RadialGradient radialGradient
-
stops
List<GradientColor.Stop> stops
-
-
-
Class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient
class LinearGradient extends Object implements Serializable -
Class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient
class RadialGradient extends Object implements Serializable -
Class com.vaadin.flow.component.charts.model.style.GradientColor.Stop
class Stop extends Object implements Serializable-
Serialized Fields
-
color
SolidColor color
-
position
double position
-
-
-
Class com.vaadin.flow.component.charts.model.style.LegendStyle
class LegendStyle extends Legend implements Serializable -
Class com.vaadin.flow.component.charts.model.style.MarkerStyle
class MarkerStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
lineColor
Color lineColor
-
-
-
Class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle
class 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
class SolidColor extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
String color
-
-
-
Class com.vaadin.flow.component.charts.model.style.Style
class Style extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
Color color
-
fontFamily
String fontFamily
-
fontSize
String fontSize
-
fontWeight
FontWeight fontWeight
-
left
String left
-
lineHeight
String lineHeight
-
position
StylePosition position
-
textShadow
String textShadow
-
top
String top
-
-
-
Class com.vaadin.flow.component.charts.model.style.StyleWrapper
class StyleWrapper extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
style
Style style
-
-
-
Class com.vaadin.flow.component.charts.model.style.Theme
class Theme extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
chart
ChartStyle chart
-
colors
Color[] colors
-
credits
Credits credits
-
labels
StyleWrapper labels
-
legend
LegendStyle legend
-
plotOptions
PlotOptionsStyle plotOptions
-
subtitle
StyleWrapper subtitle
-
title
StyleWrapper title
-
tooltip
TooltipStyle tooltip
-
xAxis
AxisStyle xAxis
-
yAxis
AxisStyle yAxis
-
-
-
Class com.vaadin.flow.component.charts.model.style.TooltipStyle
class TooltipStyle extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.themes
-
Class com.vaadin.flow.component.charts.themes.LumoDarkTheme
class LumoDarkTheme extends Theme implements Serializable -
Class com.vaadin.flow.component.charts.themes.LumoLightTheme
class LumoLightTheme extends Theme implements Serializable
-
-
Package com.vaadin.flow.component.charts.util
-
Class com.vaadin.flow.component.charts.util.ChartSerialization
class ChartSerialization extends Object implements Serializable
-
-
Package com.vaadin.flow.component.checkbox
-
Class com.vaadin.flow.component.checkbox.Checkbox
-
Class com.vaadin.flow.component.checkbox.CheckboxGroup
class CheckboxGroup extends AbstractSinglePropertyField<CheckboxGroup<T>,Set<T>> implements Serializable -
Serialized Fields
-
dataProvider
AtomicReference<DataProvider<T,
?>> dataProvider -
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
isReadOnly
boolean isReadOnly
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
itemRenderer
ComponentRenderer<? extends Component,
T> itemRenderer -
keyMapper
KeyMapper<T> keyMapper
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
manualValidationEnabled
boolean manualValidationEnabled
-
sizeRequest
SerializableConsumer<UI> sizeRequest
-
-
-
-
Package com.vaadin.flow.component.checkbox.dataview
-
Class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
Class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupListDataView
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
-
Package com.vaadin.flow.component.combobox
-
Class com.vaadin.flow.component.combobox.ComboBox
-
Class com.vaadin.flow.component.combobox.ComboBoxBase
class ComboBoxBase extends AbstractSinglePropertyField<TComponent extends ComboBoxBase<TComponent,TItem, TValue>, TValue> implements Serializable -
Serialized Fields
-
customValueListenersCount
int customValueListenersCount
-
dataController
com.vaadin.flow.component.combobox.ComboBoxDataController<TItem> dataController
-
itemLabelGenerator
ItemLabelGenerator<TItem> itemLabelGenerator
-
manualValidationEnabled
boolean manualValidationEnabled
-
renderManager
com.vaadin.flow.component.combobox.ComboBoxRenderManager<TItem> renderManager
-
-
-
Class com.vaadin.flow.component.combobox.ComboBoxBase.CustomValueSetEvent
class CustomValueSetEvent extends ComponentEvent<TComponent extends ComboBoxBase<TComponent,?, ?>> implements Serializable -
Serialized Fields
-
detail
String detail
-
-
-
Class com.vaadin.flow.component.combobox.ComboBoxDataCommunicator
-
Class com.vaadin.flow.component.combobox.ComboBoxDataCommunicator.SelectionPreservingKeyMapper
-
Serialized Fields
-
comboBox
ComboBoxBase<?,
TItem, ?> comboBox -
itemsMarkedForRemoval
Set<TItem> itemsMarkedForRemoval
-
-
-
Class com.vaadin.flow.component.combobox.MultiSelectComboBox
class MultiSelectComboBox extends ComboBoxBase<MultiSelectComboBox<TItem>,TItem, Set<TItem>> implements Serializable -
Serialized Fields
-
autoExpand
MultiSelectComboBox.AutoExpandMode autoExpand
-
i18n
MultiSelectComboBoxI18n i18n
-
selectionModel
com.vaadin.flow.component.combobox.MultiSelectComboBoxSelectionModel<TItem> selectionModel
-
-
-
Class com.vaadin.flow.component.combobox.MultiSelectComboBoxI18n
class MultiSelectComboBoxI18n extends Object implements Serializable
-
-
Package com.vaadin.flow.component.combobox.dataview
-
Class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
Class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView
-
Class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
-
Package com.vaadin.flow.component.confirmdialog
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog
class ConfirmDialog extends Component implements Serializable-
Serialized Fields
-
afterProgrammaticNavigationListenerRegistration
Registration afterProgrammaticNavigationListenerRegistration
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
height
String height
-
width
String width
-
-
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog.CancelEvent
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog.ConfirmEvent
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog.RejectEvent
-
-
Package com.vaadin.flow.component.contextmenu
-
Package com.vaadin.flow.component.cookieconsent
-
Class com.vaadin.flow.component.cookieconsent.CookieConsent
class CookieConsent extends Component implements Serializable
-
-
Package com.vaadin.flow.component.crud
-
Class com.vaadin.flow.component.crud.BinderCrudEditor
class BinderCrudEditor extends Object implements Serializable -
Class com.vaadin.flow.component.crud.Crud
class Crud extends Component implements Serializable-
Serialized Fields
-
beanType
Class<E> beanType
-
cancelButton
Button cancelButton
-
cancelListeners
Set<ComponentEventListener<Crud.CancelEvent<E>>> cancelListeners
-
deleteButton
Button deleteButton
-
deleteListeners
Set<ComponentEventListener<Crud.DeleteEvent<E>>> deleteListeners
-
editListeners
Set<ComponentEventListener<Crud.EditEvent<E>>> editListeners
-
editor
CrudEditor<E> editor
-
grid
Grid<E> grid
-
gridActiveItem
E gridActiveItem
-
gridItemClickRegistration
Registration gridItemClickRegistration
-
newButton
Component newButton
-
newListeners
Set<ComponentEventListener<Crud.NewEvent<E>>> newListeners
-
saveBtnDisabledOverridden
boolean saveBtnDisabledOverridden
-
saveButton
Button saveButton
-
saveListeners
Set<ComponentEventListener<Crud.SaveEvent<E>>> saveListeners
-
toolbarVisible
boolean toolbarVisible
-
-
-
Class com.vaadin.flow.component.crud.Crud.CancelEvent
class CancelEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable -
Class com.vaadin.flow.component.crud.Crud.DeleteEvent
class DeleteEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable -
Class com.vaadin.flow.component.crud.Crud.EditEvent
class EditEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable-
Serialized Fields
-
item
E item
-
-
-
Class com.vaadin.flow.component.crud.Crud.NewEvent
class NewEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable-
Serialized Fields
-
item
E item
-
-
-
Class com.vaadin.flow.component.crud.Crud.SaveEvent
class SaveEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable -
Class com.vaadin.flow.component.crud.CrudFilter
class CrudFilter extends Object implements Serializable -
Class com.vaadin.flow.component.crud.CrudGrid
-
Serialized Fields
-
autogenerated
boolean autogenerated
-
beanType
Class<E> beanType
-
dataProvider
DataProvider<E,
?> dataProvider -
filter
CrudFilter filter
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n
class CrudI18n extends Object implements Serializable -
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations
class Confirmations extends Object implements Serializable-
Serialized Fields
-
cancel
CrudI18n.Confirmations.Confirmation cancel
-
delete
CrudI18n.Confirmations.Confirmation delete
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation
class Confirmation extends Object implements Serializable-
Serialized Fields
-
button
CrudI18n.Confirmations.Confirmation.Button button
-
content
String content
-
title
String title
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button
class Button extends Object implements Serializable -
Class com.vaadin.flow.component.crud.CrudI18nUpdatedEvent
-
Serialized Fields
-
i18n
CrudI18n i18n
-
-
-
-
Package com.vaadin.flow.component.customfield
-
Package com.vaadin.flow.component.datepicker
-
Class com.vaadin.flow.component.datepicker.DatePicker
-
Serialized Fields
-
i18n
DatePicker.DatePickerI18n i18n
-
locale
Locale locale
-
manualValidationEnabled
boolean manualValidationEnabled
-
max
LocalDate max
-
min
LocalDate min
-
pendingI18nUpdate
StateTree.ExecutionRegistration pendingI18nUpdate
-
required
boolean required
-
validationStatusChangeListeners
CopyOnWriteArrayList<ValidationStatusChangeListener<LocalDate>> validationStatusChangeListeners
-
-
-
Class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n
class DatePickerI18n extends Object implements Serializable -
Class com.vaadin.flow.component.datepicker.DatePicker.InvalidChangeEvent
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.datepicker.DatePicker.OpenedChangeEvent
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.datetimepicker
-
Class com.vaadin.flow.component.datetimepicker.DateTimePicker
class DateTimePicker extends AbstractSinglePropertyField<DateTimePicker,LocalDateTime> implements Serializable -
Serialized Fields
-
datePicker
com.vaadin.flow.component.datetimepicker.DateTimePickerDatePicker datePicker
-
dateTimePickerI18n
DateTimePicker.DateTimePickerI18n dateTimePickerI18n
-
i18n
DatePicker.DatePickerI18n i18n
-
locale
Locale locale
-
manualValidationEnabled
boolean manualValidationEnabled
-
max
LocalDateTime max
-
min
LocalDateTime min
-
required
boolean required
-
timePicker
com.vaadin.flow.component.datetimepicker.DateTimePickerTimePicker timePicker
-
-
-
Class com.vaadin.flow.component.datetimepicker.DateTimePicker.DateTimePickerI18n
class DateTimePickerI18n extends Object implements Serializable
-
-
Package com.vaadin.flow.component.details
-
Class com.vaadin.flow.component.details.Details
class Details extends Component implements Serializable -
Class com.vaadin.flow.component.details.Details.OpenedChangeEvent
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.dialog
-
Class com.vaadin.flow.component.dialog.Dialog
class Dialog extends Component implements Serializable-
Serialized Fields
-
afterProgrammaticNavigationListenerRegistration
Registration afterProgrammaticNavigationListenerRegistration
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
childDetachListener
ElementDetachListener childDetachListener
-
childDetachListenerMap
Map<Element,
Registration> childDetachListenerMap -
configuredCloseActionListeners
int configuredCloseActionListeners
-
dialogFooter
Dialog.DialogFooter dialogFooter
-
dialogHeader
Dialog.DialogHeader dialogHeader
-
height
String height
-
maxHeight
String maxHeight
-
maxWidth
String maxWidth
-
minHeight
String minHeight
-
minWidth
String minWidth
-
width
String width
-
-
-
Class com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent
-
Class com.vaadin.flow.component.dialog.Dialog.DialogHeader
class DialogHeader extends com.vaadin.flow.component.dialog.Dialog.DialogHeaderFooter implements Serializable -
Class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent
-
Class com.vaadin.flow.component.dialog.Dialog.OpenedChangeEvent
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.dnd
-
Class com.vaadin.flow.component.dnd.DragEndEvent
-
Serialized Fields
-
dropEffect
DropEffect dropEffect
-
-
-
Class com.vaadin.flow.component.dnd.DragStartEvent
-
Class com.vaadin.flow.component.dnd.DropEvent
-
Serialized Fields
-
dragSourceComponent
Component dragSourceComponent
-
dropEffect
String dropEffect
-
effectAllowed
EffectAllowed effectAllowed
-
-
-
-
Package com.vaadin.flow.component.formlayout
-
Class com.vaadin.flow.component.formlayout.FormLayout
class FormLayout extends Component implements Serializable -
Class com.vaadin.flow.component.formlayout.FormLayout.FormItem
class FormItem extends Component implements Serializable -
Class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep
class ResponsiveStep extends Object implements Serializable-
Serialized Fields
-
columns
int columns
-
labelsPosition
FormLayout.ResponsiveStep.LabelsPosition labelsPosition
-
minWidth
String minWidth
-
-
-
-
Package com.vaadin.flow.component.grid
-
Class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel
-
Serialized Fields
-
selectAllCheckBoxVisibility
GridMultiSelectionModel.SelectAllCheckboxVisibility selectAllCheckBoxVisibility
-
selected
Map<Object,
T> selected -
selectionColumn
GridSelectionColumn selectionColumn
-
-
-
Class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel
class AbstractGridSingleSelectionModel extends Grid.AbstractGridExtension<T> implements Serializable-
Serialized Fields
-
deselectAllowed
boolean deselectAllowed
-
selectedItem
T selectedItem
-
-
-
Class com.vaadin.flow.component.grid.AbstractRow.AbstractCell
class AbstractCell extends Object implements Serializable-
Serialized Fields
-
columnComponent
com.vaadin.flow.component.grid.AbstractColumn<?> columnComponent
-
-
-
Class com.vaadin.flow.component.grid.CellFocusEvent
-
Serialized Fields
-
column
Grid.Column<T> column
-
section
CellFocusEvent.GridSection section
-
-
-
Class com.vaadin.flow.component.grid.ColumnPathRenderer
-
Serialized Fields
-
property
String property
-
provider
ValueProvider<SOURCE,
?> provider
-
-
-
Class com.vaadin.flow.component.grid.ColumnReorderEvent
-
Serialized Fields
-
columns
List<Grid.Column<T>> columns
The new order of the columns. Unmodifiable.
-
-
-
Class com.vaadin.flow.component.grid.ColumnResizeEvent
-
Serialized Fields
-
resizedColumnKey
String resizedColumnKey
-
-
-
Class com.vaadin.flow.component.grid.Grid
class Grid extends Component implements Serializable-
Serialized Fields
-
arrayUpdater
GridArrayUpdater arrayUpdater
-
beanType
Class<T> beanType
-
classNameGenerator
SerializableFunction<T,
String> classNameGenerator -
columnLayers
List<com.vaadin.flow.component.grid.ColumnLayer> columnLayers
Keeps track of the layers of column and column-group components. The layers are in order from innermost to outmost. -
dataCommunicator
DataCommunicator<T> dataCommunicator
-
dataProviderChangeRegistration
Registration dataProviderChangeRegistration
-
defaultHeaderRow
HeaderRow defaultHeaderRow
-
detailsManager
Grid<T>.com.vaadin.flow.component.grid.Grid.DetailsManager detailsManager
-
detailsRenderingRegistrations
List<Registration> detailsRenderingRegistrations
-
dragDataGenerators
Map<String,
SerializableFunction<T, String>> dragDataGenerators -
dragFilter
SerializablePredicate<T> dragFilter
-
dropFilter
SerializablePredicate<T> dropFilter
-
editor
Editor<T> editor
-
editorFactory
SerializableSupplier<Editor<T>> editorFactory
-
filterSlot
SerializableConsumer<?> filterSlot
-
gridDataGenerator
CompositeDataGenerator<T> gridDataGenerator
-
idToColumnMap
Map<String,
Grid.Column<T>> idToColumnMap -
itemDetailsDataGenerator
DataGenerator<T> itemDetailsDataGenerator
-
keyToColumnMap
Map<String,
Grid.Column<T>> keyToColumnMap -
nestedNullBehavior
Grid.NestedNullBehavior nestedNullBehavior
-
nextColumnId
int nextColumnId
-
partNameGenerator
SerializableFunction<T,
String> partNameGenerator -
pendingSorterUpdate
PendingJavaScriptResult pendingSorterUpdate
-
propertySet
PropertySet<T> propertySet
-
selectionMode
Grid.SelectionMode selectionMode
-
selectionModel
GridSelectionModel<T> selectionModel
-
sortOrder
List<GridSortOrder<T>> sortOrder
-
tooltipGenerator
SerializableFunction<T,
String> tooltipGenerator -
uniqueKeyProperty
String uniqueKeyProperty
-
uniqueKeyProvider
ValueProvider<T,
String> uniqueKeyProvider
-
-
-
Class com.vaadin.flow.component.grid.Grid.AbstractGridExtension
class AbstractGridExtension extends Object implements Serializable-
Serialized Fields
-
grid
Grid<T> grid
-
registration
Registration registration
-
-
-
Class com.vaadin.flow.component.grid.Grid.Column
class Column extends com.vaadin.flow.component.grid.AbstractColumn<Grid.Column<T>> implements Serializable-
Serialized Fields
-
classNameGenerator
SerializableFunction<T,
String> classNameGenerator -
columnDataGeneratorRegistration
Registration columnDataGeneratorRegistration
-
columnInternalId
String columnInternalId
-
columnKey
String columnKey
-
comparator
SerializableComparator<T> comparator
-
editorComponent
Component editorComponent
-
editorDataGeneratorRegistration
Registration editorDataGeneratorRegistration
-
editorRenderer
EditorRenderer<T> editorRenderer
-
partNameGenerator
SerializableFunction<T,
String> partNameGenerator -
renderer
Renderer<T> renderer
-
rendering
Rendering<T> rendering
-
sortingEnabled
boolean sortingEnabled
-
sortOrderProvider
SortOrderProvider sortOrderProvider
-
tooltipGenerator
SerializableFunction<T,
String> tooltipGenerator
-
-
-
Class com.vaadin.flow.component.grid.Grid.DataCommunicatorBuilder
class DataCommunicatorBuilder extends Object implements Serializable -
Class com.vaadin.flow.component.grid.Grid.UpdateQueue
class UpdateQueue extends Object implements Serializable-
Serialized Fields
-
data
GridArrayUpdater.UpdateQueueData data
-
queue
ArrayList<SerializableRunnable> queue
-
-
-
Class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData
class UpdateQueueData extends Object implements Serializable-
Serialized Fields
-
element
Element element
-
hasExpandedItems
SerializableSupplier<Boolean> hasExpandedItems
-
uniqueKeyProperty
String uniqueKeyProperty
-
-
-
Class com.vaadin.flow.component.grid.GridNoneSelectionModel
class GridNoneSelectionModel extends Object implements Serializable -
Class com.vaadin.flow.component.grid.GridSelectionColumn
class GridSelectionColumn extends Component implements Serializable-
Serialized Fields
-
deselectAllCallback
SerializableRunnable deselectAllCallback
-
selectAllCallback
SerializableRunnable selectAllCallback
-
-
-
Class com.vaadin.flow.component.grid.GridSortOrder
-
Class com.vaadin.flow.component.grid.GridSortOrderBuilder
class GridSortOrderBuilder extends SortOrderBuilder<GridSortOrder<T>,Grid.Column<T>> implements Serializable -
Class com.vaadin.flow.component.grid.HeaderRow
class HeaderRow extends com.vaadin.flow.component.grid.AbstractRow<HeaderRow.HeaderCell> implements Serializable -
Class com.vaadin.flow.component.grid.HeaderRow.HeaderCell
class HeaderCell extends com.vaadin.flow.component.grid.AbstractRow.AbstractCell implements Serializable -
Class com.vaadin.flow.component.grid.ItemClickEvent
-
Serialized Fields
-
column
Grid.Column<T> column
-
item
T item
-
-
-
Class com.vaadin.flow.component.grid.ItemDoubleClickEvent
-
-
Package com.vaadin.flow.component.grid.contextmenu
-
Package com.vaadin.flow.component.grid.dataview
-
Class com.vaadin.flow.component.grid.dataview.GridDataView
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
Class com.vaadin.flow.component.grid.dataview.GridLazyDataView
-
Class com.vaadin.flow.component.grid.dataview.GridListDataView
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
-
Package com.vaadin.flow.component.grid.dnd
-
Class com.vaadin.flow.component.grid.dnd.GridDragEndEvent
-
Class com.vaadin.flow.component.grid.dnd.GridDragStartEvent
-
Class com.vaadin.flow.component.grid.dnd.GridDropEvent
-
Serialized Fields
-
data
Map<String,
String> data -
dropLocation
GridDropLocation dropLocation
-
dropTargetItem
T dropTargetItem
-
-
-
-
Package com.vaadin.flow.component.grid.editor
-
Class com.vaadin.flow.component.grid.editor.EditorCancelEvent
-
Class com.vaadin.flow.component.grid.editor.EditorCloseEvent
-
Class com.vaadin.flow.component.grid.editor.EditorEvent
class EditorEvent extends EventObject implements Serializable-
Serialized Fields
-
item
T item
-
-
-
Class com.vaadin.flow.component.grid.editor.EditorImpl
-
Serialized Fields
-
binder
Binder<T> binder
-
edited
T edited
-
editItemRequest
SerializableConsumer<ExecutionContext> editItemRequest
-
isBuffered
boolean isBuffered
-
listeners
Map<Class<?>,
List<?>> listeners
-
-
-
Class com.vaadin.flow.component.grid.editor.EditorOpenEvent
-
Class com.vaadin.flow.component.grid.editor.EditorRenderer
-
Class com.vaadin.flow.component.grid.editor.EditorSaveEvent
-
-
Package com.vaadin.flow.component.gridpro
-
Class com.vaadin.flow.component.gridpro.EditColumnConfigurator
class EditColumnConfigurator extends Object implements Serializable-
Serialized Fields
-
attachRegistration
Registration attachRegistration
-
column
GridPro.EditColumn<T> column
-
editModeRendererRequested
boolean editModeRendererRequested
-
-
-
Class com.vaadin.flow.component.gridpro.GridPro
-
Serialized Fields
-
idToColumnMap
Map<String,
Grid.Column<E>> idToColumnMap
-
-
-
Class com.vaadin.flow.component.gridpro.GridPro.CellEditStartedEvent
-
Class com.vaadin.flow.component.gridpro.GridPro.EditColumn
-
Serialized Fields
-
editorField
HasValueAndElement editorField
-
itemUpdater
ItemUpdater<T,
String> itemUpdater -
manualRefresh
boolean manualRefresh
-
valueProvider
ValueProvider<T,
?> valueProvider
-
-
-
Class com.vaadin.flow.component.gridpro.GridPro.ItemPropertyChangedEvent
-
-
Package com.vaadin.flow.component.html
-
Class com.vaadin.flow.component.html.Anchor
class Anchor extends HtmlContainer implements Serializable-
Serialized Fields
-
href
Serializable href
-
-
-
Class com.vaadin.flow.component.html.Article
class Article extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Aside
class Aside extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.DescriptionList
class DescriptionList extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.DescriptionList.Description
class Description extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.DescriptionList.Term
class Term extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Div
class Div extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Emphasis
class Emphasis extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H1
class H1 extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H2
class H2 extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H3
class H3 extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H4
class H4 extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H5
class H5 extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.H6
class H6 extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Header
class Header extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Hr
class Hr extends HtmlComponent implements Serializable -
Class com.vaadin.flow.component.html.HtmlObject
class HtmlObject extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.IFrame
class IFrame extends HtmlComponent implements Serializable -
Class com.vaadin.flow.component.html.Image
class Image extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Input
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.flow.component.html.Label
class Label extends HtmlContainer implements Serializable-
Serialized Fields
-
checkForAttributeOnAttach
Registration checkForAttributeOnAttach
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Class com.vaadin.flow.component.html.ListItem
class ListItem extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Main
class Main extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeButton
class NativeButton extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeDetails
class NativeDetails extends HtmlComponent implements Serializable-
Serialized Fields
-
content
Component content
-
summary
NativeDetails.Summary summary
-
-
-
Class com.vaadin.flow.component.html.NativeDetails.Summary
class Summary extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.NativeDetails.ToggleEvent
-
Serialized Fields
-
open
boolean open
-
-
-
Class com.vaadin.flow.component.html.NativeLabel
class NativeLabel extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.OrderedList
class OrderedList extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Paragraph
class Paragraph extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Param
class Param extends HtmlComponent implements Serializable -
Class com.vaadin.flow.component.html.Pre
class Pre extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.RangeInput
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
enabled
boolean enabled
-
readOnly
boolean readOnly
Range input element doesn't support the "read-only" attribute or property. We'll disable the component instead. -
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.flow.component.html.Section
class Section extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.Span
class Span extends HtmlContainer implements Serializable -
Class com.vaadin.flow.component.html.UnorderedList
class UnorderedList extends HtmlContainer implements Serializable
-
-
Package com.vaadin.flow.component.icon
-
Class com.vaadin.flow.component.icon.AbstractIcon
class AbstractIcon extends Component implements Serializable -
Class com.vaadin.flow.component.icon.FontIcon
-
Class com.vaadin.flow.component.icon.Icon
-
Class com.vaadin.flow.component.icon.SvgIcon
-
-
Package com.vaadin.flow.component.internal
-
Class com.vaadin.flow.component.internal.AbstractAttachDetachEvent
-
Class com.vaadin.flow.component.internal.AbstractFieldSupport
class AbstractFieldSupport extends Object implements Serializable-
Serialized Fields
-
bufferedValue
T bufferedValue
-
component
C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,
T>, T> component -
defaultValue
T defaultValue
-
pendingValueFromPresentation
T pendingValueFromPresentation
-
presentationUpdateInProgress
boolean presentationUpdateInProgress
-
setPresentationValue
SerializableConsumer<T> setPresentationValue
-
valueEquals
SerializableBiPredicate<T,
T> valueEquals -
valueSetFromPresentationUpdate
boolean valueSetFromPresentationUpdate
-
-
-
Class com.vaadin.flow.component.internal.ComponentTracker.Location
class Location extends Object implements Serializable -
Class com.vaadin.flow.component.internal.CompositionEvent
-
Class com.vaadin.flow.component.internal.DependencyList
class DependencyList extends Object implements Serializable-
Serialized Fields
-
urlCache
Set<String> urlCache
Contains all added URLs to be able to do fast enough duplication detection. -
urlToLoadedDependency
Map<String,
Dependency> urlToLoadedDependency
-
-
-
Class com.vaadin.flow.component.internal.DependencyTreeCache
class DependencyTreeCache extends Object implements Serializable-
Serialized Fields
-
cache
ConcurrentHashMap<T,
Object> cache Maps a path to a list of dependencies or a placeholder indicating that parsing is in progress. -
dependencyParser
SerializableFunction<T,
Collection<T>> dependencyParser
-
-
-
Class com.vaadin.flow.component.internal.EventDataCache
class EventDataCache extends Object implements Serializable-
Serialized Fields
-
dataExpressions
ConcurrentHashMap<Class<? extends ComponentEvent<?>>,
LinkedHashMap<String, Class<?>>> dataExpressions -
eventConstructors
ConcurrentHashMap<Class<? extends ComponentEvent<?>>,
Constructor<?>> eventConstructors
-
-
-
Class com.vaadin.flow.component.internal.KeyboardEvent
-
Serialized Fields
-
code
Key code
-
composing
boolean composing
-
key
Key key
-
location
KeyLocation location
-
modifiers
Set<KeyModifier> modifiers
-
repeat
boolean repeat
-
-
-
Class com.vaadin.flow.component.internal.PendingJavaScriptInvocation
class PendingJavaScriptInvocation extends Object implements Serializable-
Serialized Fields
-
canceled
boolean canceled
-
errorHandler
SerializableConsumer<String> errorHandler
-
invocation
UIInternals.JavaScriptInvocation invocation
-
owner
StateNode owner
-
sentToBrowser
boolean sentToBrowser
-
successHandler
SerializableConsumer<elemental.json.JsonValue> successHandler
-
-
-
Class com.vaadin.flow.component.internal.UIInternals
class UIInternals extends Object implements Serializable-
Serialized Fields
-
activeDragSourceComponent
Component activeDragSourceComponent
-
appId
String appId
-
appShellTitle
String appShellTitle
-
constantPool
ConstantPool constantPool
-
contextRootRelativePath
String contextRootRelativePath
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
dependencyList
DependencyList dependencyList
-
extendedClientDetails
ExtendedClientDetails extendedClientDetails
-
fullAppId
String fullAppId
-
internalsHandler
UIInternalUpdater internalsHandler
-
lastHandledNavigation
Location lastHandledNavigation
-
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. -
lastProcessedClientToServerId
int lastProcessedClientToServerId
Tracks which message from the client should come next. First message from the client has id 0. -
lastProcessedMessageHash
byte[] lastProcessedMessageHash
-
listeners
HashMap<Class<?>,
List<?>> listeners -
modalComponentStack
ArrayDeque<Component> modalComponentStack
-
pendingJsInvocationDetachListeners
HashMap<StateNode,
com.vaadin.flow.component.internal.UIInternals.PendingJavaScriptInvocationDetachListener> pendingJsInvocationDetachListeners -
pendingJsInvocations
List<PendingJavaScriptInvocation> pendingJsInvocations
-
pendingTitleUpdateCanceler
PendingJavaScriptInvocation pendingTitleUpdateCanceler
-
pushConnection
PushConnection pushConnection
-
routerTargetChain
ArrayList<HasElement> routerTargetChain
-
serverSyncId
int serverSyncId
-
session
VaadinSession session
The Vaadin session to which the related UI belongs. -
stateTree
StateTree stateTree
-
title
String title
-
ui
UI ui
The related UI. -
viewLocation
Location viewLocation
-
-
-
Class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
class JavaScriptInvocation extends Object implements Serializable-
Serialized Fields
-
expression
String expression
-
parameters
List<Serializable> parameters
-
-
-
-
Package com.vaadin.flow.component.listbox
-
Class com.vaadin.flow.component.listbox.ListBox
-
Class com.vaadin.flow.component.listbox.ListBoxBase
class ListBoxBase extends AbstractSinglePropertyField<C extends ListBoxBase<C,ITEM, VALUE>, VALUE> implements Serializable -
Serialized Fields
-
dataProvider
AtomicReference<DataProvider<ITEM,
?>> dataProvider -
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
itemEnabledProvider
SerializablePredicate<ITEM> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<ITEM> itemLabelGenerator
-
itemRenderer
ComponentRenderer<? extends Component,
ITEM> itemRenderer -
items
List<ITEM> items
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
sizeRequest
SerializableConsumer<UI> sizeRequest
-
-
-
Class com.vaadin.flow.component.listbox.MultiSelectListBox
class MultiSelectListBox extends ListBoxBase<MultiSelectListBox<T>,T, Set<T>> implements Serializable
-
-
Package com.vaadin.flow.component.listbox.dataview
-
Package com.vaadin.flow.component.littemplate
-
Exception com.vaadin.flow.component.littemplate.IllegalAttributeException
class IllegalAttributeException extends RuntimeException implements Serializable -
Class com.vaadin.flow.component.littemplate.LitTemplate
class LitTemplate extends Component implements Serializable
-
-
Package com.vaadin.flow.component.login
-
Class com.vaadin.flow.component.login.AbstractLogin
class AbstractLogin extends Component implements Serializable -
Class com.vaadin.flow.component.login.AbstractLogin.ForgotPasswordEvent
-
Class com.vaadin.flow.component.login.AbstractLogin.LoginEvent
-
Class com.vaadin.flow.component.login.LoginForm
class LoginForm extends AbstractLogin implements Serializable -
Class com.vaadin.flow.component.login.LoginI18n
class LoginI18n extends Object implements Serializable-
Serialized Fields
-
additionalInformation
String additionalInformation
-
errorMessage
LoginI18n.ErrorMessage errorMessage
-
form
LoginI18n.Form form
-
header
LoginI18n.Header header
-
-
-
Class com.vaadin.flow.component.login.LoginI18n.ErrorMessage
class ErrorMessage extends Object implements Serializable -
Class com.vaadin.flow.component.login.LoginI18n.Form
class Form extends Object implements Serializable -
Class com.vaadin.flow.component.login.LoginI18n.Header
class Header extends Object implements Serializable -
Class com.vaadin.flow.component.login.LoginOverlay
class LoginOverlay extends AbstractLogin implements Serializable-
Serialized Fields
-
afterProgrammaticNavigationListenerRegistration
Registration afterProgrammaticNavigationListenerRegistration
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
customFormArea
LoginOverlay.LoginOverlayCustomFormArea customFormArea
-
footer
LoginOverlay.LoginOverlayFooter footer
-
title
Component title
-
-
-
Class com.vaadin.flow.component.login.LoginOverlay.LoginOverlayCustomFormArea
class LoginOverlayCustomFormArea extends com.vaadin.flow.component.login.LoginOverlay.LoginOverlayContent implements Serializable
-
-
Package com.vaadin.flow.component.map
-
Class com.vaadin.flow.component.map.Assets.Asset
class Asset extends Object implements Serializable-
Serialized Fields
-
fileName
String fileName
-
resource
StreamResource resource
-
-
-
Class com.vaadin.flow.component.map.Assets.ImageAsset
class ImageAsset extends Assets.Asset implements Serializable-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.map.Map
class Map extends MapBase implements Serializable-
Serialized Fields
-
backgroundLayer
Layer backgroundLayer
-
featureLayer
FeatureLayer featureLayer
-
-
-
Class com.vaadin.flow.component.map.MapBase
class MapBase extends Component implements Serializable-
Serialized Fields
-
configuration
Configuration configuration
-
pendingConfigurationSync
StateTree.ExecutionRegistration pendingConfigurationSync
-
serializer
MapSerializer serializer
-
-
-
-
Package com.vaadin.flow.component.map.configuration
-
Class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject
class AbstractConfigurationObject extends Object implements Serializable-
Serialized Fields
-
children
Set<AbstractConfigurationObject> children
-
dirty
boolean dirty
-
id
String id
-
propertyChangeSupport
PropertyChangeSupport propertyChangeSupport
-
-
-
Class com.vaadin.flow.component.map.configuration.Configuration
class Configuration extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.map.configuration.Coordinate
class Coordinate extends Object implements Serializable-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
Class com.vaadin.flow.component.map.configuration.Extent
class Extent extends Object implements Serializable-
Serialized Fields
-
maxX
double maxX
-
maxY
double maxY
-
minX
double minX
-
minY
double minY
-
-
-
Class com.vaadin.flow.component.map.configuration.Feature
class Feature extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
draggable
boolean draggable
-
geometry
SimpleGeometry geometry
-
style
Style style
-
text
String text
-
-
-
Class com.vaadin.flow.component.map.configuration.View
class View extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
center
Coordinate center
-
extent
Extent extent
-
projection
String projection
-
rotation
double rotation
-
zoom
double zoom
-
-
-
-
Package com.vaadin.flow.component.map.configuration.feature
-
Class com.vaadin.flow.component.map.configuration.feature.MarkerFeature
class MarkerFeature extends PointBasedFeature implements Serializable -
Class com.vaadin.flow.component.map.configuration.feature.PointBasedFeature
class PointBasedFeature extends Feature implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.geometry
-
Class com.vaadin.flow.component.map.configuration.geometry.Point
class Point extends SimpleGeometry implements Serializable-
Serialized Fields
-
coordinates
Coordinate coordinates
-
-
-
Class com.vaadin.flow.component.map.configuration.geometry.SimpleGeometry
class SimpleGeometry extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.layer
-
Class com.vaadin.flow.component.map.configuration.layer.FeatureLayer
class FeatureLayer extends VectorLayer implements Serializable -
Class com.vaadin.flow.component.map.configuration.layer.ImageLayer
class ImageLayer extends Layer implements Serializable-
Serialized Fields
-
source
ImageSource source
-
-
-
Class com.vaadin.flow.component.map.configuration.layer.Layer
class Layer extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.map.configuration.layer.TileLayer
class TileLayer extends Layer implements Serializable-
Serialized Fields
-
source
TileSource source
-
-
-
Class com.vaadin.flow.component.map.configuration.layer.VectorLayer
class VectorLayer extends Layer implements Serializable-
Serialized Fields
-
source
Source source
-
-
-
-
Package com.vaadin.flow.component.map.configuration.source
-
Class com.vaadin.flow.component.map.configuration.source.ImageSource
class ImageSource extends Source implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.ImageWMSSource
class ImageWMSSource extends ImageSource implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.OSMSource
class OSMSource extends XYZSource implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.Source
class Source extends AbstractConfigurationObject implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.TileImageSource
class TileImageSource extends UrlTileSource implements Serializable-
Serialized Fields
-
crossOrigin
String crossOrigin
-
-
-
Class com.vaadin.flow.component.map.configuration.source.TileSource
class TileSource extends Source implements Serializable-
Serialized Fields
-
opaque
boolean opaque
-
-
-
Class com.vaadin.flow.component.map.configuration.source.TileWMSSource
class TileWMSSource extends TileImageSource implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.UrlTileSource
class UrlTileSource extends TileSource implements Serializable-
Serialized Fields
-
url
String url
-
-
-
Class com.vaadin.flow.component.map.configuration.source.VectorSource
class VectorSource extends Source implements Serializable -
Class com.vaadin.flow.component.map.configuration.source.XYZSource
class XYZSource extends TileImageSource implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.style
-
Class com.vaadin.flow.component.map.configuration.style.Fill
class Fill extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
String color
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon
class Icon extends ImageStyle implements Serializable-
Serialized Fields
-
anchor
Icon.Anchor anchor
-
anchorOrigin
Icon.AnchorOrigin anchorOrigin
-
color
String color
-
crossOrigin
String crossOrigin
-
img
StreamResource img
-
imgSize
Icon.ImageSize imgSize
-
src
String src
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon.Anchor
class Anchor extends Object implements Serializable-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon.ImageSize
class ImageSize extends Object implements Serializable-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.map.configuration.style.ImageStyle
class ImageStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
opacity
double opacity
-
rotateWithView
boolean rotateWithView
-
rotation
double rotation
-
scale
double scale
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Stroke
class Stroke extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
color
String color
-
width
double width
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Style
class Style extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
fill
Fill fill
-
image
ImageStyle image
-
stroke
Stroke stroke
-
textStyle
TextStyle textStyle
-
-
-
Class com.vaadin.flow.component.map.configuration.style.TextStyle
class TextStyle extends AbstractConfigurationObject implements Serializable-
Serialized Fields
-
backgroundFill
Fill backgroundFill
-
backgroundStroke
Stroke backgroundStroke
-
fill
Fill fill
-
font
String font
-
offset
TextStyle.TextOffset offset
-
padding
int padding
-
rotateWithView
boolean rotateWithView
-
rotation
double rotation
-
scale
double scale
-
stroke
Stroke stroke
-
textAlign
TextStyle.TextAlign textAlign
-
textBaseline
TextStyle.TextBaseline textBaseline
-
-
-
Class com.vaadin.flow.component.map.configuration.style.TextStyle.TextOffset
class TextOffset extends Object implements Serializable-
Serialized Fields
-
x
int x
-
y
int y
-
-
-
-
Package com.vaadin.flow.component.map.events
-
Class com.vaadin.flow.component.map.events.FeatureEventDetails
class FeatureEventDetails extends Object implements Serializable-
Serialized Fields
-
feature
Feature feature
-
layer
VectorLayer layer
-
source
VectorSource source
-
-
-
Class com.vaadin.flow.component.map.events.MapClickEvent
-
Serialized Fields
-
coordinate
Coordinate coordinate
-
details
MouseEventDetails details
-
features
List<FeatureEventDetails> features
-
-
-
Class com.vaadin.flow.component.map.events.MapFeatureClickEvent
-
Serialized Fields
-
details
MouseEventDetails details
-
feature
Feature feature
-
layer
VectorLayer layer
-
vectorSource
VectorSource vectorSource
-
-
-
Class com.vaadin.flow.component.map.events.MapFeatureDropEvent
-
Serialized Fields
-
coordinate
Coordinate coordinate
-
feature
Feature feature
-
layer
VectorLayer layer
-
startCoordinate
Coordinate startCoordinate
-
vectorSource
VectorSource vectorSource
-
-
-
Class com.vaadin.flow.component.map.events.MapViewMoveEndEvent
-
Serialized Fields
-
center
Coordinate center
-
extent
Extent extent
-
rotation
double rotation
-
zoom
double zoom
-
-
-
Class com.vaadin.flow.component.map.events.MouseEventDetails
class MouseEventDetails extends Object implements Serializable-
Serialized Fields
-
absoluteX
int absoluteX
-
absoluteY
int absoluteY
-
altKey
boolean altKey
-
button
MouseEventDetails.MouseButton button
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
shiftKey
boolean shiftKey
-
-
-
-
Package com.vaadin.flow.component.map.serialization
-
Class com.vaadin.flow.component.map.serialization.MapSerializer
class MapSerializer extends Object implements Serializable-
Serialized Fields
-
writer
com.fasterxml.jackson.databind.ObjectWriter writer
-
-
-
-
Package com.vaadin.flow.component.menubar
-
Package com.vaadin.flow.component.messages
-
Class com.vaadin.flow.component.messages.MessageInput
class MessageInput extends Component implements Serializable-
Serialized Fields
-
i18n
MessageInputI18n i18n
-
-
-
Class com.vaadin.flow.component.messages.MessageInput.SubmitEvent
-
Serialized Fields
-
value
String value
-
-
-
Class com.vaadin.flow.component.messages.MessageInputI18n
class MessageInputI18n extends Object implements Serializable -
Class com.vaadin.flow.component.messages.MessageList
class MessageList extends Component implements Serializable-
Serialized Fields
-
items
List<MessageListItem> items
-
pendingUpdate
boolean pendingUpdate
-
-
-
Class com.vaadin.flow.component.messages.MessageListItem
class MessageListItem extends Object implements Serializable-
Serialized Fields
-
classNames
Set<String> classNames
-
host
MessageList host
-
imageResource
AbstractStreamResource imageResource
-
pendingHandle
Command pendingHandle
-
pendingRegistration
Registration pendingRegistration
-
resourceRegistration
StreamRegistration resourceRegistration
-
text
String text
-
themeNames
Set<String> themeNames
-
time
Instant time
-
userAbbreviation
String userAbbreviation
-
userColorIndex
Integer userColorIndex
-
userImage
String userImage
-
userName
String userName
-
-
-
-
Package com.vaadin.flow.component.notification
-
Class com.vaadin.flow.component.notification.Notification
class Notification extends Component implements Serializable-
Serialized Fields
-
afterProgrammaticNavigationListenerRegistration
Registration afterProgrammaticNavigationListenerRegistration
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
childDetachListener
ElementDetachListener childDetachListener
-
childDetachListenerMap
Map<Element,
Registration> childDetachListenerMap
-
-
-
Class com.vaadin.flow.component.notification.Notification.OpenedChangeEvent
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.orderedlayout
-
Class com.vaadin.flow.component.orderedlayout.FlexLayout
class FlexLayout extends Component implements Serializable -
Class com.vaadin.flow.component.orderedlayout.HorizontalLayout
class HorizontalLayout extends Component implements Serializable -
Class com.vaadin.flow.component.orderedlayout.Scroller
class Scroller extends Component implements Serializable-
Serialized Fields
-
content
Component content
-
-
-
Class com.vaadin.flow.component.orderedlayout.VerticalLayout
class VerticalLayout extends Component implements Serializable
-
-
Package com.vaadin.flow.component.page
-
Class com.vaadin.flow.component.page.BrowserWindowResizeEvent
class BrowserWindowResizeEvent extends EventObject implements Serializable-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.page.ExtendedClientDetails
class ExtendedClientDetails extends Object implements Serializable-
Serialized Fields
-
bodyClientHeight
int bodyClientHeight
-
bodyClientWidth
int bodyClientWidth
-
clientServerTimeDelta
long clientServerTimeDelta
-
devicePixelRatio
double devicePixelRatio
-
dstInEffect
boolean dstInEffect
-
dstSavings
int dstSavings
-
navigatorPlatform
String navigatorPlatform
-
rawTimezoneOffset
int rawTimezoneOffset
-
screenHeight
int screenHeight
-
screenWidth
int screenWidth
-
timeZoneId
String timeZoneId
-
timezoneOffset
int timezoneOffset
-
touchDevice
boolean touchDevice
-
windowInnerHeight
int windowInnerHeight
-
windowInnerWidth
int windowInnerWidth
-
windowName
String windowName
-
-
-
Class com.vaadin.flow.component.page.History
class History extends Object implements Serializable-
Serialized Fields
-
historyStateChangeHandler
History.HistoryStateChangeHandler historyStateChangeHandler
-
ui
UI ui
-
-
-
Class com.vaadin.flow.component.page.History.HistoryStateChangeEvent
class HistoryStateChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
location
Location location
-
trigger
NavigationTrigger trigger
-
-
-
Class com.vaadin.flow.component.page.Page
class Page extends Object implements Serializable -
Exception com.vaadin.flow.component.page.PendingJavaScriptResult.JavaScriptException
class JavaScriptException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.component.progressbar
-
Class com.vaadin.flow.component.progressbar.ProgressBar
class ProgressBar extends Component implements Serializable
-
-
Package com.vaadin.flow.component.radiobutton
-
Class com.vaadin.flow.component.radiobutton.RadioButtonGroup
class RadioButtonGroup extends AbstractSinglePropertyField<RadioButtonGroup<T>,T> implements Serializable -
Serialized Fields
-
dataProvider
AtomicReference<DataProvider<T,
?>> dataProvider -
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
itemRenderer
ComponentRenderer<? extends Component,
T> itemRenderer -
keyMapper
KeyMapper<T> keyMapper
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
manualValidationEnabled
boolean manualValidationEnabled
-
sizeRequest
SerializableConsumer<UI> sizeRequest
-
-
-
-
Package com.vaadin.flow.component.radiobutton.dataview
-
Class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
Class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupListDataView
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
-
Package com.vaadin.flow.component.richtexteditor
-
Class com.vaadin.flow.component.richtexteditor.RichTextEditor
class RichTextEditor extends AbstractSinglePropertyField<RichTextEditor,String> implements Serializable -
Serialized Fields
-
asDelta
com.vaadin.flow.component.richtexteditor.RichTextEditor.AsDelta asDelta
-
asHtml
com.vaadin.flow.component.richtexteditor.RichTextEditor.AsHtml asHtml
-
currentMode
ValueChangeMode currentMode
-
i18n
RichTextEditor.RichTextEditorI18n i18n
-
-
-
Class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n
class RichTextEditorI18n extends Object implements Serializable-
Serialized Fields
-
alignCenter
String alignCenter
-
alignLeft
String alignLeft
-
alignRight
String alignRight
-
blockquote
String blockquote
-
bold
String bold
-
clean
String clean
-
codeBlock
String codeBlock
-
h1
String h1
-
h2
String h2
-
h3
String h3
-
image
String image
-
italic
String italic
-
link
String link
-
listBullet
String listBullet
-
listOrdered
String listOrdered
-
redo
String redo
-
strike
String strike
-
subscript
String subscript
-
superscript
String superscript
-
underline
String underline
-
undo
String undo
-
-
-
-
Package com.vaadin.flow.component.select
-
Class com.vaadin.flow.component.select.Select
-
Serialized Fields
-
dataProvider
AtomicReference<DataProvider<T,
?>> dataProvider -
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
emptySelectionAllowed
boolean emptySelectionAllowed
-
emptySelectionCaption
String emptySelectionCaption
-
emptySelectionItem
com.vaadin.flow.component.select.VaadinItem<T> emptySelectionItem
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
itemRenderer
ComponentRenderer<? extends Component,
T> itemRenderer -
keyMapper
KeyMapper<T> keyMapper
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
listBox
Select<T>.com.vaadin.flow.component.select.Select.InternalListBox listBox
-
manualValidationEnabled
boolean manualValidationEnabled
-
resetPending
boolean resetPending
-
sizeRequest
SerializableConsumer<UI> sizeRequest
-
-
-
Class com.vaadin.flow.component.select.Select.InvalidChangeEvent
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.select.Select.OpenedChangeEvent
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.select.data
-
Class com.vaadin.flow.component.select.data.SelectDataView
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
Class com.vaadin.flow.component.select.data.SelectListDataView
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
-
Package com.vaadin.flow.component.shared
-
Package com.vaadin.flow.component.shared.internal
-
Package com.vaadin.flow.component.sidenav
-
Package com.vaadin.flow.component.splitlayout
-
Class com.vaadin.flow.component.splitlayout.SplitLayout
class SplitLayout extends Component implements Serializable-
Serialized Fields
-
primaryComponent
Component primaryComponent
-
secondaryComponent
Component secondaryComponent
-
splitterPosition
Double splitterPosition
-
updateStylesRegistration
StateTree.ExecutionRegistration updateStylesRegistration
-
-
-
Class com.vaadin.flow.component.splitlayout.SplitLayout.SplitterDragendEvent
-
-
Package com.vaadin.flow.component.tabs
-
Class com.vaadin.flow.component.tabs.Tab
class Tab extends Component implements Serializable -
Class com.vaadin.flow.component.tabs.Tabs
class Tabs extends Component implements Serializable-
Serialized Fields
-
autoselect
boolean autoselect
-
-
-
Class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent
-
Class com.vaadin.flow.component.tabs.TabSheet
class TabSheet extends Component implements Serializable -
Class com.vaadin.flow.component.tabs.TabSheet.SelectedChangeEvent
-
-
Package com.vaadin.flow.component.template.internal
-
Class com.vaadin.flow.component.template.internal.IdMapper
class IdMapper extends Object implements Serializable
-
-
Package com.vaadin.flow.component.textfield
-
Class com.vaadin.flow.component.textfield.AbstractNumberField
class AbstractNumberField extends TextFieldBase<C extends AbstractNumberField<C,T>, T extends Number> implements Serializable -
Serialized Fields
-
inputListenerRegistration
DomListenerRegistration inputListenerRegistration
-
manualValidationEnabled
boolean manualValidationEnabled
-
max
double max
-
min
double min
-
minSetByUser
boolean minSetByUser
-
required
boolean required
-
step
double step
-
stepSetByUser
boolean stepSetByUser
-
validationStatusChangeListeners
CopyOnWriteArrayList<ValidationStatusChangeListener<T extends Number>> validationStatusChangeListeners
-
-
-
Class com.vaadin.flow.component.textfield.BigDecimalField
-
Serialized Fields
-
isConnectorAttached
boolean isConnectorAttached
-
locale
Locale locale
-
manualValidationEnabled
boolean manualValidationEnabled
-
validationStatusChangeListeners
CopyOnWriteArrayList<ValidationStatusChangeListener<BigDecimal>> validationStatusChangeListeners
-
-
-
Class com.vaadin.flow.component.textfield.EmailField
-
Serialized Fields
-
isConnectorAttached
boolean isConnectorAttached
-
manualValidationEnabled
boolean manualValidationEnabled
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
-
-
Class com.vaadin.flow.component.textfield.IntegerField
-
Class com.vaadin.flow.component.textfield.NumberField
-
Class com.vaadin.flow.component.textfield.PasswordField
-
Serialized Fields
-
isConnectorAttached
boolean isConnectorAttached
-
manualValidationEnabled
boolean manualValidationEnabled
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
-
-
Class com.vaadin.flow.component.textfield.TextArea
-
Serialized Fields
-
isConnectorAttached
boolean isConnectorAttached
-
manualValidationEnabled
boolean manualValidationEnabled
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
-
-
Class com.vaadin.flow.component.textfield.TextField
-
Serialized Fields
-
isConnectorAttached
boolean isConnectorAttached
-
manualValidationEnabled
boolean manualValidationEnabled
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
-
-
Class com.vaadin.flow.component.textfield.TextFieldBase
class TextFieldBase extends AbstractSinglePropertyField<TComponent extends TextFieldBase<TComponent,TValue>, TValue> implements Serializable -
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
-
Package com.vaadin.flow.component.timepicker
-
Class com.vaadin.flow.component.timepicker.TimePicker
-
Serialized Fields
-
locale
Locale locale
-
manualValidationEnabled
boolean manualValidationEnabled
-
max
LocalTime max
-
min
LocalTime min
-
pendingLocaleUpdate
StateTree.ExecutionRegistration pendingLocaleUpdate
-
required
boolean required
-
validationStatusChangeListeners
CopyOnWriteArrayList<ValidationStatusChangeListener<LocalTime>> validationStatusChangeListeners
-
-
-
Class com.vaadin.flow.component.timepicker.TimePicker.InvalidChangeEvent
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
-
Package com.vaadin.flow.component.treegrid
-
Class com.vaadin.flow.component.treegrid.CollapseEvent
-
Serialized Fields
-
items
Collection<T> items
-
-
-
Class com.vaadin.flow.component.treegrid.ExpandEvent
-
Serialized Fields
-
items
Collection<T> items
-
-
-
Class com.vaadin.flow.component.treegrid.HierarchyColumnComponentRenderer
class HierarchyColumnComponentRenderer extends ComponentRenderer<COMPONENT extends Component,SOURCE> implements Serializable -
Class com.vaadin.flow.component.treegrid.TreeGrid
-
-
Package com.vaadin.flow.component.upload
-
Class com.vaadin.flow.component.upload.AllFinishedEvent
-
Class com.vaadin.flow.component.upload.FailedEvent
class FailedEvent extends FinishedEvent implements Serializable-
Serialized Fields
-
reason
Exception reason
-
-
-
Class com.vaadin.flow.component.upload.FileRejectedEvent
-
Serialized Fields
-
errorMessage
String errorMessage
-
-
-
Class com.vaadin.flow.component.upload.FinishedEvent
-
Class com.vaadin.flow.component.upload.NoInputStreamEvent
class NoInputStreamEvent extends FailedEvent implements Serializable -
Class com.vaadin.flow.component.upload.NoOutputStreamEvent
class NoOutputStreamEvent extends FailedEvent implements Serializable -
Class com.vaadin.flow.component.upload.ProgressUpdateEvent
-
Serialized Fields
-
contentLength
long contentLength
Total size of file currently being uploaded, -1 if unknown -
readBytes
long readBytes
Bytes transferred.
-
-
-
Class com.vaadin.flow.component.upload.StartedEvent
-
Class com.vaadin.flow.component.upload.SucceededEvent
class SucceededEvent extends FinishedEvent implements Serializable -
Class com.vaadin.flow.component.upload.Upload
class Upload extends Component implements Serializable-
Serialized Fields
-
activeUploads
int activeUploads
-
defaultDropLabel
Component defaultDropLabel
-
defaultDropLabelIcon
Component defaultDropLabelIcon
-
defaultUploadButton
Component defaultUploadButton
-
dropLabel
Component dropLabel
-
dropLabelIcon
Component dropLabelIcon
-
i18n
UploadI18N i18n
-
interrupted
boolean interrupted
-
receiver
Receiver receiver
The output of the upload is redirected to this receiver. -
streamVariable
StreamVariable streamVariable
-
uploadButton
Component uploadButton
-
uploading
boolean uploading
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N
class UploadI18N extends Object implements Serializable-
Serialized Fields
-
addFiles
UploadI18N.AddFiles addFiles
-
dropFiles
UploadI18N.DropFiles dropFiles
-
error
UploadI18N.Error error
-
file
UploadI18N.File file
-
units
UploadI18N.Units units
-
uploading
UploadI18N.Uploading uploading
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N.AddFiles
class AddFiles extends UploadI18N.SingleMulti implements Serializable -
Class com.vaadin.flow.component.upload.UploadI18N.DropFiles
class DropFiles extends UploadI18N.SingleMulti implements Serializable -
Class com.vaadin.flow.component.upload.UploadI18N.Error
class Error extends Object implements Serializable -
Class com.vaadin.flow.component.upload.UploadI18N.File
class File extends Object implements Serializable -
Class com.vaadin.flow.component.upload.UploadI18N.SingleMulti
class SingleMulti extends Object implements Serializable -
Class com.vaadin.flow.component.upload.UploadI18N.Units
class Units extends Object implements Serializable -
Class com.vaadin.flow.component.upload.UploadI18N.Uploading
class Uploading extends Object implements Serializable-
Serialized Fields
-
error
UploadI18N.Uploading.Error error
-
remainingTime
UploadI18N.Uploading.RemainingTime remainingTime
-
status
UploadI18N.Uploading.Status status
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error
class Error extends Object implements Serializable -
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime
class RemainingTime extends Object implements Serializable -
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status
class Status extends Object implements Serializable
-
-
Package com.vaadin.flow.component.upload.receivers
-
Class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer
class AbstractFileBuffer extends Object implements Serializable-
Serialized Fields
-
factory
FileFactory factory
-
-
-
Class com.vaadin.flow.component.upload.receivers.FileBuffer
class FileBuffer extends AbstractFileBuffer implements Serializable -
Class com.vaadin.flow.component.upload.receivers.FileData
class FileData extends Object implements Serializable-
Serialized Fields
-
fileName
String fileName
-
mimeType
String mimeType
-
outputBuffer
OutputStream outputBuffer
-
-
-
Class com.vaadin.flow.component.upload.receivers.MemoryBuffer
class MemoryBuffer extends Object implements Serializable-
Serialized Fields
-
file
FileData file
-
-
-
Class com.vaadin.flow.component.upload.receivers.MultiFileBuffer
class MultiFileBuffer extends AbstractFileBuffer implements Serializable -
Class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer
class MultiFileMemoryBuffer extends Object implements Serializable -
Class com.vaadin.flow.component.upload.receivers.TemporaryFileFactory
class TemporaryFileFactory extends Object implements Serializable -
Class com.vaadin.flow.component.upload.receivers.UploadOutputStream
class UploadOutputStream extends FileOutputStream implements Serializable-
Serialized Fields
-
file
File file
-
-
-
-
Package com.vaadin.flow.component.virtuallist
-
Class com.vaadin.flow.component.virtuallist.VirtualList
class VirtualList extends Component implements Serializable-
Serialized Fields
-
arrayUpdater
ArrayUpdater arrayUpdater
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
dataGenerator
CompositeDataGenerator<T> dataGenerator
-
renderer
Renderer<T> renderer
-
renderingRegistrations
List<Registration> renderingRegistrations
-
-
-
-
Package com.vaadin.flow.component.virtuallist.paging
-
Package com.vaadin.flow.component.webcomponent
-
Class com.vaadin.flow.component.webcomponent.EventOptions
class EventOptions extends Object implements Serializable-
Serialized Fields
-
bubbles
boolean bubbles
-
cancelable
boolean cancelable
-
composed
boolean composed
-
-
-
Class com.vaadin.flow.component.webcomponent.WebComponent
class WebComponent extends Object implements Serializable-
Serialized Fields
-
binding
WebComponentBinding binding
-
componentHost
Element componentHost
-
-
-
Class com.vaadin.flow.component.webcomponent.WebComponentUI
class WebComponentUI extends UI implements Serializable -
Class com.vaadin.flow.component.webcomponent.WebComponentUI.WebComponentConnectEvent
-
Class com.vaadin.flow.component.webcomponent.WebComponentWrapper
class WebComponentWrapper extends Component implements Serializable-
Serialized Fields
-
disconnect
long disconnect
-
disconnectRegistration
Registration disconnectRegistration
-
webComponentBinding
WebComponentBinding<?> webComponentBinding
-
-
-
-
Package com.vaadin.flow.data.binder
-
Class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition
class AbstractBeanPropertyDefinition extends Object implements Serializable-
Serialized Fields
-
descriptor
PropertyDescriptor descriptor
-
propertyHolderType
Class<?> propertyHolderType
-
propertySet
BeanPropertySet<T> propertySet
-
-
-
Class com.vaadin.flow.data.binder.BeanPropertySet
class BeanPropertySet extends Object implements Serializable-
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
definitions
Map<String,
PropertyDefinition<T, ?>> definitions -
instanceKey
com.vaadin.flow.data.binder.BeanPropertySet.InstanceKey<T> instanceKey
-
-
-
Class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition
class NestedBeanPropertyDefinition extends AbstractBeanPropertyDefinition<T,V> implements Serializable -
Serialization Methods
-
writeReplace
-
-
Serialized Fields
-
parent
PropertyDefinition<T,
?> parent
-
-
-
Class com.vaadin.flow.data.binder.BeanValidationBinder
-
Serialized Fields
-
beanType
Class<BEAN> beanType
-
requiredConfigurator
RequiredFieldConfigurator requiredConfigurator
-
-
-
Class com.vaadin.flow.data.binder.Binder
class Binder extends Object implements Serializable-
Serialized Fields
-
bean
BEAN bean
-
bindings
Collection<Binder.Binding<BEAN,
?>> bindings -
boundProperties
Map<String,
Binder.Binding<BEAN, ?>> boundProperties Property names that have been used for creating a binding. -
changedBindings
Set<Binder.Binding<BEAN,
?>> changedBindings -
errorHandler
BinderValidationErrorHandler errorHandler
-
exceptionHandler
BindingExceptionHandler exceptionHandler
-
fieldsValidationStatusChangeListenerEnabled
boolean fieldsValidationStatusChangeListenerEnabled
-
incompleteBindings
Map<HasValue<?,
?>, Binder.BindingBuilder<BEAN, ?>> incompleteBindings -
incompleteMemberFieldBindings
Map<HasValue<?,
?>, Binder.BindingBuilder<BEAN, ?>> incompleteMemberFieldBindings -
initialConverters
Map<HasValue<?,
?>, com.vaadin.flow.data.binder.Binder.ConverterDelegate<?>> initialConverters -
listeners
HashMap<Class<?>,
List<SerializableConsumer<?>>> listeners -
propertySet
PropertySet<BEAN> propertySet
-
statusHandler
BinderValidationStatusHandler<BEAN> statusHandler
-
statusLabel
HasText statusLabel
-
validators
List<Validator<? super BEAN>> validators
-
validatorsDisabled
boolean validatorsDisabled
-
-
-
Class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl
class BindingBuilderImpl extends Object implements Serializable-
Serialized Fields
-
asRequiredSet
boolean asRequiredSet
-
binder
Binder<BEAN> binder
-
binding
Binder.Binding<BEAN,
TARGET> binding -
bound
boolean bound
-
converterValidatorChain
Converter<FIELDVALUE,
?> converterValidatorChain Contains all converters and validators chained together in the correct order. -
field
HasValue<?,
FIELDVALUE> field -
isStatusHandlerChanged
boolean isStatusHandlerChanged
-
statusHandler
BindingValidationStatusHandler statusHandler
-
-
-
Class com.vaadin.flow.data.binder.Binder.BindingImpl
class BindingImpl extends Object implements Serializable-
Serialized Fields
-
asRequiredSet
boolean asRequiredSet
-
binder
Binder<BEAN> binder
-
convertBackToPresentation
boolean convertBackToPresentation
-
convertedBack
boolean convertedBack
-
converterValidatorChain
Converter<FIELDVALUE,
TARGET> converterValidatorChain Contains all converters and validators chained together in the correct order. -
field
HasValue<?,
FIELDVALUE> field -
getter
ValueProvider<BEAN,
TARGET> getter -
onValidationStatusChange
Registration onValidationStatusChange
-
onValueChange
Registration onValueChange
-
readOnly
boolean readOnly
-
setter
Setter<BEAN,
TARGET> setter -
statusHandler
BindingValidationStatusHandler statusHandler
-
validatorsDisabled
boolean validatorsDisabled
-
valueInit
boolean valueInit
-
-
-
Class com.vaadin.flow.data.binder.BinderValidationStatus
class BinderValidationStatus extends Object implements Serializable-
Serialized Fields
-
binder
Binder<BEAN> binder
-
binderStatuses
List<ValidationResult> binderStatuses
-
bindingStatuses
List<BindingValidationStatus<?>> bindingStatuses
-
-
-
Exception com.vaadin.flow.data.binder.BindingException
class BindingException extends RuntimeException implements Serializable -
Class com.vaadin.flow.data.binder.BindingValidationStatus
class BindingValidationStatus extends Object implements Serializable-
Serialized Fields
-
binding
Binder.Binding<?,
TARGET> binding -
result
Result<TARGET> result
-
results
List<ValidationResult> results
-
status
BindingValidationStatus.Status status
-
-
-
Class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler
class DefaultBinderValidationErrorHandler extends Object implements Serializable -
Class com.vaadin.flow.data.binder.DefaultBindingExceptionHandler
class DefaultBindingExceptionHandler extends Object implements Serializable -
Class com.vaadin.flow.data.binder.PropertyFilterDefinition
class PropertyFilterDefinition extends Object implements Serializable -
Class com.vaadin.flow.data.binder.ReadOnlyHasValue
class ReadOnlyHasValue extends Object implements Serializable-
Serialized Fields
-
emptyValue
V emptyValue
-
listenerList
LinkedHashSet<HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<V>>> listenerList
-
value
V value
-
valueProcessor
SerializableConsumer<V> valueProcessor
-
-
-
Class com.vaadin.flow.data.binder.StatusChangeEvent
class StatusChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
hasValidationErrors
boolean hasValidationErrors
-
-
-
Exception com.vaadin.flow.data.binder.ValidationException
class ValidationException extends Exception implements Serializable-
Serialized Fields
-
beanValidationErrors
List<ValidationResult> beanValidationErrors
-
fieldValidationErrors
List<BindingValidationStatus<?>> fieldValidationErrors
-
-
-
Class com.vaadin.flow.data.binder.ValidationResult.SimpleValidationResult
class SimpleValidationResult extends Object implements Serializable-
Serialized Fields
-
error
String error
-
errorLevel
ErrorLevel errorLevel
-
-
-
Class com.vaadin.flow.data.binder.ValidationStatusChangeEvent
class ValidationStatusChangeEvent extends Object implements Serializable -
Class com.vaadin.flow.data.binder.ValueContext
class ValueContext extends Object implements Serializable
-
-
Package com.vaadin.flow.data.converter
-
Class com.vaadin.flow.data.converter.AbstractStringToNumberConverter
class AbstractStringToNumberConverter extends Object implements Serializable-
Serialized Fields
-
emptyValue
T extends Number emptyValue
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
-
-
Class com.vaadin.flow.data.converter.DateToLongConverter
class DateToLongConverter extends Object implements Serializable -
Class com.vaadin.flow.data.converter.DateToSqlDateConverter
class DateToSqlDateConverter extends Object implements Serializable -
Class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter
class LocalDateTimeToDateConverter extends Object implements Serializable-
Serialized Fields
-
zoneId
ZoneId zoneId
-
-
-
Class com.vaadin.flow.data.converter.LocalDateTimeToInstantConverter
class LocalDateTimeToInstantConverter extends Object implements Serializable-
Serialized Fields
-
zoneId
ZoneId zoneId
-
-
-
Class com.vaadin.flow.data.converter.LocalDateToDateConverter
class LocalDateToDateConverter extends Object implements Serializable-
Serialized Fields
-
zoneId
ZoneId zoneId
-
-
-
Class com.vaadin.flow.data.converter.StringToBigDecimalConverter
class StringToBigDecimalConverter extends AbstractStringToNumberConverter<BigDecimal> implements Serializable -
Class com.vaadin.flow.data.converter.StringToBigIntegerConverter
class StringToBigIntegerConverter extends AbstractStringToNumberConverter<BigInteger> implements Serializable -
Class com.vaadin.flow.data.converter.StringToBooleanConverter
class StringToBooleanConverter extends Object implements Serializable-
Serialized Fields
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
falseString
String falseString
-
trueString
String trueString
-
-
-
Class com.vaadin.flow.data.converter.StringToDateConverter
class StringToDateConverter extends Object implements Serializable -
Class com.vaadin.flow.data.converter.StringToDoubleConverter
class StringToDoubleConverter extends AbstractStringToNumberConverter<Double> implements Serializable -
Class com.vaadin.flow.data.converter.StringToFloatConverter
-
Class com.vaadin.flow.data.converter.StringToIntegerConverter
class StringToIntegerConverter extends AbstractStringToNumberConverter<Integer> implements Serializable -
Class com.vaadin.flow.data.converter.StringToLongConverter
-
Class com.vaadin.flow.data.converter.StringToUuidConverter
class StringToUuidConverter extends Object implements Serializable-
Serialized Fields
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
-
-
-
Package com.vaadin.flow.data.event
-
Package com.vaadin.flow.data.provider
-
Class com.vaadin.flow.data.provider.AbstractBackEndDataProvider
-
Serialized Fields
-
sortOrders
List<QuerySortOrder> sortOrders
-
-
-
Class com.vaadin.flow.data.provider.AbstractComponentDataGenerator
class AbstractComponentDataGenerator extends Object implements Serializable -
Class com.vaadin.flow.data.provider.AbstractDataProvider
class AbstractDataProvider extends Object implements Serializable -
Class com.vaadin.flow.data.provider.AbstractDataView
class AbstractDataView extends Object implements Serializable-
Serialized Fields
-
component
Component component
-
dataProviderSupplier
SerializableSupplier<? extends DataProvider<T,
?>> dataProviderSupplier
-
-
-
Class com.vaadin.flow.data.provider.AbstractLazyDataView
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
Class com.vaadin.flow.data.provider.AbstractListDataView
-
Serialized Fields
-
filterOrSortingChangedCallback
SerializableBiConsumer<SerializablePredicate<T>,
SerializableComparator<T>> filterOrSortingChangedCallback
-
-
-
Class com.vaadin.flow.data.provider.BeanDataGenerator
class BeanDataGenerator extends Object implements Serializable -
Class com.vaadin.flow.data.provider.CallbackDataProvider
-
Serialized Fields
-
countCallback
CallbackDataProvider.CountCallback<T,
F> countCallback -
fetchCallback
CallbackDataProvider.FetchCallback<T,
F> fetchCallback -
idGetter
ValueProvider<T,
Object> idGetter
-
-
-
Class com.vaadin.flow.data.provider.CompositeDataGenerator
class CompositeDataGenerator extends Object implements Serializable-
Serialized Fields
-
dataGenerators
Set<DataGenerator<T>> dataGenerators
-
-
-
Class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper
class ConfigurableFilterDataProviderWrapper extends DataProviderWrapper<T,Q, F> implements Serializable -
Serialized Fields
-
configuredFilter
C configuredFilter
-
-
-
Class com.vaadin.flow.data.provider.DataChangeEvent
class DataChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
unregisterListenerCommand
Command unregisterListenerCommand
-
-
-
Class com.vaadin.flow.data.provider.DataChangeEvent.DataRefreshEvent
-
Serialized Fields
-
item
T item
-
refreshChildren
boolean refreshChildren
-
-
-
Class com.vaadin.flow.data.provider.DataCommunicator
class DataCommunicator extends Object implements Serializable-
Serialized Fields
-
activeKeyOrder
List<String> activeKeyOrder
-
activeStart
int activeStart
-
arrayUpdater
ArrayUpdater arrayUpdater
-
assumedSize
int assumedSize
-
assumeEmptyClient
boolean assumeEmptyClient
-
backEndSorting
ArrayList<QuerySortOrder> backEndSorting
-
confirmedUpdates
HashSet<Integer> confirmedUpdates
-
countCallback
CallbackDataProvider.CountCallback<T,
?> countCallback -
dataGenerator
DataGenerator<T> dataGenerator
-
dataProvider
DataProvider<T,
?> dataProvider -
dataProviderUpdateRegistration
Registration dataProviderUpdateRegistration
-
dataUpdater
SerializableConsumer<elemental.json.JsonArray> dataUpdater
-
definedSize
boolean definedSize
-
fetchEnabled
boolean fetchEnabled
-
filter
DataCommunicator.Filter<?> filter
-
flushInProgress
boolean flushInProgress
-
flushRequest
com.vaadin.flow.data.provider.DataCommunicator.FlushRequest flushRequest
-
flushUpdatedDataInProgress
boolean flushUpdatedDataInProgress
-
flushUpdatedDataRequest
com.vaadin.flow.data.provider.DataCommunicator.FlushRequest flushUpdatedDataRequest
-
inMemorySorting
SerializableComparator<T> inMemorySorting
-
itemCountEstimate
int itemCountEstimate
-
itemCountEstimateIncrease
int itemCountEstimateIncrease
-
keyMapper
DataKeyMapper<T> keyMapper
-
lastSent
int lastSent
-
nextUpdateId
int nextUpdateId
-
pageSize
int pageSize
-
pagingEnabled
boolean pagingEnabled
-
passivatedByUpdate
HashMap<Integer,
Set<String>> passivatedByUpdate -
requestedRange
Range requestedRange
-
resendEntireRange
boolean resendEntireRange
-
sizeReset
boolean sizeReset
-
skipCountIncreaseUntilReset
boolean skipCountIncreaseUntilReset
-
stateNode
StateNode stateNode
-
updatedData
HashSet<T> updatedData
-
-
-
Class com.vaadin.flow.data.provider.DataCommunicator.EmptyDataProvider
-
Class com.vaadin.flow.data.provider.DataCommunicator.Filter
class Filter extends Object implements Serializable-
Serialized Fields
-
filterObject
F filterObject
-
notifyOnChange
boolean notifyOnChange
-
-
-
Class com.vaadin.flow.data.provider.DataProviderWrapper
class DataProviderWrapper extends Object implements Serializable-
Serialized Fields
-
dataProvider
DataProvider<T,
M> dataProvider The actual data provider behind this wrapper.
-
-
-
Class com.vaadin.flow.data.provider.IdentifierProviderChangeEvent
class IdentifierProviderChangeEvent extends ComponentEvent<C extends Component> implements Serializable-
Serialized Fields
-
identifierProvider
IdentifierProvider<T> identifierProvider
-
-
-
Class com.vaadin.flow.data.provider.ItemCountChangeEvent
-
Serialized Fields
-
itemCount
int itemCount
-
itemCountEstimated
boolean itemCountEstimated
-
-
-
Class com.vaadin.flow.data.provider.KeyMapper
class KeyMapper extends Object implements Serializable -
Class com.vaadin.flow.data.provider.ListDataProvider
class ListDataProvider extends AbstractDataProvider<T,SerializablePredicate<T>> implements Serializable -
Serialized Fields
-
backend
Collection<T> backend
-
filter
SerializablePredicate<T> filter
-
sortOrder
SerializableComparator<T> sortOrder
-
-
-
Class com.vaadin.flow.data.provider.Query
class Query extends Object implements Serializable-
Serialized Fields
-
filter
F filter
-
inMemorySorting
Comparator<T> inMemorySorting
-
limit
int limit
-
offset
int offset
-
pageSize
Integer pageSize
-
sortOrders
List<QuerySortOrder> sortOrders
-
-
-
Class com.vaadin.flow.data.provider.QuerySortOrder
-
Class com.vaadin.flow.data.provider.QuerySortOrderBuilder
-
Class com.vaadin.flow.data.provider.SortOrder
class SortOrder extends Object implements Serializable-
Serialized Fields
-
direction
SortDirection direction
-
sorted
T sorted
-
-
-
Class com.vaadin.flow.data.provider.SortOrderBuilder
class SortOrderBuilder extends Object implements Serializable
-
-
Package com.vaadin.flow.data.provider.hierarchy
-
Class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider
class AbstractBackEndHierarchicalDataProvider extends AbstractHierarchicalDataProvider<T,F> implements Serializable -
Serialized Fields
-
sortOrders
List<QuerySortOrder> sortOrders
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.AbstractHierarchicalDataProvider
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController
class HierarchicalCommunicationController extends Object implements Serializable-
Serialized Fields
-
activeKeyOrder
List<String> activeKeyOrder
-
activeStart
int activeStart
-
assumedSize
int assumedSize
-
assumeEmptyClient
boolean assumeEmptyClient
-
confirmedUpdates
HashSet<Integer> confirmedUpdates
-
dataGenerator
DataGenerator<T> dataGenerator
-
fetchItems
SerializableBiFunction<String,
Range, Stream<T>> fetchItems -
hasUniqueKeyProviderSupplier
boolean hasUniqueKeyProviderSupplier
-
keyMapper
DataKeyMapper<T> keyMapper
-
mapper
HierarchyMapper<T,
?> mapper -
nextUpdateId
int nextUpdateId
-
parentKey
String parentKey
-
passivatedByUpdate
HashMap<Integer,
Set<String>> passivatedByUpdate -
requestedRange
Range requestedRange
-
resendEntireRange
boolean resendEntireRange
-
startUpdate
SerializableFunction<Integer,
HierarchicalArrayUpdater.HierarchicalUpdate> startUpdate
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator
-
Serialized Fields
-
arrayUpdater
HierarchicalArrayUpdater arrayUpdater
-
dataControllers
Map<String,
HierarchicalCommunicationController<T>> dataControllers -
dataGenerator
DataGenerator<T> dataGenerator
-
mapper
HierarchyMapper<T,
?> mapper -
stateNode
StateNode stateNode
-
uniqueKeyProviderSupplier
SerializableSupplier<ValueProvider<T,
String>> uniqueKeyProviderSupplier
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery
-
Serialized Fields
-
parent
T parent
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper
class HierarchyMapper extends Object implements Serializable -
Class com.vaadin.flow.data.provider.hierarchy.TreeData
class TreeData extends Object implements Serializable -
Class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider
class TreeDataProvider extends AbstractHierarchicalDataProvider<T,SerializablePredicate<T>> implements Serializable -
Serialized Fields
-
filter
SerializablePredicate<T> filter
-
sortOrder
SerializableComparator<T> sortOrder
-
treeData
TreeData<T> treeData
-
-
-
-
Package com.vaadin.flow.data.renderer
-
Class com.vaadin.flow.data.renderer.BasicRenderer
-
Serialized Fields
-
valueProvider
ValueProvider<SOURCE,
TARGET> valueProvider
-
-
-
Class com.vaadin.flow.data.renderer.ComponentDataGenerator
-
Serialized Fields
-
componentRenderer
ComponentRenderer<? extends Component,
T> componentRenderer -
container
Element container
-
keyMapper
ValueProvider<T,
String> keyMapper -
nodeIdPropertyName
String nodeIdPropertyName
-
-
-
Class com.vaadin.flow.data.renderer.ComponentRenderer
-
Serialized Fields
-
componentFunction
SerializableFunction<SOURCE,
COMPONENT extends Component> componentFunction -
componentSupplier
SerializableSupplier<COMPONENT extends Component> componentSupplier
-
componentUpdateFunction
SerializableBiFunction<Component,
SOURCE, Component> componentUpdateFunction -
container
Element container
-
itemConsumer
SerializableBiConsumer<COMPONENT extends Component,
SOURCE> itemConsumer -
owner
Element owner
-
-
-
Class com.vaadin.flow.data.renderer.IconRenderer
-
Serialized Fields
-
iconGenerator
SerializableFunction<ITEM,
? extends Component> iconGenerator -
itemLabelGenerator
ItemLabelGenerator<ITEM> itemLabelGenerator
-
-
-
Class com.vaadin.flow.data.renderer.LitRenderer
-
Serialized Fields
-
-
Class com.vaadin.flow.data.renderer.LocalDateRenderer
-
Serialized Fields
-
formatter
SerializableSupplier<DateTimeFormatter> formatter
-
nullRepresentation
String nullRepresentation
-
-
-
Class com.vaadin.flow.data.renderer.LocalDateTimeRenderer
-
Serialized Fields
-
formatter
SerializableSupplier<DateTimeFormatter> formatter
-
nullRepresentation
String nullRepresentation
-
-
-
Class com.vaadin.flow.data.renderer.NativeButtonRenderer
-
Serialized Fields
-
listeners
List<ClickableRenderer.ItemClickListener<SOURCE>> listeners
-
-
-
Class com.vaadin.flow.data.renderer.NumberRenderer
-
Serialized Fields
-
formatString
String formatString
-
locale
Locale locale
-
nullRepresentation
String nullRepresentation
-
numberFormat
NumberFormat numberFormat
-
-
-
Class com.vaadin.flow.data.renderer.Renderer
class Renderer extends Object implements Serializable-
Serialized Fields
-
DEFAULT_RENDERER_NAME
String DEFAULT_RENDERER_NAME
-
-
-
Class com.vaadin.flow.data.renderer.TextRenderer
-
Serialized Fields
-
itemLabelGenerator
ItemLabelGenerator<ITEM> itemLabelGenerator
-
-
-
-
Package com.vaadin.flow.data.selection
-
Class com.vaadin.flow.data.selection.MultiSelectionEvent
class MultiSelectionEvent extends AbstractField.ComponentValueChangeEvent<C extends Component,Set<T>> implements Serializable -
Class com.vaadin.flow.data.selection.SingleSelectionEvent
class SingleSelectionEvent extends AbstractField.ComponentValueChangeEvent<C extends Component,T> implements Serializable
-
-
Package com.vaadin.flow.data.validator
-
Class com.vaadin.flow.data.validator.AbstractValidator
class AbstractValidator extends Object implements Serializable-
Serialized Fields
-
messageProvider
SerializableFunction<T,
String> messageProvider
-
-
-
Class com.vaadin.flow.data.validator.BeanValidator
class BeanValidator extends Object implements Serializable -
Class com.vaadin.flow.data.validator.BigDecimalRangeValidator
-
Class com.vaadin.flow.data.validator.BigIntegerRangeValidator
-
Class com.vaadin.flow.data.validator.ByteRangeValidator
-
Class com.vaadin.flow.data.validator.DateRangeValidator
-
Class com.vaadin.flow.data.validator.DateTimeRangeValidator
-
Class com.vaadin.flow.data.validator.DoubleRangeValidator
-
Class com.vaadin.flow.data.validator.EmailValidator
class EmailValidator extends RegexpValidator implements Serializable-
Serialized Fields
-
allowEmptyValue
boolean allowEmptyValue
-
-
-
Class com.vaadin.flow.data.validator.FloatRangeValidator
-
Class com.vaadin.flow.data.validator.IntegerRangeValidator
-
Class com.vaadin.flow.data.validator.LongRangeValidator
-
Class com.vaadin.flow.data.validator.RangeValidator
-
Serialized Fields
-
comparator
Comparator<? super T> comparator
-
maxValue
T maxValue
-
maxValueIncluded
boolean maxValueIncluded
-
minValue
T minValue
-
minValueIncluded
boolean minValueIncluded
-
-
-
Class com.vaadin.flow.data.validator.RegexpValidator
-
Serialized Fields
-
complete
boolean complete
-
pattern
Pattern pattern
-
-
-
Class com.vaadin.flow.data.validator.ShortRangeValidator
-
Class com.vaadin.flow.data.validator.StringLengthValidator
-
Serialized Fields
-
validator
RangeValidator<Integer> validator
-
-
-
-
Package com.vaadin.flow.data.value
-
Package com.vaadin.flow.di
-
Class com.vaadin.flow.di.DefaultInstantiator
class DefaultInstantiator extends Object implements Serializable-
Serialized Fields
-
service
VaadinService service
-
-
-
-
Package com.vaadin.flow.dom
-
Class com.vaadin.flow.dom.DomEvent
class DomEvent extends EventObject implements Serializable-
Serialized Fields
-
eventData
elemental.json.JsonObject eventData
-
eventTarget
Element eventTarget
-
eventType
String eventType
-
phase
DebouncePhase phase
-
-
-
Class com.vaadin.flow.dom.Element
-
Class com.vaadin.flow.dom.ElementAttachEvent
class ElementAttachEvent extends EventObject implements Serializable -
Class com.vaadin.flow.dom.ElementDetachEvent
class ElementDetachEvent extends EventObject implements Serializable -
Class com.vaadin.flow.dom.Node
class Node extends Object implements Serializable-
Serialized Fields
-
node
StateNode node
-
stateProvider
ElementStateProvider stateProvider
-
-
-
Class com.vaadin.flow.dom.PropertyChangeEvent
class PropertyChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
oldValue
Serializable oldValue
-
propertyName
String propertyName
-
userOriginated
boolean userOriginated
-
value
Serializable value
-
-
-
Class com.vaadin.flow.dom.ShadowRoot
-
-
Package com.vaadin.flow.dom.impl
-
Class com.vaadin.flow.dom.impl.AbstractNodeStateProvider
class AbstractNodeStateProvider extends Object implements Serializable -
Class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider
class AbstractTextElementStateProvider extends Object implements Serializable -
Class com.vaadin.flow.dom.impl.BasicElementStateProvider
class BasicElementStateProvider extends AbstractNodeStateProvider implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
Class com.vaadin.flow.dom.impl.BasicElementStyle
class BasicElementStyle extends Object implements Serializable-
Serialized Fields
-
propertyMap
ElementStylePropertyMap propertyMap
-
-
-
Class com.vaadin.flow.dom.impl.BasicTextElementStateProvider
class BasicTextElementStateProvider extends AbstractTextElementStateProvider implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
Class com.vaadin.flow.dom.impl.ClassAttributeHandler
class ClassAttributeHandler extends CustomAttribute implements Serializable -
Class com.vaadin.flow.dom.impl.CustomAttribute
class CustomAttribute extends Object implements Serializable -
Class com.vaadin.flow.dom.impl.ImmutableClassList
-
Serialized Fields
-
values
Collection<String> values
-
-
-
Class com.vaadin.flow.dom.impl.ImmutableEmptyStyle
class ImmutableEmptyStyle extends Object implements Serializable -
Class com.vaadin.flow.dom.impl.ShadowRootStateProvider
class ShadowRootStateProvider extends AbstractNodeStateProvider implements Serializable-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
-
Class com.vaadin.flow.dom.impl.StyleAttributeHandler
class StyleAttributeHandler extends CustomAttribute implements Serializable -
Class com.vaadin.flow.dom.impl.ThemeListImpl
class ThemeListImpl extends Object implements Serializable
-
-
Package com.vaadin.flow.function
-
Package com.vaadin.flow.i18n
-
Class com.vaadin.flow.i18n.DefaultI18NProvider
class DefaultI18NProvider extends Object implements Serializable-
Serialized Fields
-
classLoader
ClassLoader classLoader
-
providedLocales
List<Locale> providedLocales
-
-
-
Class com.vaadin.flow.i18n.LocaleChangeEvent
class LocaleChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
locale
Locale locale
-
-
-
-
Package com.vaadin.flow.internal
-
Class com.vaadin.flow.internal.BeanUtil
class BeanUtil extends Object implements Serializable -
Class com.vaadin.flow.internal.BootstrapHandlerHelper
class BootstrapHandlerHelper extends Object implements Serializable -
Class com.vaadin.flow.internal.ConstantPool
class ConstantPool extends Object implements Serializable-
Serialized Fields
-
knownValues
Set<String> knownValues
-
newKeys
Set<ConstantPoolKey> newKeys
-
-
-
Class com.vaadin.flow.internal.ConstantPoolKey
class ConstantPoolKey extends Object implements Serializable-
Serialized Fields
-
id
String id
-
json
elemental.json.JsonValue json
-
-
-
Class com.vaadin.flow.internal.CurrentInstance
class CurrentInstance extends Object implements Serializable-
Serialized Fields
-
instance
WeakReference<Object> instance
-
-
-
Class com.vaadin.flow.internal.ExecutionContext
class ExecutionContext extends Object implements Serializable-
Serialized Fields
-
clientSideInitialized
boolean clientSideInitialized
-
ui
UI ui
-
-
-
Class com.vaadin.flow.internal.NullOwner
class NullOwner extends Object implements Serializable -
Class com.vaadin.flow.internal.Pair
class Pair extends Object implements Serializable-
Serialized Fields
-
first
U extends Serializable first
-
second
V extends Serializable second
-
-
-
Class com.vaadin.flow.internal.Range
class Range extends Object implements Serializable-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class com.vaadin.flow.internal.ReflectTools
class ReflectTools extends Object implements Serializable -
Class com.vaadin.flow.internal.ResponseWriter
class ResponseWriter extends Object implements Serializable-
Serialized Fields
-
brotliEnabled
boolean brotliEnabled
-
bufferSize
int bufferSize
-
-
-
Class com.vaadin.flow.internal.StateNode
class StateNode extends Object implements Serializable-
Serialized Fields
-
attachListeners
List<Command> attachListeners
-
beforeClientResponseEntries
ArrayList<StateTree.BeforeClientResponseEntry> beforeClientResponseEntries
-
changes
Map<Class<? extends NodeFeature>,
Serializable> changes -
detaching
boolean detaching
-
detachListeners
List<Command> detachListeners
-
enabled
boolean enabled
-
features
Serializable features
Node feature instances for this node, or a single item. -
featureSet
com.vaadin.flow.internal.StateNode.FeatureSet featureSet
-
hasBeenAttached
boolean hasBeenAttached
-
hasBeenDetached
boolean hasBeenDetached
-
id
int id
-
isInactiveSelf
boolean isInactiveSelf
-
isInitialChanges
boolean isInitialChanges
-
owner
NodeOwner owner
-
parent
StateNode parent
-
wasAttached
boolean wasAttached
-
-
-
Class com.vaadin.flow.internal.StateTree
class StateTree extends Object implements Serializable-
Serialized Fields
-
dirtyNodes
Set<StateNode> dirtyNodes
-
idToNode
Map<Integer,
StateNode> idToNode -
isRootAttached
boolean isRootAttached
-
nextBeforeClientResponseIndex
int nextBeforeClientResponseIndex
-
nextId
int nextId
-
pendingExecutionNodes
Set<StateNode> pendingExecutionNodes
-
rootNode
StateNode rootNode
-
uiInternals
UIInternals uiInternals
-
-
-
Class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry
class BeforeClientResponseEntry extends Object implements Serializable-
Serialized Fields
-
execution
SerializableConsumer<ExecutionContext> execution
-
index
int index
-
originalOwner
NodeOwner originalOwner
-
stateNode
StateNode stateNode
-
-
-
Class com.vaadin.flow.internal.UsageStatisticsExporter
class UsageStatisticsExporter extends Object implements Serializable
-
-
Package com.vaadin.flow.internal.change
-
Class com.vaadin.flow.internal.change.AbstractListChange
class AbstractListChange extends NodeFeatureChange implements Serializable-
Serialized Fields
-
index
int index
-
list
NodeList<T extends Serializable> list
-
-
-
Class com.vaadin.flow.internal.change.EmptyChange
class EmptyChange extends NodeFeatureChange implements Serializable -
Class com.vaadin.flow.internal.change.ListAddChange
-
Serialized Fields
-
newItems
List<? extends T extends Serializable> newItems
-
nodeValues
boolean nodeValues
-
-
-
Class com.vaadin.flow.internal.change.ListClearChange
-
Class com.vaadin.flow.internal.change.ListRemoveChange
-
Serialized Fields
-
removedItem
T extends Serializable removedItem
-
-
-
Class com.vaadin.flow.internal.change.MapPutChange
class MapPutChange extends NodeFeatureChange implements Serializable -
Class com.vaadin.flow.internal.change.MapRemoveChange
class MapRemoveChange extends NodeFeatureChange implements Serializable-
Serialized Fields
-
key
String key
-
-
-
Class com.vaadin.flow.internal.change.NodeAttachChange
class NodeAttachChange extends NodeChange implements Serializable -
Class com.vaadin.flow.internal.change.NodeChange
class NodeChange extends Object implements Serializable-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.change.NodeDetachChange
class NodeDetachChange extends NodeChange implements Serializable -
Class com.vaadin.flow.internal.change.NodeFeatureChange
class NodeFeatureChange extends NodeChange implements Serializable-
Serialized Fields
-
feature
Class<? extends NodeFeature> feature
-
-
-
-
Package com.vaadin.flow.internal.hilla
-
Package com.vaadin.flow.internal.nodefeature
-
Class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap
class AbstractPropertyMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers
-
Serialized Fields
-
disabledRpcModes
Map<String,
DisabledUpdateMode> disabledRpcModes
-
-
-
Class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature
class AttachExistingElementFeature extends ServerSideFeature implements Serializable -
Class com.vaadin.flow.internal.nodefeature.BasicTypeValue
-
Class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers
-
Class com.vaadin.flow.internal.nodefeature.ComponentMapping
class ComponentMapping extends ServerSideFeature implements Serializable-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementAttributeMap
class ElementAttributeMap extends NodeMap implements Serializable-
Serialized Fields
-
pendingRegistrations
Map<String,
Registration> pendingRegistrations -
resourceRegistrations
Map<String,
StreamRegistration> resourceRegistrations
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementChildrenList
class ElementChildrenList extends StateNodeNodeList implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ElementClassList
-
Class com.vaadin.flow.internal.nodefeature.ElementData
class ElementData extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ElementListenerMap
class ElementListenerMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ElementPropertyMap
class ElementPropertyMap extends AbstractPropertyMap implements Serializable-
Serialized Fields
-
listeners
Map<String,
List<PropertyChangeListener>> listeners -
updateFromClientFilter
SerializablePredicate<String> updateFromClientFilter
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap
class ElementStylePropertyMap extends AbstractPropertyMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.InertData
class InertData extends ServerSideFeature implements Serializable-
Serialized Fields
-
cachedInert
Boolean cachedInert
-
ignoreParentInert
boolean ignoreParentInert
-
inertSelf
boolean inertSelf
-
-
-
Class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap
class LoadingIndicatorConfigurationMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ModelList
class ModelList extends StateNodeNodeList implements Serializable -
Class com.vaadin.flow.internal.nodefeature.NodeFeature
class NodeFeature extends Object implements Serializable-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeList
class NodeList extends NodeFeature implements Serializable-
Serialized Fields
-
isPopulated
boolean isPopulated
-
isRemoveAllCalled
boolean isRemoveAllCalled
-
values
List<T extends Serializable> values
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeList.SetView
-
Serialized Fields
-
nodeList
NodeList<T extends Serializable> nodeList
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeMap
class NodeMap extends NodeFeature implements Serializable-
Serialized Fields
-
isPopulated
boolean isPopulated
-
values
com.vaadin.flow.internal.nodefeature.NodeMap.Values values
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeValue
class NodeValue extends NodeFeature implements Serializable-
Serialized Fields
-
isPopulated
boolean isPopulated
-
value
T extends Serializable value
-
-
-
Class com.vaadin.flow.internal.nodefeature.PollConfigurationMap
class PollConfigurationMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap
class PolymerEventListenerMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers
class PolymerServerEventHandlers extends AbstractServerHandlers<DeprecatedPolymerTemplate> implements Serializable -
Exception com.vaadin.flow.internal.nodefeature.PropertyChangeDeniedException
class PropertyChangeDeniedException extends Exception implements Serializable -
Class com.vaadin.flow.internal.nodefeature.PushConfigurationMap
class PushConfigurationMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.PushConfigurationMap.PushConfigurationParametersMap
class PushConfigurationParametersMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap
class ReconnectDialogConfigurationMap extends NodeMap implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ReturnChannelMap
class ReturnChannelMap extends ServerSideFeature implements Serializable -
Class com.vaadin.flow.internal.nodefeature.SerializableNodeList
-
Class com.vaadin.flow.internal.nodefeature.ServerSideFeature
class ServerSideFeature extends NodeFeature implements Serializable -
Class com.vaadin.flow.internal.nodefeature.ShadowRootData
-
Class com.vaadin.flow.internal.nodefeature.ShadowRootHost
class ShadowRootHost extends ServerSideFeature implements Serializable -
Class com.vaadin.flow.internal.nodefeature.StateNodeNodeList
-
Class com.vaadin.flow.internal.nodefeature.TextNodeMap
-
Class com.vaadin.flow.internal.nodefeature.VirtualChildrenList
class VirtualChildrenList extends StateNodeNodeList implements Serializable
-
-
Package com.vaadin.flow.internal.springcsrf
-
Class com.vaadin.flow.internal.springcsrf.SpringCsrfToken
class SpringCsrfToken extends Object implements Serializable
-
-
Package com.vaadin.flow.router
-
Class com.vaadin.flow.router.AbstractRouteNotFoundError
class AbstractRouteNotFoundError extends Component implements Serializable -
Exception com.vaadin.flow.router.AccessDeniedException
class AccessDeniedException extends RuntimeException implements Serializable -
Class com.vaadin.flow.router.BeforeEnterEvent
class BeforeEnterEvent extends BeforeEvent implements Serializable-
Serialized Fields
-
errorEvent
boolean errorEvent
-
-
-
Class com.vaadin.flow.router.BeforeEvent
class BeforeEvent extends EventObject implements Serializable-
Serialized Fields
-
errorParameter
ErrorParameter<?> errorParameter
-
externalForwardUrl
String externalForwardUrl
-
forwardTarget
NavigationHandler forwardTarget
-
forwardTargetState
NavigationState forwardTargetState
-
layouts
List<Class<? extends RouterLayout>> layouts
-
location
Location location
-
navigationTarget
Class<?> navigationTarget
-
parameters
RouteParameters parameters
-
redirectQueryParameters
QueryParameters redirectQueryParameters
-
rerouteTarget
NavigationHandler rerouteTarget
-
rerouteTargetState
NavigationState rerouteTargetState
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
unknownForward
String unknownForward
-
unknownReroute
String unknownReroute
-
-
-
Class com.vaadin.flow.router.BeforeLeaveEvent
class BeforeLeaveEvent extends BeforeEvent implements Serializable-
Serialized Fields
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
-
-
Class com.vaadin.flow.router.ErrorParameter
class ErrorParameter extends Object implements Serializable -
Class com.vaadin.flow.router.InternalServerError
class InternalServerError extends Component implements Serializable -
Exception com.vaadin.flow.router.InvalidLocationException
class InvalidLocationException extends RuntimeException implements Serializable -
Class com.vaadin.flow.router.Location
class Location extends Object implements Serializable-
Serialized Fields
-
fragment
String fragment
-
queryParameters
QueryParameters queryParameters
-
segments
List<String> segments
-
-
-
Class com.vaadin.flow.router.LocationChangeEvent
class LocationChangeEvent extends EventObject implements Serializable-
Serialized Fields
-
location
Location location
-
rerouteTarget
NavigationHandler rerouteTarget
-
routeTargetChain
List<HasElement> routeTargetChain
-
statusCode
int statusCode
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
-
-
Exception com.vaadin.flow.router.NotFoundException
class NotFoundException extends RuntimeException implements Serializable -
Class com.vaadin.flow.router.QueryParameters
class QueryParameters extends Object implements Serializable -
Class com.vaadin.flow.router.RouteAccessDeniedError
class RouteAccessDeniedError extends Component implements Serializable -
Class com.vaadin.flow.router.RouteAliasData
-
Class com.vaadin.flow.router.RouteBaseData
class RouteBaseData extends Object implements Serializable-
Serialized Fields
-
navigationTarget
Class<? extends Component> navigationTarget
-
parameters
Map<String,
RouteParameterData> parameters -
parentLayouts
List<Class<? extends RouterLayout>> parentLayouts
-
template
String template
-
-
-
Class com.vaadin.flow.router.RouteConfiguration
class RouteConfiguration extends Object implements Serializable-
Serialized Fields
-
handledRegistry
RouteRegistry handledRegistry
-
-
-
Class com.vaadin.flow.router.RouteData
-
Serialized Fields
-
routeAliases
List<RouteAliasData> routeAliases
-
-
-
Class com.vaadin.flow.router.RouteNotFoundError
class RouteNotFoundError extends AbstractRouteNotFoundError implements Serializable -
Class com.vaadin.flow.router.RouteParam
-
Class com.vaadin.flow.router.RouteParameterData
class RouteParameterData extends Object implements Serializable -
Class com.vaadin.flow.router.RouteParameterRegex
class RouteParameterRegex extends Object implements Serializable -
Class com.vaadin.flow.router.RouteParameters
class RouteParameters extends Object implements Serializable -
Class com.vaadin.flow.router.Router
class Router extends Object implements Serializable-
Serialized Fields
-
registry
RouteRegistry registry
-
routeResolver
RouteResolver routeResolver
-
-
-
Class com.vaadin.flow.router.RouterLink
class RouterLink extends Component implements Serializable-
Serialized Fields
-
highlightAction
HighlightAction<RouterLink> highlightAction
-
highlightCondition
HighlightCondition<RouterLink> highlightCondition
-
queryParameters
QueryParameters queryParameters
-
-
-
Class com.vaadin.flow.router.RoutesChangedEvent
class RoutesChangedEvent extends EventObject implements Serializable-
Serialized Fields
-
added
List<RouteBaseData<?>> added
-
removed
List<RouteBaseData<?>> removed
-
-
-
-
Package com.vaadin.flow.router.internal
-
Class com.vaadin.flow.router.internal.AbstractRouteRegistry
class 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 throughAbstractRouteRegistry.configure(Configuration)
for concurrency reasons. -
editing
ConfigureRoutes editing
-
routesChangedListeners
CopyOnWriteArrayList<RoutesChangedListener> routesChangedListeners
-
-
-
Class com.vaadin.flow.router.internal.ConfiguredRoutes
class ConfiguredRoutes extends Object implements Serializable-
Serialized Fields
-
exceptionTargetMap
Map<Class<? extends Exception>,
Class<? extends Component>> exceptionTargetMap -
routeMap
Map<String,
RouteTarget> routeMap -
routeModel
com.vaadin.flow.router.internal.RouteModel routeModel
-
targetRouteMap
Map<Class<? extends Component>,
String> targetRouteMap -
targetRouteModelMap
Map<Class<? extends Component>,
com.vaadin.flow.router.internal.RouteModel> targetRouteModelMap
-
-
-
Class com.vaadin.flow.router.internal.ConfigureRoutes
class ConfigureRoutes extends ConfiguredRoutes implements Serializable-
Serialized Fields
-
exceptionTargetMap
Map<Class<? extends Exception>,
Class<? extends Component>> exceptionTargetMap -
routeMap
Map<String,
RouteTarget> routeMap -
routeModel
com.vaadin.flow.router.internal.RouteModel routeModel
-
targetRouteMap
Map<Class<? extends Component>,
String> targetRouteMap -
targetRouteModelMap
Map<Class<? extends Component>,
com.vaadin.flow.router.internal.RouteModel> targetRouteModelMap
-
-
-
Class com.vaadin.flow.router.internal.DefaultRouteResolver
class DefaultRouteResolver extends Object implements Serializable -
Class com.vaadin.flow.router.internal.ErrorStateRenderer
class ErrorStateRenderer extends AbstractNavigationStateRenderer implements Serializable -
Class com.vaadin.flow.router.internal.ErrorTargetEntry
class ErrorTargetEntry extends Object implements Serializable -
Class com.vaadin.flow.router.internal.HasUrlParameterFormat
class HasUrlParameterFormat extends Object implements Serializable -
Class com.vaadin.flow.router.internal.InternalRedirectHandler
class InternalRedirectHandler extends Object implements Serializable-
Serialized Fields
-
target
Location target
-
-
-
Class com.vaadin.flow.router.internal.PathUtil
class PathUtil extends Object implements Serializable -
Class com.vaadin.flow.router.internal.Postpone
class Postpone extends Object implements Serializable-
Serialized Fields
-
remainingLeaveListeners
ArrayDeque<BeforeLeaveHandler> remainingLeaveListeners
-
remainingNavigationListeners
ArrayDeque<BeforeEnterHandler> remainingNavigationListeners
-
-
-
Class com.vaadin.flow.router.internal.ResolveRequest
class ResolveRequest extends Object implements Serializable -
Class com.vaadin.flow.router.internal.RouteTarget
class RouteTarget extends Object implements Serializable-
Serialized Fields
-
parentLayouts
List<Class<? extends RouterLayout>> parentLayouts
-
target
Class<? extends Component> target
-
-
-
Package com.vaadin.flow.server
-
Class com.vaadin.flow.server.AbstractDeploymentConfiguration
class AbstractDeploymentConfiguration extends AbstractPropertyConfiguration implements Serializable -
Class com.vaadin.flow.server.AbstractPropertyConfiguration
class AbstractPropertyConfiguration extends Object implements Serializable -
Class com.vaadin.flow.server.AbstractStreamResource
class AbstractStreamResource extends Object implements Serializable-
Serialized Fields
-
cacheTime
long cacheTime
-
id
String id
-
-
-
Exception com.vaadin.flow.server.AmbiguousRouteConfigurationException
class AmbiguousRouteConfigurationException extends InvalidRouteConfigurationException implements Serializable -
Class com.vaadin.flow.server.AppShellRegistry
class AppShellRegistry extends Object implements Serializable-
Serialized Fields
-
appShellClass
Class<? extends AppShellConfigurator> appShellClass
-
lookup
Lookup lookup
-
-
-
Class com.vaadin.flow.server.AppShellRegistry.AppShellRegistryWrapper
class AppShellRegistryWrapper extends Object implements Serializable-
Serialized Fields
-
registry
AppShellRegistry registry
-
-
-
Class com.vaadin.flow.server.Attributes
class Attributes extends Object implements Serializable -
Exception com.vaadin.flow.server.BootstrapException
class BootstrapException extends RuntimeException implements Serializable -
Class com.vaadin.flow.server.BootstrapHandler
class BootstrapHandler extends SynchronizedRequestHandler implements Serializable-
Serialized Fields
-
pageBuilder
BootstrapHandler.PageBuilder pageBuilder
-
-
-
Class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder
class BootstrapPageBuilder extends Object implements Serializable -
Class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver
class BootstrapUriResolver extends VaadinUriResolver implements Serializable-
Serialized Fields
-
servletPathToContextRoot
String servletPathToContextRoot
-
-
-
Class com.vaadin.flow.server.Constants
class Constants extends Object implements Serializable -
Class com.vaadin.flow.server.CustomizedSystemMessages
class CustomizedSystemMessages extends SystemMessages implements Serializable -
Class com.vaadin.flow.server.DefaultDeploymentConfiguration
class DefaultDeploymentConfiguration extends PropertyDeploymentConfiguration implements Serializable-
Serialized Fields
-
closeIdleSessions
boolean closeIdleSessions
-
frontendHotdeploy
boolean frontendHotdeploy
-
heartbeatInterval
int heartbeatInterval
-
info
List<String> info
-
maxMessageSuspendTimeout
int maxMessageSuspendTimeout
-
productionMode
boolean productionMode
-
pushMode
PushMode pushMode
-
pushServletMapping
String pushServletMapping
-
requestTiming
boolean requestTiming
-
sendUrlsAsParameters
boolean sendUrlsAsParameters
-
syncIdCheck
boolean syncIdCheck
-
warnings
List<String> warnings
-
webComponentDisconnect
int webComponentDisconnect
-
xsrfProtectionEnabled
boolean xsrfProtectionEnabled
-
-
-
Class com.vaadin.flow.server.DefaultErrorHandler
class DefaultErrorHandler extends Object implements Serializable -
Class com.vaadin.flow.server.DefaultSystemMessagesProvider
class DefaultSystemMessagesProvider extends Object implements Serializable -
Class com.vaadin.flow.server.DeploymentConfigurationFactory
class DeploymentConfigurationFactory extends AbstractConfigurationFactory implements Serializable -
Class com.vaadin.flow.server.DevToolsToken
class DevToolsToken extends Object implements Serializable -
Class com.vaadin.flow.server.ErrorEvent
class ErrorEvent extends Object implements Serializable -
Exception com.vaadin.flow.server.ExecutionFailedException
class ExecutionFailedException extends Exception implements Serializable -
Class com.vaadin.flow.server.HandlerHelper
class HandlerHelper extends Object implements Serializable -
Class com.vaadin.flow.server.InitParameters
class InitParameters extends Object implements Serializable -
Exception com.vaadin.flow.server.InvalidApplicationConfigurationException
class InvalidApplicationConfigurationException extends RuntimeException implements Serializable -
Exception com.vaadin.flow.server.InvalidCustomElementNameException
class InvalidCustomElementNameException extends RuntimeException implements Serializable -
Exception com.vaadin.flow.server.InvalidI18NConfigurationException
class InvalidI18NConfigurationException extends RuntimeException implements Serializable -
Exception com.vaadin.flow.server.InvalidRouteConfigurationException
class InvalidRouteConfigurationException extends RuntimeException implements Serializable -
Exception com.vaadin.flow.server.InvalidRouteLayoutConfigurationException
class InvalidRouteLayoutConfigurationException extends RuntimeException implements Serializable -
Exception com.vaadin.flow.server.NoInputStreamException
class NoInputStreamException extends Exception implements Serializable -
Exception com.vaadin.flow.server.NoOutputStreamException
class NoOutputStreamException extends Exception implements Serializable -
Class com.vaadin.flow.server.Platform
class Platform extends Object implements Serializable -
Class com.vaadin.flow.server.PropertyDeploymentConfiguration
class PropertyDeploymentConfiguration extends AbstractDeploymentConfiguration implements Serializable-
Serialized Fields
-
allProperties
Properties allProperties
Contains properties from both: parent config and provided properties. -
parentConfig
ApplicationConfiguration parentConfig
-
systemPropertyBaseClass
Class<?> systemPropertyBaseClass
-
-
-
Class com.vaadin.flow.server.PwaConfiguration
class PwaConfiguration extends Object implements Serializable-
Serialized Fields
-
appName
String appName
-
backgroundColor
String backgroundColor
-
description
String description
-
display
String display
-
enabled
boolean enabled
-
iconPath
String iconPath
-
manifestPath
String manifestPath
-
offlineEnabled
boolean offlineEnabled
-
offlinePath
String offlinePath
-
offlineResources
List<String> offlineResources
-
serviceWorkerPath
String serviceWorkerPath
-
shortName
String shortName
-
startPath
String startPath
-
themeColor
String themeColor
-
-
-
Class com.vaadin.flow.server.PwaIcon
class PwaIcon extends Object implements Serializable-
Serialized Fields
-
attributes
Map<String,
String> attributes -
baseName
String baseName
-
data
byte[] data
-
domain
PwaIcon.Domain domain
-
fileHash
long fileHash
-
height
int height
-
registry
PwaRegistry registry
-
shouldBeCached
boolean shouldBeCached
-
tag
String tag
-
width
int width
-
-
-
Class com.vaadin.flow.server.PwaRegistry
class PwaRegistry extends Object implements Serializable-
Serialized Fields
-
baseImage
BufferedImage baseImage
-
icons
List<PwaIcon> icons
-
manifestJson
String manifestJson
-
offlineHash
long offlineHash
-
offlineHtml
String offlineHtml
-
pwaConfiguration
PwaConfiguration pwaConfiguration
-
runtimeServiceWorkerJs
String runtimeServiceWorkerJs
-
-
-
Class com.vaadin.flow.server.ServiceContextUriResolver
class ServiceContextUriResolver extends VaadinUriResolver implements Serializable -
Class com.vaadin.flow.server.ServiceDestroyEvent
class ServiceDestroyEvent extends EventObject implements Serializable -
Exception com.vaadin.flow.server.ServiceException
class ServiceException extends Exception implements Serializable -
Class com.vaadin.flow.server.ServiceInitEvent
class ServiceInitEvent extends EventObject implements Serializable-
Serialized Fields
-
addedDependencyFilters
List<DependencyFilter> addedDependencyFilters
-
addedIndexHtmlRequestListeners
List<IndexHtmlRequestListener> addedIndexHtmlRequestListeners
-
addedRequestHandlers
List<RequestHandler> addedRequestHandlers
-
addedVaadinRequestInterceptors
List<VaadinRequestInterceptor> addedVaadinRequestInterceptors
-
-
-
Class com.vaadin.flow.server.SessionDestroyEvent
class SessionDestroyEvent extends EventObject implements Serializable-
Serialized Fields
-
session
VaadinSession session
-
-
-
Exception com.vaadin.flow.server.SessionExpiredException
class SessionExpiredException extends Exception implements Serializable -
Class com.vaadin.flow.server.SessionInitEvent
class SessionInitEvent extends EventObject implements Serializable-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SessionRouteRegistry
class SessionRouteRegistry extends AbstractRouteRegistry implements Serializable-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.StaticFileServer
class StaticFileServer extends Object implements Serializable-
Serialized Fields
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
-
devModeHandler
DevModeHandler devModeHandler
-
responseWriter
ResponseWriter responseWriter
-
vaadinService
VaadinService vaadinService
-
-
-
Class com.vaadin.flow.server.StreamReceiver
class StreamReceiver extends AbstractStreamResource implements Serializable-
Serialized Fields
-
attributeName
String attributeName
-
node
StateNode node
-
streamVariable
StreamVariable streamVariable
-
-
-
Class com.vaadin.flow.server.StreamResource
class StreamResource extends AbstractStreamResource implements Serializable-
Serialized Fields
-
fileName
String fileName
-
headers
Map<String,
String> headers -
resolver
ContentTypeResolver resolver
-
writer
StreamResourceWriter writer
-
-
-
Class com.vaadin.flow.server.StreamResourceRegistry
class StreamResourceRegistry extends Object implements Serializable-
Serialized Fields
-
res
Map<URI,
AbstractStreamResource> res -
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SynchronizedRequestHandler
class SynchronizedRequestHandler extends Object implements Serializable -
Class com.vaadin.flow.server.SystemMessages
class SystemMessages extends Object implements Serializable-
Serialized Fields
-
cookiesDisabledCaption
String cookiesDisabledCaption
-
cookiesDisabledMessage
String cookiesDisabledMessage
-
cookiesDisabledNotificationEnabled
boolean cookiesDisabledNotificationEnabled
-
cookiesDisabledURL
String cookiesDisabledURL
-
internalErrorCaption
String internalErrorCaption
-
internalErrorMessage
String internalErrorMessage
-
internalErrorNotificationEnabled
boolean internalErrorNotificationEnabled
-
internalErrorURL
String internalErrorURL
-
sessionExpiredCaption
String sessionExpiredCaption
-
sessionExpiredMessage
String sessionExpiredMessage
-
sessionExpiredNotificationEnabled
boolean sessionExpiredNotificationEnabled
-
sessionExpiredURL
String sessionExpiredURL
-
-
-
Class com.vaadin.flow.server.SystemMessagesInfo
class SystemMessagesInfo extends Object implements Serializable-
Serialized Fields
-
locale
Locale locale
-
service
VaadinService service
-
-
-
Class com.vaadin.flow.server.UIInitEvent
class UIInitEvent extends EventObject implements Serializable-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.UnsupportedBrowserHandler
class UnsupportedBrowserHandler extends Object implements Serializable -
Exception com.vaadin.flow.server.UploadException
class UploadException extends Exception implements Serializable -
Class com.vaadin.flow.server.VaadinService
class VaadinService extends Object implements Serializable-
Serialized Fields
-
atmosphereAvailable
boolean atmosphereAvailable
-
bootstrapInitialPredicate
BootstrapInitialPredicate bootstrapInitialPredicate
-
bootstrapUrlPredicate
BootstrapUrlPredicate bootstrapUrlPredicate
-
classLoader
ClassLoader classLoader
-
dependencyFilters
Iterable<DependencyFilter> dependencyFilters
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
Should never be used directly, always useVaadinService.getDeploymentConfiguration()
. -
initialized
boolean initialized
Set to true whenVaadinService.init()
has been run. -
instantiator
Instantiator instantiator
-
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. -
requestHandlers
Iterable<RequestHandler> requestHandlers
-
router
Router router
-
serviceDestroyListeners
Set<ServiceDestroyListener> serviceDestroyListeners
-
sessionDestroyListeners
List<SessionDestroyListener> sessionDestroyListeners
-
sessionInitListeners
List<SessionInitListener> sessionInitListeners
-
systemMessagesProvider
SystemMessagesProvider systemMessagesProvider
-
uiInitListeners
List<UIInitListener> uiInitListeners
-
vaadinContext
VaadinContext vaadinContext
-
vaadinRequestInterceptors
Iterable<VaadinRequestInterceptor> vaadinRequestInterceptors
-
-
-
Class com.vaadin.flow.server.VaadinServlet
class VaadinServlet extends jakarta.servlet.http.HttpServlet implements Serializable-
Serialized Fields
-
isServletInitialized
boolean isServletInitialized
-
servletService
VaadinServletService servletService
-
staticFileHandler
StaticFileHandler staticFileHandler
-
-
-
Class com.vaadin.flow.server.VaadinServletConfig
class VaadinServletConfig extends Object implements Serializable -
Class com.vaadin.flow.server.VaadinServletContext
class VaadinServletContext extends Object implements Serializable -
Class com.vaadin.flow.server.VaadinServletService
class VaadinServletService extends VaadinService implements Serializable-
Serialized Fields
-
contextResolver
ServiceContextUriResolver contextResolver
-
servlet
VaadinServlet servlet
Should never be used directly, always useVaadinServletService.getServlet()
.
-
-
-
Class com.vaadin.flow.server.VaadinSession
class VaadinSession extends Object implements Serializable-
Serialization Methods
-
readObject
Override default deserialization logic to account for transientVaadinSession.pendingAccessQueue
.- Parameters:
stream
- the object to read- Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
attributes
Attributes attributes
-
browser
WebBrowser browser
-
configuration
DeploymentConfiguration configuration
Configuration for the session. -
cumulativeRequestDuration
long cumulativeRequestDuration
-
errorHandler
ErrorHandler errorHandler
Session wide error handler which is used by default if an error is left unhandled. -
lastLocked
long lastLocked
-
lastRequestDuration
long lastRequestDuration
-
lastRequestTimestamp
long lastRequestTimestamp
-
lastUnlocked
long lastUnlocked
-
locale
Locale locale
Default locale of the session. -
nextUIId
int nextUIId
-
pushId
String pushId
-
requestHandlers
LinkedList<RequestHandler> requestHandlers
-
sessionClosedExplicitly
boolean sessionClosedExplicitly
-
state
VaadinSessionState state
-
-
-
Class com.vaadin.flow.server.Version
class Version extends Object implements Serializable -
Class com.vaadin.flow.server.WebBrowser
class WebBrowser extends Object implements Serializable-
Serialized Fields
-
address
String address
-
browserApplication
String browserApplication
-
browserDetails
BrowserDetails browserDetails
-
locale
Locale locale
-
secureConnection
boolean secureConnection
-
-
-
Class com.vaadin.flow.server.WrappedHttpSession
class WrappedHttpSession extends Object implements Serializable-
Serialized Fields
-
session
jakarta.servlet.http.HttpSession session
-
-
-
-
Package com.vaadin.flow.server.auth
-
Class com.vaadin.flow.server.auth.AccessAnnotationChecker
class AccessAnnotationChecker extends Object implements Serializable -
Class com.vaadin.flow.server.auth.AccessCheckResult
class AccessCheckResult extends Object implements Serializable-
Serialized Fields
-
decision
AccessCheckDecision decision
-
reason
String reason
-
-
-
Class com.vaadin.flow.server.auth.AnnotatedViewAccessChecker
class AnnotatedViewAccessChecker extends Object implements Serializable-
Serialized Fields
-
accessAnnotationChecker
AccessAnnotationChecker accessAnnotationChecker
-
-
-
Class com.vaadin.flow.server.auth.DefaultAccessCheckDecisionResolver
class DefaultAccessCheckDecisionResolver extends Object implements Serializable -
Class com.vaadin.flow.server.auth.RoutePathAccessChecker
class RoutePathAccessChecker extends Object implements Serializable-
Serialized Fields
-
accessPathChecker
AccessPathChecker accessPathChecker
-
-
-
Class com.vaadin.flow.server.auth.ViewAccessChecker
class ViewAccessChecker extends Object implements Serializable-
Serialized Fields
-
accessAnnotationChecker
AccessAnnotationChecker accessAnnotationChecker
Deprecated, for removal: This API element is subject to removal in a future version. -
enabled
boolean enabled
Deprecated, for removal: This API element is subject to removal in a future version. -
loginUrl
String loginUrl
Deprecated, for removal: This API element is subject to removal in a future version. -
loginView
Class<? extends Component> loginView
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
-
Package com.vaadin.flow.server.communication
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection
class AtmospherePushConnection extends Object implements Serializable-
Serialization Methods
-
readObject
Reinitializes this PushConnection after deserialization. The connection is initially in disconnected state; the client will handle the reconnecting.- Parameters:
stream
- the object to read- Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found
-
-
Serialized Fields
-
disconnecting
boolean disconnecting
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage
class FragmentedMessage extends Object implements Serializable-
Serialized Fields
-
message
StringBuilder message
-
messageLength
int messageLength
-
-
-
Class com.vaadin.flow.server.communication.FaviconHandler
class FaviconHandler extends Object implements Serializable -
Class com.vaadin.flow.server.communication.HeartbeatHandler
class HeartbeatHandler extends SynchronizedRequestHandler implements Serializable -
Class com.vaadin.flow.server.communication.IndexHtmlRequestHandler
class IndexHtmlRequestHandler extends JavaScriptBootstrapHandler implements Serializable -
Class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler
class JavaScriptBootstrapHandler extends BootstrapHandler implements Serializable -
Class com.vaadin.flow.server.communication.LongPollingCacheFilter
class LongPollingCacheFilter extends Object implements Serializable -
Class com.vaadin.flow.server.communication.MetadataWriter
class MetadataWriter extends Object implements Serializable-
Serialized Fields
-
timeoutInterval
int timeoutInterval
-
-
-
Class com.vaadin.flow.server.communication.PushAtmosphereHandler
class PushAtmosphereHandler extends org.atmosphere.handler.AbstractReflectorAtmosphereHandler implements Serializable-
Serialized Fields
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PushRequestHandler
class PushRequestHandler extends Object implements Serializable-
Serialized Fields
-
atmosphere
org.atmosphere.cpr.AtmosphereFramework atmosphere
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PwaHandler
class PwaHandler extends Object implements Serializable-
Serialized Fields
-
isInitialized
boolean isInitialized
-
pwaRegistryGetter
SerializableSupplier<PwaRegistry> pwaRegistryGetter
-
requestHandlerMap
Map<String,
RequestHandler> requestHandlerMap
-
-
-
Class com.vaadin.flow.server.communication.ReturnChannelHandler
class ReturnChannelHandler extends AbstractRpcInvocationHandler implements Serializable -
Class com.vaadin.flow.server.communication.ServerRpcHandler
class ServerRpcHandler extends Object implements Serializable -
Exception com.vaadin.flow.server.communication.ServerRpcHandler.InvalidUIDLSecurityKeyException
class InvalidUIDLSecurityKeyException extends GeneralSecurityException implements Serializable -
Exception com.vaadin.flow.server.communication.ServerRpcHandler.ResynchronizationRequiredException
class ResynchronizationRequiredException extends RuntimeException implements Serializable -
Class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest
class RpcRequest extends Object implements Serializable-
Serialized Fields
-
clientToServerMessageId
int clientToServerMessageId
-
csrfToken
String csrfToken
-
invocations
elemental.json.JsonArray invocations
-
json
elemental.json.JsonObject json
-
resynchronize
boolean resynchronize
-
syncId
int syncId
-
-
-
Class com.vaadin.flow.server.communication.SessionRequestHandler
class SessionRequestHandler extends Object implements Serializable -
Class com.vaadin.flow.server.communication.StreamReceiverHandler
class StreamReceiverHandler extends Object implements Serializable-
Serialized Fields
-
fileCountMax
long fileCountMax
-
fileSizeMax
long fileSizeMax
-
requestSizeMax
long requestSizeMax
-
-
-
Exception com.vaadin.flow.server.communication.StreamReceiverHandler.UploadInterruptedException
class UploadInterruptedException extends Exception implements Serializable -
Class com.vaadin.flow.server.communication.StreamRequestHandler
class StreamRequestHandler extends Object implements Serializable-
Serialized Fields
-
receiverHandler
StreamReceiverHandler receiverHandler
-
resourceHandler
StreamResourceHandler resourceHandler
-
-
-
Class com.vaadin.flow.server.communication.StreamResourceHandler
class StreamResourceHandler extends Object implements Serializable -
Class com.vaadin.flow.server.communication.UidlRequestHandler
class UidlRequestHandler extends SynchronizedRequestHandler implements Serializable-
Serialized Fields
-
rpcHandler
AtomicReference<ServerRpcHandler> rpcHandler
-
-
-
Class com.vaadin.flow.server.communication.UidlWriter
class UidlWriter extends Object implements Serializable -
Class com.vaadin.flow.server.communication.UidlWriter.ResolveContext
class ResolveContext extends Object implements Serializable-
Serialized Fields
-
browser
WebBrowser browser
-
service
VaadinService service
-
-
-
Class com.vaadin.flow.server.communication.WebComponentBootstrapHandler
class WebComponentBootstrapHandler extends BootstrapHandler implements Serializable -
Class com.vaadin.flow.server.communication.WebComponentProvider
class WebComponentProvider extends SynchronizedRequestHandler implements Serializable-
Serialized Fields
-
cache
ConcurrentHashMap<String,
String> cache
-
-
-
-
Package com.vaadin.flow.server.communication.rpc
-
Class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler
class AbstractRpcInvocationHandler extends Object implements Serializable -
Class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler
class AttachExistingElementRpcHandler extends AbstractRpcInvocationHandler implements Serializable -
Class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler
class AttachTemplateChildRpcHandler extends AbstractRpcInvocationHandler implements Serializable -
Class com.vaadin.flow.server.communication.rpc.DefaultRpcDecoder
class DefaultRpcDecoder extends Object implements Serializable -
Class com.vaadin.flow.server.communication.rpc.EventRpcHandler
class EventRpcHandler extends AbstractRpcInvocationHandler implements Serializable -
Class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler
class MapSyncRpcHandler extends AbstractRpcInvocationHandler implements Serializable -
Class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler
class PublishedServerEventHandlerRpcHandler extends AbstractRpcInvocationHandler implements Serializable -
Exception com.vaadin.flow.server.communication.rpc.RpcDecodeException
class RpcDecodeException extends Exception implements Serializable -
Class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder
class StringToEnumDecoder extends Object implements Serializable -
Class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder
class StringToNumberDecoder extends Object implements Serializable
-
-
Package com.vaadin.flow.server.communication.streaming
-
Class com.vaadin.flow.server.communication.streaming.StreamingEndEventImpl
class StreamingEndEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable -
Class com.vaadin.flow.server.communication.streaming.StreamingErrorEventImpl
class StreamingErrorEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable-
Serialized Fields
-
exception
Exception exception
-
-
-
Class com.vaadin.flow.server.communication.streaming.StreamingProgressEventImpl
class StreamingProgressEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable -
Class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl
class StreamingStartEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable-
Serialized Fields
-
disposed
boolean disposed
-
-
-
-
Package com.vaadin.flow.server.frontend
-
Exception com.vaadin.flow.server.frontend.CompressionException
class CompressionException extends RuntimeException implements Serializable -
Class com.vaadin.flow.server.frontend.FrontendToolsLocator
class FrontendToolsLocator extends Object implements Serializable -
Class com.vaadin.flow.server.frontend.FrontendToolsSettings
class FrontendToolsSettings extends Object implements Serializable-
Serialized Fields
-
alternativeDirGetter
SerializableSupplier<String> alternativeDirGetter
-
autoUpdate
boolean autoUpdate
-
baseDir
String baseDir
-
forceAlternativeNode
boolean forceAlternativeNode
-
ignoreVersionChecks
boolean ignoreVersionChecks
-
nodeDownloadRoot
URI nodeDownloadRoot
-
nodeVersion
String nodeVersion
-
useGlobalPnpm
boolean useGlobalPnpm
-
-
-
Exception com.vaadin.flow.server.frontend.FrontendUtils.CommandExecutionException
class CommandExecutionException extends Exception implements Serializable -
Exception com.vaadin.flow.server.frontend.FrontendUtils.UnknownVersionException
class UnknownVersionException extends Exception implements Serializable -
Class com.vaadin.flow.server.frontend.FrontendVersion
class FrontendVersion extends Object implements Serializable-
Serialized Fields
-
buildIdentifier
String buildIdentifier
Build identifier. For example "nightly-20091123-c9963" in 6.2.0.nightly-20091123-c9963. -
buildIdentifierParser
Pattern buildIdentifierParser
Parses the buildIdentifier to String + Integer. For instance beta1 returns 'beta' and '1' -
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. -
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.
-
-
-
Class com.vaadin.flow.server.frontend.FrontendWebComponentGenerator
class FrontendWebComponentGenerator extends Object implements Serializable-
Serialized Fields
-
finder
ClassFinder finder
-
-
-
Record Class com.vaadin.flow.server.frontend.NodeTasks.NodeTasksLockInfo
class NodeTasksLockInfo extends Record implements Serializable-
Serialized Fields
-
commandLine
String commandLine
-
pid
long pid
-
-
-
Class com.vaadin.flow.server.frontend.Options
class Options extends Object implements Serializable-
Serialized Fields
-
buildDirectoryName
String buildDirectoryName
-
bundleBuild
boolean bundleBuild
-
ciBuild
boolean ciBuild
-
classFinder
ClassFinder classFinder
-
cleanNpmFiles
boolean cleanNpmFiles
-
compressBundle
boolean compressBundle
-
copyTemplates
boolean copyTemplates
-
createMissingPackageJson
boolean createMissingPackageJson
-
enableBun
boolean enableBun
-
enableImportsUpdate
boolean enableImportsUpdate
-
enablePackagesUpdate
boolean enablePackagesUpdate
-
enablePnpm
boolean enablePnpm
-
enableWebpackConfigUpdate
boolean enableWebpackConfigUpdate
-
featureFlags
FeatureFlags featureFlags
-
forceProductionBuild
boolean forceProductionBuild
-
frontendDirectory
File frontendDirectory
-
frontendGeneratedFolder
File frontendGeneratedFolder
-
frontendHotdeploy
boolean frontendHotdeploy
-
generateEmbeddableWebComponents
boolean generateEmbeddableWebComponents
-
jarFiles
Set<File> jarFiles
-
jarFrontendResourcesFolder
File jarFrontendResourcesFolder
-
javaResourceFolder
File javaResourceFolder
The resource folder for java resources. -
localResourcesFolder
File localResourcesFolder
-
lookup
Lookup lookup
-
nodeAutoUpdate
boolean nodeAutoUpdate
-
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 toNodeInstaller.DEFAULT_NODEJS_DOWNLOAD_ROOT
. -
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 "v20.14.0". -
npmFolder
File npmFolder
-
postinstallPackages
List<String> postinstallPackages
Additional npm packages to run postinstall for. -
productionMode
boolean productionMode
Default is true here so we do not accidentally include development stuff into production. -
requireHomeNodeExec
boolean requireHomeNodeExec
-
resourceOutputDirectory
File resourceOutputDirectory
-
runNpmInstall
boolean runNpmInstall
-
skipDevBundle
boolean skipDevBundle
-
tokenFile
File tokenFile
-
tokenFileData
elemental.json.JsonObject tokenFileData
-
useByteCodeScanner
boolean useByteCodeScanner
-
useGlobalPnpm
boolean useGlobalPnpm
-
webappResourcesDirectory
File webappResourcesDirectory
-
-
-
Class com.vaadin.flow.server.frontend.TaskUpdateSettingsFile
class TaskUpdateSettingsFile extends Object implements Serializable-
Serialized Fields
-
-
Class com.vaadin.flow.server.frontend.TaskUpdateVite
class TaskUpdateVite extends Object implements Serializable -
Exception com.vaadin.flow.server.frontend.UnknownTaskException
class UnknownTaskException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.server.frontend.installer
-
Exception com.vaadin.flow.server.frontend.installer.ArchiveExtractionException
class ArchiveExtractionException extends Exception implements Serializable -
Exception com.vaadin.flow.server.frontend.installer.InstallationException
class InstallationException extends Exception implements Serializable -
Class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy
class Proxy extends Object implements Serializable-
Serialized Fields
-
-
-
Package com.vaadin.flow.server.frontend.scanner
-
Class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder
class CachedClassFinder extends Object implements Serializable-
Serialized Fields
-
annotatedClassesMapCache
Map<Class<? extends Annotation>,
Set<Class<?>>> annotatedClassesMapCache -
classFinder
ClassFinder classFinder
-
-
-
Class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder
class DefaultClassFinder extends Object implements Serializable-
Serialized Fields
-
classes
LinkedHashSet<Class<?>> classes
-
-
-
Class com.vaadin.flow.server.frontend.scanner.CssData
class CssData extends Object implements Serializable -
Class com.vaadin.flow.server.frontend.scanner.EntryPointData
class EntryPointData extends Object implements Serializable-
Serialized Fields
-
css
LinkedHashSet<CssData> css
-
dependencyTriggers
List<String> dependencyTriggers
-
eager
boolean eager
-
modules
LinkedHashSet<String> modules
-
modulesDevelopmentOnly
LinkedHashSet<String> modulesDevelopmentOnly
-
name
String name
-
reachableClasses
Set<String> reachableClasses
-
scripts
LinkedHashSet<String> scripts
-
scriptsDevelopmentOnly
LinkedHashSet<String> scriptsDevelopmentOnly
-
type
EntryPointType type
-
-
-
Class com.vaadin.flow.server.frontend.scanner.FrontendDependencies
class FrontendDependencies extends com.vaadin.flow.server.frontend.scanner.AbstractDependenciesScanner implements Serializable-
Serialized Fields
-
devPackages
HashMap<String,
String> devPackages -
eagerRoutes
Set<String> eagerRoutes
-
entryPoints
HashMap<String,
EntryPointData> entryPoints -
packages
HashMap<String,
String> packages -
pwaConfiguration
PwaConfiguration pwaConfiguration
-
routeClass
Class<? extends Annotation> routeClass
-
themeDefinition
ThemeDefinition themeDefinition
-
themeInstance
AbstractTheme themeInstance
-
visitedClasses
Map<String,
ClassInfo> visitedClasses
-
-
-
-
Package com.vaadin.flow.server.startup
-
Class com.vaadin.flow.server.startup.AbstractAnnotationValidator
class AbstractAnnotationValidator extends Object implements Serializable -
Class com.vaadin.flow.server.startup.AbstractConfigurationFactory
class AbstractConfigurationFactory extends Object implements Serializable -
Class com.vaadin.flow.server.startup.AbstractRouteRegistryInitializer
class AbstractRouteRegistryInitializer extends Object implements Serializable-
Serialized Fields
-
pwaClass
Class<?> pwaClass
-
-
-
Class com.vaadin.flow.server.startup.AnnotationValidator
class AnnotationValidator extends AbstractAnnotationValidator implements Serializable -
Class com.vaadin.flow.server.startup.ApplicationRouteRegistry
class ApplicationRouteRegistry extends AbstractRouteRegistry implements Serializable-
Serialized Fields
-
context
VaadinContext context
-
pwaConfigurationClass
AtomicReference<Class<?>> pwaConfigurationClass
-
routeFilters
ArrayList<NavigationTargetFilter> routeFilters
-
-
-
Class com.vaadin.flow.server.startup.ApplicationRouteRegistry.ApplicationRouteRegistryWrapper
class ApplicationRouteRegistryWrapper extends Object implements Serializable-
Serialized Fields
-
registry
ApplicationRouteRegistry registry
-
-
-
Class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory
class DefaultApplicationConfigurationFactory extends AbstractConfigurationFactory implements Serializable -
Class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl
class ApplicationConfigurationImpl extends AbstractPropertyConfiguration implements Serializable-
Serialized Fields
-
context
VaadinContext context
-
-
-
Class com.vaadin.flow.server.startup.RouteRegistryInitializer
class RouteRegistryInitializer extends AbstractRouteRegistryInitializer implements Serializable -
Class com.vaadin.flow.server.startup.VaadinAppShellInitializer
class VaadinAppShellInitializer extends Object implements Serializable -
Exception com.vaadin.flow.server.startup.VaadinInitializerException
class VaadinInitializerException extends Exception implements Serializable -
Class com.vaadin.flow.server.startup.WebComponentExporterAwareValidator
class WebComponentExporterAwareValidator extends AbstractAnnotationValidator implements Serializable
-
-
Package com.vaadin.flow.server.webcomponent
-
Class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl
class PropertyConfigurationImpl extends Object implements Serializable-
Serialized Fields
-
componentClass
Class<C extends Component> componentClass
-
data
PropertyData<P extends Serializable> data
-
onChangeHandler
SerializableBiConsumer<C extends Component,
Serializable> onChangeHandler
-
-
-
Class com.vaadin.flow.server.webcomponent.PropertyData
class PropertyData extends Object implements Serializable-
Serialized Fields
-
defaultValue
P extends Serializable defaultValue
-
name
String name
-
readOnly
boolean readOnly
-
type
Class<P extends Serializable> type
-
-
-
Exception com.vaadin.flow.server.webcomponent.UnsupportedPropertyTypeException
class UnsupportedPropertyTypeException extends RuntimeException implements Serializable -
Class com.vaadin.flow.server.webcomponent.WebComponentBinding
class WebComponentBinding extends Object implements Serializable-
Serialized Fields
-
component
C extends Component component
-
properties
HashMap<String,
com.vaadin.flow.server.webcomponent.WebComponentBinding.PropertyBinding<? extends Serializable>> properties
-
-
-
Class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry
class WebComponentConfigurationRegistry extends Object implements Serializable-
Serialized Fields
-
bootstrapElements
ArrayList<Element> bootstrapElements
-
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.
-
configurationMap
HashMap<String,
WebComponentConfiguration<? extends Component>> configurationMap -
configurationsSet
boolean configurationsSet
-
embeddedAppAnnotations
HashMap<Class<? extends Annotation>,
Annotation> embeddedAppAnnotations
-
-
-
Class com.vaadin.flow.server.webcomponent.WebComponentExporterTagExtractor
class WebComponentExporterTagExtractor extends Object implements Serializable -
Class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter
class WebComponentModulesWriter extends Object implements Serializable -
Class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter.DirectoryWriter
class DirectoryWriter extends Object implements Serializable
-
-
Package com.vaadin.flow.shared
-
Package com.vaadin.flow.shared.communication
-
Package com.vaadin.flow.shared.ui
-
Package com.vaadin.flow.shared.util
-
Package com.vaadin.flow.spring
-
Class com.vaadin.flow.spring.DevModeBrowserLauncher
class DevModeBrowserLauncher extends Object implements Serializable -
Class com.vaadin.flow.spring.SpringApplicationConfigurationFactory
class SpringApplicationConfigurationFactory extends DefaultApplicationConfigurationFactory implements Serializable -
Class com.vaadin.flow.spring.SpringInstantiator
class SpringInstantiator extends DefaultInstantiator implements Serializable-
Serialized Fields
-
context
org.springframework.context.ApplicationContext context
-
loggingEnabled
AtomicBoolean loggingEnabled
-
-
-
Class com.vaadin.flow.spring.SpringServlet
class SpringServlet extends VaadinServlet implements Serializable-
Serialized Fields
-
context
org.springframework.context.ApplicationContext context
-
rootMapping
boolean rootMapping
-
-
-
Class com.vaadin.flow.spring.SpringVaadinServletService
class SpringVaadinServletService extends VaadinServletService implements Serializable-
Serialized Fields
-
serviceDestroyRegistration
Registration serviceDestroyRegistration
-
-
-
Class com.vaadin.flow.spring.SpringVaadinSession
class SpringVaadinSession extends VaadinSession implements Serializable-
Serialized Fields
-
destroyListeners
List<SessionDestroyListener> destroyListeners
-
-
-
Class com.vaadin.flow.spring.SpringViewAccessChecker
class SpringViewAccessChecker extends ViewAccessChecker implements Serializable
-
-
Package com.vaadin.flow.spring.data
-
Package com.vaadin.flow.spring.i18n
-
Class com.vaadin.flow.spring.i18n.DefaultI18NProviderFactory
class DefaultI18NProviderFactory extends Object implements Serializable
-
-
Package com.vaadin.flow.spring.scopes
-
Class com.vaadin.flow.spring.scopes.VaadinRouteScope
class VaadinRouteScope extends com.vaadin.flow.spring.scopes.AbstractScope implements Serializable
-
-
Package com.vaadin.flow.spring.security
-
Class com.vaadin.flow.spring.security.SpringAccessPathChecker
class SpringAccessPathChecker extends Object implements Serializable-
Serialized Fields
-
urlMapping
String urlMapping
-
-
-
Class com.vaadin.flow.spring.security.VaadinRolePrefixHolder
class VaadinRolePrefixHolder extends Object implements Serializable-
Serialized Fields
-
rolePrefix
String rolePrefix
-
rolePrefixSet
boolean rolePrefixSet
-
-
-
Class com.vaadin.flow.spring.security.ViewAccessCheckerInitializer
class ViewAccessCheckerInitializer extends Object implements Serializable-
Serialized Fields
-
viewAccessChecker
ViewAccessChecker viewAccessChecker
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Package com.vaadin.flow.theme
-
Class com.vaadin.flow.theme.ThemeDefinition
class ThemeDefinition extends Object implements Serializable-
Serialized Fields
-
name
String name
-
theme
Class<? extends AbstractTheme> theme
-
variant
String variant
-
-
-
-
Package com.vaadin.flow.theme.lumo
-
Class com.vaadin.flow.theme.lumo.Lumo
class Lumo extends Object implements Serializable
-
-
Package com.vaadin.flow.theme.material
-
Class com.vaadin.flow.theme.material.Material
class Material extends Object implements Serializable
-
-
Package com.vaadin.testbench.internal
-
Package com.vaadin.testbench.screenshot
-
Class com.vaadin.testbench.screenshot.ReferenceImageRepresentation
class ReferenceImageRepresentation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
representations
List<ReferenceImageRepresentation.HashRepresentation> representations
-
-
Class com.vaadin.testbench.screenshot.ReferenceImageRepresentation.HashRepresentation
class HashRepresentation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
hash
String hash
-
-
-
Package com.vaadin.testbench.unit
-
Exception com.vaadin.testbench.unit.UIUnitTestSetupException
class UIUnitTestSetupException extends RuntimeException implements Serializable
-
-
Package com.vaadin.testbench.unit.mocks
-
Class com.vaadin.testbench.unit.mocks.MockContext
class MockContext extends Object implements Serializable-
Serialized Fields
-
-
Class com.vaadin.testbench.unit.mocks.MockedUI
class MockedUI extends UI implements Serializable -
Class com.vaadin.testbench.unit.mocks.MockHttpSession
class MockHttpSession extends Object implements Serializable-
Serialized Fields
-
attributes
ConcurrentHashMap<String,
Object> attributes -
creationTime
long creationTime
-
maxInactiveInterval
int maxInactiveInterval
-
servletContext
jakarta.servlet.ServletContext servletContext
-
sessionId
String sessionId
-
valid
AtomicBoolean valid
-
-
-
Class com.vaadin.testbench.unit.mocks.MockInstantiator
class MockInstantiator extends Object implements Serializable-
Serialized Fields
-
delegate
Instantiator delegate
-
-
-
Class com.vaadin.testbench.unit.mocks.MockService
class MockService extends VaadinServletService implements Serializable-
Serialized Fields
-
uiFactory
kotlin.jvm.functions.Function0<UI> uiFactory
-
-
-
Class com.vaadin.testbench.unit.mocks.MockSpringServlet
class MockSpringServlet extends SpringServlet implements Serializable-
Serialized Fields
-
ctx
org.springframework.context.ApplicationContext ctx
-
routes
com.vaadin.testbench.unit.internal.Routes routes
-
uiFactory
kotlin.jvm.functions.Function0<UI> uiFactory
-
-
-
Class com.vaadin.testbench.unit.mocks.MockSpringServletService
class MockSpringServletService extends SpringVaadinServletService implements Serializable-
Serialized Fields
-
uiFactory
kotlin.jvm.functions.Function0<UI> uiFactory
-
-
-
Class com.vaadin.testbench.unit.mocks.MockSpringVaadinSession
class MockSpringVaadinSession extends SpringVaadinSession implements Serializable-
Serialized Fields
-
uiFactory
kotlin.jvm.functions.Function0<UI> uiFactory
-
-
-
Class com.vaadin.testbench.unit.mocks.MockVaadinServlet
class MockVaadinServlet extends VaadinServlet implements Serializable-
Serialized Fields
-
routes
com.vaadin.testbench.unit.internal.Routes routes
-
uiFactory
kotlin.jvm.functions.Function0<UI> uiFactory
-
-
-
Class com.vaadin.testbench.unit.mocks.MockVaadinSession
class MockVaadinSession extends VaadinSession implements Serializable-
Serialized Fields
-
uiFactory
kotlin.jvm.functions.Function0<UI> uiFactory
-
-
-