Serialized Form
-
Package com.vaadin.experimental
-
Class com.vaadin.experimental.Feature extends Object implements Serializable
-
Class com.vaadin.experimental.FeatureFlags extends Object implements Serializable
-
Serialized Fields
-
configuration
ApplicationConfiguration configuration
-
features
List<Feature> features
-
lookup
Lookup lookup
-
propertiesFolder
File propertiesFolder
-
-
-
Class com.vaadin.experimental.FeatureFlags.FeatureFlagsWrapper extends Object implements Serializable
-
Serialized Fields
-
featureFlags
FeatureFlags featureFlags
-
-
-
Class com.vaadin.experimental.UnknownFeatureException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.component
-
Class com.vaadin.flow.component.AbstractCompositeField extends Composite<C extends Component> implements Serializable
-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<S extends AbstractCompositeField<C,S,T>,T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField extends Component implements Serializable
-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<C extends AbstractField<C,T>,T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.AbstractSinglePropertyField extends AbstractField<C extends AbstractField<C,T>,T> implements Serializable
-
Serialized Fields
-
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 extends AbstractAttachDetachEvent implements Serializable
-
Serialized Fields
-
initialAttach
boolean initialAttach
-
-
-
Class com.vaadin.flow.component.BlurNotifier.BlurEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.ClickEvent extends ComponentEvent<C extends Component> implements Serializable
-
Serialized Fields
-
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 extends Object implements Serializable
-
Serialized Fields
-
attributes
Attributes attributes
-
element
Element element
-
eventBus
ComponentEventBus eventBus
-
templateMapped
boolean templateMapped
-
-
-
Class com.vaadin.flow.component.ComponentEvent extends EventObject implements Serializable
-
Serialized Fields
-
fromClient
boolean fromClient
-
unregisterListenerCommand
Command unregisterListenerCommand
-
-
-
Class com.vaadin.flow.component.ComponentEventBus extends Object implements Serializable
-
Serialized Fields
-
component
Component component
-
componentEventData
HashMap<Class<? extends ComponentEvent<?>>,ArrayList<com.vaadin.flow.component.ComponentEventBus.ListenerWrapper<?>>> componentEventData
-
-
-
Class com.vaadin.flow.component.Composite extends Component implements Serializable
-
Class com.vaadin.flow.component.CompositionEndEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.CompositionStartEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.CompositionUpdateEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.DetachEvent extends AbstractAttachDetachEvent implements Serializable
-
Class com.vaadin.flow.component.FocusNotifier.FocusEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.HeartbeatEvent extends EventObject implements Serializable
-
Serialized Fields
-
heartbeatTime
long heartbeatTime
-
-
-
Class com.vaadin.flow.component.Html extends Component implements Serializable
-
Class com.vaadin.flow.component.HtmlComponent extends Component implements Serializable
-
Class com.vaadin.flow.component.HtmlContainer extends HtmlComponent implements Serializable
-
Class com.vaadin.flow.component.InputEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.KeyDownEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.KeyEventListener extends Object implements Serializable
-
Serialized Fields
-
key
Key key
-
listener
ComponentEventListener<E extends KeyboardEvent> listener
-
modifiers
EnumSet<KeyModifier> modifiers
-
-
-
Class com.vaadin.flow.component.KeyPressEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.KeyUpEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.PollEvent extends ComponentEvent<UI> implements Serializable
-
Class com.vaadin.flow.component.ShortcutEvent extends EventObject implements Serializable
-
Serialized Fields
-
key
Key key
-
keyModifiers
Set<KeyModifier> keyModifiers
-
lifecycleOwner
Component lifecycleOwner
-
-
-
Class com.vaadin.flow.component.ShortcutRegistration extends Object implements Serializable
-
Serialized Fields
-
allowDefaultBehavior
boolean allowDefaultBehavior
-
allowEventPropagation
boolean allowEventPropagation
-
beforeClientResponseConsumer
SerializableConsumer<ExecutionContext> beforeClientResponseConsumer
-
eventListener
ShortcutEventListener eventListener
-
executionRegistration
StateTree.ExecutionRegistration executionRegistration
-
isDirty
AtomicBoolean isDirty
-
lifecycleOwner
Component lifecycleOwner
-
lifecycleRegistration
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration lifecycleRegistration
-
listenOnAttachListenerRegistrations
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration[] listenOnAttachListenerRegistrations
-
listenOnComponents
Component[] listenOnComponents
-
listenOnSuppliers
SerializableSupplier<Component[]> listenOnSuppliers
-
modifiers
Set<Key> modifiers
-
primaryKey
Key primaryKey
-
registrations
List<Registration> registrations
-
resetFocusOnActiveElement
boolean resetFocusOnActiveElement
-
shortcutActive
boolean shortcutActive
-
shortcutListenerRegistrations
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration[] shortcutListenerRegistrations
-
-
-
Class com.vaadin.flow.component.Text extends Component implements Serializable
-
Class com.vaadin.flow.component.UI extends Component implements Serializable
-
Serialized Fields
-
closing
boolean closing
-
csrfToken
String csrfToken
-
internals
UIInternals internals
-
locale
Locale locale
-
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:
VaadinSession.getNextUIid()
-
-
-
Class com.vaadin.flow.component.UIDetachedException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.component.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 extends Object implements Serializable
-
Class com.vaadin.flow.component.WebComponentExporterFactory.DefaultWebComponentExporterFactory extends Object implements Serializable
-
Serialized Fields
-
exporterClass
Class<? extends WebComponentExporter<C extends Component>> exporterClass
-
-
-
-
Package com.vaadin.flow.component.internal
-
Class com.vaadin.flow.component.internal.AbstractAttachDetachEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.internal.AbstractFieldSupport extends Object implements Serializable
-
Serialized Fields
-
bufferedValue
T bufferedValue
-
component
C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T> component
-
defaultValue
T defaultValue
-
pendingValueFromPresentation
T pendingValueFromPresentation
-
presentationUpdateInProgress
boolean presentationUpdateInProgress
-
setPresentationValue
SerializableConsumer<T> setPresentationValue
-
valueEquals
SerializableBiPredicate<T,T> valueEquals
-
valueSetFromPresentationUpdate
boolean valueSetFromPresentationUpdate
-
-
-
Class com.vaadin.flow.component.internal.CompositionEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.internal.DependencyList extends Object implements Serializable
-
Serialized Fields
-
urlCache
Set<String> urlCache
Contains all added URLs to be able to do fast enough duplication detection. -
urlToLoadedDependency
Map<String,Dependency> urlToLoadedDependency
-
-
-
Class com.vaadin.flow.component.internal.DependencyTreeCache 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 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.JavaScriptBootstrapUI extends UI implements Serializable
-
Serialized Fields
-
clientViewNavigationState
NavigationState clientViewNavigationState
-
forwardToClientUrl
String forwardToClientUrl
-
navigationInProgress
boolean navigationInProgress
-
wrapperElement
Element wrapperElement
-
-
-
Class com.vaadin.flow.component.internal.JavaScriptBootstrapUI.ClientViewPlaceholder extends Component implements Serializable
-
Class com.vaadin.flow.component.internal.KeyboardEvent extends ComponentEvent<Component> implements Serializable
-
Serialized Fields
-
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 extends Object implements Serializable
-
Serialized Fields
-
canceled
boolean canceled
-
errorHandler
SerializableConsumer<String> errorHandler
-
invocation
UIInternals.JavaScriptInvocation invocation
-
owner
StateNode owner
-
sentToBrowser
boolean sentToBrowser
-
successHandler
SerializableConsumer<elemental.json.JsonValue> successHandler
-
-
-
Class com.vaadin.flow.component.internal.UIInternals 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
-
internalsHandler
UIInternalUpdater internalsHandler
-
isFallbackChunkLoaded
boolean isFallbackChunkLoaded
-
lastHandledNavigation
Location lastHandledNavigation
-
lastHeartbeatTimestamp
long lastHeartbeatTimestamp
Timestamp for keeping track of the last heartbeat of the related UI. Updated to the current time whenever the application receives a heartbeat or UIDL request from the client for the related UI. -
lastProcessedClientToServerId
int lastProcessedClientToServerId
Tracks which message from the client should come next. First message from the client has id 0. -
lastProcessedMessageHash
byte[] lastProcessedMessageHash
-
listeners
HashMap<Class<?>,List<?>> listeners
-
modalComponentStack
ArrayDeque<Component> modalComponentStack
-
pendingJsInvocationDetachListeners
HashMap<StateNode,com.vaadin.flow.component.internal.UIInternals.PendingJavaScriptInvocationDetachListener> pendingJsInvocationDetachListeners
-
pendingJsInvocations
List<PendingJavaScriptInvocation> pendingJsInvocations
-
pendingTitleUpdateCanceler
PendingJavaScriptInvocation pendingTitleUpdateCanceler
-
pushConnection
PushConnection pushConnection
-
routerTargetChain
ArrayList<HasElement> routerTargetChain
-
serverSyncId
int serverSyncId
-
session
VaadinSession session
The Vaadin session to which the related UI belongs. -
stateTree
StateTree stateTree
-
title
String title
-
ui
UI ui
The related UI. -
viewLocation
Location viewLocation
-
-
-
Class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation extends Object implements Serializable
-
Serialized Fields
-
expression
String expression
-
parameters
List<Serializable> parameters
-
-
-
-
Package com.vaadin.flow.component.page
-
Class com.vaadin.flow.component.page.BrowserWindowResizeEvent extends EventObject implements Serializable
-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.page.ExtendedClientDetails extends Object implements Serializable
-
Serialized Fields
-
bodyClientHeight
int bodyClientHeight
-
bodyClientWidth
int bodyClientWidth
-
clientServerTimeDelta
long clientServerTimeDelta
-
devicePixelRatio
double devicePixelRatio
-
dstInEffect
boolean dstInEffect
-
dstSavings
int dstSavings
-
navigatorPlatform
String navigatorPlatform
-
rawTimezoneOffset
int rawTimezoneOffset
-
screenHeight
int screenHeight
-
screenWidth
int screenWidth
-
timeZoneId
String timeZoneId
-
timezoneOffset
int timezoneOffset
-
touchDevice
boolean touchDevice
-
windowInnerHeight
int windowInnerHeight
-
windowInnerWidth
int windowInnerWidth
-
windowName
String windowName
-
-
-
Class com.vaadin.flow.component.page.History extends Object implements Serializable
-
Serialized Fields
-
historyStateChangeHandler
History.HistoryStateChangeHandler historyStateChangeHandler
-
ui
UI ui
-
-
-
Class com.vaadin.flow.component.page.History.HistoryStateChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
location
Location location
-
trigger
NavigationTrigger trigger
-
-
-
Class com.vaadin.flow.component.page.Page extends Object implements Serializable
-
Class com.vaadin.flow.component.page.PendingJavaScriptResult.JavaScriptException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.component.template.internal
-
Package com.vaadin.flow.component.webcomponent
-
Class com.vaadin.flow.component.webcomponent.EventOptions extends Object implements Serializable
-
Serialized Fields
-
bubbles
boolean bubbles
-
cancelable
boolean cancelable
-
composed
boolean composed
-
-
-
Class com.vaadin.flow.component.webcomponent.WebComponent extends Object implements Serializable
-
Serialized Fields
-
binding
WebComponentBinding binding
-
componentHost
Element componentHost
-
-
-
Class com.vaadin.flow.component.webcomponent.WebComponentUI extends UI implements Serializable
-
Class com.vaadin.flow.component.webcomponent.WebComponentUI.WebComponentConnectEvent extends ComponentEvent<UI> implements Serializable
-
Class com.vaadin.flow.component.webcomponent.WebComponentWrapper extends Component implements Serializable
-
Serialized Fields
-
disconnect
long disconnect
-
disconnectRegistration
Registration disconnectRegistration
-
webComponentBinding
WebComponentBinding<?> webComponentBinding
-
-
-
-
Package com.vaadin.flow.di
-
Class com.vaadin.flow.di.DefaultInstantiator extends Object implements Serializable
-
Serialized Fields
-
service
VaadinService service
-
-
-
-
Package com.vaadin.flow.dom
-
Class com.vaadin.flow.dom.DomEvent extends EventObject implements Serializable
-
Serialized Fields
-
eventData
elemental.json.JsonObject eventData
-
eventTarget
Element eventTarget
-
eventType
String eventType
-
phase
DebouncePhase phase
-
-
-
Class com.vaadin.flow.dom.Element extends Node<Element> implements Serializable
-
Class com.vaadin.flow.dom.ElementAttachEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.dom.ElementDetachEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.dom.Node extends Object implements Serializable
-
Serialized Fields
-
node
StateNode node
-
stateProvider
ElementStateProvider stateProvider
-
-
-
Class com.vaadin.flow.dom.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 extends Node<ShadowRoot> implements Serializable
-
-
Package com.vaadin.flow.dom.impl
-
Class com.vaadin.flow.dom.impl.AbstractNodeStateProvider extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.BasicElementStateProvider extends AbstractNodeStateProvider implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class com.vaadin.flow.dom.impl.BasicElementStyle extends Object implements Serializable
-
Serialized Fields
-
propertyMap
ElementStylePropertyMap propertyMap
-
-
-
Class com.vaadin.flow.dom.impl.BasicTextElementStateProvider extends AbstractTextElementStateProvider implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class com.vaadin.flow.dom.impl.ClassAttributeHandler extends CustomAttribute implements Serializable
-
Class com.vaadin.flow.dom.impl.CustomAttribute extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.ImmutableClassList extends AbstractSet<String> implements Serializable
-
Serialized Fields
-
values
Collection<String> values
-
-
-
Class com.vaadin.flow.dom.impl.ImmutableEmptyStyle extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.ShadowRootStateProvider extends AbstractNodeStateProvider implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class com.vaadin.flow.dom.impl.StyleAttributeHandler extends CustomAttribute implements Serializable
-
Class com.vaadin.flow.dom.impl.ThemeListImpl extends Object implements Serializable
-
-
Package com.vaadin.flow.function
-
Package com.vaadin.flow.i18n
-
Class com.vaadin.flow.i18n.LocaleChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
-
-
-
Package com.vaadin.flow.internal
-
Class com.vaadin.flow.internal.BeanUtil extends Object implements Serializable
-
Class com.vaadin.flow.internal.BootstrapHandlerHelper extends Object implements Serializable
-
Class com.vaadin.flow.internal.ConstantPool extends Object implements Serializable
-
Serialized Fields
-
knownValues
Set<String> knownValues
-
newKeys
Set<ConstantPoolKey> newKeys
-
-
-
Class com.vaadin.flow.internal.ConstantPoolKey extends Object implements Serializable
-
Serialized Fields
-
id
String id
-
json
elemental.json.JsonValue json
-
-
-
Class com.vaadin.flow.internal.CurrentInstance extends Object implements Serializable
-
Serialized Fields
-
instance
WeakReference<Object> instance
-
-
-
Class com.vaadin.flow.internal.ExecutionContext extends Object implements Serializable
-
Serialized Fields
-
clientSideInitialized
boolean clientSideInitialized
-
ui
UI ui
-
-
-
Class com.vaadin.flow.internal.NullOwner extends Object implements Serializable
-
Class com.vaadin.flow.internal.Pair extends Object implements Serializable
-
Serialized Fields
-
first
U extends Serializable first
-
second
V extends Serializable second
-
-
-
Class com.vaadin.flow.internal.Range extends Object implements Serializable
-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class com.vaadin.flow.internal.ReflectTools extends Object implements Serializable
-
Class com.vaadin.flow.internal.ResponseWriter extends Object implements Serializable
-
Serialized Fields
-
brotliEnabled
boolean brotliEnabled
-
bufferSize
int bufferSize
-
-
-
Class com.vaadin.flow.internal.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 extends Object implements Serializable
-
Serialized Fields
-
dirtyNodes
Set<StateNode> dirtyNodes
-
idToNode
Map<Integer,StateNode> idToNode
-
isRootAttached
boolean isRootAttached
-
nextBeforeClientResponseIndex
int nextBeforeClientResponseIndex
-
nextId
int nextId
-
pendingExecutionNodes
Set<StateNode> pendingExecutionNodes
-
rootNode
StateNode rootNode
-
uiInternals
UIInternals uiInternals
-
-
-
Class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry extends Object implements Serializable
-
Serialized Fields
-
execution
SerializableConsumer<ExecutionContext> execution
-
index
int index
-
originalOwner
NodeOwner originalOwner
-
stateNode
StateNode stateNode
-
-
-
Class com.vaadin.flow.internal.UsageStatisticsExporter extends Object implements Serializable
-
-
Package com.vaadin.flow.internal.change
-
Class com.vaadin.flow.internal.change.AbstractListChange extends NodeFeatureChange implements Serializable
-
Serialized Fields
-
index
int index
-
list
NodeList<T extends Serializable> list
-
-
-
Class com.vaadin.flow.internal.change.EmptyChange extends NodeFeatureChange implements Serializable
-
Class com.vaadin.flow.internal.change.ListAddChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Serialized Fields
-
newItems
List<? extends T extends Serializable> newItems
-
nodeValues
boolean nodeValues
-
-
-
Class com.vaadin.flow.internal.change.ListClearChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Class com.vaadin.flow.internal.change.ListRemoveChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Serialized Fields
-
removedItem
T extends Serializable removedItem
-
-
-
Class com.vaadin.flow.internal.change.MapPutChange extends NodeFeatureChange implements Serializable
-
Class com.vaadin.flow.internal.change.MapRemoveChange extends NodeFeatureChange implements Serializable
-
Serialized Fields
-
key
String key
-
-
-
Class com.vaadin.flow.internal.change.NodeAttachChange extends NodeChange implements Serializable
-
Class com.vaadin.flow.internal.change.NodeChange extends Object implements Serializable
-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.change.NodeDetachChange extends NodeChange implements Serializable
-
Class com.vaadin.flow.internal.change.NodeFeatureChange extends NodeChange implements Serializable
-
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 extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers extends SerializableNodeList<String> implements Serializable
-
Serialized Fields
-
disabledRpcModes
Map<String,DisabledUpdateMode> disabledRpcModes
-
-
-
Class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature extends ServerSideFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.BasicTypeValue extends NodeValue<Serializable> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers extends AbstractServerHandlers<Component> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ComponentMapping extends ServerSideFeature implements Serializable
-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementAttributeMap extends NodeMap implements Serializable
-
Serialized Fields
-
pendingRegistrations
Map<String,Registration> pendingRegistrations
-
resourceRegistrations
Map<String,StreamRegistration> resourceRegistrations
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementChildrenList extends StateNodeNodeList implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementClassList extends SerializableNodeList<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementData extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementListenerMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementPropertyMap extends AbstractPropertyMap implements Serializable
-
Serialized Fields
-
listeners
Map<String,List<PropertyChangeListener>> listeners
-
updateFromClientFilter
SerializablePredicate<String> updateFromClientFilter
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap extends AbstractPropertyMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.InertData extends ServerSideFeature implements Serializable
-
Serialized Fields
-
cachedInert
Boolean cachedInert
-
ignoreParentInert
boolean ignoreParentInert
-
inertSelf
boolean inertSelf
-
-
-
Class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ModelList extends StateNodeNodeList implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.NodeFeature extends Object implements Serializable
-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeList extends NodeFeature implements Serializable
-
Serialized Fields
-
isPopulated
boolean isPopulated
-
isRemoveAllCalled
boolean isRemoveAllCalled
-
values
List<T extends Serializable> values
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeList.SetView extends AbstractSet<T extends Serializable> implements Serializable
-
Serialized Fields
-
nodeList
NodeList<T extends Serializable> nodeList
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeMap extends NodeFeature implements Serializable
-
Serialized Fields
-
isPopulated
boolean isPopulated
-
values
com.vaadin.flow.internal.nodefeature.NodeMap.Values values
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeValue extends NodeFeature implements Serializable
-
Serialized Fields
-
isPopulated
boolean isPopulated
-
value
T extends Serializable value
-
-
-
Class com.vaadin.flow.internal.nodefeature.PollConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers extends AbstractServerHandlers<DeprecatedPolymerTemplate> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PropertyChangeDeniedException extends Exception implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PushConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PushConfigurationMap.PushConfigurationParametersMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ReturnChannelMap extends ServerSideFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.SerializableNodeList extends NodeList<T extends Serializable> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ServerSideFeature extends NodeFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ShadowRootData extends NodeValue<StateNode> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ShadowRootHost extends ServerSideFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.StateNodeNodeList extends NodeList<StateNode> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.TextNodeMap extends NodeValue<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.VirtualChildrenList extends StateNodeNodeList implements Serializable
-
-
Package com.vaadin.flow.internal.springcsrf
-
Class com.vaadin.flow.internal.springcsrf.SpringCsrfToken extends Object implements Serializable
-
-
Package com.vaadin.flow.router
-
Class com.vaadin.flow.router.AfterNavigationEvent extends EventObject implements Serializable
-
Serialized Fields
-
event
LocationChangeEvent event
-
-
-
Class com.vaadin.flow.router.BeforeEnterEvent extends BeforeEvent implements Serializable
-
Class com.vaadin.flow.router.BeforeEvent extends EventObject implements Serializable
-
Serialized Fields
-
errorParameter
ErrorParameter<?> errorParameter
-
externalForwardUrl
String externalForwardUrl
-
forwardTarget
NavigationHandler forwardTarget
-
forwardTargetState
NavigationState forwardTargetState
-
layouts
List<Class<? extends RouterLayout>> layouts
-
location
Location location
-
navigationTarget
Class<?> navigationTarget
-
parameters
RouteParameters parameters
-
redirectQueryParameters
QueryParameters redirectQueryParameters
-
rerouteTarget
NavigationHandler rerouteTarget
-
rerouteTargetState
NavigationState rerouteTargetState
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
unknownForward
String unknownForward
-
unknownReroute
String unknownReroute
-
-
-
Class com.vaadin.flow.router.BeforeLeaveEvent extends BeforeEvent implements Serializable
-
Serialized Fields
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
-
-
Class com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction extends Object implements Serializable
-
Serialized Fields
-
event
NavigationEvent event
-
handler
NavigationHandler handler
-
-
-
Class com.vaadin.flow.router.ErrorNavigationEvent extends NavigationEvent implements Serializable
-
Serialized Fields
-
errorParameter
ErrorParameter<?> errorParameter
-
-
-
Class com.vaadin.flow.router.ErrorParameter extends Object implements Serializable
-
Class com.vaadin.flow.router.InternalServerError extends Component implements Serializable
-
Class com.vaadin.flow.router.InvalidLocationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.router.Location extends Object implements Serializable
-
Serialized Fields
-
fragment
String fragment
-
queryParameters
QueryParameters queryParameters
-
segments
List<String> segments
-
-
-
Class com.vaadin.flow.router.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
-
-
-
Class com.vaadin.flow.router.NavigationEvent extends EventObject implements Serializable
-
Serialized Fields
-
forwardTo
boolean forwardTo
-
location
Location location
-
state
elemental.json.JsonValue state
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
-
-
Class com.vaadin.flow.router.NavigationState extends Object implements Serializable
-
Serialized Fields
-
navigationTarget
Class<? extends Component> navigationTarget
-
resolvedPath
String resolvedPath
-
routeParameters
RouteParameters routeParameters
-
router
Router router
-
routeTarget
RouteTarget routeTarget
-
-
-
Class com.vaadin.flow.router.NotFoundException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.router.QueryParameters extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteAliasData extends RouteBaseData<RouteAliasData> implements Serializable
-
Class com.vaadin.flow.router.RouteBaseData extends Object implements Serializable
-
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 extends Object implements Serializable
-
Serialized Fields
-
handledRegistry
RouteRegistry handledRegistry
-
-
-
Class com.vaadin.flow.router.RouteData extends RouteBaseData<RouteData> implements Serializable
-
Serialized Fields
-
routeAliases
List<RouteAliasData> routeAliases
-
-
-
Class com.vaadin.flow.router.RouteNotFoundError extends Component implements Serializable
-
Class com.vaadin.flow.router.RouteParam extends Pair<String,String> implements Serializable
-
Class com.vaadin.flow.router.RouteParameterData extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteParameterRegex extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteParameters extends Object implements Serializable
-
Class com.vaadin.flow.router.Router extends Object implements Serializable
-
Serialized Fields
-
registry
RouteRegistry registry
-
routeResolver
RouteResolver routeResolver
-
-
-
Class com.vaadin.flow.router.RouterLink extends Component implements Serializable
-
Serialized Fields
-
highlightAction
HighlightAction<RouterLink> highlightAction
-
highlightCondition
HighlightCondition<RouterLink> highlightCondition
-
queryParameters
QueryParameters queryParameters
-
-
-
Class com.vaadin.flow.router.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.AbstractNavigationStateRenderer extends Object implements Serializable
-
Serialized Fields
-
locationChangeEvent
LocationChangeEvent locationChangeEvent
-
navigationState
NavigationState navigationState
-
postponed
Postpone postponed
-
routeLayoutTypes
List<Class<? extends RouterLayout>> routeLayoutTypes
-
-
-
Class com.vaadin.flow.router.internal.AbstractRouteRegistry extends Object implements Serializable
-
Serialized Fields
-
configurationLock
ReentrantLock configurationLock
Lock used to ensure there's only one update going on at once.The lock is configured to always guarantee a fair ordering.
-
configuredRoutes
ConfiguredRoutes configuredRoutes
The live configuration for this route registry. This can only be updated throughAbstractRouteRegistry.configure(Configuration)
for concurrency reasons. -
editing
ConfigureRoutes editing
-
routesChangedListeners
CopyOnWriteArrayList<RoutesChangedListener> routesChangedListeners
-
-
-
Class com.vaadin.flow.router.internal.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 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 extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.ErrorStateRenderer extends AbstractNavigationStateRenderer implements Serializable
-
Class com.vaadin.flow.router.internal.ErrorTargetEntry extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.HasUrlParameterFormat extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.InternalRedirectHandler extends Object implements Serializable
-
Serialized Fields
-
target
Location target
-
-
-
Class com.vaadin.flow.router.internal.NavigationRouteTarget extends Object implements Serializable
-
Serialized Fields
-
parameters
RouteParameters parameters
-
path
String path
-
routeTarget
RouteTarget routeTarget
-
-
-
Class com.vaadin.flow.router.internal.NavigationStateRenderer extends AbstractNavigationStateRenderer implements Serializable
-
Class com.vaadin.flow.router.internal.PathUtil extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.Postpone extends Object implements Serializable
-
Serialized Fields
-
remainingLeaveListeners
ArrayDeque<BeforeLeaveHandler> remainingLeaveListeners
-
remainingNavigationListeners
ArrayDeque<BeforeEnterHandler> remainingNavigationListeners
-
-
-
Class com.vaadin.flow.router.internal.ResolveRequest extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.RouteTarget extends Object implements Serializable
-
Serialized Fields
-
parentLayouts
List<Class<? extends RouterLayout>> parentLayouts
-
target
Class<? extends Component> target
-
-
-
-
Package com.vaadin.flow.server
-
Class com.vaadin.flow.server.AbstractDeploymentConfiguration extends AbstractPropertyConfiguration implements Serializable
-
Class com.vaadin.flow.server.AbstractPropertyConfiguration extends Object implements Serializable
-
Class com.vaadin.flow.server.AbstractStreamResource extends Object implements Serializable
-
Serialized Fields
-
cacheTime
long cacheTime
-
id
String id
-
-
-
Class com.vaadin.flow.server.AmbiguousRouteConfigurationException extends InvalidRouteConfigurationException implements Serializable
-
Class com.vaadin.flow.server.AppShellRegistry extends Object implements Serializable
-
Serialized Fields
-
appShellClass
Class<? extends AppShellConfigurator> appShellClass
-
lookup
Lookup lookup
-
-
-
Class com.vaadin.flow.server.AppShellRegistry.AppShellRegistryWrapper extends Object implements Serializable
-
Serialized Fields
-
registry
AppShellRegistry registry
-
-
-
Class com.vaadin.flow.server.Attributes extends Object implements Serializable
-
Class com.vaadin.flow.server.BootstrapException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.BootstrapHandler extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
pageBuilder
BootstrapHandler.PageBuilder pageBuilder
-
-
-
Class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder extends Object implements Serializable
-
Class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver extends VaadinUriResolver implements Serializable
-
Serialized Fields
-
servletPathToContextRoot
String servletPathToContextRoot
-
-
-
Class com.vaadin.flow.server.Constants extends Object implements Serializable
-
Class com.vaadin.flow.server.CustomizedSystemMessages extends SystemMessages implements Serializable
-
Class com.vaadin.flow.server.DefaultDeploymentConfiguration extends PropertyDeploymentConfiguration implements Serializable
-
Serialized Fields
-
closeIdleSessions
boolean closeIdleSessions
-
heartbeatInterval
int heartbeatInterval
-
info
List<String> info
-
maxMessageSuspendTimeout
int maxMessageSuspendTimeout
-
productionMode
boolean productionMode
-
pushMode
PushMode pushMode
-
pushServletMapping
String pushServletMapping
-
requestTiming
boolean requestTiming
-
sendUrlsAsParameters
boolean sendUrlsAsParameters
-
syncIdCheck
boolean syncIdCheck
-
useDeprecatedV14Bootstrapping
boolean useDeprecatedV14Bootstrapping
-
warnings
List<String> warnings
-
webComponentDisconnect
int webComponentDisconnect
-
xsrfProtectionEnabled
boolean xsrfProtectionEnabled
-
-
-
Class com.vaadin.flow.server.DefaultErrorHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.DefaultSystemMessagesProvider extends Object implements Serializable
-
Class com.vaadin.flow.server.DeploymentConfigurationFactory extends AbstractConfigurationFactory implements Serializable
-
Class com.vaadin.flow.server.ErrorEvent extends Object implements Serializable
-
Serialized Fields
-
throwable
Throwable throwable
-
-
-
Class com.vaadin.flow.server.ExecutionFailedException extends Exception implements Serializable
-
Class com.vaadin.flow.server.HandlerHelper extends Object implements Serializable
-
Class com.vaadin.flow.server.InitialPageSettings extends Object implements Serializable
-
Serialized Fields
-
afterNavigationEvent
AfterNavigationEvent afterNavigationEvent
Deprecated. -
browser
WebBrowser browser
Deprecated. -
elements
Map<InitialPageSettings.Position,List<org.jsoup.nodes.Element>> elements
Deprecated. -
inline
Map<InitialPageSettings.Position,List<elemental.json.JsonObject>> inline
Deprecated. -
request
VaadinRequest request
Deprecated. -
ui
UI ui
Deprecated. -
viewport
String viewport
Deprecated.
-
-
-
Class com.vaadin.flow.server.InitParameters extends Object implements Serializable
-
Class com.vaadin.flow.server.InvalidApplicationConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidCustomElementNameException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidI18NConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidRouteConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidRouteLayoutConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.NoInputStreamException extends Exception implements Serializable
-
Class com.vaadin.flow.server.NoOutputStreamException extends Exception implements Serializable
-
Class com.vaadin.flow.server.Platform extends Object implements Serializable
-
Class com.vaadin.flow.server.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 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 extends Object implements Serializable
-
Class com.vaadin.flow.server.PwaRegistry extends Object implements Serializable
-
Class com.vaadin.flow.server.ServiceContextUriResolver extends VaadinUriResolver implements Serializable
-
Class com.vaadin.flow.server.ServiceDestroyEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.server.ServiceException extends Exception implements Serializable
-
Class com.vaadin.flow.server.ServiceInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
addedBootstrapListeners
List<BootstrapListener> addedBootstrapListeners
-
addedDependencyFilters
List<DependencyFilter> addedDependencyFilters
-
addedIndexHtmlRequestListeners
List<IndexHtmlRequestListener> addedIndexHtmlRequestListeners
-
addedRequestHandlers
List<RequestHandler> addedRequestHandlers
-
-
-
Class com.vaadin.flow.server.SessionDestroyEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SessionExpiredException extends Exception implements Serializable
-
Class com.vaadin.flow.server.SessionInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SessionRouteRegistry extends AbstractRouteRegistry implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.StaticFileServer extends Object implements Serializable
-
Serialized Fields
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
-
devModeHandler
DevModeHandler devModeHandler
-
responseWriter
ResponseWriter responseWriter
-
vaadinService
VaadinService vaadinService
-
-
-
Class com.vaadin.flow.server.StreamReceiver extends AbstractStreamResource implements Serializable
-
Serialized Fields
-
attributeName
String attributeName
-
node
StateNode node
-
streamVariable
StreamVariable streamVariable
-
-
-
Class com.vaadin.flow.server.StreamResource extends AbstractStreamResource implements Serializable
-
Serialized Fields
-
fileName
String fileName
-
headers
Map<String,String> headers
-
resolver
ContentTypeResolver resolver
-
writer
StreamResourceWriter writer
-
-
-
Class com.vaadin.flow.server.StreamResourceRegistry extends Object implements Serializable
-
Serialized Fields
-
res
Map<URI,AbstractStreamResource> res
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SynchronizedRequestHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.SystemMessages extends Object implements Serializable
-
Serialized Fields
-
cookiesDisabledCaption
String cookiesDisabledCaption
-
cookiesDisabledMessage
String cookiesDisabledMessage
-
cookiesDisabledNotificationEnabled
boolean cookiesDisabledNotificationEnabled
-
cookiesDisabledURL
String cookiesDisabledURL
-
internalErrorCaption
String internalErrorCaption
-
internalErrorMessage
String internalErrorMessage
-
internalErrorNotificationEnabled
boolean internalErrorNotificationEnabled
-
internalErrorURL
String internalErrorURL
-
sessionExpiredCaption
String sessionExpiredCaption
-
sessionExpiredMessage
String sessionExpiredMessage
-
sessionExpiredNotificationEnabled
boolean sessionExpiredNotificationEnabled
-
sessionExpiredURL
String sessionExpiredURL
-
-
-
Class com.vaadin.flow.server.SystemMessagesInfo extends Object implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
service
VaadinService service
-
-
-
Class com.vaadin.flow.server.UIInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.UnsupportedBrowserHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.UploadException extends Exception implements Serializable
-
Class com.vaadin.flow.server.VaadinService extends Object implements Serializable
-
Serialized Fields
-
atmosphereAvailable
boolean atmosphereAvailable
-
bootstrapInitialPredicate
BootstrapInitialPredicate bootstrapInitialPredicate
-
bootstrapListeners
Iterable<BootstrapListener> bootstrapListeners
-
bootstrapUrlPredicate
BootstrapUrlPredicate bootstrapUrlPredicate
-
classLoader
ClassLoader classLoader
-
dependencyFilters
Iterable<DependencyFilter> dependencyFilters
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
Should never be used directly, always useVaadinService.getDeploymentConfiguration()
. -
initialized
boolean initialized
Set to true whenVaadinService.init()
has been run. -
instantiator
Instantiator instantiator
-
pushWarningEmitted
boolean pushWarningEmitted
Keeps track of whether a warning about missing push support has already been logged. This is used to avoid spamming the log with the same message every time a new UI is bootstrapped. -
requestHandlers
Iterable<RequestHandler> requestHandlers
-
router
Router router
-
serviceDestroyListeners
Set<ServiceDestroyListener> serviceDestroyListeners
-
sessionDestroyListeners
List<SessionDestroyListener> sessionDestroyListeners
-
sessionInitListeners
List<SessionInitListener> sessionInitListeners
-
systemMessagesProvider
SystemMessagesProvider systemMessagesProvider
-
uiInitListeners
List<UIInitListener> uiInitListeners
-
vaadinContext
VaadinContext vaadinContext
-
-
-
Class com.vaadin.flow.server.VaadinServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
isServletInitialized
boolean isServletInitialized
-
servletService
VaadinServletService servletService
-
staticFileHandler
StaticFileHandler staticFileHandler
-
-
-
Class com.vaadin.flow.server.VaadinServletConfig extends Object implements Serializable
-
Class com.vaadin.flow.server.VaadinServletContext extends Object implements Serializable
-
Class com.vaadin.flow.server.VaadinServletService extends VaadinService implements Serializable
-
Serialized Fields
-
contextResolver
ServiceContextUriResolver contextResolver
-
servlet
VaadinServlet servlet
Should never be used directly, always useVaadinServletService.getServlet()
.
-
-
-
Class com.vaadin.flow.server.VaadinSession extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Override default deserialization logic to account for transientVaadinSession.pendingAccessQueue
.- Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found
-
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
attributes
Attributes attributes
-
browser
WebBrowser browser
-
configuration
DeploymentConfiguration configuration
Configuration for the session. -
cumulativeRequestDuration
long cumulativeRequestDuration
-
errorHandler
ErrorHandler errorHandler
Session wide error handler which is used by default if an error is left unhandled. -
lastLocked
long lastLocked
-
lastRequestDuration
long lastRequestDuration
-
lastRequestTimestamp
long lastRequestTimestamp
-
lastUnlocked
long lastUnlocked
-
locale
Locale locale
Default locale of the session. -
nextUIId
int nextUIId
-
pushId
String pushId
-
requestHandlers
LinkedList<RequestHandler> requestHandlers
-
sessionClosedExplicitly
boolean sessionClosedExplicitly
-
state
VaadinSessionState state
-
-
-
Class com.vaadin.flow.server.Version extends Object implements Serializable
-
Class com.vaadin.flow.server.WebBrowser extends Object implements Serializable
-
Serialized Fields
-
address
String address
-
browserApplication
String browserApplication
-
browserDetails
BrowserDetails browserDetails
-
locale
Locale locale
-
secureConnection
boolean secureConnection
-
-
-
Class com.vaadin.flow.server.WrappedHttpSession extends Object implements Serializable
-
Serialized Fields
-
session
javax.servlet.http.HttpSession session
-
-
-
-
Package com.vaadin.flow.server.auth
-
Class com.vaadin.flow.server.auth.AccessAnnotationChecker extends Object implements Serializable
-
Class com.vaadin.flow.server.auth.ViewAccessChecker extends Object implements Serializable
-
Serialized Fields
-
accessAnnotationChecker
AccessAnnotationChecker accessAnnotationChecker
-
enabled
boolean enabled
-
loginUrl
String loginUrl
-
loginView
Class<? extends Component> loginView
-
-
-
-
Package com.vaadin.flow.server.communication
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reinitializes this PushConnection after deserialization. The connection is initially in disconnected state; the client will handle the reconnecting.- Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found
-
-
Serialized Fields
-
disconnecting
boolean disconnecting
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage extends Object implements Serializable
-
Serialized Fields
-
message
StringBuilder message
-
messageLength
int messageLength
-
-
-
Class com.vaadin.flow.server.communication.FaviconHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.HeartbeatHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.flow.server.communication.IndexHtmlRequestHandler extends JavaScriptBootstrapHandler implements Serializable
-
Class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler extends BootstrapHandler implements Serializable
-
Class com.vaadin.flow.server.communication.LongPollingCacheFilter extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.MetadataWriter extends Object implements Serializable
-
Serialized Fields
-
timeoutInterval
int timeoutInterval
-
-
-
Class com.vaadin.flow.server.communication.PushAtmosphereHandler extends org.atmosphere.handler.AbstractReflectorAtmosphereHandler implements Serializable
-
Serialized Fields
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PushRequestHandler extends Object implements Serializable
-
Serialized Fields
-
atmosphere
org.atmosphere.cpr.AtmosphereFramework atmosphere
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PwaHandler extends Object implements Serializable
-
Serialized Fields
-
isInitialized
boolean isInitialized
-
pwaRegistryGetter
SerializableSupplier<PwaRegistry> pwaRegistryGetter
-
requestHandlerMap
Map<String,RequestHandler> requestHandlerMap
-
-
-
Class com.vaadin.flow.server.communication.ReturnChannelHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler.InvalidUIDLSecurityKeyException extends GeneralSecurityException implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler.ResynchronizationRequiredException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest extends Object implements Serializable
-
Serialized Fields
-
clientToServerMessageId
int clientToServerMessageId
-
csrfToken
String csrfToken
-
invocations
elemental.json.JsonArray invocations
-
json
elemental.json.JsonObject json
-
resynchronize
boolean resynchronize
-
syncId
int syncId
-
-
-
Class com.vaadin.flow.server.communication.SessionRequestHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.StreamReceiverHandler extends Object implements Serializable
-
Serialized Fields
-
fileCountMax
long fileCountMax
-
fileSizeMax
long fileSizeMax
-
requestSizeMax
long requestSizeMax
-
-
-
Class com.vaadin.flow.server.communication.StreamReceiverHandler.UploadInterruptedException extends Exception implements Serializable
-
Class com.vaadin.flow.server.communication.StreamRequestHandler extends Object implements Serializable
-
Serialized Fields
-
receiverHandler
StreamReceiverHandler receiverHandler
-
resourceHandler
StreamResourceHandler resourceHandler
-
-
-
Class com.vaadin.flow.server.communication.StreamResourceHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.UidlRequestHandler extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
rpcHandler
AtomicReference<ServerRpcHandler> rpcHandler
-
-
-
Class com.vaadin.flow.server.communication.UidlWriter extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.UidlWriter.ResolveContext extends Object implements Serializable
-
Serialized Fields
-
browser
WebBrowser browser
-
service
VaadinService service
-
-
-
Class com.vaadin.flow.server.communication.WebComponentBootstrapHandler extends BootstrapHandler implements Serializable
-
Class com.vaadin.flow.server.communication.WebComponentProvider extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
cache
ConcurrentHashMap<String,String> cache
-
-
-
-
Package com.vaadin.flow.server.communication.rpc
-
Class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.DefaultRpcDecoder extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.EventRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.NavigationRpcHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.RpcDecodeException extends Exception implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder extends Object implements Serializable
-
-
Package com.vaadin.flow.server.communication.streaming
-
Class com.vaadin.flow.server.communication.streaming.StreamingEndEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Class com.vaadin.flow.server.communication.streaming.StreamingErrorEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Serialized Fields
-
exception
Exception exception
-
-
-
Class com.vaadin.flow.server.communication.streaming.StreamingProgressEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Serialized Fields
-
disposed
boolean disposed
-
-
-
-
Package com.vaadin.flow.server.frontend
-
Class com.vaadin.flow.server.frontend.FallbackChunk extends Object implements Serializable
-
Serialized Fields
-
cssImports
Set<FallbackChunk.CssImportData> cssImports
-
modules
Set<String> modules
-
-
-
Class com.vaadin.flow.server.frontend.FallbackChunk.CssImportData extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendToolsLocator extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendToolsSettings extends Object implements Serializable
-
Serialized Fields
-
alternativeDirGetter
SerializableSupplier<String> alternativeDirGetter
-
autoUpdate
boolean autoUpdate
-
baseDir
String baseDir
-
forceAlternativeNode
boolean forceAlternativeNode
-
ignoreVersionChecks
boolean ignoreVersionChecks
-
nodeDownloadRoot
URI nodeDownloadRoot
-
nodeVersion
String nodeVersion
-
useGlobalPnpm
boolean useGlobalPnpm
-
-
-
Class com.vaadin.flow.server.frontend.FrontendUtils.CommandExecutionException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendUtils.UnknownVersionException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendVersion extends Object implements Serializable
-
Serialized Fields
-
buildIdentifier
String buildIdentifier
Build identifier. For example "nightly-20091123-c9963" in 6.2.0.nightly-20091123-c9963. -
buildIdentifierParser
Pattern buildIdentifierParser
Parses the buildIdentifier to String + Integer. For instance beta1 returns 'beta' and '1' -
majorVersion
int majorVersion
Major version number. For example 6 in 6.2.0. -
minorVersion
int minorVersion
Minor version number. For example 2 in 6.2.0. -
revision
int revision
Version revision number. For example 0 in 6.2.0. -
version
String version
The version number of this release. For example "6.2.0". Always in the format "major.minor.revision[.build]". The build part is optional. All of major, minor, revision must be integers.
-
-
-
Class com.vaadin.flow.server.frontend.FrontendWebComponentGenerator extends Object implements Serializable
-
Serialized Fields
-
finder
ClassFinder finder
-
-
-
Class com.vaadin.flow.server.frontend.Options extends Object implements Serializable
-
Serialized Fields
-
applicationProperties
File applicationProperties
-
buildDirectory
String buildDirectory
-
ciBuild
boolean ciBuild
-
classFinder
ClassFinder classFinder
-
cleanNpmFiles
boolean cleanNpmFiles
-
copyTemplates
boolean copyTemplates
-
createMissingPackageJson
boolean createMissingPackageJson
-
enableImportsUpdate
boolean enableImportsUpdate
-
enablePackagesUpdate
boolean enablePackagesUpdate
-
enablePnpm
boolean enablePnpm
-
enableWebpackConfigUpdate
boolean enableWebpackConfigUpdate
-
endpointGeneratedOpenAPIFile
File endpointGeneratedOpenAPIFile
-
endpointSourceFolder
File endpointSourceFolder
-
frontendDirectory
File frontendDirectory
-
frontendGeneratedFolder
File frontendGeneratedFolder
-
generatedFolder
File generatedFolder
Directory where generated files are written. -
generateEmbeddableWebComponents
boolean generateEmbeddableWebComponents
-
jarFiles
Set<File> jarFiles
-
jarFrontendResourcesFolder
File jarFrontendResourcesFolder
-
javaResourceFolder
File javaResourceFolder
The resource folder for java resources. -
localResourcesFolder
File localResourcesFolder
-
lookup
Lookup lookup
-
nodeAutoUpdate
boolean nodeAutoUpdate
-
nodeDownloadRoot
URI nodeDownloadRoot
Download node.js from this URL. Handy in heavily firewalled corporate environments where the node.js download can be provided from an intranet mirror. Defaults toNodeInstaller.DEFAULT_NODEJS_DOWNLOAD_ROOT
. -
nodeVersion
String nodeVersion
The node.js version to be used when node.js is installed automatically by Vaadin, for example"v16.0.0"
. Defaults to "v18.20.5". -
npmFolder
File npmFolder
Directory for npm and folders and files. -
postinstallPackages
List<String> postinstallPackages
Additional npm packages to run postinstall for. -
productionMode
boolean productionMode
Default is true here so we do not accidentally include development stuff into production. -
requireHomeNodeExec
boolean requireHomeNodeExec
-
resourceOutputDirectory
File resourceOutputDirectory
-
runNpmInstall
boolean runNpmInstall
-
tokenFile
File tokenFile
-
tokenFileData
elemental.json.JsonObject tokenFileData
-
useByteCodeScanner
boolean useByteCodeScanner
-
useGlobalPnpm
boolean useGlobalPnpm
-
useLegacyV14Bootstrap
boolean useLegacyV14Bootstrap
Is in client-side bootstrapping mode. -
webappResourcesDirectory
File webappResourcesDirectory
-
-
-
Class com.vaadin.flow.server.frontend.TaskNotifyWebpackConfExistenceWhileUsingVite extends Object implements Serializable
-
Serialized Fields
-
configFolder
File configFolder
-
-
-
Class com.vaadin.flow.server.frontend.TaskUpdateSettingsFile extends Object implements Serializable
-
Serialized Fields
-
-
Class com.vaadin.flow.server.frontend.TaskUpdateVite extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.UnknownTaskException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.frontend.WebpackConnectionException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.server.frontend.installer
-
Class com.vaadin.flow.server.frontend.installer.ArchiveExtractionException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.installer.InstallationException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy extends Object implements Serializable
-
Serialized Fields
-
-
-
Package com.vaadin.flow.server.frontend.scanner
-
Class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder extends Object implements Serializable
-
Serialized Fields
-
annotatedClassesMapCache
Map<Class<? extends Annotation>,Set<Class<?>>> annotatedClassesMapCache
-
classFinder
ClassFinder classFinder
-
-
-
Class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder extends Object implements Serializable
-
Serialized Fields
-
classes
LinkedHashSet<Class<?>> classes
-
-
-
Class com.vaadin.flow.server.frontend.scanner.CssData extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.scanner.EndPointData extends Object implements Serializable
-
Serialized Fields
-
classes
HashSet<String> classes
-
layout
String layout
-
modules
LinkedHashSet<String> modules
-
name
String name
-
route
String route
-
scripts
LinkedHashSet<String> scripts
-
theme
com.vaadin.flow.server.frontend.scanner.ThemeData theme
-
themeModules
LinkedHashSet<String> themeModules
-
-
-
Class com.vaadin.flow.server.frontend.scanner.FrontendDependencies extends com.vaadin.flow.server.frontend.scanner.AbstractDependenciesScanner implements Serializable
-
Serialized Fields
-
endPoints
HashMap<String,EndPointData> endPoints
-
packages
HashMap<String,String> packages
-
pwaConfiguration
PwaConfiguration pwaConfiguration
-
themeDefinition
ThemeDefinition themeDefinition
-
themeInstance
AbstractTheme themeInstance
-
useV14Bootstrap
boolean useV14Bootstrap
-
visited
Set<String> visited
-
-
-
-
Package com.vaadin.flow.server.startup
-
Class com.vaadin.flow.server.startup.AbstractAnnotationValidator extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.AbstractConfigurationFactory extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.AbstractRouteRegistryInitializer extends Object implements Serializable
-
Serialized Fields
-
pwaClass
Class<?> pwaClass
-
-
-
Class com.vaadin.flow.server.startup.AnnotationValidator extends AbstractAnnotationValidator implements Serializable
-
Class com.vaadin.flow.server.startup.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 extends Object implements Serializable
-
Serialized Fields
-
registry
ApplicationRouteRegistry registry
-
-
-
Class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory extends AbstractConfigurationFactory implements Serializable
-
Class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl extends AbstractPropertyConfiguration implements Serializable
-
Serialized Fields
-
context
VaadinContext context
-
fallbackChunk
FallbackChunk fallbackChunk
-
-
-
Class com.vaadin.flow.server.startup.DuplicateNavigationTitleException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.startup.RouteRegistryInitializer extends AbstractRouteRegistryInitializer implements Serializable
-
Class com.vaadin.flow.server.startup.VaadinAppShellInitializer extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.VaadinInitializerException extends Exception implements Serializable
-
Class com.vaadin.flow.server.startup.WebComponentExporterAwareValidator extends AbstractAnnotationValidator implements Serializable
-
-
Package com.vaadin.flow.server.webcomponent
-
Class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl extends Object implements Serializable
-
Serialized Fields
-
componentClass
Class<C extends Component> componentClass
-
data
PropertyData<P extends Serializable> data
-
onChangeHandler
SerializableBiConsumer<C extends Component,Serializable> onChangeHandler
-
-
-
Class com.vaadin.flow.server.webcomponent.PropertyData extends Object implements Serializable
-
Serialized Fields
-
defaultValue
P extends Serializable defaultValue
-
name
String name
-
readOnly
boolean readOnly
-
type
Class<P extends Serializable> type
-
-
-
Class com.vaadin.flow.server.webcomponent.UnsupportedPropertyTypeException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.webcomponent.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 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 extends Object implements Serializable
-
Class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter extends Object implements Serializable
-
Class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter.DirectoryWriter extends Object implements Serializable
-
-
Package com.vaadin.flow.shared
-
Class com.vaadin.flow.shared.ApplicationConstants extends Object implements Serializable
-
Class com.vaadin.flow.shared.BrowserDetails extends Object implements Serializable
-
Serialized Fields
-
browserEngineVersion
float browserEngineVersion
-
browserMajorVersion
int browserMajorVersion
-
browserMinorVersion
int browserMinorVersion
-
isChrome
boolean isChrome
-
isChromeOS
boolean isChromeOS
-
isEdge
boolean isEdge
-
isFirefox
boolean isFirefox
-
isGecko
boolean isGecko
-
isIE
boolean isIE
-
isIPad
boolean isIPad
-
isIPhone
boolean isIPhone
-
isOpera
boolean isOpera
-
isPresto
boolean isPresto
-
isSafari
boolean isSafari
-
isTrident
boolean isTrident
-
isWebKit
boolean isWebKit
-
isWindowsPhone
boolean isWindowsPhone
-
os
BrowserDetails.OperatingSystem os
-
osMajorVersion
int osMajorVersion
-
osMinorVersion
int osMinorVersion
-
-
-
Class com.vaadin.flow.shared.JsonConstants extends Object implements Serializable
-
Class com.vaadin.flow.shared.VaadinUriResolver extends Object implements Serializable
-
-
Package com.vaadin.flow.shared.communication
-
Class com.vaadin.flow.shared.communication.PushConstants extends Object implements Serializable
-
-
Package com.vaadin.flow.shared.ui
-
Class com.vaadin.flow.shared.ui.Dependency extends Object implements Serializable
-
Serialized Fields
-
loadMode
LoadMode loadMode
-
type
Dependency.Type type
-
url
String url
-
-
-
-
Package com.vaadin.flow.shared.util
-
Class com.vaadin.flow.shared.util.SharedUtil extends Object implements Serializable
-
Class com.vaadin.flow.shared.util.UniqueSerializable extends Object implements Serializable
-
-
Package com.vaadin.flow.theme
-
Class com.vaadin.flow.theme.ThemeDefinition extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
theme
Class<? extends AbstractTheme> theme
-
variant
String variant
-
-
-