Serialized Form
-
Package com.vaadin.flow.client
-
Class com.vaadin.flow.client.DefaultClientResources extends Object implements Serializable
-
-
Package com.vaadin.flow.component
-
Class com.vaadin.flow.component.AbstractCompositeField extends Composite<C extends Component> implements Serializable
-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField extends Component implements Serializable
-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.AbstractSinglePropertyField extends AbstractField<C extends AbstractField<C,T>,T> implements Serializable
-
Serialized Fields
-
propertyWriter
SerializableBiConsumer<T,U> propertyWriter
-
propertyReader
SerializableBiFunction<T,U,R> propertyReader
-
propertyName
String propertyName
-
synchronizedEvent
String synchronizedEvent
-
-
-
Class com.vaadin.flow.component.AttachEvent extends AbstractAttachDetachEvent implements Serializable
-
Serialized Fields
-
initialAttach
boolean initialAttach
-
-
-
Class com.vaadin.flow.component.BlurNotifier.BlurEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.ClickEvent extends ComponentEvent<C extends Component> implements Serializable
-
Serialized Fields
-
screenX
int screenX
-
screenY
int screenY
-
clientX
int clientX
-
clientY
int clientY
-
clickCount
int clickCount
-
button
int button
-
ctrlKey
boolean ctrlKey
-
shiftKey
boolean shiftKey
-
altKey
boolean altKey
-
metaKey
boolean metaKey
-
-
-
Class com.vaadin.flow.component.Component extends Object implements Serializable
-
Serialized Fields
-
element
Element element
-
attributes
Attributes attributes
-
eventBus
ComponentEventBus eventBus
-
templateMapped
boolean templateMapped
-
-
-
Class com.vaadin.flow.component.ComponentEvent extends EventObject implements Serializable
-
Serialized Fields
-
fromClient
boolean fromClient
-
unregisterListenerCommand
Command unregisterListenerCommand
-
-
-
Class com.vaadin.flow.component.ComponentEventBus extends Object implements Serializable
-
Class com.vaadin.flow.component.Composite extends Component implements Serializable
-
Serialized Fields
-
content
Component content
-
-
-
Class com.vaadin.flow.component.CompositionEndEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.CompositionStartEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.CompositionUpdateEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.DetachEvent extends AbstractAttachDetachEvent implements Serializable
-
Class com.vaadin.flow.component.FocusNotifier.FocusEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.Html extends Component implements Serializable
-
Class com.vaadin.flow.component.HtmlComponent extends Component implements Serializable
-
Class com.vaadin.flow.component.HtmlContainer extends HtmlComponent implements Serializable
-
Class com.vaadin.flow.component.InputEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.KeyDownEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.KeyEventListener extends Object implements Serializable
-
Serialized Fields
-
listener
ComponentEventListener<T extends ComponentEvent<?>> listener
-
key
Key key
-
modifiers
EnumSet<E extends Enum<E>> modifiers
-
-
-
Class com.vaadin.flow.component.KeyPressEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.KeyUpEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.PollEvent extends ComponentEvent<UI> implements Serializable
-
Class com.vaadin.flow.component.Text extends Component implements Serializable
-
Class com.vaadin.flow.component.UI extends Component implements Serializable
-
Serialized Fields
-
uiId
int uiId
The id of this UI, used to find the server side instance of the UI form which a request originates. A negative value indicates that the UI id has not yet been assigned by the Application.
See Also:
-
closing
boolean closing
-
pushConfiguration
PushConfiguration pushConfiguration
-
locale
Locale locale
-
internals
UIInternals internals
-
page
Page page
-
-
-
Class com.vaadin.flow.component.UIDetachedException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.component.button
-
Class com.vaadin.flow.component.button.Button extends GeneratedVaadinButton<Button> implements Serializable
-
Serialized Fields
-
span
Element span
-
iconComponent
Component iconComponent
-
iconAfterText
boolean iconAfterText
-
disableOnClick
boolean disableOnClick
-
disableOnClickConfigured
boolean disableOnClickConfigured
-
disableListener
Registration disableListener
-
-
-
Class com.vaadin.flow.component.button.GeneratedVaadinButton extends Component implements Serializable
-
-
Package com.vaadin.flow.component.checkbox
-
Class com.vaadin.flow.component.checkbox.Checkbox extends GeneratedVaadinCheckbox<Checkbox,Boolean> implements Serializable
-
Class com.vaadin.flow.component.checkbox.CheckboxGroup extends GeneratedVaadinCheckboxGroup<CheckboxGroup<T>,Set<T>> implements Serializable
-
Serialized Fields
-
keyMapper
KeyMapper<V> keyMapper
-
dataProvider
DataProvider<T,F> dataProvider
-
isReadOnly
boolean isReadOnly
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
validationListener
PropertyChangeListener validationListener
-
validationRegistration
Registration validationRegistration
-
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
-
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox extends AbstractSinglePropertyField<R extends GeneratedVaadinCheckbox<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckbox<R,?>> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.CheckedChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckbox<R,?>> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.IndeterminateChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckbox<R,?>> implements Serializable
-
Serialized Fields
-
indeterminate
boolean indeterminate
-
-
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup extends AbstractSinglePropertyField<R extends GeneratedVaadinCheckboxGroup<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckboxGroup<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
-
Package com.vaadin.flow.component.combobox
-
Class com.vaadin.flow.component.combobox.ComboBox extends GeneratedVaadinComboBox<ComboBox<T>,T> implements Serializable
-
Serialized Fields
-
arrayUpdater
ArrayUpdater arrayUpdater
Lazy loading updater, used when calling setDataProvider()
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
renderer
Renderer<SOURCE> renderer
-
renderScheduled
boolean renderScheduled
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
dataGenerator
CompositeDataGenerator<T> dataGenerator
-
dataGeneratorRegistration
Registration dataGeneratorRegistration
-
template
Element template
-
customValueListenersCount
int customValueListenersCount
-
filterSlot
SerializableConsumer<T> filterSlot
-
userProvidedFilter
com.vaadin.flow.component.combobox.ComboBox.UserProvidedFilter userProvidedFilter
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox extends AbstractSinglePropertyField<R extends GeneratedVaadinComboBox<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.CustomValueSetEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
detail
String detail
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.FilterChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
filter
String filter
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.SelectedItemChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
selectedItem
elemental.json.JsonObject selectedItem
-
-
-
-
Package com.vaadin.flow.component.datepicker
-
Class com.vaadin.flow.component.datepicker.DatePicker extends GeneratedVaadinDatePicker<DatePicker,LocalDate> implements Serializable
-
Serialized Fields
-
i18n
DatePicker.DatePickerI18n i18n
-
locale
Locale locale
-
-
-
Class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n extends Object implements Serializable
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker extends AbstractSinglePropertyField<R extends GeneratedVaadinDatePicker<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinDatePicker<R,?>> implements Serializable
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinDatePicker<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinDatePicker<R,?>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.dialog
-
Class com.vaadin.flow.component.dialog.Dialog extends GeneratedVaadinDialog<Dialog> implements Serializable
-
Class com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent extends ComponentEvent<Dialog> implements Serializable
-
Class com.vaadin.flow.component.dialog.GeneratedVaadinDialog extends Component implements Serializable
-
Class com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinDialog<R>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.formlayout
-
Class com.vaadin.flow.component.formlayout.FormLayout extends GeneratedVaadinFormLayout<FormLayout> implements Serializable
-
Class com.vaadin.flow.component.formlayout.FormLayout.FormItem extends GeneratedVaadinFormItem<FormLayout.FormItem> implements Serializable
-
Class com.vaadin.flow.component.formlayout.FormLayout.ResponsiveStep extends Object implements Serializable
-
Serialized Fields
-
minWidth
String minWidth
-
columns
int columns
-
labelsPosition
FormLayout.ResponsiveStep.LabelsPosition labelsPosition
-
-
-
Class com.vaadin.flow.component.formlayout.GeneratedVaadinFormItem extends Component implements Serializable
-
Class com.vaadin.flow.component.formlayout.GeneratedVaadinFormLayout extends Component implements Serializable
-
-
Package com.vaadin.flow.component.grid
-
Class com.vaadin.flow.component.grid.AbstractGridMultiSelectionModel extends Grid.AbstractGridExtension<T> implements Serializable
-
Serialized Fields
-
selected
Set<E> selected
-
selectionColumn
GridSelectionColumn selectionColumn
-
selectAllCheckBoxVisibility
GridMultiSelectionModel.SelectAllCheckboxVisibility selectAllCheckBoxVisibility
-
-
-
Class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel extends Grid.AbstractGridExtension<T> implements Serializable
-
Serialized Fields
-
selectedItem
Object selectedItem
-
deselectAllowed
boolean deselectAllowed
-
-
-
Class com.vaadin.flow.component.grid.AbstractRow.AbstractCell extends Object implements Serializable
-
Serialized Fields
-
columnComponent
com.vaadin.flow.component.grid.AbstractColumn<T extends com.vaadin.flow.component.grid.AbstractColumn<T>> columnComponent
-
-
-
Class com.vaadin.flow.component.grid.FooterRow extends com.vaadin.flow.component.grid.AbstractRow<FooterRow.FooterCell> implements Serializable
-
Class com.vaadin.flow.component.grid.FooterRow.FooterCell extends AbstractRow.AbstractCell implements Serializable
-
Class com.vaadin.flow.component.grid.Grid extends Component implements Serializable
-
Serialized Fields
-
arrayUpdater
GridArrayUpdater arrayUpdater
-
gridDataGenerator
CompositeDataGenerator<T> gridDataGenerator
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
nextColumnId
int nextColumnId
-
selectionModel
GridSelectionModel<T> selectionModel
-
selectionMode
Grid.SelectionMode selectionMode
-
detailsManager
com.vaadin.flow.component.grid.Grid.DetailsManager detailsManager
-
detailsTemplate
Element detailsTemplate
-
detailsVisibleOnClick
boolean detailsVisibleOnClick
-
idToColumnMap
Map<K,V> idToColumnMap
-
keyToColumnMap
Map<K,V> keyToColumnMap
-
sortOrder
List<E> sortOrder
-
propertySet
PropertySet<T> propertySet
-
itemDetailsDataGenerator
DataGenerator<T> itemDetailsDataGenerator
-
columnLayers
List<E> columnLayers
Keeps track of the layers of column and column-group components. The layers are in order from innermost to outmost.
-
defaultHeaderRow
HeaderRow defaultHeaderRow
-
uniqueKeyProperty
String uniqueKeyProperty
-
uniqueKeyProvider
ValueProvider<SOURCE,TARGET> uniqueKeyProvider
-
contextMenuTargetItemKey
String contextMenuTargetItemKey
-
editor
Editor<T> editor
-
verticalScrollingEnabled
boolean verticalScrollingEnabled
-
-
-
Class com.vaadin.flow.component.grid.Grid.AbstractGridExtension extends Object implements Serializable
-
Class com.vaadin.flow.component.grid.Grid.Column extends com.vaadin.flow.component.grid.AbstractColumn<Grid.Column<T>> implements Serializable
-
Serialized Fields
-
columnInternalId
String columnInternalId
-
columnKey
String columnKey
-
sortingEnabled
boolean sortingEnabled
-
editorBinding
Binder.Binding<BEAN,TARGET> editorBinding
-
editorComponent
Component editorComponent
-
sortOrderProvider
SortOrderProvider sortOrderProvider
-
comparator
SerializableComparator<T> comparator
-
columnDataGeneratorRegistration
Registration columnDataGeneratorRegistration
-
renderer
Renderer<SOURCE> renderer
-
rendering
Rendering<SOURCE> rendering
-
-
-
Class com.vaadin.flow.component.grid.Grid.DataCommunicatorBuilder extends Object implements Serializable
-
Class com.vaadin.flow.component.grid.Grid.UpdateQueue extends Object implements Serializable
-
Serialized Fields
-
queue
ArrayList<E> queue
-
data
GridArrayUpdater.UpdateQueueData data
-
-
-
Class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData extends Object implements Serializable
-
Serialized Fields
-
element
Element element
-
uniqueKeyProperty
String uniqueKeyProperty
-
hasExpandedItems
SerializableSupplier<T> hasExpandedItems
-
-
-
Class com.vaadin.flow.component.grid.GridContextMenu extends com.vaadin.flow.component.contextmenu.ContextMenuBase<GridContextMenu<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.GridContextMenu.GridContextMenuItemClickEvent extends ComponentEvent<com.vaadin.flow.component.contextmenu.MenuItem> implements Serializable
-
Class com.vaadin.flow.component.grid.GridNoneSelectionModel extends Object implements Serializable
-
Class com.vaadin.flow.component.grid.GridSelectionColumn extends Component implements Serializable
-
Serialized Fields
-
selectAllCallback
SerializableRunnable selectAllCallback
-
deselectAllCallback
SerializableRunnable deselectAllCallback
-
-
-
Class com.vaadin.flow.component.grid.GridSortOrder extends SortOrder<Grid.Column<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.GridSortOrderBuilder extends SortOrderBuilder<GridSortOrder<T>,Grid.Column<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.HeaderRow extends com.vaadin.flow.component.grid.AbstractRow<HeaderRow.HeaderCell> implements Serializable
-
Class com.vaadin.flow.component.grid.HeaderRow.HeaderCell extends AbstractRow.AbstractCell implements Serializable
-
Class com.vaadin.flow.component.grid.ItemClickEvent extends ClickEvent<Grid<T>> implements Serializable
-
Serialized Fields
-
item
Object item
-
-
-
Class com.vaadin.flow.component.grid.ItemDoubleClickEvent extends ItemClickEvent<T> implements Serializable
-
-
Package com.vaadin.flow.component.grid.editor
-
Class com.vaadin.flow.component.grid.editor.EditorCancelEvent extends EditorEvent<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorCloseEvent extends EditorEvent<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorEvent extends EventObject implements Serializable
-
Serialized Fields
-
item
Object item
-
-
-
Class com.vaadin.flow.component.grid.editor.EditorImpl extends Grid.AbstractGridExtension<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorOpenEvent extends EditorEvent<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorSaveEvent extends EditorEvent<T> implements Serializable
-
-
Package com.vaadin.flow.component.html
-
Class com.vaadin.flow.component.html.Anchor extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Article extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Aside extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.DescriptionList extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.DescriptionList.Description extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.DescriptionList.Term extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Div extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Emphasis extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Footer extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H1 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H2 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H3 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H4 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H5 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.H6 extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Header extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Hr extends HtmlComponent implements Serializable
-
Class com.vaadin.flow.component.html.Image extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Input extends AbstractSinglePropertyField<Input,String> implements Serializable
-
Class com.vaadin.flow.component.html.Label extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.ListItem extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Main extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.NativeButton extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Nav extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.OrderedList extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Paragraph extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Section extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Span extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.UnorderedList extends HtmlContainer implements Serializable
-
-
Package com.vaadin.flow.component.icon
-
Class com.vaadin.flow.component.icon.Icon extends Component implements Serializable
-
Class com.vaadin.flow.component.icon.IronIcon extends Component implements Serializable
-
-
Package com.vaadin.flow.component.internal
-
Class com.vaadin.flow.component.internal.AbstractAttachDetachEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.internal.AbstractFieldSupport extends Object implements Serializable
-
Serialized Fields
-
defaultValue
Object defaultValue
-
component
Component component
-
valueEquals
SerializableBiPredicate<T,U> valueEquals
-
setPresentationValue
SerializableConsumer<T> setPresentationValue
-
bufferedValue
Object bufferedValue
-
presentationUpdateInProgress
boolean presentationUpdateInProgress
-
valueSetFromPresentationUpdate
boolean valueSetFromPresentationUpdate
-
pendingValueFromPresentation
Object pendingValueFromPresentation
-
-
-
Class com.vaadin.flow.component.internal.CompositionEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.internal.DependencyList extends Object implements Serializable
-
Class com.vaadin.flow.component.internal.DependencyTreeCache extends Object implements Serializable
-
Serialized Fields
-
cache
ConcurrentHashMap<K,V> cache
Maps a path to a list of dependencies or a placeholder indicating that parsing is in progress.
-
dependencyParser
SerializableFunction<T,R> dependencyParser
-
-
-
Class com.vaadin.flow.component.internal.EventDataCache extends Object implements Serializable
-
Serialized Fields
-
dataExpressions
ConcurrentHashMap<K,V> dataExpressions
-
eventConstructors
ConcurrentHashMap<K,V> eventConstructors
-
-
-
Class com.vaadin.flow.component.internal.HtmlDependencyParser extends Object implements Serializable
-
Serialized Fields
-
root
String root
Deprecated.
-
-
-
Class com.vaadin.flow.component.internal.KeyboardEvent extends ComponentEvent<Component> implements Serializable
-
Serialized Fields
-
key
Key key
-
location
KeyLocation location
-
repeat
boolean repeat
-
composing
boolean composing
-
modifiers
Set<E> modifiers
-
-
-
Class com.vaadin.flow.component.internal.UIInternals extends Object implements Serializable
-
Serialized Fields
-
lastProcessedClientToServerId
int lastProcessedClientToServerId
Tracks which message from the client should come next. First message from the client has id 0.
-
serverSyncId
int serverSyncId
-
stateTree
StateTree stateTree
-
pushConnection
PushConnection pushConnection
-
lastHeartbeatTimestamp
long lastHeartbeatTimestamp
Timestamp for keeping track of the last heartbeat of the related UI. Updated to the current time whenever the application receives a heartbeat or UIDL request from the client for the related UI.
-
pendingJsInvocations
List<E> pendingJsInvocations
-
ui
UI ui
The related UI.
-
title
String title
-
pendingTitleUpdateCanceler
Page.ExecutionCanceler pendingTitleUpdateCanceler
-
viewLocation
Location viewLocation
-
routerTargetChain
ArrayList<E> routerTargetChain
-
listeners
HashMap<K,V> listeners
-
lastHandledNavigation
Location lastHandledNavigation
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
session
VaadinSession session
The Vaadin session to which the related UI belongs.
-
dependencyList
DependencyList dependencyList
-
constantPool
ConstantPool constantPool
-
theme
AbstractTheme theme
-
lastProcessedMessageHash
byte[] lastProcessedMessageHash
-
contextRootRelativePath
String contextRootRelativePath
-
appId
String appId
-
-
-
Class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation extends Object implements Serializable
-
-
Package com.vaadin.flow.component.ironlist
-
Class com.vaadin.flow.component.ironlist.IronList extends Component implements Serializable
-
Serialized Fields
-
arrayUpdater
ArrayUpdater arrayUpdater
-
template
Element template
-
renderer
Renderer<SOURCE> renderer
-
originalTemplate
String originalTemplate
-
rendererChanged
boolean rendererChanged
-
templateUpdateRegistered
boolean templateUpdateRegistered
-
dataGenerator
CompositeDataGenerator<T> dataGenerator
-
dataGeneratorRegistration
Registration dataGeneratorRegistration
-
placeholderItem
Object placeholderItem
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
-
Package com.vaadin.flow.component.listbox
-
Class com.vaadin.flow.component.listbox.ListBox extends AbstractSinglePropertyField<ListBox<T>,T> implements Serializable
-
Serialized Fields
-
dataProvider
DataProvider<T,F> dataProvider
-
itemRenderer
ComponentRenderer<COMPONENT extends Component,SOURCE> itemRenderer
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
-
-
-
Package com.vaadin.flow.component.notification
-
Class com.vaadin.flow.component.notification.GeneratedVaadinNotification extends Component implements Serializable
-
Class com.vaadin.flow.component.notification.GeneratedVaadinNotification.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinNotification<R>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
Class com.vaadin.flow.component.notification.Notification extends GeneratedVaadinNotification<Notification> implements Serializable
-
Serialized Fields
-
container
Element container
-
templateElement
Element templateElement
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
deferredJob
SerializableConsumer<T> deferredJob
-
-
-
-
Package com.vaadin.flow.component.orderedlayout
-
Class com.vaadin.flow.component.orderedlayout.FlexLayout extends Component implements Serializable
-
Class com.vaadin.flow.component.orderedlayout.HorizontalLayout extends Component implements Serializable
-
Class com.vaadin.flow.component.orderedlayout.VerticalLayout extends Component implements Serializable
-
-
Package com.vaadin.flow.component.page
-
Class com.vaadin.flow.component.page.BrowserWindowResizeEvent extends EventObject implements Serializable
-
Serialized Fields
-
width
int width
-
height
int height
-
-
-
Class com.vaadin.flow.component.page.History extends Object implements Serializable
-
Serialized Fields
-
ui
UI ui
-
historyStateChangeHandler
History.HistoryStateChangeHandler historyStateChangeHandler
-
-
-
Class com.vaadin.flow.component.page.History.HistoryStateChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
location
Location location
-
trigger
NavigationTrigger trigger
-
-
-
Class com.vaadin.flow.component.page.Page extends Object implements Serializable
-
-
Package com.vaadin.flow.component.polymertemplate
-
Class com.vaadin.flow.component.polymertemplate.AbstractTemplate extends Component implements Serializable
-
Serialized Fields
-
stateNode
StateNode stateNode
-
-
-
Class com.vaadin.flow.component.polymertemplate.PolymerTemplate extends AbstractTemplate<M extends TemplateModel> implements Serializable
-
-
Package com.vaadin.flow.component.progressbar
-
Class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar extends Component implements Serializable
-
Class com.vaadin.flow.component.progressbar.ProgressBar extends GeneratedVaadinProgressBar<ProgressBar> implements Serializable
-
-
Package com.vaadin.flow.component.radiobutton
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton extends Component implements Serializable
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton.CheckedChangeEvent extends ComponentEvent<R extends GeneratedVaadinRadioButton<R>> implements Serializable
-
Serialized Fields
-
checked
boolean checked
-
-
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup extends AbstractSinglePropertyField<R extends GeneratedVaadinRadioGroup<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinRadioGroup<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.radiobutton.RadioButtonGroup extends GeneratedVaadinRadioGroup<RadioButtonGroup<T>,T> implements Serializable
-
Serialized Fields
-
keyMapper
KeyMapper<V> keyMapper
-
dataProvider
DataProvider<T,F> dataProvider
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemRenderer
ComponentRenderer<COMPONENT extends Component,SOURCE> itemRenderer
-
isReadOnly
boolean isReadOnly
-
validationListener
PropertyChangeListener validationListener
-
validationRegistration
Registration validationRegistration
-
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
-
-
-
Package com.vaadin.flow.component.splitlayout
-
Class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout extends Component implements Serializable
-
Class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.IronResizeEvent extends ComponentEvent<R extends GeneratedVaadinSplitLayout<R>> implements Serializable
-
Class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent extends ComponentEvent<R extends GeneratedVaadinSplitLayout<R>> implements Serializable
-
Class com.vaadin.flow.component.splitlayout.SplitLayout extends GeneratedVaadinSplitLayout<SplitLayout> implements Serializable
-
-
Package com.vaadin.flow.component.tabs
-
Class com.vaadin.flow.component.tabs.GeneratedVaadinTab extends Component implements Serializable
-
Class com.vaadin.flow.component.tabs.GeneratedVaadinTabs extends Component implements Serializable
-
Class com.vaadin.flow.component.tabs.Tab extends GeneratedVaadinTab<Tab> implements Serializable
-
Class com.vaadin.flow.component.tabs.Tabs extends GeneratedVaadinTabs<Tabs> implements Serializable
-
Class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent extends ComponentEvent<Tabs> implements Serializable
-
-
Package com.vaadin.flow.component.textfield
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField extends GeneratedVaadinTextField<R extends GeneratedVaadinPasswordField<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea extends AbstractSinglePropertyField<R extends GeneratedVaadinTextArea<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextArea<R,?>> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextArea<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextField extends AbstractSinglePropertyField<R extends GeneratedVaadinTextField<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextField<R,?>> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextField<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.textfield.PasswordField extends GeneratedVaadinPasswordField<PasswordField,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
-
-
Class com.vaadin.flow.component.textfield.TextArea extends GeneratedVaadinTextArea<TextArea,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
-
-
Class com.vaadin.flow.component.textfield.TextField extends GeneratedVaadinTextField<TextField,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
-
-
-
Package com.vaadin.flow.component.treegrid
-
Class com.vaadin.flow.component.treegrid.CollapseEvent extends ComponentEvent<C extends Component> implements Serializable
-
Serialized Fields
-
items
Collection<E> items
-
-
-
Class com.vaadin.flow.component.treegrid.ExpandEvent extends ComponentEvent<C extends Component> implements Serializable
-
Serialized Fields
-
items
Collection<E> items
-
-
-
Class com.vaadin.flow.component.treegrid.TreeGrid extends Grid<T> implements Serializable
-
Serialized Fields
-
defaultUniqueKeyProvider
ValueProvider<SOURCE,TARGET> defaultUniqueKeyProvider
-
-
-
-
Package com.vaadin.flow.component.upload
-
Class com.vaadin.flow.component.upload.FailedEvent extends FinishedEvent implements Serializable
-
Serialized Fields
-
reason
Exception reason
-
-
-
Class com.vaadin.flow.component.upload.FinishedEvent extends ComponentEvent<Upload> implements Serializable
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload extends Component implements Serializable
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FileRejectEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
detailError
elemental.json.JsonObject detailError
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FilesChangeEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
files
elemental.json.JsonArray files
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.MaxFilesReachedChangeEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
maxFilesReached
boolean maxFilesReached
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadAbortEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadBeforeEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
detailFileUploadTarget
elemental.json.JsonObject detailFileUploadTarget
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadErrorEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadProgressEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRequestEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
detailFormData
elemental.json.JsonObject detailFormData
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadResponseEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRetryEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadStartEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadSuccessEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailXhr
elemental.json.JsonObject detailXhr
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile extends Component implements Serializable
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileAbortEvent extends ComponentEvent<R extends GeneratedVaadinUploadFile<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileRemoveEvent extends ComponentEvent<R extends GeneratedVaadinUploadFile<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileRetryEvent extends ComponentEvent<R extends GeneratedVaadinUploadFile<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUploadFile.FileStartEvent extends ComponentEvent<R extends GeneratedVaadinUploadFile<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
Class com.vaadin.flow.component.upload.NoInputStreamEvent extends FailedEvent implements Serializable
-
Class com.vaadin.flow.component.upload.NoOutputStreamEvent extends FailedEvent implements Serializable
-
Class com.vaadin.flow.component.upload.ProgressUpdateEvent extends ComponentEvent<Upload> implements Serializable
-
Serialized Fields
-
readBytes
long readBytes
Bytes transferred.
-
contentLength
long contentLength
Total size of file currently being uploaded, -1 if unknown
-
-
-
Class com.vaadin.flow.component.upload.StartedEvent extends ComponentEvent<Upload> implements Serializable
-
Class com.vaadin.flow.component.upload.SucceededEvent extends FinishedEvent implements Serializable
-
Class com.vaadin.flow.component.upload.Upload extends GeneratedVaadinUpload<Upload> implements Serializable
-
Serialized Fields
-
streamVariable
StreamVariable streamVariable
-
interrupted
boolean interrupted
-
activeUploads
int activeUploads
-
i18n
UploadI18N i18n
-
receiver
Receiver receiver
The output of the upload is redirected to this receiver.
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N extends Object implements Serializable
-
Serialized Fields
-
dropFiles
UploadI18N.DropFiles dropFiles
-
addFiles
UploadI18N.AddFiles addFiles
-
cancel
String cancel
-
error
UploadI18N.Error error
-
uploading
UploadI18N.Uploading uploading
-
units
UploadI18N.Units units
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N.AddFiles extends UploadI18N.SingleMulti implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.DropFiles extends UploadI18N.SingleMulti implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Error extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.SingleMulti extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Units extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading extends Object implements Serializable
-
Serialized Fields
-
status
UploadI18N.Uploading.Status status
-
remainingTime
UploadI18N.Uploading.RemainingTime remainingTime
-
error
UploadI18N.Uploading.Error error
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status extends Object implements Serializable
-
-
Package com.vaadin.flow.component.upload.receivers
-
Class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer extends Object implements Serializable
-
Serialized Fields
-
factory
FileFactory factory
-
-
-
Class com.vaadin.flow.component.upload.receivers.FileBuffer extends AbstractFileBuffer implements Serializable
-
Serialized Fields
-
file
FileData file
-
-
-
Class com.vaadin.flow.component.upload.receivers.FileData extends Object implements Serializable
-
Serialized Fields
-
fileName
String fileName
-
mimeType
String mimeType
-
outputBuffer
OutputStream outputBuffer
-
-
-
Class com.vaadin.flow.component.upload.receivers.MemoryBuffer extends Object implements Serializable
-
Serialized Fields
-
file
FileData file
-
-
-
Class com.vaadin.flow.component.upload.receivers.MultiFileBuffer extends AbstractFileBuffer implements Serializable
-
Class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer extends Object implements Serializable
-
-
Package com.vaadin.flow.data.binder
-
Class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition extends Object implements Serializable
-
Serialized Fields
-
descriptor
PropertyDescriptor descriptor
-
propertySet
BeanPropertySet<T> propertySet
-
propertyHolderType
Class<T> propertyHolderType
-
-
-
Class com.vaadin.flow.data.binder.BeanPropertySet extends Object implements Serializable
-
Class com.vaadin.flow.data.binder.BeanPropertySet.NestedBeanPropertyDefinition extends AbstractBeanPropertyDefinition<T,V> implements Serializable
-
Serialization Methods
-
writeReplace
private Object writeReplace()
-
-
Serialized Fields
-
parent
PropertyDefinition<T,V> parent
-
-
-
Class com.vaadin.flow.data.binder.BeanValidationBinder extends Binder<BEAN> implements Serializable
-
Serialized Fields
-
beanType
Class<T> beanType
-
requiredConfigurator
RequiredFieldConfigurator requiredConfigurator
-
-
-
Class com.vaadin.flow.data.binder.Binder extends Object implements Serializable
-
Serialized Fields
-
propertySet
PropertySet<T> propertySet
-
boundProperties
Map<K,V> boundProperties
Property names that have been used for creating a binding.
-
incompleteMemberFieldBindings
Map<K,V> incompleteMemberFieldBindings
-
bean
Object bean
-
bindings
Collection<E> bindings
-
incompleteBindings
Map<K,V> incompleteBindings
-
validators
List<E> validators
-
initialConverters
Map<K,V> initialConverters
-
listeners
HashMap<K,V> listeners
-
statusLabel
HasText statusLabel
-
statusHandler
BinderValidationStatusHandler<BEAN> statusHandler
-
changedBindings
Set<E> changedBindings
-
-
-
Class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl extends Object implements Serializable
-
Serialized Fields
-
binder
Binder<BEAN> binder
-
field
HasValue<E extends HasValue.ValueChangeEvent<V>,V> field
-
statusHandler
BindingValidationStatusHandler statusHandler
-
isStatusHandlerChanged
boolean isStatusHandlerChanged
-
bound
boolean bound
-
converterValidatorChain
Converter<PRESENTATION,MODEL> converterValidatorChain
Contains all converters and validators chained together in the correct order.
-
-
-
Class com.vaadin.flow.data.binder.Binder.BindingImpl extends Object implements Serializable
-
Serialized Fields
-
binder
Binder<BEAN> binder
-
field
HasValue<E extends HasValue.ValueChangeEvent<V>,V> field
-
statusHandler
BindingValidationStatusHandler statusHandler
-
getter
ValueProvider<SOURCE,TARGET> getter
-
setter
Setter<BEAN,FIELDVALUE> setter
-
readOnly
boolean readOnly
-
onValueChange
Registration onValueChange
-
valueInit
boolean valueInit
-
converterValidatorChain
Converter<PRESENTATION,MODEL> converterValidatorChain
Contains all converters and validators chained together in the correct order.
-
-
-
Class com.vaadin.flow.data.binder.BinderValidationStatus extends Object implements Serializable
-
Class com.vaadin.flow.data.binder.BindingValidationStatus extends Object implements Serializable
-
Serialized Fields
-
status
BindingValidationStatus.Status status
-
results
List<E> results
-
binding
Binder.Binding<BEAN,TARGET> binding
-
result
Result<R> result
-
-
-
Class com.vaadin.flow.data.binder.PropertyFilterDefinition extends Object implements Serializable
-
Class com.vaadin.flow.data.binder.ReadOnlyHasValue extends Object implements Serializable
-
Serialized Fields
-
value
Object value
-
valueProcessor
SerializableConsumer<T> valueProcessor
-
emptyValue
Object emptyValue
-
listenerList
LinkedHashSet<E> listenerList
-
-
-
Class com.vaadin.flow.data.binder.StatusChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
hasValidationErrors
boolean hasValidationErrors
-
-
-
Class com.vaadin.flow.data.binder.ValidationException extends Exception implements Serializable
-
Class com.vaadin.flow.data.binder.ValidationResult.SimpleValidationResult extends Object implements Serializable
-
Serialized Fields
-
error
String error
-
errorLevel
ErrorLevel errorLevel
-
-
-
Class com.vaadin.flow.data.binder.ValueContext extends Object implements Serializable
-
-
Package com.vaadin.flow.data.converter
-
Class com.vaadin.flow.data.converter.AbstractStringToNumberConverter extends Object implements Serializable
-
Serialized Fields
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
emptyValue
Number emptyValue
-
-
-
Class com.vaadin.flow.data.converter.DateToLongConverter extends Object implements Serializable
-
Class com.vaadin.flow.data.converter.DateToSqlDateConverter extends Object implements Serializable
-
Class com.vaadin.flow.data.converter.LocalDateTimeToDateConverter extends Object implements Serializable
-
Serialized Fields
-
zoneId
ZoneId zoneId
-
-
-
Class com.vaadin.flow.data.converter.LocalDateToDateConverter extends Object implements Serializable
-
Serialized Fields
-
zoneId
ZoneId zoneId
-
-
-
Class com.vaadin.flow.data.converter.StringToBigDecimalConverter extends AbstractStringToNumberConverter<BigDecimal> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToBigIntegerConverter extends AbstractStringToNumberConverter<BigInteger> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToBooleanConverter extends Object implements Serializable
-
Serialized Fields
-
trueString
String trueString
-
falseString
String falseString
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
-
-
Class com.vaadin.flow.data.converter.StringToDateConverter extends Object implements Serializable
-
Class com.vaadin.flow.data.converter.StringToDoubleConverter extends AbstractStringToNumberConverter<Double> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToFloatConverter extends AbstractStringToNumberConverter<Float> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToIntegerConverter extends AbstractStringToNumberConverter<Integer> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToLongConverter extends AbstractStringToNumberConverter<Long> implements Serializable
-
-
Package com.vaadin.flow.data.event
-
Class com.vaadin.flow.data.event.SortEvent extends ComponentEvent<T extends Component> implements Serializable
-
-
Package com.vaadin.flow.data.provider
-
Class com.vaadin.flow.data.provider.AbstractBackEndDataProvider extends AbstractDataProvider<T,F> implements Serializable
-
Class com.vaadin.flow.data.provider.AbstractComponentDataGenerator extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.AbstractDataProvider extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.BeanDataGenerator extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.CallbackDataProvider extends AbstractBackEndDataProvider<T,F> implements Serializable
-
Serialized Fields
-
fetchCallback
CallbackDataProvider.FetchCallback<T,F> fetchCallback
-
countCallback
CallbackDataProvider.CountCallback<T,F> countCallback
-
idGetter
ValueProvider<SOURCE,TARGET> idGetter
-
-
-
Class com.vaadin.flow.data.provider.ComponentDataGenerator extends AbstractComponentDataGenerator<T> implements Serializable
-
Serialized Fields
-
componentRenderer
ComponentRenderer<COMPONENT extends Component,SOURCE> componentRenderer
-
keyMapper
ValueProvider<SOURCE,TARGET> keyMapper
-
nodeIdPropertyName
String nodeIdPropertyName
-
container
Element container
-
-
-
Class com.vaadin.flow.data.provider.CompositeDataGenerator extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper extends DataProviderWrapper<T,Q,F> implements Serializable
-
Serialized Fields
-
configuredFilter
Object configuredFilter
-
-
-
Class com.vaadin.flow.data.provider.DataChangeEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.data.provider.DataChangeEvent.DataRefreshEvent extends DataChangeEvent<T> implements Serializable
-
Serialized Fields
-
item
Object item
-
-
-
Class com.vaadin.flow.data.provider.DataCommunicator extends Object implements Serializable
-
Serialized Fields
-
dataGenerator
DataGenerator<T> dataGenerator
-
arrayUpdater
ArrayUpdater arrayUpdater
-
dataUpdater
SerializableConsumer<T> dataUpdater
-
stateNode
StateNode stateNode
-
keyMapper
DataKeyMapper<T> keyMapper
-
requestedRange
Range requestedRange
-
activeStart
int activeStart
-
activeKeyOrder
List<E> activeKeyOrder
-
assumedSize
int assumedSize
-
resendEntireRange
boolean resendEntireRange
-
assumeEmptyClient
boolean assumeEmptyClient
-
nextUpdateId
int nextUpdateId
-
passivatedByUpdate
HashMap<K,V> passivatedByUpdate
-
confirmedUpdates
HashSet<E> confirmedUpdates
-
dataProvider
DataProvider<T,F> dataProvider
-
filter
Object filter
-
inMemorySorting
SerializableComparator<T> inMemorySorting
-
backEndSorting
ArrayList<E> backEndSorting
-
dataProviderUpdateRegistration
Registration dataProviderUpdateRegistration
-
updatedData
HashSet<E> updatedData
-
flushRequest
SerializableConsumer<T> flushRequest
-
flushUpdatedDataRequest
SerializableConsumer<T> flushUpdatedDataRequest
-
-
-
Class com.vaadin.flow.data.provider.DataProviderWrapper extends Object implements Serializable
-
Serialized Fields
-
dataProvider
DataProvider<T,F> dataProvider
The actual data provider behind this wrapper.
-
-
-
Class com.vaadin.flow.data.provider.KeyMapper extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.ListDataProvider extends AbstractDataProvider<T,SerializablePredicate<T>> implements Serializable
-
Serialized Fields
-
sortOrder
SerializableComparator<T> sortOrder
-
filter
SerializablePredicate<T> filter
-
backend
Collection<E> backend
-
-
-
Class com.vaadin.flow.data.provider.Query extends Object implements Serializable
-
Serialized Fields
-
offset
int offset
-
limit
int limit
-
sortOrders
List<E> sortOrders
-
inMemorySorting
Comparator<T> inMemorySorting
-
filter
Object filter
-
-
-
Class com.vaadin.flow.data.provider.QuerySortOrder extends SortOrder<String> implements Serializable
-
Class com.vaadin.flow.data.provider.QuerySortOrderBuilder extends SortOrderBuilder<QuerySortOrder,String> implements Serializable
-
Class com.vaadin.flow.data.provider.SortOrder extends Object implements Serializable
-
Serialized Fields
-
sorted
Object sorted
-
direction
SortDirection direction
-
-
-
Class com.vaadin.flow.data.provider.SortOrderBuilder extends Object implements Serializable
-
-
Package com.vaadin.flow.data.provider.hierarchy
-
Class com.vaadin.flow.data.provider.hierarchy.AbstractBackEndHierarchicalDataProvider extends AbstractHierarchicalDataProvider<T,F> implements Serializable
-
Class com.vaadin.flow.data.provider.hierarchy.AbstractHierarchicalDataProvider extends AbstractDataProvider<T,F> implements Serializable
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalCommunicationController extends Object implements Serializable
-
Serialized Fields
-
keyMapper
DataKeyMapper<T> keyMapper
-
dataGenerator
DataGenerator<T> dataGenerator
-
startUpdate
SerializableFunction<T,R> startUpdate
-
mapper
HierarchyMapper<T,F> mapper
-
fetchItems
SerializableBiFunction<T,U,R> fetchItems
-
parentKey
String parentKey
-
assumedSize
int assumedSize
-
requestedRange
Range requestedRange
-
activeStart
int activeStart
-
activeKeyOrder
List<E> activeKeyOrder
-
resendEntireRange
boolean resendEntireRange
-
assumeEmptyClient
boolean assumeEmptyClient
-
nextUpdateId
int nextUpdateId
-
passivatedByUpdate
HashMap<K,V> passivatedByUpdate
-
confirmedUpdates
HashSet<E> confirmedUpdates
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator extends DataCommunicator<T> implements Serializable
-
Serialized Fields
-
arrayUpdater
HierarchicalArrayUpdater arrayUpdater
-
stateNode
StateNode stateNode
-
mapper
HierarchyMapper<T,F> mapper
-
dataGenerator
DataGenerator<T> dataGenerator
-
uniqueKeyProviderSupplier
SerializableSupplier<T> uniqueKeyProviderSupplier
-
dataControllers
Map<K,V> dataControllers
-
uniqueKeyMapper
KeyMapper<V> uniqueKeyMapper
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery extends Query<T,F> implements Serializable
-
Serialized Fields
-
parent
Object parent
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchyMapper extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.hierarchy.TreeData extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.hierarchy.TreeDataProvider extends AbstractHierarchicalDataProvider<T,SerializablePredicate<T>> implements Serializable
-
Serialized Fields
-
treeData
TreeData<T> treeData
-
filter
SerializablePredicate<T> filter
-
sortOrder
SerializableComparator<T> sortOrder
-
-
-
-
Package com.vaadin.flow.data.renderer
-
Class com.vaadin.flow.data.renderer.BasicRenderer extends ComponentRenderer<Component,SOURCE> implements Serializable
-
Serialized Fields
-
valueProvider
ValueProvider<SOURCE,TARGET> valueProvider
-
-
-
Class com.vaadin.flow.data.renderer.ComponentRenderer extends Renderer<SOURCE> implements Serializable
-
Serialized Fields
-
componentSupplier
SerializableSupplier<T> componentSupplier
-
componentFunction
SerializableFunction<T,R> componentFunction
-
componentUpdateFunction
SerializableBiFunction<T,U,R> componentUpdateFunction
-
itemConsumer
SerializableBiConsumer<T,U> itemConsumer
-
componentRendererTag
String componentRendererTag
-
-
-
Class com.vaadin.flow.data.renderer.IconRenderer extends ComponentRenderer<Component,ITEM> implements Serializable
-
Serialized Fields
-
iconGenerator
SerializableFunction<T,R> iconGenerator
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
-
-
Class com.vaadin.flow.data.renderer.LocalDateRenderer extends BasicRenderer<SOURCE,LocalDate> implements Serializable
-
Serialized Fields
-
formatter
DateTimeFormatter formatter
-
nullRepresentation
String nullRepresentation
-
-
-
Class com.vaadin.flow.data.renderer.LocalDateTimeRenderer extends BasicRenderer<SOURCE,LocalDateTime> implements Serializable
-
Serialized Fields
-
formatter
DateTimeFormatter formatter
-
nullRepresentation
String nullRepresentation
-
-
-
Class com.vaadin.flow.data.renderer.NativeButtonRenderer extends BasicRenderer<SOURCE,String> implements Serializable
-
Class com.vaadin.flow.data.renderer.NumberRenderer extends BasicRenderer<SOURCE,Number> implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
numberFormat
NumberFormat numberFormat
-
formatString
String formatString
-
nullRepresentation
String nullRepresentation
-
-
-
Class com.vaadin.flow.data.renderer.Renderer extends Object implements Serializable
-
Class com.vaadin.flow.data.renderer.TemplateRenderer extends Renderer<SOURCE> implements Serializable
-
Class com.vaadin.flow.data.renderer.TextRenderer extends ComponentRenderer<Component,ITEM> implements Serializable
-
Serialized Fields
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
-
-
-
Package com.vaadin.flow.data.selection
-
Class com.vaadin.flow.data.selection.MultiSelectionEvent extends AbstractField.ComponentValueChangeEvent<C extends Component,Set<T>> implements Serializable
-
Class com.vaadin.flow.data.selection.SingleSelectionEvent extends AbstractField.ComponentValueChangeEvent<C extends Component,T> implements Serializable
-
-
Package com.vaadin.flow.data.validator
-
Class com.vaadin.flow.data.validator.AbstractValidator extends Object implements Serializable
-
Serialized Fields
-
messageProvider
SerializableFunction<T,R> messageProvider
-
-
-
Class com.vaadin.flow.data.validator.BeanValidator extends Object implements Serializable
-
Class com.vaadin.flow.data.validator.BigDecimalRangeValidator extends RangeValidator<BigDecimal> implements Serializable
-
Class com.vaadin.flow.data.validator.BigIntegerRangeValidator extends RangeValidator<BigInteger> implements Serializable
-
Class com.vaadin.flow.data.validator.ByteRangeValidator extends RangeValidator<Byte> implements Serializable
-
Class com.vaadin.flow.data.validator.DateRangeValidator extends RangeValidator<LocalDate> implements Serializable
-
Class com.vaadin.flow.data.validator.DateTimeRangeValidator extends RangeValidator<LocalDateTime> implements Serializable
-
Class com.vaadin.flow.data.validator.DoubleRangeValidator extends RangeValidator<Double> implements Serializable
-
Class com.vaadin.flow.data.validator.EmailValidator extends RegexpValidator implements Serializable
-
Class com.vaadin.flow.data.validator.FloatRangeValidator extends RangeValidator<Float> implements Serializable
-
Class com.vaadin.flow.data.validator.IntegerRangeValidator extends RangeValidator<Integer> implements Serializable
-
Class com.vaadin.flow.data.validator.LongRangeValidator extends RangeValidator<Long> implements Serializable
-
Class com.vaadin.flow.data.validator.RangeValidator extends AbstractValidator<T> implements Serializable
-
Serialized Fields
-
minValue
Object minValue
-
maxValue
Object maxValue
-
minValueIncluded
boolean minValueIncluded
-
maxValueIncluded
boolean maxValueIncluded
-
comparator
Comparator<T> comparator
-
-
-
Class com.vaadin.flow.data.validator.RegexpValidator extends AbstractValidator<String> implements Serializable
-
Serialized Fields
-
pattern
Pattern pattern
-
complete
boolean complete
-
-
-
Class com.vaadin.flow.data.validator.ShortRangeValidator extends RangeValidator<Short> implements Serializable
-
Class com.vaadin.flow.data.validator.StringLengthValidator extends AbstractValidator<String> implements Serializable
-
Serialized Fields
-
validator
RangeValidator<T> validator
-
-
-
-
Package com.vaadin.flow.data.value
-
Package com.vaadin.flow.di
-
Class com.vaadin.flow.di.DefaultInstantiator extends Object implements Serializable
-
Serialized Fields
-
service
VaadinService service
-
-
-
-
Package com.vaadin.flow.dom
-
Class com.vaadin.flow.dom.DomEvent extends EventObject implements Serializable
-
Serialized Fields
-
eventData
elemental.json.JsonObject eventData
-
eventType
String eventType
-
phase
DebouncePhase phase
-
-
-
Class com.vaadin.flow.dom.Element extends Node<Element> implements Serializable
-
Class com.vaadin.flow.dom.ElementAttachEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.dom.ElementDetachEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.dom.Node extends Object implements Serializable
-
Serialized Fields
-
stateProvider
ElementStateProvider stateProvider
-
node
StateNode node
-
-
-
Class com.vaadin.flow.dom.PropertyChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
userOriginated
boolean userOriginated
-
propertyName
String propertyName
-
oldValue
Serializable oldValue
-
value
Serializable value
-
-
-
Class com.vaadin.flow.dom.ShadowRoot extends Node<ShadowRoot> implements Serializable
-
-
Package com.vaadin.flow.dom.impl
-
Class com.vaadin.flow.dom.impl.AbstractNodeStateProvider extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.BasicElementStateProvider extends AbstractNodeStateProvider implements Serializable
-
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
-
Class com.vaadin.flow.dom.impl.ClassAttributeHandler extends CustomAttribute implements Serializable
-
Class com.vaadin.flow.dom.impl.CustomAttribute extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.ImmutableClassList extends AbstractSet<String> implements Serializable
-
Serialized Fields
-
values
Collection<E> values
-
-
-
Class com.vaadin.flow.dom.impl.ImmutableEmptyStyle extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.ShadowRootStateProvider extends AbstractNodeStateProvider implements Serializable
-
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.ConstantPool extends Object implements Serializable
-
Class com.vaadin.flow.internal.ConstantPoolKey extends Object implements Serializable
-
Serialized Fields
-
json
elemental.json.JsonValue json
-
id
String id
-
-
-
Class com.vaadin.flow.internal.CurrentInstance extends Object implements Serializable
-
Serialized Fields
-
instance
WeakReference<T> instance
-
-
-
Class com.vaadin.flow.internal.ExecutionContext extends Object implements Serializable
-
Serialized Fields
-
ui
UI ui
-
clientSideInitialized
boolean clientSideInitialized
-
-
-
Class com.vaadin.flow.internal.NullOwner extends Object implements Serializable
-
Class com.vaadin.flow.internal.Range extends Object implements Serializable
-
Serialized Fields
-
start
int start
-
end
int end
-
-
-
Class com.vaadin.flow.internal.ReflectTools extends Object implements Serializable
-
Class com.vaadin.flow.internal.ResponseWriter extends Object implements Serializable
-
Serialized Fields
-
bufferSize
int bufferSize
-
-
-
Class com.vaadin.flow.internal.StateNode extends Object implements Serializable
-
Serialized Fields
-
featureSet
com.vaadin.flow.internal.StateNode.FeatureSet featureSet
-
features
Serializable features
Node feature instances for this node, or a single item.
-
changes
Map<K,V> changes
-
attachListeners
List<E> attachListeners
-
detachListeners
List<E> detachListeners
-
owner
NodeOwner owner
-
parent
StateNode parent
-
id
int id
-
wasAttached
boolean wasAttached
-
isInactiveSelf
boolean isInactiveSelf
-
isInitialChanges
boolean isInitialChanges
-
beforeClientResponseEntries
ArrayList<E> beforeClientResponseEntries
-
enabled
boolean enabled
-
-
-
Class com.vaadin.flow.internal.StateTree extends Object implements Serializable
-
Class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry extends Object implements Serializable
-
Serialized Fields
-
execution
SerializableConsumer<T> execution
-
stateNode
StateNode stateNode
-
index
int index
-
-
-
-
Package com.vaadin.flow.internal.change
-
Class com.vaadin.flow.internal.change.AbstractListChange extends NodeFeatureChange implements Serializable
-
Serialized Fields
-
index
int index
-
list
NodeList<T extends Serializable> list
-
-
-
Class com.vaadin.flow.internal.change.EmptyChange extends NodeFeatureChange implements Serializable
-
Class com.vaadin.flow.internal.change.ListAddChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Class com.vaadin.flow.internal.change.ListClearChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Class com.vaadin.flow.internal.change.ListRemoveChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Serialized Fields
-
removedItem
Serializable removedItem
-
-
-
Class com.vaadin.flow.internal.change.MapPutChange extends NodeFeatureChange implements Serializable
-
Class com.vaadin.flow.internal.change.MapRemoveChange extends NodeFeatureChange implements Serializable
-
Serialized Fields
-
key
String key
-
-
-
Class com.vaadin.flow.internal.change.NodeAttachChange extends NodeChange implements Serializable
-
Class com.vaadin.flow.internal.change.NodeChange extends Object implements Serializable
-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.change.NodeDetachChange extends NodeChange implements Serializable
-
Class com.vaadin.flow.internal.change.NodeFeatureChange extends NodeChange implements Serializable
-
-
Package com.vaadin.flow.internal.nodefeature
-
Class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers extends SerializableNodeList<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature extends ServerSideFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.BasicTypeValue extends NodeValue<Serializable> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers extends AbstractServerHandlers<Component> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ComponentMapping extends ServerSideFeature implements Serializable
-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementAttributeMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementChildrenList extends StateNodeNodeList implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementClassList extends SerializableNodeList<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementData extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementListenerMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementPropertyMap extends AbstractPropertyMap implements Serializable
-
Serialized Fields
-
listeners
Map<K,V> listeners
-
updateFromClientFilter
SerializablePredicate<T> updateFromClientFilter
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap extends AbstractPropertyMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ModelList extends StateNodeNodeList implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.NodeFeature extends Object implements Serializable
-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeList extends NodeFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.NodeList.SetView extends AbstractSet<T extends Serializable> implements Serializable
-
Serialized Fields
-
nodeList
NodeList<T extends Serializable> nodeList
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeMap extends NodeFeature implements Serializable
-
Serialized Fields
-
values
com.vaadin.flow.internal.nodefeature.NodeMap.Values values
-
isPopulated
boolean isPopulated
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeValue extends NodeFeature implements Serializable
-
Serialized Fields
-
value
Serializable value
-
isPopulated
boolean isPopulated
-
-
-
Class com.vaadin.flow.internal.nodefeature.PollConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers extends AbstractServerHandlers<PolymerTemplate<?>> 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.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.SynchronizedPropertiesList extends SerializableNodeList<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.SynchronizedPropertyEventsList extends SerializableNodeList<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.TextNodeMap extends NodeValue<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.VirtualChildrenList extends StateNodeNodeList implements Serializable
-
-
Package com.vaadin.flow.router
-
Class com.vaadin.flow.router.AfterNavigationEvent extends EventObject implements Serializable
-
Serialized Fields
-
event
LocationChangeEvent event
-
-
-
Class com.vaadin.flow.router.BeforeEnterEvent extends BeforeEvent implements Serializable
-
Class com.vaadin.flow.router.BeforeEvent extends EventObject implements Serializable
-
Serialized Fields
-
location
Location location
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
rerouteTarget
NavigationHandler rerouteTarget
-
navigationTarget
Class<T> navigationTarget
-
rerouteTargetState
NavigationState rerouteTargetState
-
errorParameter
ErrorParameter<T extends Exception> errorParameter
-
-
-
Class com.vaadin.flow.router.BeforeLeaveEvent extends BeforeEvent implements Serializable
-
Serialized Fields
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
-
-
Class com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction extends Object implements Serializable
-
Serialized Fields
-
handler
NavigationHandler handler
-
event
NavigationEvent event
-
-
-
Class com.vaadin.flow.router.ErrorNavigationEvent extends NavigationEvent implements Serializable
-
Serialized Fields
-
errorParameter
ErrorParameter<T extends Exception> errorParameter
-
-
-
Class com.vaadin.flow.router.ErrorParameter extends Object implements Serializable
-
Class com.vaadin.flow.router.InternalServerError extends Component implements Serializable
-
Class com.vaadin.flow.router.Location extends Object implements Serializable
-
Serialized Fields
-
segments
List<E> segments
-
queryParameters
QueryParameters queryParameters
-
-
-
Class com.vaadin.flow.router.LocationChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
ui
UI ui
-
trigger
NavigationTrigger trigger
-
location
Location location
-
statusCode
int statusCode
-
rerouteTarget
NavigationHandler rerouteTarget
-
routeTargetChain
List<E> routeTargetChain
-
-
-
Class com.vaadin.flow.router.NavigationEvent extends EventObject implements Serializable
-
Serialized Fields
-
location
Location location
-
ui
UI ui
-
trigger
NavigationTrigger trigger
-
-
-
Class com.vaadin.flow.router.NavigationState extends Object implements Serializable
-
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.RouteData extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteData.AliasData extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteNotFoundError extends Component implements Serializable
-
Class com.vaadin.flow.router.Router extends Object implements Serializable
-
Serialized Fields
-
routeResolver
RouteResolver routeResolver
-
registry
RouteRegistry registry
-
-
-
Class com.vaadin.flow.router.RouterLink extends Component implements Serializable
-
Serialized Fields
-
highlightCondition
HighlightCondition<T> highlightCondition
-
highlightAction
HighlightAction<T> highlightAction
-
queryParameters
QueryParameters queryParameters
-
-
-
-
Package com.vaadin.flow.router.internal
-
Class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer extends Object implements Serializable
-
Serialized Fields
-
navigationState
NavigationState navigationState
-
postponed
Postpone postponed
-
-
-
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.InternalRedirectHandler extends Object implements Serializable
-
Serialized Fields
-
target
Location target
-
-
-
Class com.vaadin.flow.router.internal.NavigationStateRenderer extends AbstractNavigationStateRenderer implements Serializable
-
Class com.vaadin.flow.router.internal.Postpone extends Object implements Serializable
-
Serialized Fields
-
remainingLeaveListeners
ArrayDeque<E> remainingLeaveListeners
-
remainingNavigationListeners
ArrayDeque<E> remainingNavigationListeners
-
-
-
Class com.vaadin.flow.router.internal.ResolveRequest extends Object implements Serializable
-
-
Package com.vaadin.flow.server
-
Class com.vaadin.flow.server.AbstractDeploymentConfiguration 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.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
-
Class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver extends VaadinUriResolver implements Serializable
-
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 AbstractDeploymentConfiguration implements Serializable
-
Serialized Fields
-
initParameters
Properties initParameters
-
productionMode
boolean productionMode
-
xsrfProtectionEnabled
boolean xsrfProtectionEnabled
-
heartbeatInterval
int heartbeatInterval
-
closeIdleSessions
boolean closeIdleSessions
-
pushMode
PushMode pushMode
-
pushURL
String pushURL
-
systemPropertyBaseClass
Class<T> systemPropertyBaseClass
-
syncIdCheck
boolean syncIdCheck
-
sendUrlsAsParameters
boolean sendUrlsAsParameters
-
requestTiming
boolean requestTiming
-
-
-
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.DependencyFilter.FilterContext extends Object implements Serializable
-
Serialized Fields
-
service
VaadinService service
-
browser
WebBrowser browser
-
-
-
Class com.vaadin.flow.server.DeploymentConfigurationFactory extends Object implements Serializable
-
Class com.vaadin.flow.server.ErrorEvent extends Object implements Serializable
-
Serialized Fields
-
throwable
Throwable throwable
-
-
-
Class com.vaadin.flow.server.InitialPageSettings extends Object implements Serializable
-
Serialized Fields
-
request
VaadinRequest request
-
ui
UI ui
-
afterNavigationEvent
AfterNavigationEvent afterNavigationEvent
-
browser
WebBrowser browser
-
viewport
String viewport
-
inline
Map<K,V> inline
-
elements
Map<K,V> elements
-
-
-
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 Exception 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.PwaConfiguration extends Object implements Serializable
-
Serialized Fields
-
appName
String appName
-
shortName
String shortName
-
description
String description
-
backgroundColor
String backgroundColor
-
themeColor
String themeColor
-
iconPath
String iconPath
-
manifestPath
String manifestPath
-
offlinePath
String offlinePath
-
serviceWorkerPath
String serviceWorkerPath
-
display
String display
-
rootUrl
String rootUrl
-
startPath
String startPath
-
enabled
boolean enabled
-
offlineResources
List<E> offlineResources
-
enableInstallPrompt
boolean enableInstallPrompt
-
-
-
Class com.vaadin.flow.server.PwaIcon extends Object implements Serializable
-
Class com.vaadin.flow.server.PwaRegistry extends Object implements Serializable
-
Class com.vaadin.flow.server.ServiceContextUriResolver extends VaadinUriResolver implements Serializable
-
Class com.vaadin.flow.server.ServiceDestroyEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.server.ServiceException extends Exception implements Serializable
-
Class com.vaadin.flow.server.ServiceInitEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.server.ServletHelper extends Object implements Serializable
-
Class com.vaadin.flow.server.SessionDestroyEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SessionExpiredException extends Exception implements Serializable
-
Class com.vaadin.flow.server.SessionInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.StaticFileServer extends Object implements Serializable
-
Serialized Fields
-
responseWriter
ResponseWriter responseWriter
-
servletService
VaadinServletService servletService
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
-
-
-
Class com.vaadin.flow.server.StreamReceiver extends AbstractStreamResource implements Serializable
-
Serialized Fields
-
node
StateNode node
-
attributeName
String attributeName
-
streamVariable
StreamVariable streamVariable
-
-
-
Class com.vaadin.flow.server.StreamResource extends AbstractStreamResource implements Serializable
-
Serialized Fields
-
fileName
String fileName
-
writer
StreamResourceWriter writer
-
resolver
ContentTypeResolver resolver
-
-
-
Class com.vaadin.flow.server.StreamResourceRegistry extends Object implements Serializable
-
Serialized Fields
-
res
Map<K,V> res
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SynchronizedRequestHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.SystemMessages extends Object implements Serializable
-
Serialized Fields
-
sessionExpiredURL
String sessionExpiredURL
-
sessionExpiredNotificationEnabled
boolean sessionExpiredNotificationEnabled
-
sessionExpiredCaption
String sessionExpiredCaption
-
sessionExpiredMessage
String sessionExpiredMessage
-
internalErrorURL
String internalErrorURL
-
internalErrorNotificationEnabled
boolean internalErrorNotificationEnabled
-
internalErrorCaption
String internalErrorCaption
-
internalErrorMessage
String internalErrorMessage
-
cookiesDisabledURL
String cookiesDisabledURL
-
cookiesDisabledNotificationEnabled
boolean cookiesDisabledNotificationEnabled
-
cookiesDisabledCaption
String cookiesDisabledCaption
-
cookiesDisabledMessage
String cookiesDisabledMessage
-
-
-
Class com.vaadin.flow.server.SystemMessagesInfo extends Object implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
service
VaadinService service
-
-
-
Class com.vaadin.flow.server.UIInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.UnsupportedBrowserHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.flow.server.UploadException extends Exception implements Serializable
-
Class com.vaadin.flow.server.VaadinService extends Object implements Serializable
-
Serialized Fields
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
Should never be used directly, always use
VaadinService.getDeploymentConfiguration()
. -
serviceDestroyListeners
Set<E> serviceDestroyListeners
-
sessionInitListeners
List<E> sessionInitListeners
-
uiInitListeners
List<E> uiInitListeners
-
sessionDestroyListeners
List<E> sessionDestroyListeners
-
systemMessagesProvider
SystemMessagesProvider systemMessagesProvider
-
classLoader
ClassLoader classLoader
-
requestHandlers
Iterable<T> requestHandlers
-
bootstrapListeners
Iterable<T> bootstrapListeners
-
dependencyFilters
Iterable<T> dependencyFilters
-
atmosphereAvailable
boolean atmosphereAvailable
-
pushWarningEmitted
boolean pushWarningEmitted
Keeps track of whether a warning about missing push support has already been logged. This is used to avoid spamming the log with the same message every time a new UI is bootstrapped.
-
initialized
boolean initialized
Set to true when
VaadinService.init()
has been run. -
router
Router router
-
instantiator
Instantiator instantiator
-
htmlImportDependencyCache
DependencyTreeCache<T> htmlImportDependencyCache
-
htmlImportDependencyCacheClearRegistration
Registration htmlImportDependencyCacheClearRegistration
-
-
-
Class com.vaadin.flow.server.VaadinServletService extends VaadinService implements Serializable
-
Serialized Fields
-
servlet
VaadinServlet servlet
Should never be used directly, always use
VaadinServletService.getServlet()
. -
contextResolver
ServiceContextUriResolver contextResolver
-
-
-
Class com.vaadin.flow.server.VaadinSession extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Override default deserialization logic to account for transient
VaadinSession.pendingAccessQueue
.Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found
-
-
Serialized Fields
-
configuration
DeploymentConfiguration configuration
Configuration for the session.
-
locale
Locale locale
Default locale of the session.
-
errorHandler
ErrorHandler errorHandler
Session wide error handler which is used by default if an error is left unhandled.
-
requestHandlers
LinkedList<E> requestHandlers
-
nextUIId
int nextUIId
-
uIs
Map<K,V> uIs
-
browser
WebBrowser browser
-
cumulativeRequestDuration
long cumulativeRequestDuration
-
lastRequestDuration
long lastRequestDuration
-
lastRequestTimestamp
long lastRequestTimestamp
-
state
VaadinSessionState state
-
csrfToken
String csrfToken
-
pushId
String pushId
-
attributes
Attributes attributes
-
resourceRegistry
StreamResourceRegistry resourceRegistry
-
-
-
Class com.vaadin.flow.server.Version extends Object implements Serializable
-
Class com.vaadin.flow.server.WebBrowser extends Object implements Serializable
-
Serialized Fields
-
screenHeight
int screenHeight
-
screenWidth
int screenWidth
-
browserApplication
String browserApplication
-
locale
Locale locale
-
address
String address
-
secureConnection
boolean secureConnection
-
timezoneOffset
int timezoneOffset
-
rawTimezoneOffset
int rawTimezoneOffset
-
dstSavings
int dstSavings
-
dstInEffect
boolean dstInEffect
-
timeZoneId
String timeZoneId
-
touchDevice
boolean touchDevice
-
browserDetails
BrowserDetails browserDetails
-
clientServerTimeDelta
long clientServerTimeDelta
-
-
-
Class com.vaadin.flow.server.WrappedHttpSession extends Object implements Serializable
-
Serialized Fields
-
session
HttpSession session
-
-
-
-
Package com.vaadin.flow.server.communication
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reinitializes this PushConnection after deserialization. The connection is initially in disconnected state; the client will handle the reconnecting.
Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found
-
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage extends Object implements Serializable
-
Serialized Fields
-
message
StringBuilder message
-
messageLength
int messageLength
-
-
-
Class com.vaadin.flow.server.communication.FaviconHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.HeartbeatHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.flow.server.communication.MetadataWriter extends Object implements Serializable
-
Serialized Fields
-
timeoutInterval
int timeoutInterval
-
-
-
Class com.vaadin.flow.server.communication.PushAtmosphereHandler extends org.atmosphere.handler.AbstractReflectorAtmosphereHandler implements Serializable
-
Serialized Fields
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PushRequestHandler extends Object implements Serializable
-
Serialized Fields
-
atmosphere
org.atmosphere.cpr.AtmosphereFramework atmosphere
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PwaHandler extends Object implements Serializable
-
Serialized Fields
-
requestHandlerMap
Map<K,V> requestHandlerMap
-
pwaRegistry
PwaRegistry pwaRegistry
-
-
-
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.RpcRequest extends Object implements Serializable
-
Serialized Fields
-
csrfToken
String csrfToken
-
invocations
elemental.json.JsonArray invocations
-
syncId
int syncId
-
json
elemental.json.JsonObject json
-
resynchronize
boolean resynchronize
-
clientToServerMessageId
int clientToServerMessageId
-
-
-
Class com.vaadin.flow.server.communication.SessionRequestHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.StreamReceiverHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.StreamReceiverHandler.UploadInterruptedException extends Exception implements Serializable
-
Class com.vaadin.flow.server.communication.StreamRequestHandler extends Object implements Serializable
-
Serialized Fields
-
resourceHandler
StreamResourceHandler resourceHandler
-
receiverHandler
StreamReceiverHandler receiverHandler
-
-
-
Class com.vaadin.flow.server.communication.StreamResourceHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.UidlRequestHandler extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
rpcHandler
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
-
service
VaadinService service
-
browser
WebBrowser browser
-
theme
AbstractTheme theme
-
-
-
-
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.startup
-
Class com.vaadin.flow.server.startup.AbstractAnnotationValidator extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.AbstractRouteRegistryInitializer extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.AnnotationValidator extends AbstractAnnotationValidator implements Serializable
-
Class com.vaadin.flow.server.startup.BundleDependencyFilter extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.BundleFilterInitializer extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.DuplicateNavigationTitleException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.startup.FakeBrowser extends WebBrowser implements Serializable
-
Class com.vaadin.flow.server.startup.RouteRegistry extends Object implements Serializable
-
Serialized Fields
-
pwaConfigurationClass
AtomicReference<V> pwaConfigurationClass
-
routeFilters
ArrayList<E> routeFilters
-
routes
AtomicReference<V> routes
-
targetRoutes
AtomicReference<V> targetRoutes
-
exceptionTargets
AtomicReference<V> exceptionTargets
-
routeData
AtomicReference<V> routeData
-
-
-
Class com.vaadin.flow.server.startup.RouteRegistry.ErrorTargetEntry extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.RouteRegistryInitializer extends AbstractRouteRegistryInitializer implements Serializable
-
Class com.vaadin.flow.server.startup.RouteTarget extends Object implements Serializable
-
-
Package com.vaadin.flow.server.webjar
-
Class com.vaadin.flow.server.webjar.WebJarServer extends Object implements Serializable
-
Serialized Fields
-
responseWriter
ResponseWriter responseWriter
-
prefix
String prefix
-
urlPattern
Pattern urlPattern
-
-
-
-
Package com.vaadin.flow.shared
-
Class com.vaadin.flow.shared.ApplicationConstants extends Object implements Serializable
-
Class com.vaadin.flow.shared.BrowserDetails extends Object implements Serializable
-
Serialized Fields
-
isGecko
boolean isGecko
-
isWebKit
boolean isWebKit
-
isPresto
boolean isPresto
-
isTrident
boolean isTrident
-
isSafari
boolean isSafari
-
isChrome
boolean isChrome
-
isFirefox
boolean isFirefox
-
isOpera
boolean isOpera
-
isIE
boolean isIE
-
isEdge
boolean isEdge
-
isWindowsPhone
boolean isWindowsPhone
-
isIPad
boolean isIPad
-
isIPhone
boolean isIPhone
-
isChromeOS
boolean isChromeOS
-
os
BrowserDetails.OperatingSystem os
-
browserEngineVersion
float browserEngineVersion
-
browserMajorVersion
int browserMajorVersion
-
browserMinorVersion
int browserMinorVersion
-
osMajorVersion
int osMajorVersion
-
osMinorVersion
int osMinorVersion
-
-
-
Class com.vaadin.flow.shared.JsonConstants extends Object implements Serializable
-
Class com.vaadin.flow.shared.VaadinUriResolver extends Object implements Serializable
-
-
Package com.vaadin.flow.shared.communication
-
Class com.vaadin.flow.shared.communication.PushConstants extends Object implements Serializable
-
-
Package com.vaadin.flow.shared.ui
-
Class com.vaadin.flow.shared.ui.Dependency extends Object implements Serializable
-
Serialized Fields
-
type
Dependency.Type type
-
url
String url
-
loadMode
LoadMode loadMode
-
-
-
-
Package com.vaadin.flow.shared.util
-
Class com.vaadin.flow.shared.util.SharedUtil extends Object implements Serializable
-
Class com.vaadin.flow.shared.util.UniqueSerializable extends Object implements Serializable
-
-
Package com.vaadin.flow.templatemodel
-
Class com.vaadin.flow.templatemodel.AbstractBasicModelType extends Object implements Serializable
-
Class com.vaadin.flow.templatemodel.BasicComplexModelType extends AbstractBasicModelType<T> implements Serializable
-
Class com.vaadin.flow.templatemodel.BasicModelType extends AbstractBasicModelType implements Serializable
-
Class com.vaadin.flow.templatemodel.BeanModelType extends Object implements Serializable
-
Class com.vaadin.flow.templatemodel.ConvertedModelType extends Object implements Serializable
-
Serialized Fields
-
wrappedModelType
ModelType wrappedModelType
-
converter
ModelEncoder<D,E extends Serializable> converter
-
-
-
Class com.vaadin.flow.templatemodel.InvalidTemplateModelException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.templatemodel.ListModelType extends Object implements Serializable
-
Serialized Fields
-
itemType
ComplexModelType<T> itemType
-
-
-
Class com.vaadin.flow.templatemodel.ModelDescriptor extends BeanModelType<T extends TemplateModel> implements Serializable
-
Class com.vaadin.flow.templatemodel.TemplateModelListProxy extends AbstractList<T> implements Serializable
-
Serialized Fields
-
stateNode
StateNode stateNode
-
itemType
ComplexModelType<T> itemType
-
-
-
Class com.vaadin.flow.templatemodel.TemplateModelProxyHandler extends Object implements Serializable
-
Class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy extends Object implements Serializable
-
-
Package com.vaadin.flow.theme
-
Class com.vaadin.flow.theme.ThemeDefinition extends Object implements Serializable
-
-
Package com.vaadin.flow.theme.lumo
-
Class com.vaadin.flow.theme.lumo.Lumo extends Object implements Serializable
-
-
Package com.vaadin.flow.theme.material
-
Class com.vaadin.flow.theme.material.Material extends Object implements Serializable
-