Serialized Form
-
Package com.vaadin.experimental
-
Class com.vaadin.experimental.CoreFeatureFlagProvider
class CoreFeatureFlagProvider extends Object implements Serializable -
Exception Class com.vaadin.experimental.DisabledFeatureException
class DisabledFeatureException extends RuntimeException implements Serializable -
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
-
isPropertiesFileChecked
boolean isPropertiesFileChecked
-
isSystemPropertiesChecked
boolean isSystemPropertiesChecked
-
lookup
Lookup lookup
-
propertiesFolder
File propertiesFolder
-
-
-
Class com.vaadin.experimental.FeatureFlags.FeatureFlagsWrapper
class FeatureFlagsWrapper extends Object implements Serializable-
Serialized Fields
-
featureFlags
FeatureFlags featureFlags
-
-
-
Class com.vaadin.experimental.FlowComponentsFeatureFlagProvider
class FlowComponentsFeatureFlagProvider extends Object implements Serializable -
Class com.vaadin.experimental.HillaFeatureFlagProvider
class HillaFeatureFlagProvider extends Object implements Serializable -
Exception Class 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-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
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 -
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-
Serialized Fields
-
safelistSupplier
SerializableSupplier<org.jsoup.safety.Safelist> safelistSupplier
Supplies the jsoup safelist used to sanitize all content applied to this component, ornullwhen no safelist was configured. A supplier is stored (rather than aSafelist) becauseSafelistis not 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.ScrollIntoViewOption.Block
class Block extends Object implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class com.vaadin.flow.component.ScrollIntoViewOption.Inline
class Inline extends Object implements Serializable-
Serialized Fields
-
value
String value
-
-
-
Class com.vaadin.flow.component.ScrollOptions
class ScrollOptions extends Object implements Serializable-
Serialized Fields
-
behavior
ScrollOptions.Behavior behavior
Deprecated, for removal: This API element is subject to removal in a future version. -
block
ScrollOptions.Alignment block
Deprecated, for removal: This API element is subject to removal in a future version. -
inline
ScrollOptions.Alignment inline
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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
-
allowEventsFromNestedModals
boolean allowEventsFromNestedModals
-
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
-
mode
DisabledUpdateMode mode
-
modifiers
Set<Key> modifiers
-
ownerToken
String ownerToken
-
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.SignalPropertySupport
class SignalPropertySupport extends Object implements Serializable-
Serialized Fields
-
owner
Component owner
-
registration
Registration registration
-
signal
Signal<T extends @Nullable Object> signal
-
value
T extends @Nullable Object value
-
valueChangeConsumer
SerializableConsumer<T extends @Nullable Object> valueChangeConsumer
-
-
-
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
-
localeSignal
ValueSignal<Locale> localeSignal
-
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
Deprecated, for removal: This API element is subject to removal in a future version.Reference to the client outlet element wrapper.This field should not be set directly for any reason; assigning a new value has no effect on the application. It is maintained internally and will be removed in a future version.
- Since:
- 24.0
-
-
-
Class com.vaadin.flow.component.UI.BrowserRefreshEvent
-
Serialized Fields
-
refreshRouteChain
boolean refreshRouteChain
-
-
-
Class com.vaadin.flow.component.UI.ClientViewPlaceholder
class ClientViewPlaceholder extends Component implements Serializable -
Exception Class 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.clipboard
-
Class com.vaadin.flow.component.clipboard.Clipboard
class Clipboard extends Object implements Serializable -
Class com.vaadin.flow.component.clipboard.ClipboardBinding
class ClipboardBinding extends Object implements Serializable-
Serialized Fields
-
trigger
Trigger trigger
-
-
-
Class com.vaadin.flow.component.clipboard.ClipboardContent
class ClipboardContent extends Object implements Serializable-
Serialized Fields
-
htmlInput
@Nullable Action.Input<String> htmlInput
-
imageInput
@Nullable Action.Input<?> imageInput
-
textInput
@Nullable Action.Input<String> textInput
-
-
-
Record Class com.vaadin.flow.component.clipboard.ClipboardPayload
class ClipboardPayload extends Record implements Serializable -
Record Class com.vaadin.flow.component.clipboard.PasteComplete
class PasteComplete extends Record implements Serializable-
Serialized Fields
-
pasteId
long pasteId
The field for thepasteIdrecord component. -
receivedFiles
int receivedFiles
The field for thereceivedFilesrecord component.
-
-
-
Class com.vaadin.flow.component.clipboard.PasteEvent
class PasteEvent extends Object implements Serializable -
Record Class com.vaadin.flow.component.clipboard.PasteFile
class PasteFile extends Record implements Serializable-
Serialized Fields
-
bytes
byte[] bytes
The field for thebytesrecord component. -
contentType
@Nullable String contentType
The field for thecontentTyperecord component. -
fileName
String fileName
The field for thefileNamerecord component. -
newPaste
boolean newPaste
The field for thenewPasterecord component. -
pasteId
long pasteId
The field for thepasteIdrecord component. -
size
long size
The field for thesizerecord component. -
totalFiles
int totalFiles
The field for thetotalFilesrecord component.
-
-
-
Class com.vaadin.flow.component.clipboard.PasteFileHandler
class PasteFileHandler extends Object implements Serializable -
Class com.vaadin.flow.component.clipboard.PasteFileHandler.BatchBuilder
class BatchBuilder extends Object implements Serializable-
Serialized Fields
-
onComplete
SerializableConsumer<PasteComplete> onComplete
-
onFile
SerializableConsumer<PasteFile> onFile
-
onStart
SerializableConsumer<PasteStart> onStart
-
-
-
Record Class com.vaadin.flow.component.clipboard.PasteOptions
class PasteOptions extends Record implements Serializable-
Serialized Fields
-
includeInputFieldPastes
boolean includeInputFieldPastes
The field for theincludeInputFieldPastesrecord component.
-
-
-
Record Class com.vaadin.flow.component.clipboard.PasteStart
class PasteStart extends Record implements Serializable-
Serialized Fields
-
pasteId
long pasteId
The field for thepasteIdrecord component. -
totalFiles
int totalFiles
The field for thetotalFilesrecord component.
-
-
-
-
Package com.vaadin.flow.component.fullscreen
-
Class com.vaadin.flow.component.fullscreen.Fullscreen
class Fullscreen extends Object implements Serializable -
Class com.vaadin.flow.component.fullscreen.FullscreenBinding
class FullscreenBinding extends Object implements Serializable-
Serialized Fields
-
trigger
Trigger trigger
-
-
-
-
Package com.vaadin.flow.component.geolocation
-
Class com.vaadin.flow.component.geolocation.Geolocation
class Geolocation extends Object implements Serializable -
Record Class com.vaadin.flow.component.geolocation.GeolocationCoordinates
class GeolocationCoordinates extends Record implements Serializable-
Serialized Fields
-
accuracy
double accuracy
The field for theaccuracyrecord component. -
altitude
@Nullable Double altitude
The field for thealtituderecord component. -
altitudeAccuracy
@Nullable Double altitudeAccuracy
The field for thealtitudeAccuracyrecord component. -
heading
@Nullable Double heading
The field for theheadingrecord component. -
latitude
double latitude
The field for thelatituderecord component. -
longitude
double longitude
The field for thelongituderecord component. -
speed
@Nullable Double speed
The field for thespeedrecord component.
-
-
-
Record Class com.vaadin.flow.component.geolocation.GeolocationError
class GeolocationError extends Record implements Serializable -
Record Class com.vaadin.flow.component.geolocation.GeolocationOptions
class GeolocationOptions extends Record implements Serializable-
Serialized Fields
-
enableHighAccuracy
@Nullable Boolean enableHighAccuracy
The field for theenableHighAccuracyrecord component. -
maximumAge
@Nullable Integer maximumAge
The field for themaximumAgerecord component. -
timeout
@Nullable Integer timeout
The field for thetimeoutrecord component.
-
-
-
Class com.vaadin.flow.component.geolocation.GeolocationOptions.Builder
class Builder extends Object implements Serializable -
Record Class com.vaadin.flow.component.geolocation.GeolocationPending
class GeolocationPending extends Record implements Serializable -
Record Class com.vaadin.flow.component.geolocation.GeolocationPosition
class GeolocationPosition extends Record implements Serializable-
Serialized Fields
-
coords
GeolocationCoordinates coords
The field for thecoordsrecord component. -
timestamp
long timestamp
The field for thetimestamprecord component.
-
-
-
Class com.vaadin.flow.component.geolocation.GeolocationWatcher
class GeolocationWatcher extends Object implements Serializable-
Serialized Fields
-
activeSignal
ValueSignal<Boolean> activeSignal
-
activeSignalReadOnly
Signal<Boolean> activeSignalReadOnly
-
detachRegistration
@Nullable Registration detachRegistration
-
handle
@Nullable GeolocationClient.WatchHandle handle
-
listeners
List<com.vaadin.flow.component.geolocation.GeolocationWatcher.PositionListener> listeners
-
options
GeolocationOptions options
-
owner
Component owner
-
pendingAttachActivation
@Nullable Registration pendingAttachActivation
-
positionSignal
ValueSignal<GeolocationResult> positionSignal
-
positionSignalReadOnly
Signal<GeolocationResult> positionSignalReadOnly
-
-
-
-
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
-
valueSetFromSignal
boolean valueSetFromSignal
-
-
-
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
-
dependencyIdToDependency
Map<String,
Dependency> dependencyIdToDependency -
sentToClient
Set<String> sentToClient
-
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
-
countedIn
UIInternals countedIn
The UI internals whose undelivered invocation count includes this invocation, ornullif it is not counted, either because its owner does not belong to a UI or because it is no longer waiting to be sent.Only ever set to the internals of the UI that the owner belongs to, so this reaches nothing that the owner does not reach anyway. That also makes it safe to serialize: an invocation restored with its UI keeps updating the count that was restored with it.
-
errorHandler
SerializableConsumer<String> errorHandler
-
invocation
UIInternals.JavaScriptInvocation invocation
-
owner
StateNode owner
-
sentToBrowser
boolean sentToBrowser
-
successHandler
SerializableConsumer<tools.jackson.databind.JsonNode> 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
-
geolocationAvailabilitySignal
ValueSignal<GeolocationAvailability> geolocationAvailabilitySignal
-
geolocationClient
GeolocationClient geolocationClient
-
geolocationClientAvailabilityRegistration
Registration geolocationClientAvailabilityRegistration
-
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
-
lastRequestResponse
String lastRequestResponse
-
lastUpdateSentTimestamp
Instant lastUpdateSentTimestamp
-
listeners
HashMap<Class<?>,
List<?>> listeners -
locationForRefresh
Location locationForRefresh
-
modalComponentStack
ArrayDeque<Component> modalComponentStack
-
nextJsInitializerId
int nextJsInitializerId
-
pendingJsInvocationOwners
Set<StateNode> pendingJsInvocationOwners
The owners of everything currently inUIInternals.pendingJsInvocations. Detaching a component tree unregisters every node in it, so this keeps the check that runs for each of them down to a single lookup. -
pendingJsInvocations
Set<PendingJavaScriptInvocation> pendingJsInvocations
-
pendingStyleSheetRemovals
Set<String> pendingStyleSheetRemovals
-
pendingTitleUpdateCanceler
PendingJavaScriptResult pendingTitleUpdateCanceler
-
pushConnection
PushConnection pushConnection
-
readonlyRouterStateSignal
Signal<RouterState> readonlyRouterStateSignal
-
routerStateSignal
ValueSignal<RouterState> routerStateSignal
-
routerTargetChain
ArrayList<HasElement> routerTargetChain
-
screenOrientationListenerInstalled
boolean screenOrientationListenerInstalled
-
screenOrientationReadOnly
Signal<ScreenOrientationData> screenOrientationReadOnly
-
screenOrientationSignal
ValueSignal<ScreenOrientationData> screenOrientationSignal
-
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. -
undeliveredJsInvocations
int undeliveredJsInvocations
The number of JavaScript invocations that have been scheduled for the related UI without being sent to the client. Kept here instead of on the individual state nodes to avoid growing the size of every node.Serialized together with the invocations that make up the count, each of which references these internals until it stops being counted, so a UI that has been through a serialization round trip keeps counting where it left off.
-
undeliveredJsInvocationsWarningLogged
boolean undeliveredJsInvocationsWarningLogged
-
viewLocation
Location viewLocation
-
wakeLockActiveReadOnly
Signal<Boolean> wakeLockActiveReadOnly
-
wakeLockActiveSignal
ValueSignal<Boolean> wakeLockActiveSignal
-
wakeLockAvailabilityReadOnly
Signal<WakeLockAvailability> wakeLockAvailabilityReadOnly
-
wakeLockAvailabilitySignal
ValueSignal<WakeLockAvailability> wakeLockAvailabilitySignal
-
wakeLockListenerInstalled
boolean wakeLockListenerInstalled
-
webShareSupportReadOnly
Signal<WebShareSupport> webShareSupportReadOnly
-
webShareSupportSignal
ValueSignal<WebShareSupport> webShareSupportSignal
-
wrapperElement
Element wrapperElement
-
-
-
Class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation
class JavaScriptInvocation extends Object 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
-
colorScheme
ColorScheme.Value colorScheme
-
devicePixelRatio
double devicePixelRatio
-
dstInEffect
boolean dstInEffect
-
dstSavings
int dstSavings
-
navigatorPlatform
String navigatorPlatform
-
rawTimezoneOffset
int rawTimezoneOffset
-
screenHeight
int screenHeight
-
screenWidth
int screenWidth
-
themeName
String themeName
-
timeZoneId
String timeZoneId
-
timezoneOffset
int timezoneOffset
-
touchDevice
boolean touchDevice
-
ui
UI ui
-
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-
Serialized Fields
-
history
History history
-
pageVisibilityReadOnly
Signal<PageVisibility> pageVisibilityReadOnly
-
pageVisibilitySignal
ValueSignal<PageVisibility> pageVisibilitySignal
-
resizeListeners
ArrayList<BrowserWindowResizeListener> resizeListeners
-
resizeReceiver
DomListenerRegistration resizeReceiver
-
ui
UI ui
-
windowSizeSignal
ValueSignal<WindowSize> windowSizeSignal
-
-
-
Exception Class com.vaadin.flow.component.page.PendingJavaScriptResult.JavaScriptException
class JavaScriptException extends RuntimeException implements Serializable -
Record Class com.vaadin.flow.component.page.WindowSize
class WindowSize extends Record implements Serializable
-
-
Package com.vaadin.flow.component.screenorientation
-
Class com.vaadin.flow.component.screenorientation.ScreenOrientation
class ScreenOrientation extends Object implements Serializable -
Record Class com.vaadin.flow.component.screenorientation.ScreenOrientationData
class ScreenOrientationData extends Record implements Serializable-
Serialized Fields
-
angle
int angle
The field for theanglerecord component. -
type
ScreenOrientationType type
The field for thetyperecord component.
-
-
-
Record Class com.vaadin.flow.component.screenorientation.ScreenOrientationLockError
class ScreenOrientationLockError extends Record implements Serializable-
Serialized Fields
-
debugInfo
String debugInfo
The field for thedebugInforecord component. -
errorCode
ScreenOrientationLockErrorCode errorCode
The field for theerrorCoderecord component.
-
-
-
-
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.trigger.internal
-
Class com.vaadin.flow.component.trigger.internal.Action
class Action extends Object implements Serializable -
Class com.vaadin.flow.component.trigger.internal.Action.Input
class Input extends Object implements Serializable -
Class com.vaadin.flow.component.trigger.internal.CallbackAction
class CallbackAction extends Action implements Serializable-
Serialized Fields
-
channelByNode
Map<StateNode,
ReturnChannelRegistration> channelByNode -
dispatch
SerializableConsumer<tools.jackson.databind.node.ArrayNode> dispatch
-
source
@Nullable Action.Input<? extends T> source
-
-
-
Class com.vaadin.flow.component.trigger.internal.ClickTrigger
class ClickTrigger extends MouseEventTrigger implements Serializable -
Class com.vaadin.flow.component.trigger.internal.DomEventTrigger
class DomEventTrigger extends Trigger implements Serializable-
Serialized Fields
-
eventName
String eventName
-
-
-
Class com.vaadin.flow.component.trigger.internal.DoubleClickTrigger
class DoubleClickTrigger extends MouseEventTrigger implements Serializable -
Class com.vaadin.flow.component.trigger.internal.DownloadAction
class DownloadAction extends Action implements Serializable-
Serialized Fields
-
filenameInput
@Nullable Action.Input<String> filenameInput
-
urlInput
Action.Input<String> urlInput
-
-
-
Class com.vaadin.flow.component.trigger.internal.HandlerInput
-
Class com.vaadin.flow.component.trigger.internal.ImageBlobInput
-
Serialized Fields
-
source
Element source
-
-
-
Class com.vaadin.flow.component.trigger.internal.LiteralInput
-
Serialized Fields
-
value
T value
-
-
-
Class com.vaadin.flow.component.trigger.internal.MouseEventTrigger
class MouseEventTrigger extends DomEventTrigger implements Serializable -
Class com.vaadin.flow.component.trigger.internal.MouseEventTrigger.EventData
class EventData extends Object implements Serializable -
Class com.vaadin.flow.component.trigger.internal.OpenInNewTabAction
class OpenInNewTabAction extends Action implements Serializable-
Serialized Fields
-
featuresInput
Action.Input<String> featuresInput
-
urlInput
Action.Input<String> urlInput
-
-
-
Class com.vaadin.flow.component.trigger.internal.PromiseAction
class PromiseAction extends Action implements Serializable-
Serialized Fields
-
channelByNode
Map<StateNode,
ReturnChannelRegistration> channelByNode -
onError
@Nullable SerializableConsumer<PromiseAction.Error> onError
-
onSuccess
@Nullable SerializableConsumer<@Nullable T> onSuccess
-
payloadType
@Nullable Class<T> payloadType
-
-
-
Record Class com.vaadin.flow.component.trigger.internal.PromiseAction.Error
class Error extends Record implements Serializable -
Class com.vaadin.flow.component.trigger.internal.PropertyInput
-
Class com.vaadin.flow.component.trigger.internal.ReadFromClipboardAction
-
Class com.vaadin.flow.component.trigger.internal.RequestFullscreenAction
-
Class com.vaadin.flow.component.trigger.internal.SetPropertyAction
class SetPropertyAction extends Action implements Serializable-
Serialized Fields
-
propertyName
String propertyName
-
source
Action.Input<? extends T> source
-
target
Element target
-
-
-
Class com.vaadin.flow.component.trigger.internal.SetSignalAction
-
Class com.vaadin.flow.component.trigger.internal.SignalInput
-
Record Class com.vaadin.flow.component.trigger.internal.Size
class Size extends Record implements Serializable -
Class com.vaadin.flow.component.trigger.internal.SizeTrigger
class SizeTrigger extends Trigger implements Serializable -
Class com.vaadin.flow.component.trigger.internal.SizeTrigger.EventData
class EventData extends Object implements Serializable -
Class com.vaadin.flow.component.trigger.internal.TimeoutTrigger
class TimeoutTrigger extends Trigger implements Serializable-
Serialized Fields
-
delayMillis
long delayMillis
-
-
-
Class com.vaadin.flow.component.trigger.internal.Trigger
class Trigger extends Object implements Serializable-
Serialized Fields
-
armed
boolean armed
-
host
Element host
-
registrations
List<Registration> registrations
-
-
-
Class com.vaadin.flow.component.trigger.internal.WriteToClipboardAction
-
Serialized Fields
-
htmlInput
@Nullable Action.Input<String> htmlInput
-
imageInput
@Nullable Action.Input<?> imageInput
-
textInput
@Nullable Action.Input<String> textInput
-
-
-
-
Package com.vaadin.flow.component.wakelock
-
Record Class com.vaadin.flow.component.wakelock.WakeLockError
class WakeLockError extends Record implements Serializable-
Serialized Fields
-
code
WakeLockErrorCode code
The field for thecoderecord component. -
message
String message
The field for themessagerecord component.
-
-
-
-
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.component.webshare
-
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.BindingContext
class BindingContext extends EffectContext implements Serializable -
Class com.vaadin.flow.dom.DomEvent
class DomEvent extends EventObject implements Serializable-
Serialized Fields
-
eventData
tools.jackson.databind.JsonNode 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.ElementEffect
class ElementEffect extends Object implements Serializable-
Serialized Fields
-
attachedScope
Registration attachedScope
-
effect
Effect effect
-
effectFunction
ContextualEffectAction effectFunction
-
errorHandler
@Nullable SerializableBiConsumer<Exception,
Element> errorHandler Error handler used by the active effect action.nullmeans exceptions are re-thrown (probe / unattached mode). -
owner
Element owner
-
-
-
Class com.vaadin.flow.dom.JsFunction
class JsFunction extends Object 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
-
Class com.vaadin.flow.dom.SignalBinding
class SignalBinding extends Object implements Serializable-
Serialized Fields
-
changeCallbacks
List<SerializableConsumer<BindingContext<T extends @Nullable Object>>> changeCallbacks
-
initialContext
BindingContext<T extends @Nullable Object> initialContext
-
-
-
-
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.ElementJsInitializerRegistration
class ElementJsInitializerRegistration extends Object implements Serializable-
Serialized Fields
-
attachListenerRegistration
Registration attachListenerRegistration
-
initializerId
int initializerId
-
node
StateNode node
-
removed
boolean removed
-
scheduled
boolean scheduled
-
sent
boolean sent
-
userFunction
JsFunction userFunction
-
-
-
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
-
-
-
Class com.vaadin.flow.i18n.TranslationFileRequestHandler
class TranslationFileRequestHandler extends SynchronizedRequestHandler implements Serializable-
Serialized Fields
-
chunkData
Map<String,
String[]> chunkData -
classLoader
ClassLoader classLoader
-
i18NProvider
I18NProvider i18NProvider
-
-
-
-
Package com.vaadin.flow.internal
-
Class com.vaadin.flow.internal.ActiveStyleSheetTracker
class ActiveStyleSheetTracker extends Object implements Serializable -
Class com.vaadin.flow.internal.BeanUtil
class BeanUtil extends Object implements Serializable -
Class com.vaadin.flow.internal.BootstrapHandlerHelper
class BootstrapHandlerHelper extends Object implements Serializable -
Exception Class com.vaadin.flow.internal.CompressionException
class CompressionException extends RuntimeException 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
tools.jackson.databind.JsonNode 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
-
-
-
Exception Class com.vaadin.flow.internal.FrontendUtils.CommandExecutionException
class CommandExecutionException extends Exception implements Serializable -
Exception Class com.vaadin.flow.internal.FrontendUtils.UnknownVersionException
class UnknownVersionException extends Exception implements Serializable -
Class com.vaadin.flow.internal.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.
-
-
-
Exception Class com.vaadin.flow.internal.JsonDecodingException
class JsonDecodingException extends RuntimeException implements Serializable -
Exception Class com.vaadin.flow.internal.JsonEncodingException
class JsonEncodingException extends RuntimeException implements Serializable -
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.SignalFieldTransfer
class SignalFieldTransfer extends Object implements Serializable -
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
-
preparingForResync
boolean preparingForResync
-
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.UnmodifiableProperties
class UnmodifiableProperties extends Properties implements Serializable -
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
-
-
-
Record Class com.vaadin.flow.internal.nodefeature.NodeMap.InternalSignalBinding
class InternalSignalBinding extends Record implements Serializable-
Serialized Fields
-
signal
Signal<?> signal
The field for thesignalrecord component. -
value
Serializable value
The field for thevaluerecord component. -
writeCallback
SerializableConsumer<?> writeCallback
The field for thewriteCallbackrecord component.
-
-
-
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 Class 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.SignalBindingFeature
class SignalBindingFeature 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.internal.streams
-
Package com.vaadin.flow.router
-
Class com.vaadin.flow.router.AbstractRouteNotFoundError
class AbstractRouteNotFoundError extends Component implements Serializable -
Exception Class 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<? extends Component> 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
-
useForwardCallback
boolean useForwardCallback
-
-
-
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 Class 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
-
-
-
Record Class com.vaadin.flow.router.MenuData
class MenuData extends Record implements Serializable-
Serialized Fields
-
exclude
boolean exclude
The field for theexcluderecord component. -
icon
String icon
The field for theiconrecord component. -
menuClass
Class<? extends Component> menuClass
The field for themenuClassrecord component. -
order
Double order
The field for theorderrecord component. -
title
String title
The field for thetitlerecord component.
-
-
-
Exception Class com.vaadin.flow.router.NotFoundException
class NotFoundException extends RuntimeException implements Serializable -
Record Class com.vaadin.flow.router.PageTitleContext
class PageTitleContext extends Record implements Serializable-
Serialized Fields
-
navigationTarget
Class<? extends Component> navigationTarget
The field for thenavigationTargetrecord component. -
queryParameters
QueryParameters queryParameters
The field for thequeryParametersrecord component. -
routeParameters
RouteParameters routeParameters
The field for therouteParametersrecord component. -
value
String value
The field for thevaluerecord component.
-
-
-
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
-
menuData
MenuData menuData
-
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 -
Record Class com.vaadin.flow.router.RouteParentContext
class RouteParentContext extends Record implements Serializable-
Serialized Fields
-
navigationTarget
Class<? extends Component> navigationTarget
The field for thenavigationTargetrecord component. -
routeParameters
RouteParameters routeParameters
The field for therouteParametersrecord component.
-
-
-
Class com.vaadin.flow.router.Router
class Router extends Object implements Serializable-
Serialized Fields
-
registry
RouteRegistry registry
-
routeResolver
RouteResolver routeResolver
-
-
-
Record Class com.vaadin.flow.router.RouteReference
class RouteReference extends Record implements Serializable-
Serialized Fields
-
navigationTarget
Class<? extends Component> navigationTarget
The field for thenavigationTargetrecord component. -
routeParameters
RouteParameters routeParameters
The field for therouteParametersrecord component.
-
-
-
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
-
-
-
Record Class com.vaadin.flow.router.RouterState
class RouterState extends Record implements Serializable-
Serialized Fields
-
activeChain
List<HasElement> activeChain
The field for theactiveChainrecord component. -
location
Location location
The field for thelocationrecord component. -
navigationTarget
Class<? extends Component> navigationTarget
The field for thenavigationTargetrecord component. -
routeParameters
RouteParameters routeParameters
The field for therouteParametersrecord component.
-
-
-
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
-
layouts
Map<String,
Class<? extends RouterLayout>> layouts -
routesChangedListeners
CopyOnWriteArrayList<RoutesChangedListener> routesChangedListeners
-
-
-
Class com.vaadin.flow.router.internal.ClientTarget
class ClientTarget extends RouteTarget implements Serializable-
Serialized Fields
-
template
String template
-
-
-
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.ParameterInfo
class ParameterInfo extends Object implements Serializable -
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
-
annotatedRoute
boolean annotatedRoute
-
parentLayouts
List<Class<? extends RouterLayout>> parentLayouts
-
registeredAtStartup
boolean registeredAtStartup
-
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.AbstractSessionLockEvent
class AbstractSessionLockEvent extends EventObject implements Serializable -
Class com.vaadin.flow.server.AbstractStreamResource
class AbstractStreamResource extends Object implements Serializable-
Serialized Fields
-
cacheTime
long cacheTime
-
id
String id
-
-
-
Exception Class 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
-
auraAutoLoadWarningLogged
boolean auraAutoLoadWarningLogged
-
-
-
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 Class 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
-
maxRequestBodySize
long maxRequestBodySize
-
productionMode
boolean productionMode
-
pushMode
PushMode pushMode
-
pushServletMapping
String pushServletMapping
-
requestTiming
boolean requestTiming
-
sendUrlsAsParameters
boolean sendUrlsAsParameters
-
sessionLockCheckStrategy
SessionLockCheckStrategy sessionLockCheckStrategy
-
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 -
Class com.vaadin.flow.server.FrontendDependencyUrlResolver
class FrontendDependencyUrlResolver extends Object 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 Class com.vaadin.flow.server.InvalidApplicationConfigurationException
class InvalidApplicationConfigurationException extends RuntimeException implements Serializable -
Exception Class com.vaadin.flow.server.InvalidCustomElementNameException
class InvalidCustomElementNameException extends RuntimeException implements Serializable -
Exception Class com.vaadin.flow.server.InvalidI18NConfigurationException
class InvalidI18NConfigurationException extends RuntimeException implements Serializable -
Exception Class com.vaadin.flow.server.InvalidMenuAccessControlException
class InvalidMenuAccessControlException extends RuntimeException implements Serializable -
Exception Class com.vaadin.flow.server.InvalidRouteConfigurationException
class InvalidRouteConfigurationException extends RuntimeException implements Serializable -
Exception Class com.vaadin.flow.server.InvalidRouteLayoutConfigurationException
class InvalidRouteLayoutConfigurationException extends RuntimeException implements Serializable -
Exception Class com.vaadin.flow.server.NoInputStreamException
class NoInputStreamException extends Exception implements Serializable -
Exception Class 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
-
baseImageUrl
URL baseImageUrl
-
icons
List<PwaIcon> icons
-
manifestJson
String manifestJson
-
offlineHash
long offlineHash
-
offlineHtml
String offlineHtml
-
pwaConfiguration
PwaConfiguration pwaConfiguration
-
runtimeServiceWorkerJs
String runtimeServiceWorkerJs
-
-
-
Exception Class com.vaadin.flow.server.RequestBodyTooLargeException
class RequestBodyTooLargeException extends IOException implements Serializable-
Serialized Fields
-
maxBodySize
long maxBodySize
-
-
-
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 Class 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
-
executor
Executor executor
-
-
-
Class com.vaadin.flow.server.SessionDestroyEvent
class SessionDestroyEvent extends EventObject implements Serializable-
Serialized Fields
-
session
VaadinSession session
-
-
-
Exception Class 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.SessionLockAcquiredEvent
class SessionLockAcquiredEvent extends AbstractSessionLockEvent implements Serializable -
Class com.vaadin.flow.server.SessionLockEvent
class SessionLockEvent extends AbstractSessionLockEvent implements Serializable -
Class com.vaadin.flow.server.SessionLockReleasedEvent
class SessionLockReleasedEvent extends AbstractSessionLockEvent implements Serializable -
Class com.vaadin.flow.server.SessionLockRequestedEvent
class SessionLockRequestedEvent extends AbstractSessionLockEvent implements Serializable -
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
Deprecated, for removal: This API element is subject to removal in a future version. -
node
StateNode node
Deprecated, for removal: This API element is subject to removal in a future version. -
streamVariable
StreamVariable streamVariable
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Class com.vaadin.flow.server.StreamResource
class StreamResource extends AbstractStreamResource implements Serializable-
Serialized Fields
-
fileName
String fileName
Deprecated, for removal: This API element is subject to removal in a future version. -
headers
Map<String,
String> headers Deprecated, for removal: This API element is subject to removal in a future version. -
resolver
ContentTypeResolver resolver
Deprecated, for removal: This API element is subject to removal in a future version. -
writer
StreamResourceWriter writer
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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.StreamResourceRegistry.ElementStreamResource
class ElementStreamResource extends AbstractStreamResource implements Serializable-
Serialized Fields
-
elementRequestHandler
ElementRequestHandler elementRequestHandler
-
owner
Element owner
-
-
-
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
-
syncErrorCaption
String syncErrorCaption
-
syncErrorMessage
String syncErrorMessage
-
syncErrorNotificationEnabled
boolean syncErrorNotificationEnabled
-
syncErrorURL
String syncErrorURL
-
-
-
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 Class 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
-
defaultExecutorInUse
boolean defaultExecutorInUse
-
dependencyFilters
Iterable<DependencyFilter> dependencyFilters
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
Should never be used directly, always useVaadinService.getDeploymentConfiguration(). -
eventBus
VaadinServiceEventBus eventBus
-
executor
Executor executor
-
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
-
systemMessagesProvider
SystemMessagesProvider systemMessagesProvider
-
vaadinContext
VaadinContext vaadinContext
-
vaadinRequestInterceptors
Iterable<VaadinRequestInterceptor> vaadinRequestInterceptors
-
-
-
Class com.vaadin.flow.server.VaadinServiceEventBus
class VaadinServiceEventBus extends Object implements Serializable-
Serialized Fields
-
listeners
Map<Class<? extends EventObject>,
CopyOnWriteArrayList<SerializableConsumer<?>>> listeners -
service
VaadinService service
-
-
-
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
-
cumulativeRequestDuration
long cumulativeRequestDuration
-
destroyListeners
List<SessionDestroyListener> destroyListeners
-
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
Locale value used for serialization. The signal is the runtime source of truth; this field is only used to persist the value across serialization. -
nextUIId
int nextUIId
-
pushId
String pushId
-
requestHandlers
LinkedList<RequestHandler> requestHandlers
-
sessionClosedExplicitly
boolean sessionClosedExplicitly
-
sessionLockCheckStrategy
SessionLockCheckStrategy sessionLockCheckStrategy
-
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
-
browserDetails
BrowserDetails browserDetails
-
locale
Locale locale
-
secureConnection
boolean secureConnection
-
userAgent
String userAgent
-
-
-
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.DefaultMenuAccessControl
class DefaultMenuAccessControl extends Object implements Serializable-
Serialized Fields
-
populateClientSideMenu
MenuAccessControl.PopulateClientMenu populateClientSideMenu
-
-
-
Class com.vaadin.flow.server.auth.RoutePathAccessChecker
class RoutePathAccessChecker extends Object implements Serializable-
Serialized Fields
-
accessPathChecker
AccessPathChecker accessPathChecker
-
-
-
-
Package com.vaadin.flow.server.communication
-
Class com.vaadin.flow.server.communication.AbstractRpcInvocationEvent
class AbstractRpcInvocationEvent extends EventObject implements Serializable -
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
AtomicBoolean 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
-
-
-
Exception Class com.vaadin.flow.server.communication.MultipartConfigurationException
class MultipartConfigurationException extends RuntimeException implements Serializable -
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.RpcInvocationEndedEvent
class RpcInvocationEndedEvent extends AbstractRpcInvocationEvent implements Serializable -
Class com.vaadin.flow.server.communication.RpcInvocationEvent
class RpcInvocationEvent extends AbstractRpcInvocationEvent implements Serializable -
Class com.vaadin.flow.server.communication.RpcInvocationFailedEvent
class RpcInvocationFailedEvent extends AbstractRpcInvocationEvent implements Serializable -
Class com.vaadin.flow.server.communication.RpcInvocationStartedEvent
class RpcInvocationStartedEvent extends AbstractRpcInvocationEvent implements Serializable -
Class com.vaadin.flow.server.communication.ServerRpcHandler
class ServerRpcHandler extends Object implements Serializable -
Exception Class com.vaadin.flow.server.communication.ServerRpcHandler.ClientResentPayloadException
class ClientResentPayloadException extends RuntimeException implements Serializable -
Exception Class com.vaadin.flow.server.communication.ServerRpcHandler.InvalidUIDLSecurityKeyException
class InvalidUIDLSecurityKeyException extends GeneralSecurityException implements Serializable -
Exception Class com.vaadin.flow.server.communication.ServerRpcHandler.MessageIdSyncException
class MessageIdSyncException extends Exception implements Serializable-
Serialized Fields
-
expectedId
int expectedId
-
receivedId
int receivedId
-
-
-
Exception Class 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
tools.jackson.databind.node.ArrayNode invocations
-
json
tools.jackson.databind.JsonNode 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 Class 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
-
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 Class 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.data
-
Class com.vaadin.flow.server.data.AbstractDataCountEvent
class AbstractDataCountEvent extends EventObject implements Serializable-
Serialized Fields
-
filtered
boolean filtered
-
-
-
Class com.vaadin.flow.server.data.AbstractDataFetchEvent
class AbstractDataFetchEvent extends EventObject implements Serializable-
Serialized Fields
-
filtered
boolean filtered
-
limit
int limit
-
offset
int offset
-
-
-
Class com.vaadin.flow.server.data.DataCountEndedEvent
class DataCountEndedEvent extends AbstractDataCountEvent implements Serializable-
Serialized Fields
-
count
int count
-
-
-
Class com.vaadin.flow.server.data.DataCountFailedEvent
class DataCountFailedEvent extends AbstractDataCountEvent implements Serializable -
Class com.vaadin.flow.server.data.DataCountStartedEvent
class DataCountStartedEvent extends AbstractDataCountEvent implements Serializable -
Class com.vaadin.flow.server.data.DataFetchEndedEvent
class DataFetchEndedEvent extends AbstractDataFetchEvent implements Serializable-
Serialized Fields
-
rowsReturned
int rowsReturned
-
-
-
Class com.vaadin.flow.server.data.DataFetchFailedEvent
class DataFetchFailedEvent extends AbstractDataFetchEvent implements Serializable -
Class com.vaadin.flow.server.data.DataFetchStartedEvent
class DataFetchStartedEvent extends AbstractDataFetchEvent implements Serializable
-
-
Package com.vaadin.flow.server.dau
-
Exception Class com.vaadin.flow.server.dau.DauEnforcementException
class DauEnforcementException extends RuntimeException implements Serializable -
Class com.vaadin.flow.server.dau.DAUVaadinRequestInterceptor
class DAUVaadinRequestInterceptor extends Object implements Serializable-
Serialized Fields
-
applicationName
String applicationName
-
userIdentitySupplier
UserIdentitySupplier userIdentitySupplier
-
-
-
Record Class com.vaadin.flow.server.dau.EnforcementNotificationMessages
class EnforcementNotificationMessages extends Record implements Serializable -
Record Class com.vaadin.flow.server.dau.UserIdentityContext
class UserIdentityContext extends Record implements Serializable-
Serialized Fields
-
request
VaadinRequest request
The field for therequestrecord component. -
session
VaadinSession session
The field for thesessionrecord component.
-
-
-
-
Package com.vaadin.flow.server.menu
-
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.BaseLicenseCheckerServiceInitListener
class BaseLicenseCheckerServiceInitListener extends Object implements Serializable -
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 Class 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.streams
-
Class com.vaadin.flow.server.streams.AbstractDownloadHandler
class AbstractDownloadHandler extends TransferProgressAwareHandler<DownloadEvent,R extends AbstractDownloadHandler> implements Serializable -
Serialized Fields
-
inline
boolean inline
-
-
-
Class com.vaadin.flow.server.streams.AbstractFileUploadHandler
class AbstractFileUploadHandler extends AbstractUploadHandler<R extends AbstractFileUploadHandler> implements Serializable-
Serialized Fields
-
fileFactory
FileFactory fileFactory
-
successCallback
FileUploadCallback successCallback
-
-
-
Class com.vaadin.flow.server.streams.AbstractUploadHandler
class AbstractUploadHandler extends TransferProgressAwareHandler<UploadEvent,R extends AbstractUploadHandler> implements Serializable -
Serialized Fields
-
validators
List<UploadValidator> validators
-
-
-
Class com.vaadin.flow.server.streams.ClassDownloadHandler
class ClassDownloadHandler extends AbstractDownloadHandler<ClassDownloadHandler> implements Serializable -
Class com.vaadin.flow.server.streams.DownloadResponse
class DownloadResponse extends Object implements Serializable -
Class com.vaadin.flow.server.streams.FileDownloadHandler
class FileDownloadHandler extends AbstractDownloadHandler<FileDownloadHandler> implements Serializable -
Class com.vaadin.flow.server.streams.FileUploadHandler
class FileUploadHandler extends AbstractFileUploadHandler<FileUploadHandler> implements Serializable -
Class com.vaadin.flow.server.streams.InMemoryUploadHandler
class InMemoryUploadHandler extends AbstractUploadHandler<InMemoryUploadHandler> implements Serializable-
Serialized Fields
-
successCallback
InMemoryUploadCallback successCallback
-
-
-
Class com.vaadin.flow.server.streams.InputStreamDownloadHandler
class InputStreamDownloadHandler extends AbstractDownloadHandler<InputStreamDownloadHandler> implements Serializable-
Serialized Fields
-
callback
InputStreamDownloadCallback callback
-
fileNameOverride
String fileNameOverride
-
-
-
Class com.vaadin.flow.server.streams.ServletResourceDownloadHandler
class ServletResourceDownloadHandler extends AbstractDownloadHandler<ServletResourceDownloadHandler> implements Serializable -
Class com.vaadin.flow.server.streams.TemporaryFileFactory
class TemporaryFileFactory extends Object implements Serializable -
Class com.vaadin.flow.server.streams.TemporaryFileUploadHandler
class TemporaryFileUploadHandler extends AbstractFileUploadHandler<TemporaryFileUploadHandler> implements Serializable -
Class com.vaadin.flow.server.streams.TransferProgressAwareHandler
class TransferProgressAwareHandler extends Object implements Serializable-
Serialized Fields
-
listeners
List<TransferProgressListener> listeners
-
ui
UI ui
UI that the transfer was started with. Set from context if not given.
-
-
-
Record Class com.vaadin.flow.server.streams.UploadHandler.MixedUploadResponse
class MixedUploadResponse extends Record implements Serializable-
Serialized Fields
-
accepted
List<String> accepted
The field for theacceptedrecord component. -
rejected
List<UploadResult.RejectedFile> rejected
The field for therejectedrecord component.
-
-
-
Record Class com.vaadin.flow.server.streams.UploadHandler.RejectedFilesResponse
class RejectedFilesResponse extends Record implements Serializable-
Serialized Fields
-
rejected
List<UploadResult.RejectedFile> rejected
The field for therejectedrecord component.
-
-
-
Exception Class com.vaadin.flow.server.streams.UploadRejectedException
class UploadRejectedException extends IOException implements Serializable -
Record Class com.vaadin.flow.server.streams.UploadResult
class UploadResult extends Record implements Serializable-
Serialized Fields
-
acceptedFiles
List<String> acceptedFiles
The field for theacceptedFilesrecord component. -
exception
Exception exception
The field for theexceptionrecord component. -
rejectedFiles
List<UploadResult.RejectedFile> rejectedFiles
The field for therejectedFilesrecord component. -
response
VaadinResponse response
The field for theresponserecord component. -
success
boolean success
The field for thesuccessrecord component.
-
-
-
Record Class com.vaadin.flow.server.streams.UploadResult.RejectedFile
class RejectedFile extends Record 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 Class 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.signals
-
Exception Class com.vaadin.flow.signals.BindingActiveException
class BindingActiveException extends IllegalStateException implements Serializable -
Exception Class com.vaadin.flow.signals.DeniedSignalUsageException
class DeniedSignalUsageException extends IllegalStateException implements Serializable -
Class com.vaadin.flow.signals.EffectContext
class EffectContext extends Object implements Serializable-
Serialized Fields
-
backgroundChange
boolean backgroundChange
-
initialRun
boolean initialRun
-
-
-
Record Class com.vaadin.flow.signals.Id
class Id extends Record implements Serializable-
Serialized Fields
-
value
long value
The field for thevaluerecord component.
-
-
-
Exception Class com.vaadin.flow.signals.MissingSignalUsageException
class MissingSignalUsageException extends IllegalStateException implements Serializable -
Record Class com.vaadin.flow.signals.Node.Alias
class Alias extends Record implements Serializable -
Record Class com.vaadin.flow.signals.Node.Data
class Data extends Record implements Serializable-
Serialized Fields
-
lastUpdate
Id lastUpdate
The field for thelastUpdaterecord component. -
listChildren
List<Id> listChildren
The field for thelistChildrenrecord component. -
mapChildren
Map<String,
Id> mapChildren The field for themapChildrenrecord component. -
parent
@Nullable Id parent
The field for theparentrecord component. -
scopeOwner
@Nullable Id scopeOwner
The field for thescopeOwnerrecord component. -
value
@Nullable tools.jackson.databind.JsonNode value
The field for thevaluerecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.AdoptAsCommand
class AdoptAsCommand extends Record implements Serializable -
Record Class com.vaadin.flow.signals.SignalCommand.AdoptAtCommand
class AdoptAtCommand extends Record implements Serializable-
Serialized Fields
-
childId
Id childId
The field for thechildIdrecord component. -
commandId
Id commandId
The field for thecommandIdrecord component. -
position
SharedListSignal.ListPosition position
The field for thepositionrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.ClearCommand
class ClearCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.ClearOwnerCommand
class ClearOwnerCommand extends Record implements Serializable -
Record Class com.vaadin.flow.signals.SignalCommand.IncrementCommand
class IncrementCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
delta
double delta
The field for thedeltarecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.InsertCommand
class InsertCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
position
SharedListSignal.ListPosition position
The field for thepositionrecord component. -
scopeOwner
@Nullable Id scopeOwner
The field for thescopeOwnerrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component. -
value
@Nullable tools.jackson.databind.JsonNode value
The field for thevaluerecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.KeyCondition
class KeyCondition extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
expectedChild
@Nullable Id expectedChild
The field for theexpectedChildrecord component. -
key
String key
The field for thekeyrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.LastUpdateCondition
class LastUpdateCondition extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
expectedLastUpdate
Id expectedLastUpdate
The field for theexpectedLastUpdaterecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.PositionCondition
class PositionCondition extends Record implements Serializable-
Serialized Fields
-
childId
Id childId
The field for thechildIdrecord component. -
commandId
Id commandId
The field for thecommandIdrecord component. -
position
SharedListSignal.ListPosition position
The field for thepositionrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.PutCommand
class PutCommand extends Record implements Serializable-
Serialized Fields
-
-
Record Class com.vaadin.flow.signals.SignalCommand.PutIfAbsentCommand
class PutIfAbsentCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
key
String key
The field for thekeyrecord component. -
scopeOwner
@Nullable Id scopeOwner
The field for thescopeOwnerrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component. -
value
@Nullable tools.jackson.databind.JsonNode value
The field for thevaluerecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.RemoveByKeyCommand
class RemoveByKeyCommand extends Record implements Serializable -
Record Class com.vaadin.flow.signals.SignalCommand.RemoveCommand
class RemoveCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
expectedParentId
@Nullable Id expectedParentId
The field for theexpectedParentIdrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.SetCommand
class SetCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component. -
value
@Nullable tools.jackson.databind.JsonNode value
The field for thevaluerecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.SnapshotCommand
class SnapshotCommand extends Record implements Serializable -
Record Class com.vaadin.flow.signals.SignalCommand.TransactionCommand
class TransactionCommand extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
commands
List<SignalCommand> commands
The field for thecommandsrecord component.
-
-
-
Record Class com.vaadin.flow.signals.SignalCommand.ValueCondition
class ValueCondition extends Record implements Serializable-
Serialized Fields
-
commandId
Id commandId
The field for thecommandIdrecord component. -
expectedValue
@Nullable tools.jackson.databind.JsonNode expectedValue
The field for theexpectedValuerecord component. -
targetNodeId
Id targetNodeId
The field for thetargetNodeIdrecord component.
-
-
-
-
Package com.vaadin.flow.signals.function
-
Package com.vaadin.flow.signals.impl
-
Class com.vaadin.flow.signals.impl.CachedSignal
-
Serialized Fields
-
dependencyRegistration
@Nullable Registration dependencyRegistration
-
dependentCount
int dependentCount
-
generation
long generation
-
inner
Signal<T extends @Nullable Object> inner
-
lock
LeafLock lock
-
-
-
Class com.vaadin.flow.signals.impl.Effect
class Effect extends Object implements Serializable-
Serialized Fields
-
action
@Nullable SerializableRunnable action
-
dispatcher
SerializableExecutor dispatcher
-
firstRun
boolean firstRun
-
generation
long generation
-
invalidatedFromBackground
boolean invalidatedFromBackground
-
invalidateScheduled
AtomicBoolean invalidateScheduled
-
lock
LeafLock lock
-
ownerUI
@Nullable UI ownerUI
-
passivated
boolean passivated
-
registrations
List<Registration> registrations
-
usages
List<UsageTracker.Usage> usages
-
-
-
Class com.vaadin.flow.signals.impl.LeafLock
class LeafLock extends Object implements Serializable-
Serialized Fields
-
lock
ReentrantLock lock
-
name
String name
-
-
-
Class com.vaadin.flow.signals.impl.Transaction
class Transaction extends Object implements Serializable
-
-
Package com.vaadin.flow.signals.local
-
Class com.vaadin.flow.signals.local.AbstractLocalSignal
class AbstractLocalSignal extends Object implements Serializable-
Serialized Fields
-
listeners
List<TransientListener> listeners
-
lock
ReentrantLock lock
-
signalValue
T extends @Nullable Object signalValue
-
version
int version
-
-
-
Class com.vaadin.flow.signals.local.ListSignal
class ListSignal extends AbstractLocalSignal<@NonNull List<ValueSignal<T extends @Nullable Object>>> implements Serializable-
Serialized Fields
-
equalityChecker
SerializableBiPredicate<T extends @Nullable Object,
T extends @Nullable Object> equalityChecker
-
-
-
Class com.vaadin.flow.signals.local.ValueSignal
-
Serialized Fields
-
equalityChecker
SerializableBiPredicate<T extends @Nullable Object,
T extends @Nullable Object> equalityChecker -
modifyRunning
boolean modifyRunning
-
-
-
-
Package com.vaadin.flow.signals.operations
-
Class com.vaadin.flow.signals.operations.BulkInsertOperation
-
Class com.vaadin.flow.signals.operations.CancelableOperation
class CancelableOperation extends SignalOperation<T extends @Nullable Object> implements Serializable-
Serialized Fields
-
cancelled
boolean cancelled
-
-
-
Class com.vaadin.flow.signals.operations.InsertOperation
-
Record Class com.vaadin.flow.signals.operations.PutIfAbsentResult
class PutIfAbsentResult extends Record implements Serializable -
Class com.vaadin.flow.signals.operations.SignalOperation
class SignalOperation extends Object implements Serializable-
Serialized Fields
-
result
CompletableFuture<SignalOperation.ResultOrError<T extends @Nullable Object>> result
-
-
-
Record Class com.vaadin.flow.signals.operations.SignalOperation.Error
class Error extends Record implements Serializable -
Record Class com.vaadin.flow.signals.operations.SignalOperation.Result
class Result extends Record implements Serializable -
Class com.vaadin.flow.signals.operations.TransactionOperation
-
-
Package com.vaadin.flow.signals.shared
-
Package com.vaadin.flow.signals.shared.impl
-
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
-
-
-
UIInternals.getWrapperElement()throughgetInternals().getWrapperElement()instead.