Serialized Form
-
Package com.vaadin.base.devserver
-
Class com.vaadin.base.devserver.AbstractDevServerRunner extends Object implements Serializable
-
Serialized Fields
-
applicationConfiguration
ApplicationConfiguration applicationConfiguration
-
devServerPortFile
File devServerPortFile
-
devServerProcess
AtomicReference<Process> devServerProcess
-
devServerStartFuture
CompletableFuture<Void> devServerStartFuture
-
failedOutput
String failedOutput
-
isDevServerFailedToStart
AtomicBoolean isDevServerFailedToStart
-
npmFolder
File npmFolder
-
port
int port
-
reuseDevServer
boolean reuseDevServer
-
usingAlreadyStartedProcess
boolean usingAlreadyStartedProcess
-
watchDog
AtomicReference<com.vaadin.base.devserver.DevServerWatchDog> watchDog
-
-
-
Class com.vaadin.base.devserver.DebugWindowMessage extends Object implements Serializable
-
Class com.vaadin.base.devserver.FeatureFlagMessage extends Object implements Serializable
-
Class com.vaadin.base.devserver.ServerInfo extends Object implements Serializable
-
Class com.vaadin.base.devserver.ViteHandler extends AbstractDevServerRunner implements Serializable
-
Class com.vaadin.base.devserver.WebpackHandler extends AbstractDevServerRunner implements Serializable
-
-
Package com.vaadin.base.devserver.startup
-
Class com.vaadin.base.devserver.startup.DevModeInitializer extends Object implements Serializable
-
Class com.vaadin.base.devserver.startup.DevModeStartupListener extends Object implements Serializable
-
-
Package com.vaadin.collaborationengine
-
Class com.vaadin.collaborationengine.Backend.EventIdNotFoundException extends Exception implements Serializable
-
Class com.vaadin.collaborationengine.Backend.Snapshot extends Object implements Serializable
-
Class com.vaadin.collaborationengine.BackendFeatureNotEnabledException extends RuntimeException implements Serializable
-
Class com.vaadin.collaborationengine.CollaborationAvatarGroup extends Composite<AvatarGroup> implements Serializable
-
Serialized Fields
-
ce
CollaborationEngine ce
-
imageProvider
CollaborationAvatarGroup.ImageProvider imageProvider
-
localUser
UserInfo localUser
-
ownAvatarVisible
boolean ownAvatarVisible
-
presenceManager
PresenceManager presenceManager
-
topicId
String topicId
-
userInfoCache
List<UserInfo> userInfoCache
-
-
-
Class com.vaadin.collaborationengine.CollaborationBinder extends Binder<BEAN> implements Serializable
-
Serialized Fields
-
bindingRegistrations
Map<Binder.Binding<?,?>,Registration> bindingRegistrations
-
ce
CollaborationEngine ce
-
connectionContext
ComponentConnectionContext connectionContext
-
expirationTimeout
Duration expirationTimeout
-
fieldHighlighter
com.vaadin.collaborationengine.FieldHighlighter fieldHighlighter
-
fieldToPropertyName
Map<HasValue<?,?>,String> fieldToPropertyName
-
formManager
FormManager formManager
-
localUser
UserInfo localUser
-
propertyJsonHandlers
Map<String,com.vaadin.collaborationengine.CollaborationBinder.JsonHandler<?>> propertyJsonHandlers
-
typeConfigurations
Map<Class<?>,com.vaadin.collaborationengine.CollaborationBinder.JsonHandler<?>> typeConfigurations
-
-
-
Class com.vaadin.collaborationengine.CollaborationBinder.CollaborationBindingBuilderImpl extends Binder.BindingBuilderImpl<BEAN,FIELDVALUE,TARGET> implements Serializable
-
Serialized Fields
-
explicitJsonHandler
com.vaadin.collaborationengine.CollaborationBinder.JsonHandler<?> explicitJsonHandler
-
propertyName
String propertyName
-
typeIsConverted
boolean typeIsConverted
-
-
-
Class com.vaadin.collaborationengine.CollaborationEngineServiceInitListener extends Object implements Serializable
-
Class com.vaadin.collaborationengine.CollaborationMessage extends Object implements Serializable
-
Class com.vaadin.collaborationengine.CollaborationMessageInput extends Composite<MessageInput> implements Serializable
-
Class com.vaadin.collaborationengine.CollaborationMessageList extends Composite<MessageList> implements Serializable
-
Serialized Fields
-
ce
CollaborationEngine ce
-
imageProvider
CollaborationAvatarGroup.ImageProvider imageProvider
-
localUser
UserInfo localUser
-
messageCache
List<CollaborationMessage> messageCache
-
messageConfigurator
CollaborationMessageList.MessageConfigurator messageConfigurator
-
messageManager
MessageManager messageManager
-
persister
CollaborationMessagePersister persister
-
submitter
CollaborationMessageSubmitter submitter
-
submitterRegistration
Registration submitterRegistration
-
-
-
Class com.vaadin.collaborationengine.CollaborationMessagePersister.FetchQuery extends EventObject implements Serializable
-
Class com.vaadin.collaborationengine.CollaborationMessagePersister.PersistRequest extends EventObject implements Serializable
-
Serialized Fields
-
message
CollaborationMessage message
-
topicId
String topicId
-
-
-
Class com.vaadin.collaborationengine.JsonConversionException extends RuntimeException implements Serializable
-
Class com.vaadin.collaborationengine.LicenseEvent extends EventObject implements Serializable
-
Serialized Fields
-
message
String message
-
type
LicenseEvent.LicenseEventType type
-
-
-
Class com.vaadin.collaborationengine.ListChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
change
com.vaadin.collaborationengine.ListChange change
-
-
-
Class com.vaadin.collaborationengine.MapChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
key
String key
-
oldValue
com.fasterxml.jackson.databind.JsonNode oldValue
-
value
com.fasterxml.jackson.databind.JsonNode value
-
-
-
Class com.vaadin.collaborationengine.MembershipEvent extends EventObject implements Serializable
-
Serialized Fields
-
nodeId
UUID nodeId
-
type
MembershipEvent.MembershipEventType type
-
-
-
Class com.vaadin.collaborationengine.TopicConnectionRegistration extends Object implements Serializable
-
Serialized Fields
-
afterDisconnection
Consumer<TopicConnectionRegistration> afterDisconnection
-
connectionContext
ConnectionContext connectionContext
-
executor
Executor executor
-
pendingFuture
CompletableFuture<Void> pendingFuture
-
topicConnectionReference
AtomicReference<TopicConnection> topicConnectionReference
-
-
-
Class com.vaadin.collaborationengine.TopicConnectionRegistration.ConnectionFailedEvent extends EventObject implements Serializable
-
-
Package com.vaadin.experimental
-
Class com.vaadin.experimental.Feature extends Object implements Serializable
-
Class com.vaadin.experimental.FeatureFlags extends Object implements Serializable
-
Serialized Fields
-
configuration
ApplicationConfiguration configuration
-
features
List<Feature> features
-
lookup
Lookup lookup
-
propertiesFolder
File propertiesFolder
-
-
-
Class com.vaadin.experimental.FeatureFlags.FeatureFlagsWrapper extends Object implements Serializable
-
Serialized Fields
-
featureFlags
FeatureFlags featureFlags
-
-
-
Class com.vaadin.experimental.UnknownFeatureException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.component
-
Class com.vaadin.flow.component.AbstractCompositeField extends Composite<C extends Component> implements Serializable
-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<S extends AbstractCompositeField<C,S,T>,T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField extends Component implements Serializable
-
Serialized Fields
-
fieldSupport
AbstractFieldSupport<C extends AbstractField<C,T>,T> fieldSupport
-
-
-
Class com.vaadin.flow.component.AbstractField.ComponentValueChangeEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.AbstractSinglePropertyField extends AbstractField<C extends AbstractField<C,T>,T> implements Serializable
-
Serialized Fields
-
propertyName
String propertyName
-
propertyReader
SerializableBiFunction<C extends AbstractField<C,T>,T,T> propertyReader
-
propertyWriter
SerializableBiConsumer<C extends AbstractField<C,T>,T> propertyWriter
-
synchronizationRegistration
DomListenerRegistration synchronizationRegistration
-
-
-
Class com.vaadin.flow.component.AttachEvent extends AbstractAttachDetachEvent implements Serializable
-
Serialized Fields
-
initialAttach
boolean initialAttach
-
-
-
Class com.vaadin.flow.component.BlurNotifier.BlurEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.ClickEvent extends ComponentEvent<C extends Component> implements Serializable
-
Serialized Fields
-
altKey
boolean altKey
-
button
int button
-
clickCount
int clickCount
-
clientX
int clientX
-
clientY
int clientY
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
screenX
int screenX
-
screenY
int screenY
-
shiftKey
boolean shiftKey
-
-
-
Class com.vaadin.flow.component.Component extends Object implements Serializable
-
Serialized Fields
-
attributes
Attributes attributes
-
element
Element element
-
eventBus
ComponentEventBus eventBus
-
templateMapped
boolean templateMapped
-
-
-
Class com.vaadin.flow.component.ComponentEvent extends EventObject implements Serializable
-
Serialized Fields
-
fromClient
boolean fromClient
-
unregisterListenerCommand
Command unregisterListenerCommand
-
-
-
Class com.vaadin.flow.component.ComponentEventBus extends Object implements Serializable
-
Serialized Fields
-
component
Component component
-
componentEventData
HashMap<Class<? extends ComponentEvent<?>>,ArrayList<com.vaadin.flow.component.ComponentEventBus.ListenerWrapper<?>>> componentEventData
-
-
-
Class com.vaadin.flow.component.Composite extends Component implements Serializable
-
Class com.vaadin.flow.component.CompositionEndEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.CompositionStartEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.CompositionUpdateEvent extends CompositionEvent implements Serializable
-
Class com.vaadin.flow.component.DetachEvent extends AbstractAttachDetachEvent implements Serializable
-
Class com.vaadin.flow.component.FocusNotifier.FocusEvent extends ComponentEvent<C extends Component> implements Serializable
-
Class com.vaadin.flow.component.HeartbeatEvent extends EventObject implements Serializable
-
Serialized Fields
-
heartbeatTime
long heartbeatTime
-
-
-
Class com.vaadin.flow.component.Html extends Component implements Serializable
-
Class com.vaadin.flow.component.HtmlComponent extends Component implements Serializable
-
Class com.vaadin.flow.component.HtmlContainer extends HtmlComponent implements Serializable
-
Class com.vaadin.flow.component.InputEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.KeyDownEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.KeyEventListener extends Object implements Serializable
-
Serialized Fields
-
key
Key key
-
listener
ComponentEventListener<E extends KeyboardEvent> listener
-
modifiers
EnumSet<KeyModifier> modifiers
-
-
-
Class com.vaadin.flow.component.KeyPressEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.KeyUpEvent extends KeyboardEvent implements Serializable
-
Class com.vaadin.flow.component.PollEvent extends ComponentEvent<UI> implements Serializable
-
Class com.vaadin.flow.component.ShortcutEvent extends EventObject implements Serializable
-
Serialized Fields
-
key
Key key
-
keyModifiers
Set<KeyModifier> keyModifiers
-
lifecycleOwner
Component lifecycleOwner
-
-
-
Class com.vaadin.flow.component.ShortcutRegistration extends Object implements Serializable
-
Serialized Fields
-
allowDefaultBehavior
boolean allowDefaultBehavior
-
allowEventPropagation
boolean allowEventPropagation
-
beforeClientResponseConsumer
SerializableConsumer<ExecutionContext> beforeClientResponseConsumer
-
eventListener
ShortcutEventListener eventListener
-
executionRegistration
StateTree.ExecutionRegistration executionRegistration
-
isDirty
AtomicBoolean isDirty
-
lifecycleOwner
Component lifecycleOwner
-
lifecycleRegistration
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration lifecycleRegistration
-
listenOnAttachListenerRegistrations
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration[] listenOnAttachListenerRegistrations
-
listenOnComponents
Component[] listenOnComponents
-
listenOnSuppliers
SerializableSupplier<Component[]> listenOnSuppliers
-
modifiers
Set<Key> modifiers
-
primaryKey
Key primaryKey
-
registrations
List<Registration> registrations
-
shortcutActive
boolean shortcutActive
-
shortcutListenerRegistrations
com.vaadin.flow.component.ShortcutRegistration.CompoundRegistration[] shortcutListenerRegistrations
-
-
-
Class com.vaadin.flow.component.Text extends Component implements Serializable
-
Class com.vaadin.flow.component.UI extends Component implements Serializable
-
Serialized Fields
-
closing
boolean closing
-
csrfToken
String csrfToken
-
internals
UIInternals internals
-
locale
Locale locale
-
page
Page page
-
pushConfiguration
PushConfiguration pushConfiguration
-
uiId
int uiId
The id of this UI, used to find the server side instance of the UI form which a request originates. A negative value indicates that the UI id has not yet been assigned by the Application.
See Also:
-
-
-
Class com.vaadin.flow.component.UIDetachedException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.component.WebComponentExporter extends Object implements Serializable
-
Serialized Fields
-
isConfigureInstanceCall
boolean isConfigureInstanceCall
-
propertyConfigurationMap
HashMap<String,PropertyConfigurationImpl<C extends Component,? extends Serializable>> propertyConfigurationMap
-
tag
String tag
-
-
-
Class com.vaadin.flow.component.WebComponentExporter.WebComponentConfigurationFactory extends Object implements Serializable
-
Class com.vaadin.flow.component.WebComponentExporterFactory.DefaultWebComponentExporterFactory extends Object implements Serializable
-
Serialized Fields
-
exporterClass
Class<? extends WebComponentExporter<C extends Component>> exporterClass
-
-
-
-
Package com.vaadin.flow.component.accordion
-
Class com.vaadin.flow.component.accordion.Accordion extends Component implements Serializable
-
Class com.vaadin.flow.component.accordion.Accordion.OpenedChangeEvent extends ComponentEvent<Accordion> implements Serializable
-
Serialized Fields
-
index
Integer index
-
-
-
Class com.vaadin.flow.component.accordion.AccordionPanel extends Details implements Serializable
-
-
Package com.vaadin.flow.component.applayout
-
Class com.vaadin.flow.component.applayout.AppLayout extends Component implements Serializable
-
Serialized Fields
-
content
Component content
-
i18n
AppLayout.AppLayoutI18n i18n
-
-
-
Class com.vaadin.flow.component.applayout.AppLayout.AppLayoutI18n extends Object implements Serializable
-
Serialized Fields
-
drawer
String drawer
-
-
-
Class com.vaadin.flow.component.applayout.DrawerToggle extends Button implements Serializable
-
-
Package com.vaadin.flow.component.avatar
-
Class com.vaadin.flow.component.avatar.Avatar extends Component implements Serializable
-
Serialized Fields
-
i18n
Avatar.AvatarI18n i18n
-
imageResource
AbstractStreamResource imageResource
-
-
-
Class com.vaadin.flow.component.avatar.Avatar.AvatarI18n extends Object implements Serializable
-
Serialized Fields
-
anonymous
String anonymous
-
-
-
Class com.vaadin.flow.component.avatar.AvatarGroup extends Component implements Serializable
-
Serialized Fields
-
i18n
AvatarGroup.AvatarGroupI18n i18n
-
items
List<AvatarGroup.AvatarGroupItem> items
-
pendingUpdate
boolean pendingUpdate
-
-
-
Class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupI18n extends Object implements Serializable
-
Class com.vaadin.flow.component.avatar.AvatarGroup.AvatarGroupItem extends Object implements Serializable
-
Serialized Fields
-
abbr
String abbr
-
colorIndex
Integer colorIndex
-
host
AvatarGroup host
-
imageResource
AbstractStreamResource imageResource
-
img
String img
-
name
String name
-
pendingHandle
Command pendingHandle
-
pendingRegistration
Registration pendingRegistration
-
resourceRegistration
StreamRegistration resourceRegistration
-
-
-
-
Package com.vaadin.flow.component.board
-
Class com.vaadin.flow.component.board.Board extends Component implements Serializable
-
Class com.vaadin.flow.component.board.Row extends Component implements Serializable
-
Serialized Fields
-
redrawTriggered
boolean redrawTriggered
-
-
-
-
Package com.vaadin.flow.component.button
-
Class com.vaadin.flow.component.button.Button extends GeneratedVaadinButton<Button> implements Serializable
-
Serialized Fields
-
disableListener
Registration disableListener
-
disableOnClick
boolean disableOnClick
-
iconAfterText
boolean iconAfterText
-
iconComponent
Component iconComponent
-
-
-
Class com.vaadin.flow.component.button.GeneratedVaadinButton extends Component implements Serializable
-
-
Package com.vaadin.flow.component.charts
-
Class com.vaadin.flow.component.charts.Chart extends Component implements Serializable
-
Serialized Fields
-
changeListener
ConfigurationChangeListener changeListener
-
configuration
Configuration configuration
-
configurationUpdateRegistration
Registration configurationUpdateRegistration
-
drillCallbackHandler
com.vaadin.flow.component.charts.Chart.DrillCallbackHandler drillCallbackHandler
-
drilldownCallback
DrilldownCallback drilldownCallback
-
-
-
Class com.vaadin.flow.component.charts.ChartOptions extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.events
-
Class com.vaadin.flow.component.charts.events.ChartAddSeriesEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartAfterPrintEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartBeforePrintEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
details
MouseEventDetails details
-
-
-
Class com.vaadin.flow.component.charts.events.ChartDrillupAllEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartDrillupEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartLoadEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartRedrawEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.ChartSelectionEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.DrilldownEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.MouseEventDetails extends Object implements Serializable
-
Serialized Fields
-
absoluteX
int absoluteX
-
absoluteY
int absoluteY
-
altKey
boolean altKey
-
button
MouseEventDetails.MouseButton button
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
shiftKey
boolean shiftKey
-
xValue
double xValue
-
yValue
double yValue
-
-
-
Class com.vaadin.flow.component.charts.events.PointClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
category
String category
-
details
MouseEventDetails details
-
pointId
String pointId
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointLegendItemClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
category
String category
-
details
MouseEventDetails details
-
pointId
String pointId
-
pointIndex
int pointIndex
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.PointMouseOutEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.PointMouseOverEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.PointRemoveEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.PointSelectEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.PointUnselectEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.PointUpdateEvent extends ComponentEvent<Chart> implements Serializable
-
Class com.vaadin.flow.component.charts.events.SeriesAfterAnimateEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesCheckboxClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
checked
boolean checked
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
details
MouseEventDetails details
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesHideEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesLegendItemClickEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
details
MouseEventDetails details
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesMouseOutEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesMouseOverEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.SeriesShowEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
seriesIndex
int seriesIndex
-
-
-
Class com.vaadin.flow.component.charts.events.XAxesExtremesSetEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
axisIndex
int axisIndex
-
maximum
double maximum
-
minimum
double minimum
-
-
-
Class com.vaadin.flow.component.charts.events.YAxesExtremesSetEvent extends ComponentEvent<Chart> implements Serializable
-
Serialized Fields
-
axisIndex
int axisIndex
-
maximum
double maximum
-
minimum
double minimum
-
-
-
-
Package com.vaadin.flow.component.charts.events.internal
-
Class com.vaadin.flow.component.charts.events.internal.AbstractSeriesEvent extends Object implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
series
Series series
The affected series
-
-
-
Class com.vaadin.flow.component.charts.events.internal.AbstractSeriesItemEvent extends AbstractSeriesEvent implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
item
DataSeriesItem item
The item added. May be null if value != null
-
value
Number value
The value added. May be null if item != null
-
-
-
Class com.vaadin.flow.component.charts.events.internal.AxisRescaledEvent extends Object implements Serializable
serialVersionUID:
20141118L
-
Class com.vaadin.flow.component.charts.events.internal.DataAddedEvent extends AbstractSeriesItemEvent implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
shift
boolean shift
true if the data addition was a shift and first item was removed
-
-
-
Class com.vaadin.flow.component.charts.events.internal.DataRemovedEvent extends AbstractSeriesEvent implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
index
int index
-
-
-
Class com.vaadin.flow.component.charts.events.internal.DataUpdatedEvent extends AbstractSeriesItemEvent implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
pointIndex
int pointIndex
-
-
-
Class com.vaadin.flow.component.charts.events.internal.ItemSlicedEvent extends AbstractSeriesEvent implements Serializable
-
Serialized Fields
-
animation
boolean animation
-
index
int index
-
redraw
boolean redraw
-
sliced
boolean sliced
-
-
-
Class com.vaadin.flow.component.charts.events.internal.SeriesAddedEvent extends AbstractSeriesEvent implements Serializable
-
Class com.vaadin.flow.component.charts.events.internal.SeriesChangedEvent extends AbstractSeriesEvent implements Serializable
-
Class com.vaadin.flow.component.charts.events.internal.SeriesStateEvent extends AbstractSeriesEvent implements Serializable
serialVersionUID:
20141117L
-
Serialized Fields
-
enabled
boolean enabled
Series was enabled
-
-
-
-
Package com.vaadin.flow.component.charts.model
-
Class com.vaadin.flow.component.charts.model.AbstractConfigurationObject extends Object implements Serializable
-
Class com.vaadin.flow.component.charts.model.AbstractDataLabels extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.AbstractPlotOptions extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.AbstractSeries extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
colorAxis
Integer colorAxis
-
configuration
Configuration configuration
-
id
String id
-
name
String name
-
plotOptions
AbstractPlotOptions plotOptions
-
stack
String stack
-
visible
Boolean visible
-
xAxis
Integer xAxis
-
yAxis
Integer yAxis
-
-
-
Class com.vaadin.flow.component.charts.model.AbstractSeriesItem extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Accessibility extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
_fn_onTableAnchorClick
String _fn_onTableAnchorClick
-
_fn_pointDateFormatter
String _fn_pointDateFormatter
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
_fn_screenReaderSectionFormatter
String _fn_screenReaderSectionFormatter
-
_fn_seriesDescriptionFormatter
String _fn_seriesDescriptionFormatter
-
describeSingleSeries
Boolean describeSingleSeries
-
enabled
Boolean enabled
-
keyboardNavigation
KeyboardNavigation keyboardNavigation
-
pointDateFormat
String pointDateFormat
-
-
-
Class com.vaadin.flow.component.charts.model.AreaOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.Attributes extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Axis extends AbstractConfigurationObject implements Serializable
serialVersionUID:
1L
-
Serialized Fields
-
axisIndex
Integer axisIndex
-
configuration
ChartConfiguration configuration
-
max
Number max
-
min
Number min
-
-
-
Class com.vaadin.flow.component.charts.model.AxisList extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.AxisTitle extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Back extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Background extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Bottom extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.BoxPlotItem extends DataSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.Breaks extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.ButtonOptions extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
enabled
Boolean enabled
-
height
Number height
-
symbolFill
Color symbolFill
-
symbolSize
Number symbolSize
-
symbolStroke
Color symbolStroke
-
symbolStrokeWidth
Number symbolStrokeWidth
-
symbolX
Number symbolX
-
symbolY
Number symbolY
-
text
String text
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.ButtonPosition extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.Buttons extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
contextButton
ContextButton contextButton
-
-
-
Class com.vaadin.flow.component.charts.model.ChartModel extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
alignTicks
Boolean alignTicks
-
animation
Boolean animation
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
colorCount
Number colorCount
-
description
String description
-
height
String height
-
ignoreHiddenSeries
Boolean ignoreHiddenSeries
-
inverted
Boolean inverted
-
margin
Number[] margin
-
marginBottom
Number marginBottom
-
marginLeft
Number marginLeft
-
marginRight
Number marginRight
-
marginTop
Number marginTop
-
options3d
Options3d options3d
-
panKey
PanKey panKey
-
panning
Boolean panning
-
pinchType
Dimension pinchType
-
plotBackgroundColor
Color plotBackgroundColor
-
plotBackgroundImage
String plotBackgroundImage
-
plotBorderColor
Color plotBorderColor
-
plotBorderWidth
Number plotBorderWidth
-
plotShadow
Boolean plotShadow
-
polar
Boolean polar
-
reflow
Boolean reflow
-
resetZoomButton
ResetZoomButton resetZoomButton
-
selectionMarkerFill
Color selectionMarkerFill
-
shadow
Boolean shadow
-
showAxes
Boolean showAxes
-
spacing
Number[] spacing
-
spacingBottom
Number spacingBottom
-
spacingLeft
Number spacingLeft
-
spacingRight
Number spacingRight
-
spacingTop
Number spacingTop
-
style
Style style
-
styledMode
Boolean styledMode
-
type
ChartType type
-
typeDescription
String typeDescription
-
width
Number width
-
zoomType
Dimension zoomType
-
-
-
Class com.vaadin.flow.component.charts.model.ChartType extends Object implements Serializable
-
Serialized Fields
-
type
String type
-
-
-
Class com.vaadin.flow.component.charts.model.ColorAxis extends YAxis implements Serializable
serialVersionUID:
1L
-
Class com.vaadin.flow.component.charts.model.ColumnOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.Condition extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Configuration extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
accessibility
Accessibility accessibility
-
changeListeners
List<ConfigurationChangeListener> changeListeners
-
chart
ChartModel chart
-
colorAxis
AxisList<ColorAxis> colorAxis
-
credits
Credits credits
-
drilldown
Drilldown drilldown
-
exporting
Exporting exporting
-
labels
HTMLLabels labels
-
legend
Legend legend
-
loading
Loading loading
-
navigation
Navigation navigation
-
navigator
Navigator navigator
-
noData
NoData noData
-
pane
PaneList pane
-
plotOptions
Map<String,AbstractPlotOptions> plotOptions
-
rangeSelector
RangeSelector rangeSelector
-
scrollbar
Scrollbar scrollbar
-
series
List<Series> series
-
subtitle
Subtitle subtitle
-
time
Time time
-
title
Title title
-
tooltip
Tooltip tooltip
-
xAxis
AxisList<XAxis> xAxis
-
yAxis
AxisList<YAxis> yAxis
-
zAxis
AxisList<ZAxis> zAxis
-
-
-
Class com.vaadin.flow.component.charts.model.ContextButton extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
enabled
Boolean enabled
-
height
Number height
-
menuItems
ContextButtonMenuItem[] menuItems
-
symbol
String symbol
-
symbolFill
Color symbolFill
-
symbolSize
Number symbolSize
-
symbolStroke
Color symbolStroke
-
symbolStrokeWidth
Number symbolStrokeWidth
-
symbolX
Number symbolX
-
symbolY
Number symbolY
-
text
String text
-
theme
ButtonTheme theme
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.ContextButtonMenuItem extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Credits extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Crosshair extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.CrosshairLabel extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.DataGrouping extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
enabled
Boolean enabled
-
forced
Boolean forced
-
groupPixelWidth
Number groupPixelWidth
-
smoothed
Boolean smoothed
-
units
ArrayList<TimeUnitMultiples> units
-
-
-
Class com.vaadin.flow.component.charts.model.DataLabels extends AbstractDataLabels implements Serializable
-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
align
HorizontalAlign align
-
allowOverlap
Boolean allowOverlap
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
connectorColor
Color connectorColor
-
connectorPadding
Number connectorPadding
-
connectorWidth
Number connectorWidth
-
crop
Boolean crop
-
defer
Boolean defer
-
distance
Number distance
-
enabled
Boolean enabled
-
format
String format
-
inside
Boolean inside
-
overflow
String overflow
-
padding
Number padding
-
rotation
Number rotation
-
shadow
Boolean shadow
-
shape
Shape shape
-
softConnector
Boolean softConnector
-
style
Style style
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.DataLabelsFunnel extends AbstractDataLabels implements Serializable
-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
connectorColor
Color connectorColor
-
connectorPadding
Number connectorPadding
-
connectorWidth
Number connectorWidth
-
crop
Boolean crop
-
defer
Boolean defer
-
distance
Number distance
-
enabled
Boolean enabled
-
format
String format
-
inside
Boolean inside
-
overflow
String overflow
-
padding
Number padding
-
rotation
Number rotation
-
shadow
Boolean shadow
-
shape
Shape shape
-
softConnector
Boolean softConnector
-
style
Style style
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.DataLabelsRange extends AbstractDataLabels implements Serializable
-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
align
HorizontalAlign align
-
allowOverlap
Boolean allowOverlap
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
crop
Boolean crop
-
defer
Boolean defer
-
enabled
Boolean enabled
-
format
String format
-
inside
Boolean inside
-
overflow
String overflow
-
padding
Number padding
-
rotation
Number rotation
-
shadow
Boolean shadow
-
shape
Shape shape
-
style
Style style
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
xHigh
Number xHigh
-
xLow
Number xLow
-
yHigh
Number yHigh
-
yLow
Number yLow
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.DataProviderSeries extends AbstractSeries implements Serializable
-
Serialized Fields
-
automaticChartUpdateEnabled
boolean automaticChartUpdateEnabled
-
chartAttributeToCallback
Map<String,SerializableFunction<T,Object>> chartAttributeToCallback
-
dataProvider
DataProvider<T,?> dataProvider
-
dataProviderRegistration
Registration dataProviderRegistration
-
listener
DataProviderListener<T> listener
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeries extends AbstractSeries implements Serializable
-
Serialized Fields
-
data
List<DataSeriesItem> data
-
drilldownSeries
List<Series> drilldownSeries
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItem extends AbstractSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.DataSeriesItem3d extends DataSeriesItem implements Serializable
-
Serialized Fields
-
z
Number z
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemBullet extends DataSeriesItem implements Serializable
-
Serialized Fields
-
target
Number target
-
targetOptions
TargetOptions targetOptions
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemTimeline extends DataSeriesItem implements Serializable
-
Serialized Fields
-
label
String label
-
-
-
Class com.vaadin.flow.component.charts.model.DataSeriesItemXrange extends DataSeriesItem implements Serializable
-
Serialized Fields
-
partialFill
ItemPartialFill partialFill
-
x2
Number x2
-
-
-
Class com.vaadin.flow.component.charts.model.DateTimeLabelFormats extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Dial extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Drilldown extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
activeAxisLabelStyle
Style activeAxisLabelStyle
-
activeDataLabelStyle
Style activeDataLabelStyle
-
allowPointDrilldown
Boolean allowPointDrilldown
-
animation
Boolean animation
-
configuration
Configuration configuration
-
drillUpButton
DrillUpButton drillUpButton
-
series
List<Series> series
-
-
-
Class com.vaadin.flow.component.charts.model.DrilldownCallback.DrilldownDetails extends Object implements Serializable
-
Serialized Fields
-
item
DataSeriesItem item
-
itemIndex
int itemIndex
-
series
Series series
-
-
-
Class com.vaadin.flow.component.charts.model.DrillUpButton extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
position
ButtonPosition position
-
relativeTo
DrillUpButtonRelativeTo relativeTo
-
theme
DrillUpButtonTheme theme
-
-
-
Class com.vaadin.flow.component.charts.model.DrillUpButtonTheme extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Exporting extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
_fn_error
String _fn_error
-
allowHTML
Boolean allowHTML
-
buttons
Buttons buttons
-
enabled
Boolean enabled
-
fallbackToExportServer
Boolean fallbackToExportServer
-
filename
String filename
-
libURL
String libURL
-
menuItemDefinitions
Map<String,ExportingMenuItemDefinition> menuItemDefinitions
-
printMaxWidth
Number printMaxWidth
-
scale
Number scale
-
sourceHeight
Number sourceHeight
-
sourceWidth
Number sourceWidth
-
type
ExportFileType type
-
url
String url
-
width
Number width
-
-
-
Class com.vaadin.flow.component.charts.model.ExportingMenuItemDefinition extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.FlagItem extends DataSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.Frame extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.GaugeOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.Global extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Halo extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
attributes
Attributes attributes
-
opacity
Number opacity
-
size
Number size
-
-
-
Class com.vaadin.flow.component.charts.model.Handles extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.HeatSeries extends AbstractSeries implements Serializable
-
Serialized Fields
-
data
Number[][] data
-
-
-
Class com.vaadin.flow.component.charts.model.Hover extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
animation
Boolean animation
-
borderColor
Color borderColor
-
brightness
Number brightness
-
color
Color color
-
enabled
Boolean enabled
-
fillColor
Color fillColor
-
halo
Halo halo
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
lineWidthPlus
Number lineWidthPlus
-
marker
Marker marker
-
opacity
Number opacity
-
radius
Number radius
-
radiusPlus
Number radiusPlus
-
-
-
Class com.vaadin.flow.component.charts.model.HTMLLabelItem extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.HTMLLabels extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
items
HTMLLabelItem[] items
-
style
Style style
-
-
-
Class com.vaadin.flow.component.charts.model.Inactive extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.ItemPartialFill extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Items extends AbstractConfigurationObject implements Serializable
serialVersionUID:
1L
-
Class com.vaadin.flow.component.charts.model.KeyboardNavigation extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Label extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
rotation
Number rotation
-
style
Style style
-
text
String text
-
textAlign
TextAlign textAlign
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.Labels extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
align
HorizontalAlign align
-
autoRotation
Number[] autoRotation
-
autoRotationLimit
Number autoRotationLimit
-
distance
Number distance
-
enabled
Boolean enabled
-
format
String format
-
padding
Number padding
-
reserveSpace
Boolean reserveSpace
-
rotation
String rotation
-
staggerLines
Number staggerLines
-
step
Number step
-
style
Style style
-
useHTML
Boolean useHTML
-
x
Number x
-
y
Number y
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.Lang extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
contextButtonTitle
String contextButtonTitle
-
decimalPoint
String decimalPoint
-
downloadJPEG
String downloadJPEG
-
downloadPDF
String downloadPDF
-
downloadPNG
String downloadPNG
-
downloadSVG
String downloadSVG
-
drillUpText
String drillUpText
-
invalidDate
String invalidDate
-
loading
String loading
-
months
String[] months
-
noData
String noData
-
numericSymbolMagnitude
Number numericSymbolMagnitude
-
numericSymbols
String[] numericSymbols
-
printChart
String printChart
-
rangeSelectorFrom
String rangeSelectorFrom
-
rangeSelectorTo
String rangeSelectorTo
-
rangeSelectorZoom
String rangeSelectorZoom
-
resetZoom
String resetZoom
-
resetZoomTitle
String resetZoomTitle
-
shortMonths
String[] shortMonths
-
shortWeekdays
String[] shortWeekdays
-
thousandsSep
String thousandsSep
-
weekdays
String[] weekdays
-
-
-
Class com.vaadin.flow.component.charts.model.Legend extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
_fn_labelFormatter
String _fn_labelFormatter
-
align
HorizontalAlign align
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
enabled
Boolean enabled
-
floating
Boolean floating
-
itemDistance
Number itemDistance
-
itemHiddenStyle
Style itemHiddenStyle
-
itemHoverStyle
Style itemHoverStyle
-
itemMarginBottom
Number itemMarginBottom
-
itemMarginTop
Number itemMarginTop
-
itemStyle
Style itemStyle
-
itemWidth
Number itemWidth
-
labelFormat
String labelFormat
-
layout
LayoutDirection layout
-
lineHeight
Number lineHeight
-
margin
Number margin
-
maxHeight
Number maxHeight
-
navigation
LegendNavigation navigation
-
padding
Number padding
-
reversed
Boolean reversed
-
rtl
Boolean rtl
-
shadow
Boolean shadow
-
squareSymbol
Boolean squareSymbol
-
symbolHeight
Number symbolHeight
-
symbolPadding
Number symbolPadding
-
symbolRadius
Number symbolRadius
-
symbolWidth
Number symbolWidth
-
title
LegendTitle title
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
width
Number width
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.LegendNavigation extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.LegendTitle extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Level extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
borderColor
Color borderColor
-
borderDashStyle
DashStyle borderDashStyle
-
borderWidth
Number borderWidth
-
color
Color color
-
dataLabels
DataLabels dataLabels
-
layoutAlgorithm
TreeMapLayoutAlgorithm layoutAlgorithm
-
layoutStartingDirection
TreeMapLayoutStartingDirection layoutStartingDirection
-
level
Number level
-
-
-
Class com.vaadin.flow.component.charts.model.ListSeries extends AbstractSeries implements Serializable
-
Class com.vaadin.flow.component.charts.model.Loading extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Marker extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.MarkerSymbolUrl extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
url
String url
-
-
-
Class com.vaadin.flow.component.charts.model.Navigation extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
buttonOptions
ButtonOptions buttonOptions
-
menuItemHoverStyle
Style menuItemHoverStyle
-
menuItemStyle
Style menuItemStyle
-
menuStyle
Style menuStyle
-
-
-
Class com.vaadin.flow.component.charts.model.Navigator extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
adaptToUpdatedData
Boolean adaptToUpdatedData
-
enabled
Boolean enabled
-
handles
Handles handles
-
height
Number height
-
margin
Number margin
-
maskFill
Color maskFill
-
maskInside
Boolean maskInside
-
opposite
Boolean opposite
-
outlineColor
Color outlineColor
-
outlineWidth
Number outlineWidth
-
series
PlotOptionsSeries series
-
xAxis
XAxis xAxis
-
yAxis
YAxis yAxis
-
-
-
Class com.vaadin.flow.component.charts.model.NoData extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Node extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.NodeSeries extends AbstractSeries implements Serializable
-
Serialized Fields
-
data
List<NodeSeriesItem> data
-
nodes
Set<Node> nodes
-
-
-
Class com.vaadin.flow.component.charts.model.NodeSeriesItem extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
-
Class com.vaadin.flow.component.charts.model.OhlcItem extends DataSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.OhlcOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.Options3d extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Pane extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.PaneList extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.PartialFill extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
fill
Color fill
-
-
-
Class com.vaadin.flow.component.charts.model.Pivot extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.PlotBand extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.PlotLine extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.PlotOptionsArea extends AreaOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsArearange extends AreaOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabelsRange dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsAreaspline extends AreaOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsAreasplinerange extends AreaOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabelsRange dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
fillOpacity
Number fillOpacity
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
negativeFillColor
Color negativeFillColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
trackByArea
Boolean trackByArea
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBar extends ColumnOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBoxplot extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
fillColor
Color fillColor
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
medianColor
Color medianColor
-
medianWidth
Number medianWidth
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stemColor
Color stemColor
-
stemDashStyle
DashStyle stemDashStyle
-
stemWidth
Number stemWidth
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
whiskerColor
Color whiskerColor
-
whiskerLength
String whiskerLength
-
whiskerWidth
Number whiskerWidth
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBubble extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
displayNegative
Boolean displayNegative
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
maxSize
String maxSize
-
minSize
String minSize
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
sizeBy
String sizeBy
-
sizeByAbsoluteValue
Boolean sizeByAbsoluteValue
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zMax
Number zMax
-
zMin
Number zMin
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
zThreshold
Number zThreshold
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsBullet extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
targetOptions
TargetOptions targetOptions
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsCandlestick extends OhlcOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
compareBase
Number compareBase
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
upColor
Color upColor
-
upLineColor
Color upLineColor
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsColumn extends ColumnOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsColumnrange extends ColumnOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabelsRange dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsErrorbar extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stemColor
Color stemColor
-
stemDashStyle
DashStyle stemDashStyle
-
stemWidth
Number stemWidth
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
whiskerColor
Color whiskerColor
-
whiskerLength
String whiskerLength
-
whiskerWidth
Number whiskerWidth
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsFlags extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
onKey
String onKey
-
onSeries
String onSeries
-
opacity
Number opacity
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
selected
Boolean selected
-
shadow
Boolean shadow
-
shape
FlagShape shape
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stackDistance
Number stackDistance
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
style
Style style
-
textAlign
String textAlign
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
useHTML
Boolean useHTML
-
visible
Boolean visible
-
y
Number y
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsFunnel extends PyramidOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
center
String[] center
-
className
String className
-
clip
Boolean clip
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabelsFunnel dataLabels
-
depth
Number depth
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
height
String height
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
neckHeight
String neckHeight
-
neckWidth
String neckWidth
-
opacity
Number opacity
-
reversed
Boolean reversed
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
slicedOffset
Number slicedOffset
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
width
String width
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsGauge extends GaugeOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
dial
Dial dial
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
overshoot
Number overshoot
-
pivot
Pivot pivot
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
wrap
Boolean wrap
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsHeatmap extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
colsize
Number colsize
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
opacity
Number opacity
-
rowsize
Number rowsize
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsLine extends PointOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsOhlc extends OhlcOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
compare
Compare compare
-
compareBase
Number compareBase
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataGrouping
DataGrouping dataGrouping
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
upColor
Color upColor
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsOrganization extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
boostBlending
String boostBlending
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colors
List<Color> colors
-
cursor
String cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
getExtremesFromAll
Boolean getExtremesFromAll
-
hangingIndent
Number hangingIndent
-
label
Label label
-
levels
List<Level> levels
-
linkColor
Color linkColor
-
linkedTo
String linkedTo
-
linkLineWidth
Number linkLineWidth
-
linkOpacity
Number linkOpacity
-
linkRadius
Number linkRadius
-
minLinkWidth
Number minLinkWidth
-
nodePadding
Number nodePadding
-
nodeWidth
Number nodeWidth
-
opacity
Number opacity
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
Tooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPie extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
center
String[] center
-
className
String className
-
clip
Boolean clip
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
endAngle
Number endAngle
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
innerSize
String innerSize
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
opacity
Number opacity
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showInLegend
Boolean showInLegend
-
size
String size
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
slicedOffset
Number slicedOffset
-
startAngle
Number startAngle
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPolygon extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsPyramid extends PyramidOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
center
String[] center
-
className
String className
-
clip
Boolean clip
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabelsFunnel dataLabels
-
depth
Number depth
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
height
String height
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
minSize
Number minSize
-
opacity
Number opacity
-
reversed
Boolean reversed
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
slicedOffset
Number slicedOffset
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
width
String width
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsScatter extends PointOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSeries extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
step
StepType step
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSolidgauge extends GaugeOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
linecap
String linecap
-
opacity
Number opacity
-
overshoot
Number overshoot
-
rounded
Boolean rounded
-
selected
Boolean selected
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
wrap
Boolean wrap
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsSpline extends PointOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
compare
Compare compare
-
compareBase
Number compareBase
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataGrouping
DataGrouping dataGrouping
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
getExtremesFromAll
Boolean getExtremesFromAll
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
linecap
String linecap
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
negativeColor
Color negativeColor
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
stacking
Stacking stacking
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsTimeline extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
gapSize
Number gapSize
-
gapUnit
String gapUnit
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
keys
ArrayList<String> keys
-
legendIndex
Number legendIndex
-
legendType
String legendType
-
linecap
String linecap
-
linkedTo
String linkedTo
-
marker
Marker marker
-
navigatorOptions
PlotOptionsSeries navigatorOptions
-
opacity
Number opacity
-
pointRange
Number pointRange
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
showInNavigator
Boolean showInNavigator
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsTreemap extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowDrillToNode
Boolean allowDrillToNode
-
allowPointSelect
Boolean allowPointSelect
-
alternateStartingDirection
Boolean alternateStartingDirection
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderWidth
Number borderWidth
-
className
String className
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cropThreshold
Number cropThreshold
-
cursor
Cursor cursor
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
ignoreHiddenPoint
Boolean ignoreHiddenPoint
-
interactByLeaf
Boolean interactByLeaf
-
keys
ArrayList<String> keys
-
layoutAlgorithm
TreeMapLayoutAlgorithm layoutAlgorithm
-
layoutStartingDirection
TreeMapLayoutStartingDirection layoutStartingDirection
-
levelIsConstant
Boolean levelIsConstant
-
levels
ArrayList<Level> levels
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
opacity
Number opacity
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
sortIndex
Number sortIndex
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsWaterfall extends ColumnOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
crisp
Boolean crisp
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
depth
Number depth
-
description
String description
-
edgeColor
Color edgeColor
-
edgeWidth
Number edgeWidth
-
enableMouseTracking
Boolean enableMouseTracking
-
exposeElementToA11y
Boolean exposeElementToA11y
-
findNearestPointBy
Dimension findNearestPointBy
-
getExtremesFromAll
Boolean getExtremesFromAll
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
groupZPadding
Number groupZPadding
-
keys
ArrayList<String> keys
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
opacity
Number opacity
-
pointInterval
Number pointInterval
-
pointIntervalUnit
IntervalUnit pointIntervalUnit
-
pointPadding
Number pointPadding
-
pointPlacement
PointPlacement pointPlacement
-
pointRange
Number pointRange
-
pointStart
Number pointStart
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
softThreshold
Boolean softThreshold
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
threshold
Number threshold
-
tooltip
SeriesTooltip tooltip
-
upColor
Color upColor
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PlotOptionsXrange extends AbstractPlotOptions implements Serializable
-
Serialized Fields
-
_fn_pointDescriptionFormatter
String _fn_pointDescriptionFormatter
-
allowPointSelect
Boolean allowPointSelect
-
animation
Boolean animation
-
animationLimit
Number animationLimit
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
centerInCategory
Boolean centerInCategory
-
className
String className
-
clip
Boolean clip
-
color
Color color
-
colorByPoint
Boolean colorByPoint
-
colorIndex
Number colorIndex
-
colorKey
String colorKey
-
colors
ArrayList<Color> colors
-
connectEnds
Boolean connectEnds
-
connectNulls
Boolean connectNulls
-
cursor
Cursor cursor
-
dashStyle
DashStyle dashStyle
-
dataLabels
DataLabels dataLabels
-
description
String description
-
enableMouseTracking
Boolean enableMouseTracking
-
grouping
Boolean grouping
-
groupPadding
Number groupPadding
-
keys
ArrayList<String> keys
-
linkedTo
String linkedTo
-
maxPointWidth
Number maxPointWidth
-
minPointLength
Number minPointLength
-
opacity
Number opacity
-
partialFill
PartialFill partialFill
-
pointPadding
Number pointPadding
-
pointWidth
Number pointWidth
-
selected
Boolean selected
-
shadow
Boolean shadow
-
showCheckbox
Boolean showCheckbox
-
showInLegend
Boolean showInLegend
-
skipKeyboardNavigation
Boolean skipKeyboardNavigation
-
states
States states
-
stickyTracking
Boolean stickyTracking
-
tooltip
SeriesTooltip tooltip
-
turboThreshold
Number turboThreshold
-
visible
Boolean visible
-
zoneAxis
ZoneAxis zoneAxis
-
zones
ArrayList<Zones> zones
-
-
-
Class com.vaadin.flow.component.charts.model.PointOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.Position extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
verticalAlign
VerticalAlign verticalAlign
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.PyramidOptions extends AbstractPlotOptions implements Serializable
-
Class com.vaadin.flow.component.charts.model.RangeSelector extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
_fn_inputDateParser
String _fn_inputDateParser
-
allButtonsEnabled
Boolean allButtonsEnabled
-
buttonPosition
ButtonPosition buttonPosition
-
buttons
ArrayList<RangeSelectorButton> buttons
-
buttonSpacing
Number buttonSpacing
-
buttonTheme
ButtonTheme buttonTheme
-
enabled
Boolean enabled
-
height
Number height
-
inputBoxBorderColor
Color inputBoxBorderColor
-
inputBoxHeight
Number inputBoxHeight
-
inputBoxWidth
Number inputBoxWidth
-
inputDateFormat
String inputDateFormat
-
inputEditDateFormat
String inputEditDateFormat
-
inputEnabled
Boolean inputEnabled
-
inputPosition
ButtonPosition inputPosition
-
inputStyle
Style inputStyle
-
labelStyle
Style labelStyle
-
selected
Number selected
-
-
-
Class com.vaadin.flow.component.charts.model.RangeSelectorButton extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
count
Number count
-
dataGrouping
DataGrouping dataGrouping
-
text
String text
-
type
RangeSelectorTimespan type
-
-
-
Class com.vaadin.flow.component.charts.model.RangeSeries extends DataSeries implements Serializable
-
Class com.vaadin.flow.component.charts.model.ResetZoomButton extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
position
Position position
-
relativeTo
ResetZoomButtonRelativeTo relativeTo
-
theme
ButtonTheme theme
-
-
-
Class com.vaadin.flow.component.charts.model.Responsive extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
rules
Rules rules
-
-
-
Class com.vaadin.flow.component.charts.model.Rules extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
condition
Condition condition
-
-
-
Class com.vaadin.flow.component.charts.model.Scrollbar extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
barBackgroundColor
Color barBackgroundColor
-
barBorderColor
Color barBorderColor
-
barBorderRadius
Number barBorderRadius
-
barBorderWidth
Number barBorderWidth
-
buttonArrowColor
Color buttonArrowColor
-
buttonBackgroundColor
Color buttonBackgroundColor
-
buttonBorderColor
Color buttonBorderColor
-
buttonBorderRadius
Number buttonBorderRadius
-
buttonBorderWidth
Number buttonBorderWidth
-
enabled
Boolean enabled
-
height
Number height
-
liveRedraw
Boolean liveRedraw
-
margin
Number margin
-
minWidth
Number minWidth
-
rifleColor
Color rifleColor
-
showFull
Boolean showFull
-
size
Number size
-
trackBackgroundColor
Color trackBackgroundColor
-
trackBorderColor
Color trackBorderColor
-
trackBorderRadius
Number trackBorderRadius
-
zIndex
Number zIndex
-
-
-
Class com.vaadin.flow.component.charts.model.Select extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.SeriesTooltip extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
_fn_pointFormatter
String _fn_pointFormatter
-
changeDecimals
Number changeDecimals
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
followPointer
Boolean followPointer
-
followTouchMove
Boolean followTouchMove
-
footerFormat
String footerFormat
-
headerFormat
String headerFormat
-
hideDelay
Number hideDelay
-
padding
Number padding
-
pointFormat
String pointFormat
-
shape
Shape shape
-
split
Boolean split
-
valueDecimals
Number valueDecimals
-
valuePrefix
String valuePrefix
-
valueSuffix
String valueSuffix
-
xDateFormat
String xDateFormat
-
-
-
Class com.vaadin.flow.component.charts.model.Side extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.StackLabels extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.States extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Stop extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
color
Color color
-
position
float position
-
-
-
Class com.vaadin.flow.component.charts.model.Subtitle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
floating
Boolean floating
-
style
Style style
-
text
String text
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
widthAdjust
Number widthAdjust
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.TargetOptions extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.Time extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.TimeUnitMultiples extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
allowedMultiples
int[] allowedMultiples
-
timeUnit
TimeUnit timeUnit
-
-
-
Class com.vaadin.flow.component.charts.model.Title extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
align
HorizontalAlign align
-
floating
Boolean floating
-
margin
Number margin
-
style
Style style
-
text
String text
-
useHTML
Boolean useHTML
-
verticalAlign
VerticalAlign verticalAlign
-
widthAdjust
Number widthAdjust
-
x
Number x
-
y
Number y
-
-
-
Class com.vaadin.flow.component.charts.model.Tooltip extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
_fn_formatter
String _fn_formatter
-
_fn_pointFormatter
String _fn_pointFormatter
-
_fn_positioner
String _fn_positioner
-
animation
Boolean animation
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
changeDecimals
Number changeDecimals
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
enabled
Boolean enabled
-
followPointer
Boolean followPointer
-
followTouchMove
Boolean followTouchMove
-
footerFormat
String footerFormat
-
headerFormat
String headerFormat
-
hideDelay
Number hideDelay
-
outside
Boolean outside
-
padding
Number padding
-
pointFormat
String pointFormat
-
shadow
Boolean shadow
-
shape
Shape shape
-
shared
Boolean shared
-
snap
Number snap
-
split
Boolean split
-
style
Style style
-
useHTML
Boolean useHTML
-
valueDecimals
Number valueDecimals
-
valuePrefix
String valuePrefix
-
valueSuffix
String valueSuffix
-
xDateFormat
String xDateFormat
-
-
-
Class com.vaadin.flow.component.charts.model.Top extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.TreeSeries extends AbstractSeries implements Serializable
-
Serialized Fields
-
data
List<TreeSeriesItem> data
-
-
-
Class com.vaadin.flow.component.charts.model.TreeSeriesItem extends AbstractSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.WaterFallSum extends DataSeriesItem implements Serializable
-
Class com.vaadin.flow.component.charts.model.XAxis extends Axis implements Serializable
-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
breaks
Breaks[] breaks
-
categories
ArrayList<String> categories
-
ceiling
Number ceiling
-
className
String className
-
crosshair
Crosshair crosshair
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
description
String description
-
endOnTick
Boolean endOnTick
-
floor
Number floor
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineWidth
Number gridLineWidth
-
gridZIndex
Number gridZIndex
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
Number linkedTo
-
maxPadding
Number maxPadding
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
ordinal
Boolean ordinal
-
pane
Number pane
-
plotBands
ArrayList<PlotBand> plotBands
-
plotLines
ArrayList<PlotLine> plotLines
-
range
Number range
-
reversed
Boolean reversed
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
softMax
Number softMax
-
softMin
Number softMin
-
startOfWeek
Number startOfWeek
-
startOnTick
Boolean startOnTick
-
tickAmount
Number tickAmount
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<TimeUnitMultiples> units
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.YAxis extends Axis implements Serializable
-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
angle
Number angle
-
breaks
Breaks[] breaks
-
categories
ArrayList<String> categories
-
ceiling
Number ceiling
-
className
String className
-
crosshair
Crosshair crosshair
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
description
String description
-
endOnTick
Boolean endOnTick
-
floor
Number floor
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineInterpolation
String gridLineInterpolation
-
gridLineWidth
Number gridLineWidth
-
gridZIndex
Number gridZIndex
-
height
String height
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
Number linkedTo
-
maxColor
Color maxColor
-
maxPadding
Number maxPadding
-
minColor
Color minColor
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
ordinal
Boolean ordinal
-
pane
Number pane
-
plotBands
ArrayList<PlotBand> plotBands
-
plotLines
ArrayList<PlotLine> plotLines
-
range
Number range
-
reversed
Boolean reversed
-
reversedStacks
Boolean reversedStacks
-
scrollbar
Scrollbar scrollbar
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
softMax
Number softMax
-
softMin
Number softMin
-
stackLabels
StackLabels stackLabels
-
startOfWeek
Number startOfWeek
-
startOnTick
Boolean startOnTick
-
stops
ArrayList<Stop> stops
-
tickAmount
Number tickAmount
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
top
String top
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<TimeUnitMultiples> units
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.ZAxis extends Axis implements Serializable
-
Serialized Fields
-
allowDecimals
Boolean allowDecimals
-
alternateGridColor
Color alternateGridColor
-
categories
ArrayList<String> categories
-
ceiling
Number ceiling
-
className
String className
-
crosshair
Crosshair crosshair
-
dateTimeLabelFormats
DateTimeLabelFormats dateTimeLabelFormats
-
description
String description
-
endOnTick
Boolean endOnTick
-
floor
Number floor
-
gridLineColor
Color gridLineColor
-
gridLineDashStyle
DashStyle gridLineDashStyle
-
gridLineWidth
Number gridLineWidth
-
gridZIndex
Number gridZIndex
-
id
String id
-
labels
Labels labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
linkedTo
Number linkedTo
-
maxPadding
Number maxPadding
-
minorGridLineColor
Color minorGridLineColor
-
minorGridLineDashStyle
DashStyle minorGridLineDashStyle
-
minorGridLineWidth
Number minorGridLineWidth
-
minorTickColor
Color minorTickColor
-
minorTickInterval
String minorTickInterval
-
minorTickLength
Number minorTickLength
-
minorTickPosition
TickPosition minorTickPosition
-
minorTickWidth
Number minorTickWidth
-
minPadding
Number minPadding
-
minRange
Number minRange
-
minTickInterval
Number minTickInterval
-
offset
Number offset
-
opposite
Boolean opposite
-
plotBands
ArrayList<PlotBand> plotBands
-
plotLines
ArrayList<PlotLine> plotLines
-
reversed
Boolean reversed
-
showEmpty
Boolean showEmpty
-
showFirstLabel
Boolean showFirstLabel
-
showLastLabel
Boolean showLastLabel
-
softMax
Number softMax
-
softMin
Number softMin
-
startOfWeek
Number startOfWeek
-
startOnTick
Boolean startOnTick
-
tickAmount
Number tickAmount
-
tickColor
Color tickColor
-
tickInterval
Number tickInterval
-
tickLength
Number tickLength
-
tickmarkPlacement
TickmarkPlacement tickmarkPlacement
-
tickPixelInterval
Number tickPixelInterval
-
tickPosition
TickPosition tickPosition
-
tickPositions
Number[] tickPositions
-
tickWidth
Number tickWidth
-
title
AxisTitle title
-
type
AxisType type
-
uniqueNames
Boolean uniqueNames
-
units
ArrayList<TimeUnitMultiples> units
-
visible
Boolean visible
-
-
-
Class com.vaadin.flow.component.charts.model.Zones extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.model.serializers
-
Class com.vaadin.flow.component.charts.model.serializers.BeanSerializerDelegator extends com.fasterxml.jackson.databind.ser.std.BeanSerializerBase implements Serializable
-
Serialized Fields
-
delegate
BeanSerializationDelegate<T> delegate
-
-
-
Class com.vaadin.flow.component.charts.model.serializers.ThemeGradientColorBeanSerializer extends com.fasterxml.jackson.databind.ser.std.BeanSerializerBase implements Serializable
-
-
Package com.vaadin.flow.component.charts.model.style
-
Class com.vaadin.flow.component.charts.model.style.AxisStyle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
alternateGridColor
Color alternateGridColor
-
gridLineColor
Color gridLineColor
-
gridLineWidth
Number gridLineWidth
-
labels
StyleWrapper labels
-
lineColor
Color lineColor
-
lineWidth
Number lineWidth
-
minorTickInterval
TickIntervalStyle minorTickInterval
-
subtitle
StyleWrapper subtitle
-
tickColor
Color tickColor
-
tickWidth
Number tickWidth
-
title
StyleWrapper title
-
-
-
Class com.vaadin.flow.component.charts.model.style.ButtonTheme extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.charts.model.style.ChartStyle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
backgroundColor
Color backgroundColor
-
borderColor
Color borderColor
-
borderRadius
Number borderRadius
-
borderWidth
Number borderWidth
-
className
String className
-
plotBackgroundColor
Color plotBackgroundColor
-
plotBackgroundImage
String plotBackgroundImage
-
plotBorderColor
Color plotBorderColor
-
plotBorderWidth
Number plotBorderWidth
-
plotShadow
Boolean plotShadow
-
style
Style style
-
-
-
Class com.vaadin.flow.component.charts.model.style.GradientColor extends Object implements Serializable
-
Serialized Fields
-
linearGradient
GradientColor.LinearGradient linearGradient
-
radialGradient
GradientColor.RadialGradient radialGradient
-
stops
List<GradientColor.Stop> stops
-
-
-
Class com.vaadin.flow.component.charts.model.style.GradientColor.LinearGradient extends Object implements Serializable
-
Class com.vaadin.flow.component.charts.model.style.GradientColor.RadialGradient extends Object implements Serializable
-
Class com.vaadin.flow.component.charts.model.style.GradientColor.Stop extends Object implements Serializable
-
Serialized Fields
-
color
SolidColor color
-
position
double position
-
-
-
Class com.vaadin.flow.component.charts.model.style.LegendStyle extends Legend implements Serializable
-
Class com.vaadin.flow.component.charts.model.style.MarkerStyle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
lineColor
Color lineColor
-
-
-
Class com.vaadin.flow.component.charts.model.style.PlotOptionsStyle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
area
PlotOptionsArea area
-
arearange
PlotOptionsArearange arearange
-
areaspline
PlotOptionsAreaspline areaspline
-
areasplinerange
PlotOptionsAreasplinerange areasplinerange
-
bar
PlotOptionsBar bar
-
boxplot
PlotOptionsBoxplot boxplot
-
bubble
PlotOptionsBubble bubble
-
bullet
PlotOptionsBullet bullet
-
candlestick
PlotOptionsCandlestick candlestick
-
column
PlotOptionsColumn column
-
columnrange
PlotOptionsColumnrange columnrange
-
errorbar
PlotOptionsErrorbar errorbar
-
flags
PlotOptionsFlags flags
-
funnel
PlotOptionsFunnel funnel
-
gauge
PlotOptionsGauge gauge
-
heatmap
PlotOptionsHeatmap heatmap
-
line
PlotOptionsLine line
-
ohlc
PlotOptionsOhlc ohlc
-
organization
PlotOptionsOrganization organization
-
pie
PlotOptionsPie pie
-
polygon
PlotOptionsPolygon polygon
-
pyramid
PlotOptionsPyramid pyramid
-
scatter
PlotOptionsScatter scatter
-
series
PlotOptionsSeries series
-
solidgauge
PlotOptionsSolidgauge solidgauge
-
spline
PlotOptionsSpline spline
-
timeline
PlotOptionsTimeline timeline
-
treemap
PlotOptionsTreemap treemap
-
waterfall
PlotOptionsWaterfall waterfall
-
xrange
PlotOptionsXrange xrange
-
-
-
Class com.vaadin.flow.component.charts.model.style.SolidColor extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
color
String color
-
-
-
Class com.vaadin.flow.component.charts.model.style.Style extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
color
Color color
-
fontFamily
String fontFamily
-
fontSize
String fontSize
-
fontWeight
FontWeight fontWeight
-
left
String left
-
lineHeight
String lineHeight
-
position
StylePosition position
-
textShadow
String textShadow
-
top
String top
-
-
-
Class com.vaadin.flow.component.charts.model.style.StyleWrapper extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
style
Style style
-
-
-
Class com.vaadin.flow.component.charts.model.style.Theme extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
chart
ChartStyle chart
-
colors
Color[] colors
-
credits
Credits credits
-
labels
StyleWrapper labels
-
legend
LegendStyle legend
-
plotOptions
PlotOptionsStyle plotOptions
-
subtitle
StyleWrapper subtitle
-
title
StyleWrapper title
-
tooltip
TooltipStyle tooltip
-
xAxis
AxisStyle xAxis
-
yAxis
AxisStyle yAxis
-
-
-
Class com.vaadin.flow.component.charts.model.style.TooltipStyle extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.charts.themes
-
Class com.vaadin.flow.component.charts.themes.LumoDarkTheme extends Theme implements Serializable
-
Class com.vaadin.flow.component.charts.themes.LumoLightTheme extends Theme implements Serializable
-
-
Package com.vaadin.flow.component.charts.util
-
Class com.vaadin.flow.component.charts.util.ChartSerialization extends Object implements Serializable
-
-
Package com.vaadin.flow.component.checkbox
-
Class com.vaadin.flow.component.checkbox.Checkbox extends GeneratedVaadinCheckbox<Checkbox,Boolean> implements Serializable
-
Serialized Fields
-
labelElement
Label labelElement
-
-
-
Class com.vaadin.flow.component.checkbox.CheckboxGroup extends GeneratedVaadinCheckboxGroup<CheckboxGroup<T>,Set<T>> implements Serializable
-
Serialized Fields
-
dataProvider
AtomicReference<DataProvider<T,?>> dataProvider
-
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
isReadOnly
boolean isReadOnly
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
itemRenderer
ComponentRenderer<? extends Component,T> itemRenderer
-
keyMapper
KeyMapper<T> keyMapper
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
sizeRequest
SerializableConsumer<UI> sizeRequest
-
validationListener
PropertyChangeListener validationListener
-
validationRegistration
Registration validationRegistration
-
-
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox extends AbstractSinglePropertyField<R extends GeneratedVaadinCheckbox<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckbox<R,?>> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.CheckedChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckbox<R,?>> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckbox.IndeterminateChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckbox<R,?>> implements Serializable
-
Serialized Fields
-
indeterminate
boolean indeterminate
-
-
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup extends AbstractSinglePropertyField<R extends GeneratedVaadinCheckboxGroup<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.checkbox.GeneratedVaadinCheckboxGroup.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinCheckboxGroup<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
-
Package com.vaadin.flow.component.checkbox.dataview
-
Class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
Class com.vaadin.flow.component.checkbox.dataview.CheckboxGroupListDataView extends AbstractListDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
-
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()
-
clearFilterOnCloseRegistration
Registration clearFilterOnCloseRegistration
-
customValueListenersCount
int customValueListenersCount
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
dataGenerator
CompositeDataGenerator<T> dataGenerator
-
dataProviderListener
Registration dataProviderListener
-
filterSlot
SerializableConsumer<String> filterSlot
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
lastFilter
String lastFilter
-
lazyOpenRegistration
Registration lazyOpenRegistration
-
renderer
Renderer<T> renderer
-
renderingRegistrations
List<Registration> renderingRegistrations
-
renderScheduled
boolean renderScheduled
-
shouldForceServerSideFiltering
boolean shouldForceServerSideFiltering
-
template
Element template
-
userProvidedFilter
com.vaadin.flow.component.combobox.ComboBox.UserProvidedFilter userProvidedFilter
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox extends AbstractSinglePropertyField<R extends GeneratedVaadinComboBox<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.CustomValueSetEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
detail
String detail
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.FilterChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
filter
String filter
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
Class com.vaadin.flow.component.combobox.GeneratedVaadinComboBox.SelectedItemChangeEvent extends ComponentEvent<R extends GeneratedVaadinComboBox<R,?>> implements Serializable
-
Serialized Fields
-
selectedItem
elemental.json.JsonObject selectedItem
-
-
-
-
Package com.vaadin.flow.component.combobox.dataview
-
Class com.vaadin.flow.component.combobox.dataview.ComboBoxDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
Class com.vaadin.flow.component.combobox.dataview.ComboBoxLazyDataView extends AbstractLazyDataView<T> implements Serializable
-
Class com.vaadin.flow.component.combobox.dataview.ComboBoxListDataView extends AbstractListDataView<T> implements Serializable
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
-
Package com.vaadin.flow.component.confirmdialog
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog extends Component implements Serializable
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog.CancelEvent extends ComponentEvent<ConfirmDialog> implements Serializable
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog.ConfirmEvent extends ComponentEvent<ConfirmDialog> implements Serializable
-
Class com.vaadin.flow.component.confirmdialog.ConfirmDialog.RejectEvent extends ComponentEvent<ConfirmDialog> implements Serializable
-
-
Package com.vaadin.flow.component.contextmenu
-
Class com.vaadin.flow.component.contextmenu.ContextMenu extends ContextMenuBase<ContextMenu,MenuItem,SubMenu> implements Serializable
-
Class com.vaadin.flow.component.contextmenu.ContextMenuBase extends GeneratedVaadinContextMenu<C extends ContextMenuBase<C,I,S>> implements Serializable
-
Serialized Fields
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
menuItemsArrayGenerator
MenuItemsArrayGenerator<I extends MenuItemBase<C,I,S>> menuItemsArrayGenerator
-
menuManager
MenuManager<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>> menuManager
-
openOnEventName
String openOnEventName
-
target
Component target
-
targetAttachRegistration
Registration targetAttachRegistration
-
targetBeforeOpenRegistration
Registration targetBeforeOpenRegistration
-
targetJsRegistration
PendingJavaScriptResult targetJsRegistration
-
-
-
Class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu extends Component implements Serializable
-
Class com.vaadin.flow.component.contextmenu.GeneratedVaadinContextMenu.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinContextMenu<R>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
Class com.vaadin.flow.component.contextmenu.MenuItem extends MenuItemBase<ContextMenu,MenuItem,SubMenu> implements Serializable
-
Serialized Fields
-
contentReset
SerializableRunnable contentReset
-
-
-
Class com.vaadin.flow.component.contextmenu.MenuItemBase extends Component implements Serializable
-
Class com.vaadin.flow.component.contextmenu.MenuItemsArrayGenerator extends Object implements Serializable
-
Class com.vaadin.flow.component.contextmenu.MenuManager extends Object implements Serializable
-
Serialized Fields
-
children
List<Component> children
-
contentReset
SerializableRunnable contentReset
-
itemGenerator
SerializableBiFunction<C extends Component,SerializableRunnable,I extends MenuItemBase<?,I,S>> itemGenerator
-
itemType
Class<I extends MenuItemBase<?,I,S>> itemType
-
menu
C extends Component menu
-
parentMenuItem
I extends MenuItemBase<?,I,S> parentMenuItem
-
-
-
Class com.vaadin.flow.component.contextmenu.SubMenu extends SubMenuBase<ContextMenu,MenuItem,SubMenu> implements Serializable
-
Serialized Fields
-
contentReset
SerializableRunnable contentReset
-
-
-
Class com.vaadin.flow.component.contextmenu.SubMenuBase extends Object implements Serializable
-
Serialized Fields
-
menuManager
MenuManager<C extends ContextMenuBase<C,I,S>,I extends MenuItemBase<C,I,S>,S extends SubMenuBase<C,I,S>> menuManager
-
parentMenuItem
I extends MenuItemBase<C,I,S> parentMenuItem
-
-
-
-
Package com.vaadin.flow.component.cookieconsent
-
Class com.vaadin.flow.component.cookieconsent.CookieConsent extends Component implements Serializable
-
-
Package com.vaadin.flow.component.crud
-
Class com.vaadin.flow.component.crud.BinderCrudEditor extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.Crud extends Component implements Serializable
-
Serialized Fields
-
beanType
Class<E> beanType
-
cancelButton
Button cancelButton
-
cancelListeners
Set<ComponentEventListener<Crud.CancelEvent<E>>> cancelListeners
-
deleteButton
Button deleteButton
-
deleteListeners
Set<ComponentEventListener<Crud.DeleteEvent<E>>> deleteListeners
-
editListeners
Set<ComponentEventListener<Crud.EditEvent<E>>> editListeners
-
editor
CrudEditor<E> editor
-
grid
Grid<E> grid
-
gridActiveItem
E gridActiveItem
-
gridItemClickRegistration
Registration gridItemClickRegistration
-
newListeners
Set<ComponentEventListener<Crud.NewEvent<E>>> newListeners
-
saveBtnDisabledOverridden
boolean saveBtnDisabledOverridden
-
saveButton
Button saveButton
-
saveListeners
Set<ComponentEventListener<Crud.SaveEvent<E>>> saveListeners
-
toolbarVisible
boolean toolbarVisible
-
-
-
Class com.vaadin.flow.component.crud.Crud.CancelEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Class com.vaadin.flow.component.crud.Crud.DeleteEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Class com.vaadin.flow.component.crud.Crud.EditEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Serialized Fields
-
item
E item
-
-
-
Class com.vaadin.flow.component.crud.Crud.NewEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Serialized Fields
-
item
E item
-
-
-
Class com.vaadin.flow.component.crud.Crud.SaveEvent extends com.vaadin.flow.component.crud.Crud.CrudEvent<E> implements Serializable
-
Class com.vaadin.flow.component.crud.CrudFilter extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.CrudGrid extends Grid<E> implements Serializable
-
Serialized Fields
-
autogenerated
boolean autogenerated
-
beanType
Class<E> beanType
-
dataProvider
DataProvider<E,?> dataProvider
-
filter
CrudFilter filter
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations extends Object implements Serializable
-
Serialized Fields
-
cancel
CrudI18n.Confirmations.Confirmation cancel
-
delete
CrudI18n.Confirmations.Confirmation delete
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation extends Object implements Serializable
-
Serialized Fields
-
button
CrudI18n.Confirmations.Confirmation.Button button
-
content
String content
-
title
String title
-
-
-
Class com.vaadin.flow.component.crud.CrudI18n.Confirmations.Confirmation.Button extends Object implements Serializable
-
Class com.vaadin.flow.component.crud.CrudI18nUpdatedEvent extends ComponentEvent<Crud<?>> implements Serializable
-
Serialized Fields
-
i18n
CrudI18n i18n
-
-
-
-
Package com.vaadin.flow.component.customfield
-
Class com.vaadin.flow.component.customfield.CustomField extends AbstractField<CustomField<T>,T> implements Serializable
-
-
Package com.vaadin.flow.component.datepicker
-
Class com.vaadin.flow.component.datepicker.DatePicker extends GeneratedVaadinDatePicker<DatePicker,LocalDate> implements Serializable
-
Serialized Fields
-
i18n
DatePicker.DatePickerI18n i18n
-
locale
Locale locale
-
max
LocalDate max
-
min
LocalDate min
-
pendingI18nUpdate
StateTree.ExecutionRegistration pendingI18nUpdate
-
required
boolean required
-
-
-
Class com.vaadin.flow.component.datepicker.DatePicker.DatePickerI18n extends Object implements Serializable
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker extends AbstractSinglePropertyField<R extends GeneratedVaadinDatePicker<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinDatePicker<R,?>> implements Serializable
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinDatePicker<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.datepicker.GeneratedVaadinDatePicker.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinDatePicker<R,?>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.datetimepicker
-
Class com.vaadin.flow.component.datetimepicker.DateTimePicker extends AbstractSinglePropertyField<DateTimePicker,LocalDateTime> implements Serializable
-
Serialized Fields
-
datePicker
com.vaadin.flow.component.datetimepicker.DateTimePickerDatePicker datePicker
-
i18n
DatePicker.DatePickerI18n i18n
-
locale
Locale locale
-
max
LocalDateTime max
-
min
LocalDateTime min
-
required
boolean required
-
timePicker
com.vaadin.flow.component.datetimepicker.DateTimePickerTimePicker timePicker
-
-
-
-
Package com.vaadin.flow.component.details
-
Class com.vaadin.flow.component.details.Details extends Component implements Serializable
-
Class com.vaadin.flow.component.details.Details.OpenedChangeEvent extends ComponentEvent<Details> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.dialog
-
Class com.vaadin.flow.component.dialog.Dialog extends GeneratedVaadinDialog<Dialog> implements Serializable
-
Serialized Fields
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
container
Element container
-
dialogFooter
Dialog.DialogFooter dialogFooter
-
dialogHeader
Dialog.DialogHeader dialogHeader
-
height
String height
-
maxHeight
String maxHeight
-
maxWidth
String maxWidth
-
minHeight
String minHeight
-
minWidth
String minWidth
-
onCloseConfigured
int onCloseConfigured
-
template
Element template
-
width
String width
-
-
-
Class com.vaadin.flow.component.dialog.Dialog.DialogCloseActionEvent extends ComponentEvent<Dialog> implements Serializable
-
Class com.vaadin.flow.component.dialog.Dialog.DialogFooter extends com.vaadin.flow.component.dialog.Dialog.DialogHeaderFooter implements Serializable
-
Class com.vaadin.flow.component.dialog.Dialog.DialogHeader extends com.vaadin.flow.component.dialog.Dialog.DialogHeaderFooter implements Serializable
-
Class com.vaadin.flow.component.dialog.Dialog.DialogResizeEvent extends ComponentEvent<Dialog> implements Serializable
-
Class com.vaadin.flow.component.dialog.GeneratedVaadinDialog extends Component implements Serializable
-
Class com.vaadin.flow.component.dialog.GeneratedVaadinDialog.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinDialog<R>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.dnd
-
Class com.vaadin.flow.component.dnd.DragEndEvent extends ComponentEvent<T extends Component> implements Serializable
-
Serialized Fields
-
dropEffect
DropEffect dropEffect
-
-
-
Class com.vaadin.flow.component.dnd.DragStartEvent extends ComponentEvent<T extends Component> implements Serializable
-
Class com.vaadin.flow.component.dnd.DropEvent extends ComponentEvent<T extends Component> implements Serializable
-
Serialized Fields
-
dragSourceComponent
Component dragSourceComponent
-
dropEffect
String dropEffect
-
effectAllowed
EffectAllowed effectAllowed
-
-
-
-
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
-
columns
int columns
-
labelsPosition
FormLayout.ResponsiveStep.LabelsPosition labelsPosition
-
minWidth
String minWidth
-
-
-
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
-
selectAllCheckBoxVisibility
GridMultiSelectionModel.SelectAllCheckboxVisibility selectAllCheckBoxVisibility
-
selected
Map<Object,T> selected
-
selectionColumn
GridSelectionColumn selectionColumn
-
-
-
Class com.vaadin.flow.component.grid.AbstractGridSingleSelectionModel extends Grid.AbstractGridExtension<T> implements Serializable
-
Serialized Fields
-
deselectAllowed
boolean deselectAllowed
-
selectedItem
T selectedItem
-
-
-
Class com.vaadin.flow.component.grid.AbstractRow.AbstractCell extends Object implements Serializable
-
Serialized Fields
-
columnComponent
com.vaadin.flow.component.grid.AbstractColumn<?> columnComponent
-
-
-
Class com.vaadin.flow.component.grid.CellFocusEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Serialized Fields
-
column
Grid.Column<T> column
-
section
CellFocusEvent.GridSection section
-
-
-
Class com.vaadin.flow.component.grid.ColumnPathRenderer extends Renderer<SOURCE> implements Serializable
-
Class com.vaadin.flow.component.grid.ColumnReorderEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Serialized Fields
-
columns
List<Grid.Column<T>> columns
The new order of the columns. Unmodifiable.
-
-
-
Class com.vaadin.flow.component.grid.ColumnResizeEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Serialized Fields
-
resizedColumnKey
String resizedColumnKey
-
-
-
Class com.vaadin.flow.component.grid.FooterRow extends com.vaadin.flow.component.grid.AbstractRow<FooterRow.FooterCell> implements Serializable
-
Class com.vaadin.flow.component.grid.FooterRow.FooterCell extends com.vaadin.flow.component.grid.AbstractRow.AbstractCell implements Serializable
-
Class com.vaadin.flow.component.grid.Grid extends Component implements Serializable
-
Serialized Fields
-
arrayUpdater
GridArrayUpdater arrayUpdater
-
beanType
Class<T> beanType
-
classNameGenerator
SerializableFunction<T,String> classNameGenerator
-
columnLayers
List<com.vaadin.flow.component.grid.ColumnLayer> columnLayers
Keeps track of the layers of column and column-group components. The layers are in order from innermost to outmost.
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
dataProviderChangeRegistration
Registration dataProviderChangeRegistration
-
defaultHeaderRow
HeaderRow defaultHeaderRow
-
detailsManager
com.vaadin.flow.component.grid.Grid.DetailsManager detailsManager
-
detailsRenderingRegistrations
List<Registration> detailsRenderingRegistrations
-
detailsTemplate
Element detailsTemplate
-
dragDataGenerators
Map<String,SerializableFunction<T,String>> dragDataGenerators
-
dragFilter
SerializablePredicate<T> dragFilter
-
dropFilter
SerializablePredicate<T> dropFilter
-
editor
Editor<T> editor
-
editorFactory
SerializableSupplier<Editor<T>> editorFactory
-
filterSlot
SerializableConsumer<?> filterSlot
-
gridDataGenerator
CompositeDataGenerator<T> gridDataGenerator
-
idToColumnMap
Map<String,Grid.Column<T>> idToColumnMap
-
itemDetailsDataGenerator
DataGenerator<T> itemDetailsDataGenerator
-
keyToColumnMap
Map<String,Grid.Column<T>> keyToColumnMap
-
nestedNullBehavior
Grid.NestedNullBehavior nestedNullBehavior
-
nextColumnId
int nextColumnId
-
propertySet
PropertySet<T> propertySet
-
selectionMode
Grid.SelectionMode selectionMode
-
selectionModel
GridSelectionModel<T> selectionModel
-
sortOrder
List<GridSortOrder<T>> sortOrder
-
uniqueKeyProperty
String uniqueKeyProperty
-
uniqueKeyProvider
ValueProvider<T,String> uniqueKeyProvider
-
verticalScrollingEnabled
boolean verticalScrollingEnabled
-
-
-
Class com.vaadin.flow.component.grid.Grid.AbstractGridExtension extends Object implements Serializable
-
Serialized Fields
-
grid
Grid<T> grid
-
registration
Registration registration
-
-
-
Class com.vaadin.flow.component.grid.Grid.Column extends com.vaadin.flow.component.grid.AbstractColumn<Grid.Column<T>> implements Serializable
-
Serialized Fields
-
classNameGenerator
SerializableFunction<T,String> classNameGenerator
-
columnDataGeneratorRegistration
Registration columnDataGeneratorRegistration
-
columnInternalId
String columnInternalId
-
columnKey
String columnKey
-
comparator
SerializableComparator<T> comparator
-
editorComponent
Component editorComponent
-
editorDataGeneratorRegistration
Registration editorDataGeneratorRegistration
-
editorRenderer
EditorRenderer<T> editorRenderer
-
renderer
Renderer<T> renderer
-
rendering
Rendering<T> rendering
-
sortingEnabled
boolean sortingEnabled
-
sortOrderProvider
SortOrderProvider sortOrderProvider
-
-
-
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
-
data
GridArrayUpdater.UpdateQueueData data
-
queue
ArrayList<SerializableRunnable> queue
-
-
-
Class com.vaadin.flow.component.grid.GridArrayUpdater.UpdateQueueData extends Object implements Serializable
-
Serialized Fields
-
element
Element element
-
hasExpandedItems
SerializableSupplier<Boolean> hasExpandedItems
-
uniqueKeyProperty
String uniqueKeyProperty
-
-
-
Class com.vaadin.flow.component.grid.GridNoneSelectionModel extends Object implements Serializable
-
Class com.vaadin.flow.component.grid.GridSelectionColumn extends Component implements Serializable
-
Serialized Fields
-
deselectAllCallback
SerializableRunnable deselectAllCallback
-
selectAllCallback
SerializableRunnable selectAllCallback
-
-
-
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 com.vaadin.flow.component.grid.AbstractRow.AbstractCell implements Serializable
-
Class com.vaadin.flow.component.grid.ItemClickEvent extends ClickEvent<Grid<T>> implements Serializable
-
Serialized Fields
-
column
Grid.Column<T> column
-
item
T item
-
-
-
Class com.vaadin.flow.component.grid.ItemDoubleClickEvent extends ItemClickEvent<T> implements Serializable
-
-
Package com.vaadin.flow.component.grid.contextmenu
-
Class com.vaadin.flow.component.grid.contextmenu.GridContextMenu extends ContextMenuBase<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> implements Serializable
-
Serialized Fields
-
dynamicContentHandler
SerializablePredicate<T> dynamicContentHandler
-
-
-
Class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuItemClickEvent extends ComponentEvent<GridMenuItem<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.contextmenu.GridContextMenu.GridContextMenuOpenedEvent extends GeneratedVaadinContextMenu.OpenedChangeEvent<GridContextMenu<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.contextmenu.GridMenuItem extends MenuItemBase<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> implements Serializable
-
Serialized Fields
-
contentReset
SerializableRunnable contentReset
-
-
-
Class com.vaadin.flow.component.grid.contextmenu.GridSubMenu extends SubMenuBase<GridContextMenu<T>,GridMenuItem<T>,GridSubMenu<T>> implements Serializable
-
Serialized Fields
-
contentReset
SerializableRunnable contentReset
-
-
-
-
Package com.vaadin.flow.component.grid.dataview
-
Class com.vaadin.flow.component.grid.dataview.GridDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
Class com.vaadin.flow.component.grid.dataview.GridLazyDataView extends AbstractLazyDataView<T> implements Serializable
-
Class com.vaadin.flow.component.grid.dataview.GridListDataView extends AbstractListDataView<T> implements Serializable
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
-
Package com.vaadin.flow.component.grid.dnd
-
Class com.vaadin.flow.component.grid.dnd.GridDragEndEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.dnd.GridDragStartEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Class com.vaadin.flow.component.grid.dnd.GridDropEvent extends ComponentEvent<Grid<T>> implements Serializable
-
Serialized Fields
-
data
Map<String,String> data
-
dropLocation
GridDropLocation dropLocation
-
dropTargetItem
T dropTargetItem
-
-
-
-
Package com.vaadin.flow.component.grid.editor
-
Class com.vaadin.flow.component.grid.editor.EditorCancelEvent 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
T item
-
-
-
Class com.vaadin.flow.component.grid.editor.EditorImpl extends Grid.AbstractGridExtension<T> implements Serializable
-
Serialized Fields
-
binder
Binder<T> binder
-
edited
T edited
-
editItemRequest
SerializableConsumer<ExecutionContext> editItemRequest
-
isBuffered
boolean isBuffered
-
listeners
Map<Class<?>,List<?>> listeners
-
-
-
Class com.vaadin.flow.component.grid.editor.EditorOpenEvent extends EditorEvent<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorRenderer extends Renderer<T> implements Serializable
-
Class com.vaadin.flow.component.grid.editor.EditorSaveEvent extends EditorEvent<T> implements Serializable
-
-
Package com.vaadin.flow.component.gridpro
-
Class com.vaadin.flow.component.gridpro.EditColumnConfigurator extends Object implements Serializable
-
Serialized Fields
-
attachRegistration
Registration attachRegistration
-
column
GridPro.EditColumn<T> column
-
-
-
Class com.vaadin.flow.component.gridpro.GridPro extends Grid<E> implements Serializable
-
Serialized Fields
-
idToColumnMap
Map<String,Grid.Column<E>> idToColumnMap
-
-
-
Class com.vaadin.flow.component.gridpro.GridPro.CellEditStartedEvent extends ComponentEvent<GridPro<E>> implements Serializable
-
Class com.vaadin.flow.component.gridpro.GridPro.EditColumn extends Grid.Column<T> implements Serializable
-
Serialized Fields
-
editorField
HasValueAndElement editorField
-
itemUpdater
ItemUpdater<T,String> itemUpdater
-
valueProvider
ValueProvider<T,?> valueProvider
-
-
-
Class com.vaadin.flow.component.gridpro.GridPro.ItemPropertyChangedEvent extends ComponentEvent<GridPro<E>> implements Serializable
-
-
Package com.vaadin.flow.component.html
-
Class com.vaadin.flow.component.html.Anchor extends HtmlContainer implements Serializable
-
Serialized Fields
-
href
Serializable href
-
-
-
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.HtmlObject extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.IFrame extends HtmlComponent implements Serializable
-
Class com.vaadin.flow.component.html.Image extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Input extends AbstractSinglePropertyField<Input,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.flow.component.html.Label extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.ListItem extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Main extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.NativeButton extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.NativeDetails extends HtmlComponent implements Serializable
-
Serialized Fields
-
content
Component content
-
summary
NativeDetails.Summary summary
-
-
-
Class com.vaadin.flow.component.html.NativeDetails.Summary extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.NativeDetails.ToggleEvent extends ComponentEvent<NativeDetails> implements Serializable
-
Serialized Fields
-
open
boolean open
-
-
-
Class com.vaadin.flow.component.html.Nav extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.OrderedList extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Paragraph extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Param extends HtmlComponent implements Serializable
-
Class com.vaadin.flow.component.html.Pre extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Section extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.Span extends HtmlContainer implements Serializable
-
Class com.vaadin.flow.component.html.UnorderedList extends HtmlContainer implements Serializable
-
-
Package com.vaadin.flow.component.icon
-
Class com.vaadin.flow.component.icon.Icon extends Component implements Serializable
-
Class com.vaadin.flow.component.icon.IronIcon extends Component implements Serializable
-
-
Package com.vaadin.flow.component.internal
-
Class com.vaadin.flow.component.internal.AbstractAttachDetachEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.internal.AbstractFieldSupport extends Object implements Serializable
-
Serialized Fields
-
bufferedValue
T bufferedValue
-
component
C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T> component
-
defaultValue
T defaultValue
-
pendingValueFromPresentation
T pendingValueFromPresentation
-
presentationUpdateInProgress
boolean presentationUpdateInProgress
-
setPresentationValue
SerializableConsumer<T> setPresentationValue
-
valueEquals
SerializableBiPredicate<T,T> valueEquals
-
valueSetFromPresentationUpdate
boolean valueSetFromPresentationUpdate
-
-
-
Class com.vaadin.flow.component.internal.CompositionEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.internal.DependencyList extends Object implements Serializable
-
Serialized Fields
-
urlCache
Set<String> urlCache
Contains all added URLs to be able to do fast enough duplication detection.
-
urlToLoadedDependency
Map<String,Dependency> urlToLoadedDependency
-
-
-
Class com.vaadin.flow.component.internal.DependencyTreeCache extends Object implements Serializable
-
Serialized Fields
-
cache
ConcurrentHashMap<T,Object> cache
Maps a path to a list of dependencies or a placeholder indicating that parsing is in progress.
-
dependencyParser
SerializableFunction<T,Collection<T>> dependencyParser
-
-
-
Class com.vaadin.flow.component.internal.EventDataCache extends Object implements Serializable
-
Serialized Fields
-
dataExpressions
ConcurrentHashMap<Class<? extends ComponentEvent<?>>,LinkedHashMap<String,Class<?>>> dataExpressions
-
eventConstructors
ConcurrentHashMap<Class<? extends ComponentEvent<?>>,Constructor<?>> eventConstructors
-
-
-
Class com.vaadin.flow.component.internal.JavaScriptBootstrapUI extends UI implements Serializable
-
Serialized Fields
-
clientViewNavigationState
NavigationState clientViewNavigationState
-
forwardToClientUrl
String forwardToClientUrl
-
navigationInProgress
boolean navigationInProgress
-
wrapperElement
Element wrapperElement
-
-
-
Class com.vaadin.flow.component.internal.JavaScriptBootstrapUI.ClientViewPlaceholder extends Component implements Serializable
-
Class com.vaadin.flow.component.internal.KeyboardEvent extends ComponentEvent<Component> implements Serializable
-
Serialized Fields
-
code
Key code
-
composing
boolean composing
-
key
Key key
-
location
KeyLocation location
-
modifiers
Set<KeyModifier> modifiers
-
repeat
boolean repeat
-
-
-
Class com.vaadin.flow.component.internal.PendingJavaScriptInvocation extends Object implements Serializable
-
Serialized Fields
-
canceled
boolean canceled
-
errorHandler
SerializableConsumer<String> errorHandler
-
invocation
UIInternals.JavaScriptInvocation invocation
-
owner
StateNode owner
-
sentToBrowser
boolean sentToBrowser
-
successHandler
SerializableConsumer<elemental.json.JsonValue> successHandler
-
-
-
Class com.vaadin.flow.component.internal.UIInternals extends Object implements Serializable
-
Serialized Fields
-
activeDragSourceComponent
Component activeDragSourceComponent
-
appId
String appId
-
appShellTitle
String appShellTitle
-
constantPool
ConstantPool constantPool
-
contextRootRelativePath
String contextRootRelativePath
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
dependencyList
DependencyList dependencyList
-
extendedClientDetails
ExtendedClientDetails extendedClientDetails
-
internalsHandler
UIInternalUpdater internalsHandler
-
isFallbackChunkLoaded
boolean isFallbackChunkLoaded
-
lastHandledNavigation
Location lastHandledNavigation
-
lastHeartbeatTimestamp
long lastHeartbeatTimestamp
Timestamp for keeping track of the last heartbeat of the related UI. Updated to the current time whenever the application receives a heartbeat or UIDL request from the client for the related UI.
-
lastProcessedClientToServerId
int lastProcessedClientToServerId
Tracks which message from the client should come next. First message from the client has id 0.
-
lastProcessedMessageHash
byte[] lastProcessedMessageHash
-
listeners
HashMap<Class<?>,List<?>> listeners
-
modalComponentStack
ArrayDeque<Component> modalComponentStack
-
pendingJsInvocations
List<PendingJavaScriptInvocation> pendingJsInvocations
-
pendingTitleUpdateCanceler
PendingJavaScriptInvocation pendingTitleUpdateCanceler
-
pushConnection
PushConnection pushConnection
-
routerTargetChain
ArrayList<HasElement> routerTargetChain
-
serverSyncId
int serverSyncId
-
session
VaadinSession session
The Vaadin session to which the related UI belongs.
-
stateTree
StateTree stateTree
-
title
String title
-
ui
UI ui
The related UI.
-
viewLocation
Location viewLocation
-
-
-
Class com.vaadin.flow.component.internal.UIInternals.JavaScriptInvocation extends Object implements Serializable
-
Serialized Fields
-
expression
String expression
-
parameters
List<Serializable> parameters
-
-
-
-
Package com.vaadin.flow.component.ironlist
-
Class com.vaadin.flow.component.ironlist.IronList extends Component implements Serializable
-
Serialized Fields
-
arrayUpdater
ArrayUpdater arrayUpdater
Deprecated. -
dataCommunicator
DataCommunicator<T> dataCommunicator
Deprecated. -
dataGenerator
CompositeDataGenerator<T> dataGenerator
Deprecated. -
dataGeneratorRegistration
Registration dataGeneratorRegistration
Deprecated. -
originalTemplate
String originalTemplate
Deprecated. -
renderer
Renderer<T> renderer
Deprecated. -
rendererChanged
boolean rendererChanged
Deprecated. -
template
Element template
Deprecated. -
templateUpdateRegistered
boolean templateUpdateRegistered
Deprecated.
-
-
-
-
Package com.vaadin.flow.component.ironlist.paging
-
Class com.vaadin.flow.component.ironlist.paging.PagelessDataCommunicator extends DataCommunicator<T> implements Serializable
-
-
Package com.vaadin.flow.component.listbox
-
Class com.vaadin.flow.component.listbox.ListBox extends ListBoxBase<ListBox<T>,T,T> implements Serializable
-
Class com.vaadin.flow.component.listbox.ListBoxBase extends AbstractSinglePropertyField<C extends ListBoxBase<C,ITEM,VALUE>,VALUE> implements Serializable
-
Serialized Fields
-
dataProvider
AtomicReference<DataProvider<ITEM,?>> dataProvider
-
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
itemEnabledProvider
SerializablePredicate<ITEM> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<ITEM> itemLabelGenerator
-
itemRenderer
ComponentRenderer<? extends Component,ITEM> itemRenderer
-
items
List<ITEM> items
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
sizeRequest
SerializableConsumer<UI> sizeRequest
-
-
-
Class com.vaadin.flow.component.listbox.MultiSelectListBox extends ListBoxBase<MultiSelectListBox<T>,T,Set<T>> implements Serializable
-
-
Package com.vaadin.flow.component.listbox.dataview
-
Class com.vaadin.flow.component.listbox.dataview.ListBoxDataView extends AbstractDataView<T> implements Serializable
-
Class com.vaadin.flow.component.listbox.dataview.ListBoxListDataView extends AbstractListDataView<T> implements Serializable
-
-
Package com.vaadin.flow.component.littemplate
-
Class com.vaadin.flow.component.littemplate.IllegalAttributeException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.component.littemplate.LitTemplate extends Component implements Serializable
-
-
Package com.vaadin.flow.component.login
-
Class com.vaadin.flow.component.login.AbstractLogin extends Component implements Serializable
-
Class com.vaadin.flow.component.login.AbstractLogin.ForgotPasswordEvent extends ComponentEvent<AbstractLogin> implements Serializable
-
Class com.vaadin.flow.component.login.AbstractLogin.LoginEvent extends ComponentEvent<AbstractLogin> implements Serializable
-
Class com.vaadin.flow.component.login.LoginForm extends AbstractLogin implements Serializable
-
Class com.vaadin.flow.component.login.LoginI18n extends Object implements Serializable
-
Serialized Fields
-
additionalInformation
String additionalInformation
-
errorMessage
LoginI18n.ErrorMessage errorMessage
-
form
LoginI18n.Form form
-
header
LoginI18n.Header header
-
-
-
Class com.vaadin.flow.component.login.LoginI18n.ErrorMessage extends Object implements Serializable
-
Class com.vaadin.flow.component.login.LoginI18n.Form extends Object implements Serializable
-
Class com.vaadin.flow.component.login.LoginI18n.Header extends Object implements Serializable
-
Class com.vaadin.flow.component.login.LoginOverlay extends AbstractLogin implements Serializable
-
Serialized Fields
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
title
Component title
-
-
-
-
Package com.vaadin.flow.component.map
-
Class com.vaadin.flow.component.map.Assets.Asset extends Object implements Serializable
-
Serialized Fields
-
fileName
String fileName
-
resource
StreamResource resource
-
-
-
Class com.vaadin.flow.component.map.Assets.ImageAsset extends Assets.Asset implements Serializable
-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.map.ExperimentalFeatureException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.component.map.Map extends MapBase implements Serializable
-
Serialized Fields
-
backgroundLayer
Layer backgroundLayer
-
featureLayer
FeatureLayer featureLayer
-
-
-
Class com.vaadin.flow.component.map.MapBase extends Component implements Serializable
-
Serialized Fields
-
configuration
Configuration configuration
-
pendingConfigurationSync
StateTree.ExecutionRegistration pendingConfigurationSync
-
serializer
MapSerializer serializer
-
-
-
-
Package com.vaadin.flow.component.map.configuration
-
Class com.vaadin.flow.component.map.configuration.AbstractConfigurationObject extends Object implements Serializable
-
Serialized Fields
-
children
Set<AbstractConfigurationObject> children
-
dirty
boolean dirty
-
id
String id
-
propertyChangeSupport
PropertyChangeSupport propertyChangeSupport
-
-
-
Class com.vaadin.flow.component.map.configuration.Configuration extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.map.configuration.Coordinate extends Object implements Serializable
-
Serialized Fields
-
x
double x
-
y
double y
-
-
-
Class com.vaadin.flow.component.map.configuration.Extent extends Object implements Serializable
-
Serialized Fields
-
maxX
double maxX
-
maxY
double maxY
-
minX
double minX
-
minY
double minY
-
-
-
Class com.vaadin.flow.component.map.configuration.Feature extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
geometry
SimpleGeometry geometry
-
style
Style style
-
-
-
Class com.vaadin.flow.component.map.configuration.View extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
center
Coordinate center
-
extent
Extent extent
-
projection
String projection
-
rotation
float rotation
-
zoom
float zoom
-
-
-
-
Package com.vaadin.flow.component.map.configuration.feature
-
Class com.vaadin.flow.component.map.configuration.feature.MarkerFeature extends PointBasedFeature implements Serializable
-
Class com.vaadin.flow.component.map.configuration.feature.PointBasedFeature extends Feature implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.geometry
-
Class com.vaadin.flow.component.map.configuration.geometry.Point extends SimpleGeometry implements Serializable
-
Serialized Fields
-
coordinates
Coordinate coordinates
-
-
-
Class com.vaadin.flow.component.map.configuration.geometry.SimpleGeometry extends AbstractConfigurationObject implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.layer
-
Class com.vaadin.flow.component.map.configuration.layer.FeatureLayer extends VectorLayer implements Serializable
-
Class com.vaadin.flow.component.map.configuration.layer.ImageLayer extends Layer implements Serializable
-
Serialized Fields
-
source
ImageSource source
-
-
-
Class com.vaadin.flow.component.map.configuration.layer.Layer extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.map.configuration.layer.TileLayer extends Layer implements Serializable
-
Serialized Fields
-
source
TileSource source
-
-
-
Class com.vaadin.flow.component.map.configuration.layer.VectorLayer extends Layer implements Serializable
-
Serialized Fields
-
source
Source source
-
-
-
-
Package com.vaadin.flow.component.map.configuration.source
-
Class com.vaadin.flow.component.map.configuration.source.ImageSource extends Source implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.ImageWMSSource extends ImageSource implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.OSMSource extends XYZSource implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.Source extends AbstractConfigurationObject implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.TileImageSource extends UrlTileSource implements Serializable
-
Serialized Fields
-
crossOrigin
String crossOrigin
-
-
-
Class com.vaadin.flow.component.map.configuration.source.TileSource extends Source implements Serializable
-
Serialized Fields
-
opaque
boolean opaque
-
-
-
Class com.vaadin.flow.component.map.configuration.source.TileWMSSource extends TileImageSource implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.UrlTileSource extends TileSource implements Serializable
-
Serialized Fields
-
url
String url
-
-
-
Class com.vaadin.flow.component.map.configuration.source.VectorSource extends Source implements Serializable
-
Class com.vaadin.flow.component.map.configuration.source.XYZSource extends TileImageSource implements Serializable
-
-
Package com.vaadin.flow.component.map.configuration.style
-
Class com.vaadin.flow.component.map.configuration.style.Fill extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
color
String color
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon extends ImageStyle implements Serializable
-
Serialized Fields
-
anchor
Icon.Anchor anchor
-
anchorOrigin
Icon.AnchorOrigin anchorOrigin
-
color
String color
-
crossOrigin
String crossOrigin
-
img
StreamResource img
-
imgSize
Icon.ImageSize imgSize
-
src
String src
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon.Anchor extends Object implements Serializable
-
Serialized Fields
-
x
float x
-
y
float y
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Icon.ImageSize extends Object implements Serializable
-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.map.configuration.style.ImageStyle extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
opacity
float opacity
-
rotateWithView
boolean rotateWithView
-
rotation
float rotation
-
scale
float scale
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Stroke extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
color
String color
-
width
float width
-
-
-
Class com.vaadin.flow.component.map.configuration.style.Style extends AbstractConfigurationObject implements Serializable
-
Serialized Fields
-
fill
Fill fill
-
image
ImageStyle image
-
stroke
Stroke stroke
-
-
-
-
Package com.vaadin.flow.component.map.events
-
Class com.vaadin.flow.component.map.events.FeatureEventDetails extends Object implements Serializable
-
Serialized Fields
-
feature
Feature feature
-
layer
VectorLayer layer
-
source
VectorSource source
-
-
-
Class com.vaadin.flow.component.map.events.MapClickEvent extends ComponentEvent<MapBase> implements Serializable
-
Serialized Fields
-
coordinate
Coordinate coordinate
-
details
MouseEventDetails details
-
features
List<FeatureEventDetails> features
-
-
-
Class com.vaadin.flow.component.map.events.MapFeatureClickEvent extends ComponentEvent<Map> implements Serializable
-
Serialized Fields
-
details
MouseEventDetails details
-
feature
Feature feature
-
layer
VectorLayer layer
-
vectorSource
VectorSource vectorSource
-
-
-
Class com.vaadin.flow.component.map.events.MapViewMoveEndEvent extends ComponentEvent<MapBase> implements Serializable
-
Serialized Fields
-
center
Coordinate center
-
extent
Extent extent
-
rotation
float rotation
-
zoom
float zoom
-
-
-
Class com.vaadin.flow.component.map.events.MouseEventDetails extends Object implements Serializable
-
Serialized Fields
-
absoluteX
int absoluteX
-
absoluteY
int absoluteY
-
altKey
boolean altKey
-
button
MouseEventDetails.MouseButton button
-
ctrlKey
boolean ctrlKey
-
metaKey
boolean metaKey
-
shiftKey
boolean shiftKey
-
-
-
-
Package com.vaadin.flow.component.map.serialization
-
Class com.vaadin.flow.component.map.serialization.MapSerializer extends Object implements Serializable
-
Serialized Fields
-
writer
com.fasterxml.jackson.databind.ObjectWriter writer
-
-
-
-
Package com.vaadin.flow.component.menubar
-
Class com.vaadin.flow.component.menubar.MenuBar extends Component implements Serializable
-
Serialized Fields
-
i18n
MenuBar.MenuBarI18n i18n
-
menuItemsArrayGenerator
MenuItemsArrayGenerator<MenuItem> menuItemsArrayGenerator
-
menuManager
MenuManager<MenuBar,MenuItem,SubMenu> menuManager
-
updateScheduled
boolean updateScheduled
-
-
-
Class com.vaadin.flow.component.menubar.MenuBar.MenuBarI18n extends Object implements Serializable
-
Serialized Fields
-
moreOptions
String moreOptions
-
-
-
-
Package com.vaadin.flow.component.messages
-
Class com.vaadin.flow.component.messages.MessageInput extends Component implements Serializable
-
Serialized Fields
-
i18n
MessageInputI18n i18n
-
-
-
Class com.vaadin.flow.component.messages.MessageInput.SubmitEvent extends ComponentEvent<MessageInput> implements Serializable
-
Serialized Fields
-
value
String value
-
-
-
Class com.vaadin.flow.component.messages.MessageInputI18n extends Object implements Serializable
-
Class com.vaadin.flow.component.messages.MessageList extends Component implements Serializable
-
Serialized Fields
-
items
List<MessageListItem> items
-
pendingUpdate
boolean pendingUpdate
-
-
-
Class com.vaadin.flow.component.messages.MessageListItem extends Object implements Serializable
-
Serialized Fields
-
host
MessageList host
-
imageResource
AbstractStreamResource imageResource
-
pendingHandle
Command pendingHandle
-
pendingRegistration
Registration pendingRegistration
-
resourceRegistration
StreamRegistration resourceRegistration
-
text
String text
-
themeNames
Set<String> themeNames
-
time
Instant time
-
userAbbreviation
String userAbbreviation
-
userColorIndex
Integer userColorIndex
-
userImage
String userImage
-
userName
String userName
-
-
-
-
Package com.vaadin.flow.component.notification
-
Class com.vaadin.flow.component.notification.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
-
autoAddedToTheUi
boolean autoAddedToTheUi
-
container
Element container
-
deferredJob
SerializableConsumer<UI> deferredJob
-
templateElement
Element templateElement
-
-
-
-
Package com.vaadin.flow.component.orderedlayout
-
Class com.vaadin.flow.component.orderedlayout.FlexLayout extends Component implements Serializable
-
Class com.vaadin.flow.component.orderedlayout.HorizontalLayout extends Component implements Serializable
-
Class com.vaadin.flow.component.orderedlayout.Scroller extends Component implements Serializable
-
Serialized Fields
-
content
Component content
-
-
-
Class com.vaadin.flow.component.orderedlayout.VerticalLayout extends Component implements Serializable
-
-
Package com.vaadin.flow.component.page
-
Class com.vaadin.flow.component.page.BrowserWindowResizeEvent extends EventObject implements Serializable
-
Serialized Fields
-
height
int height
-
width
int width
-
-
-
Class com.vaadin.flow.component.page.ExtendedClientDetails extends Object implements Serializable
-
Serialized Fields
-
bodyClientHeight
int bodyClientHeight
-
bodyClientWidth
int bodyClientWidth
-
clientServerTimeDelta
long clientServerTimeDelta
-
devicePixelRatio
double devicePixelRatio
-
dstInEffect
boolean dstInEffect
-
dstSavings
int dstSavings
-
navigatorPlatform
String navigatorPlatform
-
rawTimezoneOffset
int rawTimezoneOffset
-
screenHeight
int screenHeight
-
screenWidth
int screenWidth
-
timeZoneId
String timeZoneId
-
timezoneOffset
int timezoneOffset
-
touchDevice
boolean touchDevice
-
windowInnerHeight
int windowInnerHeight
-
windowInnerWidth
int windowInnerWidth
-
windowName
String windowName
-
-
-
Class com.vaadin.flow.component.page.History extends Object implements Serializable
-
Serialized Fields
-
historyStateChangeHandler
History.HistoryStateChangeHandler historyStateChangeHandler
-
ui
UI ui
-
-
-
Class com.vaadin.flow.component.page.History.HistoryStateChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
location
Location location
-
trigger
NavigationTrigger trigger
-
-
-
Class com.vaadin.flow.component.page.Page extends Object implements Serializable
-
Class com.vaadin.flow.component.page.PendingJavaScriptResult.JavaScriptException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.component.polymertemplate
-
Class com.vaadin.flow.component.polymertemplate.AbstractTemplate extends Component implements Serializable
-
Serialized Fields
-
stateNode
StateNode stateNode
Deprecated.
-
-
-
Class com.vaadin.flow.component.polymertemplate.IdMapper extends IdMapper implements Serializable
-
Class com.vaadin.flow.component.polymertemplate.PolymerTemplate extends AbstractTemplate<M extends TemplateModel> implements Serializable
-
-
Package com.vaadin.flow.component.polymertemplate.rpc
-
Class com.vaadin.flow.component.polymertemplate.rpc.PolymerPublishedEventRpcHandler extends Object implements Serializable
-
-
Package com.vaadin.flow.component.progressbar
-
Class com.vaadin.flow.component.progressbar.GeneratedVaadinProgressBar extends Component implements Serializable
-
Class com.vaadin.flow.component.progressbar.ProgressBar extends GeneratedVaadinProgressBar<ProgressBar> implements Serializable
-
-
Package com.vaadin.flow.component.radiobutton
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton extends Component implements Serializable
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioButton.CheckedChangeEvent extends ComponentEvent<R extends GeneratedVaadinRadioButton<R>> implements Serializable
-
Serialized Fields
-
checked
boolean checked
-
-
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup extends AbstractSinglePropertyField<R extends GeneratedVaadinRadioGroup<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.radiobutton.GeneratedVaadinRadioGroup.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinRadioGroup<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.radiobutton.RadioButtonGroup extends GeneratedVaadinRadioGroup<RadioButtonGroup<T>,T> implements Serializable
-
Serialized Fields
-
dataProvider
AtomicReference<DataProvider<T,?>> dataProvider
-
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
itemRenderer
ComponentRenderer<? extends Component,T> itemRenderer
-
keyMapper
KeyMapper<T> keyMapper
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
sizeRequest
SerializableConsumer<UI> sizeRequest
-
validationListener
PropertyChangeListener validationListener
-
validationRegistration
Registration validationRegistration
-
-
-
-
Package com.vaadin.flow.component.radiobutton.dataview
-
Class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
Class com.vaadin.flow.component.radiobutton.dataview.RadioButtonGroupListDataView extends AbstractListDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
-
Package com.vaadin.flow.component.richtexteditor
-
Class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor extends AbstractSinglePropertyField<R extends GeneratedVaadinRichTextEditor<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.richtexteditor.GeneratedVaadinRichTextEditor.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinRichTextEditor<R,?>> implements Serializable
-
Class com.vaadin.flow.component.richtexteditor.RichTextEditor extends GeneratedVaadinRichTextEditor<RichTextEditor,String> implements Serializable
-
Serialized Fields
-
asHtml
com.vaadin.flow.component.richtexteditor.RichTextEditor.AsHtml asHtml
-
currentMode
ValueChangeMode currentMode
-
htmlSetRequest
com.vaadin.flow.component.richtexteditor.RichTextEditor.HtmlSetRequest htmlSetRequest
-
i18n
RichTextEditor.RichTextEditorI18n i18n
-
-
-
Class com.vaadin.flow.component.richtexteditor.RichTextEditor.RichTextEditorI18n extends Object implements Serializable
-
Serialized Fields
-
alignCenter
String alignCenter
-
alignLeft
String alignLeft
-
alignRight
String alignRight
-
blockquote
String blockquote
-
bold
String bold
-
clean
String clean
-
codeBlock
String codeBlock
-
h1
String h1
-
h2
String h2
-
h3
String h3
-
image
String image
-
italic
String italic
-
link
String link
-
listBullet
String listBullet
-
listOrdered
String listOrdered
-
redo
String redo
-
strike
String strike
-
subscript
String subscript
-
superscript
String superscript
-
underline
String underline
-
undo
String undo
-
-
-
-
Package com.vaadin.flow.component.select
-
Class com.vaadin.flow.component.select.Select extends GeneratedVaadinSelect<Select<T>,T> implements Serializable
-
Serialized Fields
-
dataProvider
AtomicReference<DataProvider<T,?>> dataProvider
-
dataProviderListenerRegistration
Registration dataProviderListenerRegistration
-
emptySelectionAllowed
boolean emptySelectionAllowed
-
emptySelectionCaption
String emptySelectionCaption
-
emptySelectionItem
com.vaadin.flow.component.select.VaadinItem<T> emptySelectionItem
-
itemEnabledProvider
SerializablePredicate<T> itemEnabledProvider
-
itemLabelGenerator
ItemLabelGenerator<T> itemLabelGenerator
-
itemRenderer
ComponentRenderer<? extends Component,T> itemRenderer
-
keyMapper
KeyMapper<T> keyMapper
-
lastFetchedDataSize
int lastFetchedDataSize
-
lastNotifiedDataSize
int lastNotifiedDataSize
-
listBox
com.vaadin.flow.component.select.Select.InternalListBox listBox
-
resetPending
boolean resetPending
-
sizeRequest
SerializableConsumer<UI> sizeRequest
-
validationListener
PropertyChangeListener validationListener
-
validationRegistration
Registration validationRegistration
-
-
-
-
Package com.vaadin.flow.component.select.data
-
Class com.vaadin.flow.component.select.data.SelectDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
Class com.vaadin.flow.component.select.data.SelectListDataView extends AbstractListDataView<T> implements Serializable
-
Serialized Fields
-
identifierChangedCallback
SerializableConsumer<IdentifierProvider<T>> identifierChangedCallback
-
-
-
-
Package com.vaadin.flow.component.select.generated
-
Class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect extends AbstractSinglePropertyField<R extends GeneratedVaadinSelect<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinSelect<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.select.generated.GeneratedVaadinSelect.OpenedChangeEvent extends ComponentEvent<R extends GeneratedVaadinSelect<R,?>> implements Serializable
-
Serialized Fields
-
opened
boolean opened
-
-
-
-
Package com.vaadin.flow.component.shared
-
Package com.vaadin.flow.component.splitlayout
-
Class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout extends Component implements Serializable
-
Class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.IronResizeEvent extends ComponentEvent<R extends GeneratedVaadinSplitLayout<R>> implements Serializable
-
Class com.vaadin.flow.component.splitlayout.GeneratedVaadinSplitLayout.SplitterDragendEvent extends ComponentEvent<R extends GeneratedVaadinSplitLayout<R>> implements Serializable
-
Class com.vaadin.flow.component.splitlayout.SplitLayout extends GeneratedVaadinSplitLayout<SplitLayout> implements Serializable
-
Serialized Fields
-
primaryComponent
Component primaryComponent
-
secondaryComponent
Component secondaryComponent
-
splitterPosition
Double splitterPosition
-
updateStylesRegistration
StateTree.ExecutionRegistration updateStylesRegistration
-
-
-
-
Package com.vaadin.flow.component.spreadsheet
-
Class com.vaadin.flow.component.spreadsheet.CellSelectionManager extends Object implements Serializable
-
Serialized Fields
-
cellRangeAddresses
ArrayList<org.apache.poi.ss.util.CellRangeAddress> cellRangeAddresses
-
individualSelectedCells
ArrayList<org.apache.poi.ss.util.CellReference> individualSelectedCells
-
latestSelectionEvent
Spreadsheet.SelectionChangeEvent latestSelectionEvent
-
namedRangeUtils
com.vaadin.flow.component.spreadsheet.NamedRangeUtils namedRangeUtils
-
paintedCellRange
org.apache.poi.ss.util.CellRangeAddress paintedCellRange
-
selectedCellReference
org.apache.poi.ss.util.CellReference selectedCellReference
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.CellSelectionShifter extends Object implements Serializable
-
Serialized Fields
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.CellValueFormatter extends Object implements Serializable
-
Serialized Fields
-
localeDecimalSymbols
DecimalFormatSymbols localeDecimalSymbols
-
-
-
Class com.vaadin.flow.component.spreadsheet.CellValueManager extends Object implements Serializable
-
Serialized Fields
-
cellStyleWidthRatioMap
HashMap<Integer,Float> cellStyleWidthRatioMap
-
cellValueFormatter
CellValueFormatter cellValueFormatter
-
changedFormulaCells
HashSet<org.apache.poi.ss.util.CellReference> changedFormulaCells
-
customCellDeletionHandler
Spreadsheet.CellDeletionHandler customCellDeletionHandler
-
customCellValueHandler
Spreadsheet.CellValueHandler customCellValueHandler
-
formatter
org.apache.poi.ss.usermodel.DataFormatter formatter
-
formulaFormatter
FormulaFormatter formulaFormatter
-
hyperlinkStyleIndex
short hyperlinkStyleIndex
-
localeDecimalSymbols
DecimalFormatSymbols localeDecimalSymbols
-
markedCells
HashSet<String> markedCells
-
originalValueDecimalFormat
DecimalFormat originalValueDecimalFormat
-
removedCells
HashSet<CellData> removedCells
-
sentCells
HashSet<String> sentCells
Cell keys that have values sent to client side and are cached there.
-
sentFormulaCells
HashSet<String> sentFormulaCells
Formula cell keys that have values sent to client side and are cached there.
-
spreadsheet
Spreadsheet spreadsheet
The Spreadsheet this class is tied to.
-
topLeftCellsLoaded
boolean topLeftCellsLoaded
-
-
-
Class com.vaadin.flow.component.spreadsheet.ColorConverterUtil extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.ConditionalFormatter extends Object implements Serializable
-
Serialized Fields
-
cellToIndex
Map<String,Set<Integer>> cellToIndex
Cache of styles for each cell. One cell may have several styles.
-
colorConverter
ColorConverter colorConverter
-
leftBorders
Map<org.apache.poi.ss.usermodel.ConditionalFormatting,Integer> leftBorders
-
spreadsheet
Spreadsheet spreadsheet
-
topBorders
Map<org.apache.poi.ss.usermodel.ConditionalFormatting,Integer> topBorders
-
-
-
Class com.vaadin.flow.component.spreadsheet.ContextMenuManager extends Object implements Serializable
-
Serialized Fields
-
actionHandlers
LinkedList<Action.Handler> actionHandlers
-
actionMapper
KeyMapper<Action> actionMapper
-
contextMenuHeaderIndex
int contextMenuHeaderIndex
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.DefaultHyperlinkCellClickHandler extends Object implements Serializable
-
Serialized Fields
-
openStyle
DefaultHyperlinkCellClickHandler.HyperlinkOpenStyle openStyle
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.FormulaFormatter extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.FormulaFormatter.NumberToken extends com.vaadin.flow.component.spreadsheet.FormulaFormatter.FormulaToken implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.FormulaFormatter.SeparatorToken extends com.vaadin.flow.component.spreadsheet.FormulaFormatter.FormulaToken implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.HSSFColorConverter extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.ItemFilter extends Div implements Serializable
-
Serialized Fields
-
allCellValues
ArrayList<String> allCellValues
-
allItems
Checkbox allItems
-
cancelValueChangeUpdate
boolean cancelValueChangeUpdate
-
filterCheckbox
CheckboxGroup<String> filterCheckbox
-
filteredRows
Set<Integer> filteredRows
-
filterOptions
List<String> filterOptions
-
filterOptionsProvider
DataProvider<String,?> filterOptionsProvider
-
filterRange
org.apache.poi.ss.util.CellRangeAddress filterRange
-
filterTable
SpreadsheetFilterTable filterTable
-
firstUpdate
boolean firstUpdate
-
latestFilteredValues
Collection<String> latestFilteredValues
-
layout
VerticalLayout layout
-
popupButton
PopupButton popupButton
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.PopupButton extends Component implements Serializable
-
Serialized Fields
-
child
Component child
-
popupVisible
boolean popupVisible
-
rpc
PopupButtonServerRpc rpc
-
state
PopupButtonState state
-
-
-
Class com.vaadin.flow.component.spreadsheet.PopupButton.PopupCloseEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.PopupButton.PopupOpenEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.SheetChartWrapper extends SheetOverlayWrapper implements Serializable
-
Serialized Fields
-
chartXml
org.apache.poi.xssf.usermodel.XSSFChart chartXml
-
connectorId
String connectorId
-
spreadsheet
Spreadsheet spreadsheet
-
wrapper
com.vaadin.flow.component.spreadsheet.MinimizableComponentContainer wrapper
-
-
-
Class com.vaadin.flow.component.spreadsheet.SheetImageWrapper extends SheetOverlayWrapper implements Serializable
-
Serialized Fields
-
data
byte[] data
-
MIMEType
String MIMEType
-
resource
StreamResource resource
-
-
-
Class com.vaadin.flow.component.spreadsheet.SheetOverlayWrapper extends Object implements Serializable
-
Serialized Fields
-
anchor
org.apache.poi.ss.usermodel.ClientAnchor anchor
-
id
String id
-
visible
boolean visible
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet extends Component implements Serializable
-
Serialized Fields
-
attachedPopupButtons
HashSet<PopupButton> attachedPopupButtons
-
autofittedColumnWidths
Map<org.apache.poi.ss.util.CellReference,Integer> autofittedColumnWidths
Map of autofitted column widths in points
-
caption
String caption
-
captionAsHtml
boolean captionAsHtml
-
cellCommentAuthors
HashMap<String,String> cellCommentAuthors
-
cellComments
HashMap<String,String> cellComments
-
cellKeysToEditorIdMap
HashMap<String,String> cellKeysToEditorIdMap
-
cellShifter
CellSelectionShifter cellShifter
-
cellStyleToCSSStyle
HashMap<Integer,String> cellStyleToCSSStyle
-
chartsEnabled
boolean chartsEnabled
Spreadsheet Flow does not support charts yet
-
clientRpc
SpreadsheetClientRpc clientRpc
-
colGroupingData
List<GroupingData> colGroupingData
-
colGroupingInversed
boolean colGroupingInversed
-
colGroupingMax
int colGroupingMax
-
cols
int cols
-
columnBufferSize
int columnBufferSize
-
columnIndexToStyleIndex
HashMap<Integer,Integer> columnIndexToStyleIndex
-
colW
int[] colW
-
commentAuthorProvider
Spreadsheet.CommentAuthorProvider commentAuthorProvider
-
componentIDtoCellKeysMap
HashMap<String,String> componentIDtoCellKeysMap
-
conditionalFormatter
ConditionalFormatter conditionalFormatter
-
conditionalFormattingEvaluator
org.apache.poi.ss.formula.ConditionalFormattingEvaluator conditionalFormattingEvaluator
A common conditional formatting formula evaluator for this Spreadsheet needed for proper value string conversions
-
conditionalFormattingStyles
HashMap<Integer,String> conditionalFormattingStyles
All conditional formatting styles for this sheet.
-
contextMenuManager
ContextMenuManager contextMenuManager
-
customComponentFactory
SpreadsheetComponentFactory customComponentFactory
-
customComponents
Set<Component> customComponents
-
defaultActionHandler
SpreadsheetDefaultActionHandler defaultActionHandler
-
defaultNewSheetColumns
int defaultNewSheetColumns
-
defaultNewSheetRows
int defaultNewSheetRows
-
defaultPercentageFormat
String defaultPercentageFormat
-
defColW
int defColW
-
defRowH
float defRowH
-
description
String description
-
descriptionContentMode
ContentMode descriptionContentMode
-
displayGridlines
boolean displayGridlines
-
displayRowColHeadings
boolean displayRowColHeadings
-
enabled
boolean enabled
-
errorLevel
ErrorLevel errorLevel
Level of error.
Since:
8.2
-
errorMessage
String errorMessage
HTML formatted error message for the component.
-
firstColumn
int firstColumn
The first visible column in the scroll area
-
firstRow
int firstRow
The first visible row in the scroll area
-
formulaEvaluator
org.apache.poi.ss.usermodel.FormulaEvaluator formulaEvaluator
A common formula evaluator for this Spreadsheet
-
hasActions
boolean hasActions
-
height
String height
-
hiddenColumnIndexes
ArrayList<Integer> hiddenColumnIndexes
1-based
-
hiddenRowIndexes
ArrayList<Integer> hiddenRowIndexes
1-based
-
historyManager
SpreadsheetHistoryManager historyManager
-
horizontalScrollPositions
int[] horizontalScrollPositions
-
horizontalSplitPosition
int horizontalSplitPosition
-
hyperlinkCellClickHandler
Spreadsheet.HyperlinkCellClickHandler hyperlinkCellClickHandler
-
hyperlinksTooltips
HashMap<String,String> hyperlinksTooltips
-
id
String id
-
infoLabelValue
String infoLabelValue
-
initialSheetSelection
String initialSheetSelection
-
invalidFormulaCells
Set<String> invalidFormulaCells
-
invalidFormulaErrorMessage
String invalidFormulaErrorMessage
-
invalidFormulas
Map<Integer,HashSet<String>> invalidFormulas
-
lastColumn
int lastColumn
The last visible column in the scroll area
-
lastRow
int lastRow
The last visible row in the scroll area
-
locale
Locale locale
-
lockedColumnIndexes
Set<Integer> lockedColumnIndexes
-
lockedRowIndexes
Set<Integer> lockedRowIndexes
-
lockFormatColumns
boolean lockFormatColumns
-
lockFormatRows
boolean lockFormatRows
-
mergedRegionContainer
MergedRegionUtil.MergedRegionContainer mergedRegionContainer
Container for merged regions for the currently active sheet.
-
mergedRegionCounter
int mergedRegionCounter
-
mergedRegions
ArrayList<MergedRegion> mergedRegions
-
minimumRowHeightForComponents
int minimumRowHeightForComponents
Minimum row height for rows containing components (in points).
-
namedRanges
List<String> namedRanges
-
overlayComponents
Set<Component> overlayComponents
-
overlays
HashMap<String,OverlayInfo> overlays
-
primaryStyleName
String primaryStyleName
-
registeredEventListeners
Set<String> registeredEventListeners
A set of event identifiers with registered listeners.
-
reload
boolean reload
should the sheet be reloaded on client side
-
reloadCellDataOnNextScroll
boolean reloadCellDataOnNextScroll
This is used for making sure the cells are sent to client side in when the next cell data request comes. This is triggered when the client side connector init() method is run.
-
reloadImageSizesFromPOI
boolean reloadImageSizesFromPOI
image sizes need to be recalculated on column/row resizing
-
resources
Map<String,String> resources
-
rowBufferSize
int rowBufferSize
-
rowGroupingData
List<GroupingData> rowGroupingData
-
rowGroupingInversed
boolean rowGroupingInversed
-
rowGroupingMax
int rowGroupingMax
-
rowH
float[] rowH
-
rowIndexToStyleIndex
HashMap<Integer,Integer> rowIndexToStyleIndex
-
rows
int rows
-
rowsWithComponents
Set<Integer> rowsWithComponents
-
selectionManager
CellSelectionManager selectionManager
-
sheetIndex
int sheetIndex
1-based
-
sheetNames
String[] sheetNames
-
sheetOverlays
HashSet<SheetOverlayWrapper> sheetOverlays
Set of images contained in the currently active sheet.
-
sheetPopupButtons
Map<org.apache.poi.ss.util.CellReference,PopupButton> sheetPopupButtons
-
sheetProtected
boolean sheetProtected
-
sheetState
com.vaadin.flow.component.spreadsheet.SheetState sheetState
-
shiftedCellBorderStyles
ArrayList<String> shiftedCellBorderStyles
-
spreadsheetHandler
SpreadsheetHandlerImpl spreadsheetHandler
-
styler
SpreadsheetStyleFactory styler
-
styles
List<String> styles
-
tabIndex
int tabIndex
-
tables
HashSet<SpreadsheetTable> tables
-
tablesLoaded
boolean tablesLoaded
are tables for currently active sheet loaded
-
topLeftCellCommentsLoaded
boolean topLeftCellCommentsLoaded
-
valueManager
CellValueManager valueManager
caches data, so it needs to be stable for the life of a given workbook
-
verticalScrollPositions
int[] verticalScrollPositions
-
verticalSplitPosition
int verticalSplitPosition
-
visibleCellComments
ArrayList<String> visibleCellComments
-
width
String width
-
workbook
org.apache.poi.ss.usermodel.Workbook workbook
-
workbookChangeToggle
boolean workbookChangeToggle
-
workbookProtected
boolean workbookProtected
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.CellValueChangeEvent extends Spreadsheet.ValueChangeEvent implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.FormulaValueChangeEvent extends Spreadsheet.ValueChangeEvent implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.ProtectedEditEvent extends ComponentEvent<Component> implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.RowHeaderDoubleClickEvent extends ComponentEvent<Component> implements Serializable
-
Serialized Fields
-
rowIndex
int rowIndex
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.SelectionChangeEvent extends ComponentEvent<Component> implements Serializable
-
Serialized Fields
-
cellRangeAddresses
List<org.apache.poi.ss.util.CellRangeAddress> cellRangeAddresses
-
individualSelectedCells
List<org.apache.poi.ss.util.CellReference> individualSelectedCells
-
selectedCellMergedRegion
org.apache.poi.ss.util.CellRangeAddress selectedCellMergedRegion
-
selectedCellReference
org.apache.poi.ss.util.CellReference selectedCellReference
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.SheetChangeEvent extends ComponentEvent<Component> implements Serializable
-
Serialized Fields
-
newSheet
org.apache.poi.ss.usermodel.Sheet newSheet
-
newSheetPOIIndex
int newSheetPOIIndex
-
newSheetVisibleIndex
int newSheetVisibleIndex
-
previousSheet
org.apache.poi.ss.usermodel.Sheet previousSheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.SpreadsheetEvent extends ComponentEvent<Spreadsheet> implements Serializable
-
Serialized Fields
-
data
elemental.json.JsonValue data
-
type
String type
-
-
-
Class com.vaadin.flow.component.spreadsheet.Spreadsheet.ValueChangeEvent extends ComponentEvent<Component> implements Serializable
-
Serialized Fields
-
changedCells
Set<org.apache.poi.ss.util.CellReference> changedCells
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetEventListener extends Object implements Serializable
-
Serialized Fields
-
handler
SpreadsheetHandlerImpl handler
-
LOGGER
org.slf4j.Logger LOGGER
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetFactory extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetFilterTable extends SpreadsheetTable implements Serializable
-
Serialized Fields
-
filteringRegion
org.apache.poi.ss.util.CellRangeAddress filteringRegion
-
popupButtonToClearButtonMap
Map<PopupButton,Button> popupButtonToClearButtonMap
-
popupButtonToFiltersMap
Map<PopupButton,HashSet<SpreadsheetFilter>> popupButtonToFiltersMap
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetHistoryManager extends Object implements Serializable
-
Serialized Fields
-
commands
LinkedList<Command> commands
All executed command in chronological order
-
historyIndex
int historyIndex
Current index within the history
-
historySize
int historySize
-
spreadsheet
Spreadsheet spreadsheet
Target Spreadsheet component
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetStyleFactory extends Object implements Serializable
-
Serialized Fields
-
colorConverter
ColorConverter colorConverter
-
defaultFont
org.apache.poi.ss.usermodel.Font defaultFont
-
defaultFontFamily
String defaultFontFamily
-
defaultFontHeightInPoints
short defaultFontHeightInPoints
-
defaultTextAlign
org.apache.poi.ss.usermodel.HorizontalAlignment defaultTextAlign
-
mergedCellBorders
HashMap<String,String> mergedCellBorders
-
shiftedBorderLeftStyles
HashMap<Integer,String> shiftedBorderLeftStyles
CellStyle index to selector + style map
-
shiftedBorderLeftStylesMap
HashMap<Integer,HashMap<Integer,HashSet<Integer>>> shiftedBorderLeftStylesMap
Temp structure for shiftedBorderLeftStyles that keeps track of the association between: StyleId to ColumnId to Rows
-
shiftedBorderTopStyles
HashMap<Integer,String> shiftedBorderTopStyles
CellStyle index to selector + style map
-
shiftedBorderTopStylesMap
HashMap<Integer,HashMap<Integer,HashSet<Integer>>> shiftedBorderTopStylesMap
Temp structure for shiftedBorderTopStyles that keeps track of the association between: StyleId to ColumnId to Rows
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetTable extends Object implements Serializable
-
Serialized Fields
-
fullTableRegion
org.apache.poi.ss.util.CellRangeAddress fullTableRegion
-
popupButtons
Map<org.apache.poi.ss.util.CellReference,PopupButton> popupButtons
-
sheet
org.apache.poi.ss.usermodel.Sheet sheet
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
Class com.vaadin.flow.component.spreadsheet.SpreadsheetUtil extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.XSSFColorConverter extends Object implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.action
-
Class com.vaadin.flow.component.spreadsheet.action.DeleteRowAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.DeleteTableAction extends SpreadsheetAction implements Serializable
-
Serialized Fields
-
tableToDelete
SpreadsheetTable tableToDelete
-
-
-
Class com.vaadin.flow.component.spreadsheet.action.EditCellCommentAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.HideHeaderAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.InsertDeleteCellCommentAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.InsertNewRowAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.InsertTableAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.MergeCellsAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.ShowHideCellCommentAction extends SpreadsheetAction implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.SpreadsheetAction extends Action implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.action.SpreadsheetDefaultActionHandler extends Object implements Serializable
-
Serialized Fields
-
defaultActions
List<SpreadsheetAction> defaultActions
-
-
-
Class com.vaadin.flow.component.spreadsheet.action.UnHideHeadersAction extends SpreadsheetAction implements Serializable
-
Serialized Fields
-
unhideHeaderIndex
int unhideHeaderIndex
-
-
-
Class com.vaadin.flow.component.spreadsheet.action.UnMergeCellsAction extends SpreadsheetAction implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.client
-
Class com.vaadin.flow.component.spreadsheet.client.CellData extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.client.MergedRegion extends Object implements Serializable
-
Serialized Fields
-
col1
int col1
-
col2
int col2
-
id
int id
-
row1
int row1
-
row2
int row2
-
-
-
Class com.vaadin.flow.component.spreadsheet.client.OverlayInfo extends Object implements Serializable
-
Serialized Fields
-
col
int col
-
dx
float dx
-
dy
float dy
-
height
float height
-
row
int row
-
type
OverlayInfo.Type type
-
width
float width
-
-
-
Class com.vaadin.flow.component.spreadsheet.client.SpreadsheetActionDetails extends Object implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.command
-
Class com.vaadin.flow.component.spreadsheet.command.CellShiftValuesCommand extends CellValueCommand implements Serializable
-
Serialized Fields
-
decrease
boolean decrease
-
undone
boolean undone
-
-
-
Class com.vaadin.flow.component.spreadsheet.command.CellValueCommand extends SpreadsheetCommand implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.command.RowInsertOrDeleteCommand extends SpreadsheetCommand implements Serializable
-
Serialized Fields
-
row
int row
-
rowData
com.vaadin.flow.component.spreadsheet.command.RowData rowData
-
wasDeleted
boolean wasDeleted
-
-
-
Class com.vaadin.flow.component.spreadsheet.command.SizeChangeCommand extends SpreadsheetCommand implements Serializable
-
Serialized Fields
-
indexes
Integer[] indexes
-
type
SizeChangeCommand.Type type
-
values
Object[] values
-
-
-
Class com.vaadin.flow.component.spreadsheet.command.SpreadsheetCommand extends Object implements Serializable
-
Serialized Fields
-
activeSheetIndex
int activeSheetIndex
-
spreadsheet
Spreadsheet spreadsheet
-
-
-
-
Package com.vaadin.flow.component.spreadsheet.framework
-
Class com.vaadin.flow.component.spreadsheet.framework.Action extends Object implements Serializable
-
Class com.vaadin.flow.component.spreadsheet.framework.ReflectTools extends Object implements Serializable
-
-
Package com.vaadin.flow.component.spreadsheet.shared
-
Class com.vaadin.flow.component.spreadsheet.shared.GroupingData extends Object implements Serializable
-
Serialized Fields
-
collapsed
boolean collapsed
-
endIndex
int endIndex
-
level
int level
-
startIndex
int startIndex
-
uniqueIndex
int uniqueIndex
index unique for this group, for collapse/expand
-
-
-
Class com.vaadin.flow.component.spreadsheet.shared.URLReference extends Object implements Serializable
-
Serialized Fields
-
url
String url
-
-
-
-
Package com.vaadin.flow.component.tabs
-
Class com.vaadin.flow.component.tabs.GeneratedVaadinTab extends Component implements Serializable
-
Class com.vaadin.flow.component.tabs.GeneratedVaadinTabs extends Component implements Serializable
-
Class com.vaadin.flow.component.tabs.Tab extends GeneratedVaadinTab<Tab> implements Serializable
-
Class com.vaadin.flow.component.tabs.Tabs extends GeneratedVaadinTabs<Tabs> implements Serializable
-
Serialized Fields
-
autoselect
boolean autoselect
-
-
-
Class com.vaadin.flow.component.tabs.Tabs.SelectedChangeEvent extends ComponentEvent<Tabs> implements Serializable
-
-
Package com.vaadin.flow.component.template.internal
-
Package com.vaadin.flow.component.textfield
-
Class com.vaadin.flow.component.textfield.AbstractNumberField extends GeneratedVaadinNumberField<C extends AbstractNumberField<C,T>,T extends Number> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
max
double max
-
min
double min
-
minSetByUser
boolean minSetByUser
-
required
boolean required
-
step
double step
-
stepSetByUser
boolean stepSetByUser
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.flow.component.textfield.BigDecimalField extends GeneratedVaadinTextField<BigDecimalField,BigDecimal> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
locale
Locale locale
-
required
boolean required
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.flow.component.textfield.EmailField extends GeneratedVaadinEmailField<EmailField,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinEmailField extends GeneratedVaadinTextField<R extends GeneratedVaadinEmailField<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinNumberField extends GeneratedVaadinTextField<R extends GeneratedVaadinNumberField<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinPasswordField extends GeneratedVaadinTextField<R extends GeneratedVaadinPasswordField<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea extends AbstractSinglePropertyField<R extends GeneratedVaadinTextArea<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextArea<R,?>> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextArea.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextArea<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextField extends AbstractSinglePropertyField<R extends GeneratedVaadinTextField<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.ChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextField<R,?>> implements Serializable
-
Class com.vaadin.flow.component.textfield.GeneratedVaadinTextField.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinTextField<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.textfield.IntegerField extends AbstractNumberField<IntegerField,Integer> implements Serializable
-
Class com.vaadin.flow.component.textfield.NumberField extends AbstractNumberField<NumberField,Double> implements Serializable
-
Class com.vaadin.flow.component.textfield.PasswordField extends GeneratedVaadinPasswordField<PasswordField,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.flow.component.textfield.TextArea extends GeneratedVaadinTextArea<TextArea,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
Class com.vaadin.flow.component.textfield.TextField extends GeneratedVaadinTextField<TextField,String> implements Serializable
-
Serialized Fields
-
currentMode
ValueChangeMode currentMode
-
isConnectorAttached
boolean isConnectorAttached
-
validationSupport
com.vaadin.flow.component.textfield.TextFieldValidationSupport validationSupport
-
valueChangeTimeout
int valueChangeTimeout
-
-
-
-
Package com.vaadin.flow.component.timepicker
-
Class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker extends AbstractSinglePropertyField<R extends GeneratedVaadinTimePicker<R,T>,T> implements Serializable
-
Class com.vaadin.flow.component.timepicker.GeneratedVaadinTimePicker.InvalidChangeEvent extends ComponentEvent<R extends GeneratedVaadinTimePicker<R,?>> implements Serializable
-
Serialized Fields
-
invalid
boolean invalid
-
-
-
Class com.vaadin.flow.component.timepicker.TimePicker extends GeneratedVaadinTimePicker<TimePicker,LocalTime> implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
max
LocalTime max
-
min
LocalTime min
-
pendingLocaleUpdate
StateTree.ExecutionRegistration pendingLocaleUpdate
-
required
boolean required
-
-
-
-
Package com.vaadin.flow.component.treegrid
-
Class com.vaadin.flow.component.treegrid.CollapseEvent extends ComponentEvent<C extends Component> implements Serializable
-
Serialized Fields
-
items
Collection<T> items
-
-
-
Class com.vaadin.flow.component.treegrid.ExpandEvent extends ComponentEvent<C extends Component> implements Serializable
-
Serialized Fields
-
items
Collection<T> items
-
-
-
Class com.vaadin.flow.component.treegrid.HierarchyColumnComponentRenderer extends ComponentRenderer<COMPONENT extends Component,SOURCE> implements Serializable
-
Class com.vaadin.flow.component.treegrid.TreeGrid extends Grid<T> implements Serializable
-
-
Package com.vaadin.flow.component.upload
-
Class com.vaadin.flow.component.upload.AllFinishedEvent extends ComponentEvent<Upload> implements Serializable
-
Class com.vaadin.flow.component.upload.FailedEvent extends FinishedEvent implements Serializable
-
Serialized Fields
-
reason
Exception reason
-
-
-
Class com.vaadin.flow.component.upload.FileRejectedEvent extends ComponentEvent<Upload> implements Serializable
-
Serialized Fields
-
errorMessage
String errorMessage
-
-
-
Class com.vaadin.flow.component.upload.FinishedEvent extends ComponentEvent<Upload> implements Serializable
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload extends Component implements Serializable
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.FileRejectEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailError
String detailError
-
detailFile
elemental.json.JsonObject detailFile
-
-
-
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
-
detailFile
elemental.json.JsonObject detailFile
-
detailXhr
elemental.json.JsonObject detailXhr
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadBeforeEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
detailFileUploadTarget
elemental.json.JsonObject detailFileUploadTarget
-
detailXhr
elemental.json.JsonObject detailXhr
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadErrorEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
detailXhr
elemental.json.JsonObject detailXhr
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadProgressEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
detailXhr
elemental.json.JsonObject detailXhr
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRequestEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
detailFormData
elemental.json.JsonObject detailFormData
-
detailXhr
elemental.json.JsonObject detailXhr
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadResponseEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
detailXhr
elemental.json.JsonObject detailXhr
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadRetryEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
detailXhr
elemental.json.JsonObject detailXhr
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadStartEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
detailXhr
elemental.json.JsonObject detailXhr
-
-
-
Class com.vaadin.flow.component.upload.GeneratedVaadinUpload.UploadSuccessEvent extends ComponentEvent<R extends GeneratedVaadinUpload<R>> implements Serializable
-
Serialized Fields
-
detail
elemental.json.JsonObject detail
-
detailFile
elemental.json.JsonObject detailFile
-
detailXhr
elemental.json.JsonObject detailXhr
-
-
-
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
-
contentLength
long contentLength
Total size of file currently being uploaded, -1 if unknown
-
readBytes
long readBytes
Bytes transferred.
-
-
-
Class com.vaadin.flow.component.upload.StartedEvent 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
-
activeUploads
int activeUploads
-
i18n
UploadI18N i18n
-
interrupted
boolean interrupted
-
receiver
Receiver receiver
The output of the upload is redirected to this receiver.
-
streamVariable
StreamVariable streamVariable
-
uploading
boolean uploading
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N extends Object implements Serializable
-
Serialized Fields
-
addFiles
UploadI18N.AddFiles addFiles
-
cancel
String cancel
-
dropFiles
UploadI18N.DropFiles dropFiles
-
error
UploadI18N.Error error
-
units
UploadI18N.Units units
-
uploading
UploadI18N.Uploading uploading
-
-
-
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
-
error
UploadI18N.Uploading.Error error
-
remainingTime
UploadI18N.Uploading.RemainingTime remainingTime
-
status
UploadI18N.Uploading.Status status
-
-
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.Error extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.RemainingTime extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.UploadI18N.Uploading.Status extends Object implements Serializable
-
-
Package com.vaadin.flow.component.upload.receivers
-
Class com.vaadin.flow.component.upload.receivers.AbstractFileBuffer extends Object implements Serializable
-
Serialized Fields
-
factory
FileFactory factory
-
-
-
Class com.vaadin.flow.component.upload.receivers.FileBuffer extends AbstractFileBuffer implements Serializable
-
Serialized Fields
-
file
FileData file
-
-
-
Class com.vaadin.flow.component.upload.receivers.FileData extends Object implements Serializable
-
Serialized Fields
-
fileName
String fileName
-
mimeType
String mimeType
-
outputBuffer
OutputStream outputBuffer
-
-
-
Class com.vaadin.flow.component.upload.receivers.MemoryBuffer extends Object implements Serializable
-
Serialized Fields
-
file
FileData file
-
-
-
Class com.vaadin.flow.component.upload.receivers.MultiFileBuffer extends AbstractFileBuffer implements Serializable
-
Class com.vaadin.flow.component.upload.receivers.MultiFileMemoryBuffer extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.receivers.TemporaryFileFactory extends Object implements Serializable
-
Class com.vaadin.flow.component.upload.receivers.UploadOutputStream extends FileOutputStream implements Serializable
-
Serialized Fields
-
file
File file
-
-
-
-
Package com.vaadin.flow.component.virtuallist
-
Class com.vaadin.flow.component.virtuallist.VirtualList extends Component implements Serializable
-
Serialized Fields
-
arrayUpdater
ArrayUpdater arrayUpdater
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
dataGenerator
CompositeDataGenerator<T> dataGenerator
-
originalTemplate
String originalTemplate
-
renderer
Renderer<T> renderer
-
rendererChanged
boolean rendererChanged
-
renderingRegistrations
List<Registration> renderingRegistrations
-
template
Element template
-
templateUpdateRegistered
boolean templateUpdateRegistered
-
-
-
-
Package com.vaadin.flow.component.virtuallist.paging
-
Class com.vaadin.flow.component.virtuallist.paging.PagelessDataCommunicator extends DataCommunicator<T> implements Serializable
-
-
Package com.vaadin.flow.component.webcomponent
-
Class com.vaadin.flow.component.webcomponent.EventOptions extends Object implements Serializable
-
Serialized Fields
-
bubbles
boolean bubbles
-
cancelable
boolean cancelable
-
composed
boolean composed
-
-
-
Class com.vaadin.flow.component.webcomponent.WebComponent extends Object implements Serializable
-
Serialized Fields
-
binding
WebComponentBinding binding
-
componentHost
Element componentHost
-
-
-
Class com.vaadin.flow.component.webcomponent.WebComponentUI extends UI implements Serializable
-
Class com.vaadin.flow.component.webcomponent.WebComponentUI.WebComponentConnectEvent extends ComponentEvent<UI> implements Serializable
-
Class com.vaadin.flow.component.webcomponent.WebComponentWrapper extends Component implements Serializable
-
Serialized Fields
-
disconnect
long disconnect
-
disconnectRegistration
Registration disconnectRegistration
-
webComponentBinding
WebComponentBinding<?> webComponentBinding
-
-
-
-
Package com.vaadin.flow.data.binder
-
Class com.vaadin.flow.data.binder.AbstractBeanPropertyDefinition extends Object implements Serializable
-
Serialized Fields
-
descriptor
PropertyDescriptor descriptor
-
propertyHolderType
Class<?> propertyHolderType
-
propertySet
BeanPropertySet<T> propertySet
-
-
-
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,?> parent
-
-
-
Class com.vaadin.flow.data.binder.BeanValidationBinder extends Binder<BEAN> implements Serializable
-
Serialized Fields
-
beanType
Class<BEAN> beanType
-
requiredConfigurator
RequiredFieldConfigurator requiredConfigurator
-
-
-
Class com.vaadin.flow.data.binder.Binder extends Object implements Serializable
-
Serialized Fields
-
bean
BEAN bean
-
bindings
Collection<Binder.Binding<BEAN,?>> bindings
-
boundProperties
Map<String,Binder.Binding<BEAN,?>> boundProperties
Property names that have been used for creating a binding.
-
changedBindings
Set<Binder.Binding<BEAN,?>> changedBindings
-
errorHandler
BinderValidationErrorHandler errorHandler
-
exceptionHandler
BindingExceptionHandler exceptionHandler
-
fieldsValidationStatusChangeListenerEnabled
boolean fieldsValidationStatusChangeListenerEnabled
-
incompleteBindings
Map<HasValue<?,?>,Binder.BindingBuilder<BEAN,?>> incompleteBindings
-
incompleteMemberFieldBindings
Map<HasValue<?,?>,Binder.BindingBuilder<BEAN,?>> incompleteMemberFieldBindings
-
initialConverters
Map<HasValue<?,?>,com.vaadin.flow.data.binder.Binder.ConverterDelegate<?>> initialConverters
-
listeners
HashMap<Class<?>,List<SerializableConsumer<?>>> listeners
-
propertySet
PropertySet<BEAN> propertySet
-
statusHandler
BinderValidationStatusHandler<BEAN> statusHandler
-
statusLabel
HasText statusLabel
-
validators
List<Validator<? super BEAN>> validators
-
validatorsDisabled
boolean validatorsDisabled
-
-
-
Class com.vaadin.flow.data.binder.Binder.BindingBuilderImpl extends Object implements Serializable
-
Serialized Fields
-
asRequiredSet
boolean asRequiredSet
-
binder
Binder<BEAN> binder
-
binding
Binder.Binding<BEAN,TARGET> binding
-
bound
boolean bound
-
converterValidatorChain
Converter<FIELDVALUE,?> converterValidatorChain
Contains all converters and validators chained together in the correct order.
-
field
HasValue<?,FIELDVALUE> field
-
isStatusHandlerChanged
boolean isStatusHandlerChanged
-
statusHandler
BindingValidationStatusHandler statusHandler
-
-
-
Class com.vaadin.flow.data.binder.Binder.BindingImpl extends Object implements Serializable
-
Serialized Fields
-
asRequiredSet
boolean asRequiredSet
-
binder
Binder<BEAN> binder
-
convertBackToPresentation
boolean convertBackToPresentation
-
convertedBack
boolean convertedBack
-
converterValidatorChain
Converter<FIELDVALUE,TARGET> converterValidatorChain
Contains all converters and validators chained together in the correct order.
-
field
HasValue<?,FIELDVALUE> field
-
getter
ValueProvider<BEAN,TARGET> getter
-
onValidationStatusChange
Registration onValidationStatusChange
-
onValueChange
Registration onValueChange
-
readOnly
boolean readOnly
-
setter
Setter<BEAN,TARGET> setter
-
statusHandler
BindingValidationStatusHandler statusHandler
-
validatorsDisabled
boolean validatorsDisabled
-
valueInit
boolean valueInit
-
-
-
Class com.vaadin.flow.data.binder.BinderValidationStatus extends Object implements Serializable
-
Serialized Fields
-
binder
Binder<BEAN> binder
-
binderStatuses
List<ValidationResult> binderStatuses
-
bindingStatuses
List<BindingValidationStatus<?>> bindingStatuses
-
-
-
Class com.vaadin.flow.data.binder.BindingException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.data.binder.BindingValidationStatus extends Object implements Serializable
-
Serialized Fields
-
binding
Binder.Binding<?,TARGET> binding
-
result
Result<TARGET> result
-
results
List<ValidationResult> results
-
status
BindingValidationStatus.Status status
-
-
-
Class com.vaadin.flow.data.binder.DefaultBinderValidationErrorHandler extends Object implements Serializable
-
Class com.vaadin.flow.data.binder.DefaultBindingExceptionHandler extends Object implements Serializable
-
Class com.vaadin.flow.data.binder.PropertyFilterDefinition extends Object implements Serializable
-
Class com.vaadin.flow.data.binder.ReadOnlyHasValue extends Object implements Serializable
-
Serialized Fields
-
emptyValue
V emptyValue
-
listenerList
LinkedHashSet<HasValue.ValueChangeListener<? super HasValue.ValueChangeEvent<V>>> listenerList
-
value
V value
-
valueProcessor
SerializableConsumer<V> valueProcessor
-
-
-
Class com.vaadin.flow.data.binder.StatusChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
hasValidationErrors
boolean hasValidationErrors
-
-
-
Class com.vaadin.flow.data.binder.ValidationException extends Exception implements Serializable
-
Serialized Fields
-
beanValidationErrors
List<ValidationResult> beanValidationErrors
-
fieldValidationErrors
List<BindingValidationStatus<?>> fieldValidationErrors
-
-
-
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.ValidationStatusChangeEvent extends Object implements Serializable
-
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
-
emptyValue
T extends Number emptyValue
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
-
-
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
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
falseString
String falseString
-
trueString
String trueString
-
-
-
Class com.vaadin.flow.data.converter.StringToDateConverter extends Object implements Serializable
-
Class com.vaadin.flow.data.converter.StringToDoubleConverter extends AbstractStringToNumberConverter<Double> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToFloatConverter extends AbstractStringToNumberConverter<Float> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToIntegerConverter extends AbstractStringToNumberConverter<Integer> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToLongConverter extends AbstractStringToNumberConverter<Long> implements Serializable
-
Class com.vaadin.flow.data.converter.StringToUuidConverter extends Object implements Serializable
-
Serialized Fields
-
errorMessageProvider
ErrorMessageProvider errorMessageProvider
-
-
-
-
Package com.vaadin.flow.data.event
-
Class com.vaadin.flow.data.event.SortEvent extends ComponentEvent<T extends Component> implements Serializable
-
-
Package com.vaadin.flow.data.provider
-
Class com.vaadin.flow.data.provider.AbstractBackEndDataProvider extends AbstractDataProvider<T,F> implements Serializable
-
Serialized Fields
-
sortOrders
List<QuerySortOrder> sortOrders
-
-
-
Class com.vaadin.flow.data.provider.AbstractComponentDataGenerator extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.AbstractDataProvider extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.AbstractDataView extends Object implements Serializable
-
Serialized Fields
-
component
Component component
-
dataProviderSupplier
SerializableSupplier<? extends DataProvider<T,?>> dataProviderSupplier
-
-
-
Class com.vaadin.flow.data.provider.AbstractLazyDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
dataCommunicator
DataCommunicator<T> dataCommunicator
-
-
-
Class com.vaadin.flow.data.provider.AbstractListDataView extends AbstractDataView<T> implements Serializable
-
Serialized Fields
-
filterOrSortingChangedCallback
SerializableBiConsumer<SerializablePredicate<T>,SerializableComparator<T>> filterOrSortingChangedCallback
-
-
-
Class com.vaadin.flow.data.provider.BeanDataGenerator extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.CallbackDataProvider extends AbstractBackEndDataProvider<T,F> implements Serializable
-
Serialized Fields
-
countCallback
CallbackDataProvider.CountCallback<T,F> countCallback
-
fetchCallback
CallbackDataProvider.FetchCallback<T,F> fetchCallback
-
idGetter
ValueProvider<T,Object> idGetter
-
-
-
Class com.vaadin.flow.data.provider.CompositeDataGenerator extends Object implements Serializable
-
Serialized Fields
-
dataGenerators
Set<DataGenerator<T>> dataGenerators
-
-
-
Class com.vaadin.flow.data.provider.ConfigurableFilterDataProviderWrapper extends DataProviderWrapper<T,Q,F> implements Serializable
-
Serialized Fields
-
configuredFilter
C configuredFilter
-
-
-
Class com.vaadin.flow.data.provider.DataChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
unregisterListenerCommand
Command unregisterListenerCommand
-
-
-
Class com.vaadin.flow.data.provider.DataChangeEvent.DataRefreshEvent extends DataChangeEvent<T> implements Serializable
-
Serialized Fields
-
item
T item
-
refreshChildren
boolean refreshChildren
-
-
-
Class com.vaadin.flow.data.provider.DataCommunicator extends Object implements Serializable
-
Serialized Fields
-
activeKeyOrder
List<String> activeKeyOrder
-
activeStart
int activeStart
-
arrayUpdater
ArrayUpdater arrayUpdater
-
assumedSize
int assumedSize
-
assumeEmptyClient
boolean assumeEmptyClient
-
backEndSorting
ArrayList<QuerySortOrder> backEndSorting
-
confirmedUpdates
HashSet<Integer> confirmedUpdates
-
countCallback
CallbackDataProvider.CountCallback<T,?> countCallback
-
dataGenerator
DataGenerator<T> dataGenerator
-
dataProvider
DataProvider<T,?> dataProvider
-
dataProviderUpdateRegistration
Registration dataProviderUpdateRegistration
-
dataUpdater
SerializableConsumer<elemental.json.JsonArray> dataUpdater
-
definedSize
boolean definedSize
-
fetchEnabled
boolean fetchEnabled
-
filter
DataCommunicator.Filter<?> filter
-
flushRequest
com.vaadin.flow.data.provider.DataCommunicator.FlushRequest flushRequest
-
flushUpdatedDataRequest
com.vaadin.flow.data.provider.DataCommunicator.FlushRequest flushUpdatedDataRequest
-
inMemorySorting
SerializableComparator<T> inMemorySorting
-
itemCountEstimate
int itemCountEstimate
-
itemCountEstimateIncrease
int itemCountEstimateIncrease
-
keyMapper
DataKeyMapper<T> keyMapper
-
lastSent
int lastSent
-
nextUpdateId
int nextUpdateId
-
pageSize
int pageSize
-
pagingEnabled
boolean pagingEnabled
-
passivatedByUpdate
HashMap<Integer,Set<String>> passivatedByUpdate
-
requestedRange
Range requestedRange
-
resendEntireRange
boolean resendEntireRange
-
sizeReset
boolean sizeReset
-
skipCountIncreaseUntilReset
boolean skipCountIncreaseUntilReset
-
stateNode
StateNode stateNode
-
updatedData
HashSet<T> updatedData
-
-
-
Class com.vaadin.flow.data.provider.DataCommunicator.EmptyDataProvider extends ListDataProvider<T1> implements Serializable
-
Class com.vaadin.flow.data.provider.DataCommunicator.Filter extends Object implements Serializable
-
Serialized Fields
-
filterObject
F filterObject
-
notifyOnChange
boolean notifyOnChange
-
-
-
Class com.vaadin.flow.data.provider.DataProviderWrapper extends Object implements Serializable
-
Serialized Fields
-
dataProvider
DataProvider<T,M> dataProvider
The actual data provider behind this wrapper.
-
-
-
Class com.vaadin.flow.data.provider.ItemCountChangeEvent extends ComponentEvent<T extends Component> implements Serializable
-
Serialized Fields
-
itemCount
int itemCount
-
itemCountEstimated
boolean itemCountEstimated
-
-
-
Class com.vaadin.flow.data.provider.KeyMapper extends Object implements Serializable
-
Class com.vaadin.flow.data.provider.ListDataProvider extends AbstractDataProvider<T,SerializablePredicate<T>> implements Serializable
-
Serialized Fields
-
backend
Collection<T> backend
-
filter
SerializablePredicate<T> filter
-
sortOrder
SerializableComparator<T> sortOrder
-
-
-
Class com.vaadin.flow.data.provider.Query extends Object implements Serializable
-
Serialized Fields
-
filter
F filter
-
inMemorySorting
Comparator<T> inMemorySorting
-
limit
int limit
-
offset
int offset
-
sortOrders
List<QuerySortOrder> sortOrders
-
-
-
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
-
direction
SortDirection direction
-
sorted
T sorted
-
-
-
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
-
Serialized Fields
-
sortOrders
List<QuerySortOrder> sortOrders
-
-
-
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
-
activeKeyOrder
List<String> activeKeyOrder
-
activeStart
int activeStart
-
assumedSize
int assumedSize
-
assumeEmptyClient
boolean assumeEmptyClient
-
confirmedUpdates
HashSet<Integer> confirmedUpdates
-
dataGenerator
DataGenerator<T> dataGenerator
-
fetchItems
SerializableBiFunction<String,Range,Stream<T>> fetchItems
-
keyMapper
DataKeyMapper<T> keyMapper
-
mapper
HierarchyMapper<T,?> mapper
-
nextUpdateId
int nextUpdateId
-
parentKey
String parentKey
-
passivatedByUpdate
HashMap<Integer,Set<String>> passivatedByUpdate
-
requestedRange
Range requestedRange
-
resendEntireRange
boolean resendEntireRange
-
startUpdate
SerializableFunction<Integer,HierarchicalArrayUpdater.HierarchicalUpdate> startUpdate
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalDataCommunicator extends DataCommunicator<T> implements Serializable
-
Serialized Fields
-
arrayUpdater
HierarchicalArrayUpdater arrayUpdater
-
dataControllers
Map<String,HierarchicalCommunicationController<T>> dataControllers
-
dataGenerator
DataGenerator<T> dataGenerator
-
mapper
HierarchyMapper<T,?> mapper
-
stateNode
StateNode stateNode
-
uniqueKeyProviderSupplier
SerializableSupplier<ValueProvider<T,String>> uniqueKeyProviderSupplier
-
-
-
Class com.vaadin.flow.data.provider.hierarchy.HierarchicalQuery extends Query<T,F> implements Serializable
-
Serialized Fields
-
parent
T 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
-
filter
SerializablePredicate<T> filter
-
sortOrder
SerializableComparator<T> sortOrder
-
treeData
TreeData<T> treeData
-
-
-
-
Package com.vaadin.flow.data.renderer
-
Class com.vaadin.flow.data.renderer.BasicRenderer extends ComponentRenderer<Component,SOURCE> implements Serializable
-
Serialized Fields
-
valueProvider
ValueProvider<SOURCE,TARGET> valueProvider
-
-
-
Class com.vaadin.flow.data.renderer.ComponentDataGenerator extends AbstractComponentDataGenerator<T> implements Serializable
-
Serialized Fields
-
componentRenderer
ComponentRenderer<? extends Component,T> componentRenderer
-
container
Element container
-
keyMapper
ValueProvider<T,String> keyMapper
-
nodeIdPropertyName
String nodeIdPropertyName
-
-
-
Class com.vaadin.flow.data.renderer.ComponentRenderer extends Renderer<SOURCE> implements Serializable
-
Serialized Fields
-
componentFunction
SerializableFunction<SOURCE,COMPONENT extends Component> componentFunction
-
componentRendererTag
String componentRendererTag
-
componentSupplier
SerializableSupplier<COMPONENT extends Component> componentSupplier
-
componentUpdateFunction
SerializableBiFunction<Component,SOURCE,Component> componentUpdateFunction
-
itemConsumer
SerializableBiConsumer<COMPONENT extends Component,SOURCE> itemConsumer
-
-
-
Class com.vaadin.flow.data.renderer.IconRenderer extends ComponentRenderer<Component,ITEM> implements Serializable
-
Serialized Fields
-
iconGenerator
SerializableFunction<ITEM,? extends Component> iconGenerator
-
itemLabelGenerator
ItemLabelGenerator<ITEM> itemLabelGenerator
-
-
-
Class com.vaadin.flow.data.renderer.LitRenderer extends Renderer<SOURCE> implements Serializable
-
Serialized Fields
-
ALPHANUMERIC_REGEX
String ALPHANUMERIC_REGEX
-
clientCallables
Map<String,SerializableBiConsumer<SOURCE,elemental.json.JsonArray>> clientCallables
-
DEFAULT_RENDERER_NAME
String DEFAULT_RENDERER_NAME
-
propertyNamespace
String propertyNamespace
-
templateExpression
String templateExpression
-
valueProviders
Map<String,ValueProvider<SOURCE,?>> valueProviders
-
-
-
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
-
Serialized Fields
-
listeners
List<ClickableRenderer.ItemClickListener<SOURCE>> listeners
-
-
-
Class com.vaadin.flow.data.renderer.NumberRenderer extends BasicRenderer<SOURCE,Number> implements Serializable
-
Serialized Fields
-
formatString
String formatString
-
locale
Locale locale
-
nullRepresentation
String nullRepresentation
-
numberFormat
NumberFormat numberFormat
-
-
-
Class com.vaadin.flow.data.renderer.Renderer extends Object implements Serializable
-
Serialized Fields
-
eventHandlers
Map<String,SerializableConsumer<SOURCE>> eventHandlers
-
template
String template
-
valueProviders
Map<String,ValueProvider<SOURCE,?>> valueProviders
-
-
-
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<ITEM> 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,String> messageProvider
-
-
-
Class com.vaadin.flow.data.validator.BeanValidator extends Object implements Serializable
-
Class com.vaadin.flow.data.validator.BigDecimalRangeValidator extends RangeValidator<BigDecimal> implements Serializable
-
Class com.vaadin.flow.data.validator.BigIntegerRangeValidator extends RangeValidator<BigInteger> implements Serializable
-
Class com.vaadin.flow.data.validator.ByteRangeValidator extends RangeValidator<Byte> implements Serializable
-
Class com.vaadin.flow.data.validator.DateRangeValidator extends RangeValidator<LocalDate> implements Serializable
-
Class com.vaadin.flow.data.validator.DateTimeRangeValidator extends RangeValidator<LocalDateTime> implements Serializable
-
Class com.vaadin.flow.data.validator.DoubleRangeValidator extends RangeValidator<Double> implements Serializable
-
Class com.vaadin.flow.data.validator.EmailValidator extends RegexpValidator implements Serializable
-
Serialized Fields
-
allowEmptyValue
boolean allowEmptyValue
-
-
-
Class com.vaadin.flow.data.validator.FloatRangeValidator extends RangeValidator<Float> implements Serializable
-
Class com.vaadin.flow.data.validator.IntegerRangeValidator extends RangeValidator<Integer> implements Serializable
-
Class com.vaadin.flow.data.validator.LongRangeValidator extends RangeValidator<Long> implements Serializable
-
Class com.vaadin.flow.data.validator.RangeValidator extends AbstractValidator<T> implements Serializable
-
Serialized Fields
-
comparator
Comparator<? super T> comparator
-
maxValue
T maxValue
-
maxValueIncluded
boolean maxValueIncluded
-
minValue
T minValue
-
minValueIncluded
boolean minValueIncluded
-
-
-
Class com.vaadin.flow.data.validator.RegexpValidator extends AbstractValidator<String> implements Serializable
-
Serialized Fields
-
complete
boolean complete
-
pattern
Pattern pattern
-
-
-
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<Integer> 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
-
eventTarget
Element eventTarget
-
eventType
String eventType
-
phase
DebouncePhase phase
-
-
-
Class com.vaadin.flow.dom.Element extends Node<Element> implements Serializable
-
Class com.vaadin.flow.dom.ElementAttachEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.dom.ElementDetachEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.dom.Node extends Object implements Serializable
-
Serialized Fields
-
node
StateNode node
-
stateProvider
ElementStateProvider stateProvider
-
-
-
Class com.vaadin.flow.dom.PropertyChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
oldValue
Serializable oldValue
-
propertyName
String propertyName
-
userOriginated
boolean userOriginated
-
value
Serializable value
-
-
-
Class com.vaadin.flow.dom.ShadowRoot extends Node<ShadowRoot> implements Serializable
-
-
Package com.vaadin.flow.dom.impl
-
Class com.vaadin.flow.dom.impl.AbstractNodeStateProvider extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.AbstractTextElementStateProvider extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.BasicElementStateProvider extends AbstractNodeStateProvider implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
Throws:
-
-
-
Class com.vaadin.flow.dom.impl.BasicElementStyle extends Object implements Serializable
-
Serialized Fields
-
propertyMap
ElementStylePropertyMap propertyMap
-
-
-
Class com.vaadin.flow.dom.impl.BasicTextElementStateProvider extends AbstractTextElementStateProvider implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
Throws:
-
-
-
Class com.vaadin.flow.dom.impl.ClassAttributeHandler extends CustomAttribute implements Serializable
-
Class com.vaadin.flow.dom.impl.CustomAttribute extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.ImmutableClassList extends AbstractSet<String> implements Serializable
-
Serialized Fields
-
values
Collection<String> values
-
-
-
Class com.vaadin.flow.dom.impl.ImmutableEmptyStyle extends Object implements Serializable
-
Class com.vaadin.flow.dom.impl.ShadowRootStateProvider extends AbstractNodeStateProvider implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
Throws:
-
-
-
Class com.vaadin.flow.dom.impl.StyleAttributeHandler extends CustomAttribute implements Serializable
-
Class com.vaadin.flow.dom.impl.ThemeListImpl extends Object implements Serializable
-
-
Package com.vaadin.flow.function
-
Package com.vaadin.flow.i18n
-
Class com.vaadin.flow.i18n.LocaleChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
-
-
-
Package com.vaadin.flow.internal
-
Class com.vaadin.flow.internal.BeanUtil extends Object implements Serializable
-
Class com.vaadin.flow.internal.BootstrapHandlerHelper extends Object implements Serializable
-
Class com.vaadin.flow.internal.ConstantPool extends Object implements Serializable
-
Serialized Fields
-
knownValues
Set<String> knownValues
-
newKeys
Set<ConstantPoolKey> newKeys
-
-
-
Class com.vaadin.flow.internal.ConstantPoolKey extends Object implements Serializable
-
Serialized Fields
-
id
String id
-
json
elemental.json.JsonValue json
-
-
-
Class com.vaadin.flow.internal.CurrentInstance extends Object implements Serializable
-
Serialized Fields
-
instance
WeakReference<Object> instance
-
-
-
Class com.vaadin.flow.internal.ExecutionContext extends Object implements Serializable
-
Serialized Fields
-
clientSideInitialized
boolean clientSideInitialized
-
ui
UI ui
-
-
-
Class com.vaadin.flow.internal.NullOwner extends Object implements Serializable
-
Class com.vaadin.flow.internal.Pair extends Object implements Serializable
-
Serialized Fields
-
first
U extends Serializable first
-
second
V extends Serializable second
-
-
-
Class com.vaadin.flow.internal.Range extends Object implements Serializable
-
Serialized Fields
-
end
int end
-
start
int start
-
-
-
Class com.vaadin.flow.internal.ReflectTools extends Object implements Serializable
-
Class com.vaadin.flow.internal.ResponseWriter extends Object implements Serializable
-
Serialized Fields
-
brotliEnabled
boolean brotliEnabled
-
bufferSize
int bufferSize
-
-
-
Class com.vaadin.flow.internal.StateNode extends Object implements Serializable
-
Serialized Fields
-
attachListeners
List<Command> attachListeners
-
beforeClientResponseEntries
ArrayList<StateTree.BeforeClientResponseEntry> beforeClientResponseEntries
-
changes
Map<Class<? extends NodeFeature>,Serializable> changes
-
detachListeners
List<Command> detachListeners
-
enabled
boolean enabled
-
features
Serializable features
Node feature instances for this node, or a single item.
-
featureSet
com.vaadin.flow.internal.StateNode.FeatureSet featureSet
-
hasBeenAttached
boolean hasBeenAttached
-
hasBeenDetached
boolean hasBeenDetached
-
id
int id
-
isInactiveSelf
boolean isInactiveSelf
-
isInitialChanges
boolean isInitialChanges
-
owner
NodeOwner owner
-
parent
StateNode parent
-
wasAttached
boolean wasAttached
-
-
-
Class com.vaadin.flow.internal.StateTree extends Object implements Serializable
-
Serialized Fields
-
dirtyNodes
Set<StateNode> dirtyNodes
-
idToNode
Map<Integer,StateNode> idToNode
-
isRootAttached
boolean isRootAttached
-
nextBeforeClientResponseIndex
int nextBeforeClientResponseIndex
-
nextId
int nextId
-
pendingExecutionNodes
Set<StateNode> pendingExecutionNodes
-
rootNode
StateNode rootNode
-
uiInternals
UIInternals uiInternals
-
-
-
Class com.vaadin.flow.internal.StateTree.BeforeClientResponseEntry extends Object implements Serializable
-
Serialized Fields
-
execution
SerializableConsumer<ExecutionContext> execution
-
index
int index
-
originalOwner
NodeOwner originalOwner
-
stateNode
StateNode stateNode
-
-
-
Class com.vaadin.flow.internal.UsageStatisticsExporter extends Object implements Serializable
-
-
Package com.vaadin.flow.internal.change
-
Class com.vaadin.flow.internal.change.AbstractListChange extends NodeFeatureChange implements Serializable
-
Serialized Fields
-
index
int index
-
list
NodeList<T extends Serializable> list
-
-
-
Class com.vaadin.flow.internal.change.EmptyChange extends NodeFeatureChange implements Serializable
-
Class com.vaadin.flow.internal.change.ListAddChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Serialized Fields
-
newItems
List<? extends T extends Serializable> newItems
-
nodeValues
boolean nodeValues
-
-
-
Class com.vaadin.flow.internal.change.ListClearChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Class com.vaadin.flow.internal.change.ListRemoveChange extends AbstractListChange<T extends Serializable> implements Serializable
-
Serialized Fields
-
removedItem
T extends Serializable removedItem
-
-
-
Class com.vaadin.flow.internal.change.MapPutChange extends NodeFeatureChange implements Serializable
-
Class com.vaadin.flow.internal.change.MapRemoveChange extends NodeFeatureChange implements Serializable
-
Serialized Fields
-
key
String key
-
-
-
Class com.vaadin.flow.internal.change.NodeAttachChange extends NodeChange implements Serializable
-
Class com.vaadin.flow.internal.change.NodeChange extends Object implements Serializable
-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.change.NodeDetachChange extends NodeChange implements Serializable
-
Class com.vaadin.flow.internal.change.NodeFeatureChange extends NodeChange implements Serializable
-
Serialized Fields
-
feature
Class<? extends NodeFeature> feature
-
-
-
-
Package com.vaadin.flow.internal.nodefeature
-
Class com.vaadin.flow.internal.nodefeature.AbstractPropertyMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.AbstractServerHandlers extends SerializableNodeList<String> implements Serializable
-
Serialized Fields
-
disabledRpcModes
Map<String,DisabledUpdateMode> disabledRpcModes
-
-
-
Class com.vaadin.flow.internal.nodefeature.AttachExistingElementFeature extends ServerSideFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.BasicTypeValue extends NodeValue<Serializable> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ClientCallableHandlers extends AbstractServerHandlers<Component> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ComponentMapping extends ServerSideFeature implements Serializable
-
Serialized Fields
-
component
Component component
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementAttributeMap extends NodeMap implements Serializable
-
Serialized Fields
-
pendingRegistrations
Map<String,Registration> pendingRegistrations
-
resourceRegistrations
Map<String,StreamRegistration> resourceRegistrations
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementChildrenList extends StateNodeNodeList implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementClassList extends SerializableNodeList<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementData extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementListenerMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ElementPropertyMap extends AbstractPropertyMap implements Serializable
-
Serialized Fields
-
listeners
Map<String,List<PropertyChangeListener>> listeners
-
updateFromClientFilter
SerializablePredicate<String> updateFromClientFilter
-
-
-
Class com.vaadin.flow.internal.nodefeature.ElementStylePropertyMap extends AbstractPropertyMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.InertData extends ServerSideFeature implements Serializable
-
Serialized Fields
-
cachedInert
Boolean cachedInert
-
ignoreParentInert
boolean ignoreParentInert
-
inertSelf
boolean inertSelf
-
-
-
Class com.vaadin.flow.internal.nodefeature.LoadingIndicatorConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ModelList extends StateNodeNodeList implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.NodeFeature extends Object implements Serializable
-
Serialized Fields
-
node
StateNode node
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeList extends NodeFeature implements Serializable
-
Serialized Fields
-
isPopulated
boolean isPopulated
-
isRemoveAllCalled
boolean isRemoveAllCalled
-
values
List<T extends Serializable> values
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeList.SetView extends AbstractSet<T extends Serializable> implements Serializable
-
Serialized Fields
-
nodeList
NodeList<T extends Serializable> nodeList
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeMap extends NodeFeature implements Serializable
-
Serialized Fields
-
isPopulated
boolean isPopulated
-
values
com.vaadin.flow.internal.nodefeature.NodeMap.Values values
-
-
-
Class com.vaadin.flow.internal.nodefeature.NodeValue extends NodeFeature implements Serializable
-
Serialized Fields
-
isPopulated
boolean isPopulated
-
value
T extends Serializable value
-
-
-
Class com.vaadin.flow.internal.nodefeature.PollConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PolymerEventListenerMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PolymerServerEventHandlers extends AbstractServerHandlers<DeprecatedPolymerTemplate> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PropertyChangeDeniedException extends Exception implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PushConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.PushConfigurationMap.PushConfigurationParametersMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ReconnectDialogConfigurationMap extends NodeMap implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ReturnChannelMap extends ServerSideFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.SerializableNodeList extends NodeList<T extends Serializable> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ServerSideFeature extends NodeFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ShadowRootData extends NodeValue<StateNode> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.ShadowRootHost extends ServerSideFeature implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.StateNodeNodeList extends NodeList<StateNode> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.TextNodeMap extends NodeValue<String> implements Serializable
-
Class com.vaadin.flow.internal.nodefeature.VirtualChildrenList extends StateNodeNodeList implements Serializable
-
-
Package com.vaadin.flow.internal.springcsrf
-
Class com.vaadin.flow.internal.springcsrf.SpringCsrfToken extends Object implements Serializable
-
-
Package com.vaadin.flow.router
-
Class com.vaadin.flow.router.AfterNavigationEvent extends EventObject implements Serializable
-
Serialized Fields
-
event
LocationChangeEvent event
-
-
-
Class com.vaadin.flow.router.BeforeEnterEvent extends BeforeEvent implements Serializable
-
Class com.vaadin.flow.router.BeforeEvent extends EventObject implements Serializable
-
Serialized Fields
-
errorParameter
ErrorParameter<?> errorParameter
-
externalForwardUrl
String externalForwardUrl
-
forwardTarget
NavigationHandler forwardTarget
-
forwardTargetState
NavigationState forwardTargetState
-
layouts
List<Class<? extends RouterLayout>> layouts
-
location
Location location
-
navigationTarget
Class<?> navigationTarget
-
parameters
RouteParameters parameters
-
rerouteTarget
NavigationHandler rerouteTarget
-
rerouteTargetState
NavigationState rerouteTargetState
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
unknownForward
String unknownForward
-
unknownReroute
String unknownReroute
-
-
-
Class com.vaadin.flow.router.BeforeLeaveEvent extends BeforeEvent implements Serializable
-
Serialized Fields
-
continueNavigationAction
BeforeLeaveEvent.ContinueNavigationAction continueNavigationAction
-
-
-
Class com.vaadin.flow.router.BeforeLeaveEvent.ContinueNavigationAction extends Object implements Serializable
-
Serialized Fields
-
event
NavigationEvent event
-
handler
NavigationHandler handler
-
-
-
Class com.vaadin.flow.router.ErrorNavigationEvent extends NavigationEvent implements Serializable
-
Serialized Fields
-
errorParameter
ErrorParameter<?> errorParameter
-
-
-
Class com.vaadin.flow.router.ErrorParameter extends Object implements Serializable
-
Class com.vaadin.flow.router.InternalServerError extends Component implements Serializable
-
Class com.vaadin.flow.router.InvalidLocationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.router.Location extends Object implements Serializable
-
Serialized Fields
-
fragment
String fragment
-
queryParameters
QueryParameters queryParameters
-
segments
List<String> segments
-
-
-
Class com.vaadin.flow.router.LocationChangeEvent extends EventObject implements Serializable
-
Serialized Fields
-
location
Location location
-
rerouteTarget
NavigationHandler rerouteTarget
-
routeTargetChain
List<HasElement> routeTargetChain
-
statusCode
int statusCode
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
-
-
Class com.vaadin.flow.router.NavigationEvent extends EventObject implements Serializable
-
Serialized Fields
-
forwardTo
boolean forwardTo
-
location
Location location
-
state
elemental.json.JsonValue state
-
trigger
NavigationTrigger trigger
-
ui
UI ui
-
-
-
Class com.vaadin.flow.router.NavigationState extends Object implements Serializable
-
Serialized Fields
-
navigationTarget
Class<? extends Component> navigationTarget
-
resolvedPath
String resolvedPath
-
routeParameters
RouteParameters routeParameters
-
router
Router router
-
routeTarget
RouteTarget routeTarget
-
-
-
Class com.vaadin.flow.router.NotFoundException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.router.QueryParameters extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteAliasData extends RouteBaseData<RouteAliasData> implements Serializable
-
Class com.vaadin.flow.router.RouteBaseData extends Object implements Serializable
-
Serialized Fields
-
navigationTarget
Class<? extends Component> navigationTarget
-
parameters
Map<String,RouteParameterData> parameters
-
parentLayouts
List<Class<? extends RouterLayout>> parentLayouts
-
template
String template
-
-
-
Class com.vaadin.flow.router.RouteConfiguration extends Object implements Serializable
-
Serialized Fields
-
handledRegistry
RouteRegistry handledRegistry
-
-
-
Class com.vaadin.flow.router.RouteData extends RouteBaseData<RouteData> implements Serializable
-
Serialized Fields
-
routeAliases
List<RouteAliasData> routeAliases
-
-
-
Class com.vaadin.flow.router.RouteNotFoundError extends Component implements Serializable
-
Class com.vaadin.flow.router.RouteParam extends Pair<String,String> implements Serializable
-
Class com.vaadin.flow.router.RouteParameterData extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteParameterRegex extends Object implements Serializable
-
Class com.vaadin.flow.router.RouteParameters extends Object implements Serializable
-
Class com.vaadin.flow.router.Router extends Object implements Serializable
-
Serialized Fields
-
registry
RouteRegistry registry
-
routeResolver
RouteResolver routeResolver
-
-
-
Class com.vaadin.flow.router.RouterLink extends Component implements Serializable
-
Serialized Fields
-
highlightAction
HighlightAction<RouterLink> highlightAction
-
highlightCondition
HighlightCondition<RouterLink> highlightCondition
-
queryParameters
QueryParameters queryParameters
-
-
-
Class com.vaadin.flow.router.RoutesChangedEvent extends EventObject implements Serializable
-
Serialized Fields
-
added
List<RouteBaseData<?>> added
-
removed
List<RouteBaseData<?>> removed
-
-
-
-
Package com.vaadin.flow.router.internal
-
Class com.vaadin.flow.router.internal.AbstractNavigationStateRenderer extends Object implements Serializable
-
Serialized Fields
-
locationChangeEvent
LocationChangeEvent locationChangeEvent
-
navigationState
NavigationState navigationState
-
postponed
Postpone postponed
-
routeLayoutTypes
List<Class<? extends RouterLayout>> routeLayoutTypes
-
-
-
Class com.vaadin.flow.router.internal.AbstractRouteRegistry extends Object implements Serializable
-
Serialized Fields
-
configurationLock
ReentrantLock configurationLock
Lock used to ensure there's only one update going on at once.
The lock is configured to always guarantee a fair ordering.
-
configuredRoutes
ConfiguredRoutes configuredRoutes
The live configuration for this route registry. This can only be updated through
AbstractRouteRegistry.configure(Configuration)
for concurrency reasons. -
editing
ConfigureRoutes editing
-
routesChangedListeners
CopyOnWriteArrayList<RoutesChangedListener> routesChangedListeners
-
-
-
Class com.vaadin.flow.router.internal.ConfiguredRoutes extends Object implements Serializable
-
Serialized Fields
-
exceptionTargetMap
Map<Class<? extends Exception>,Class<? extends Component>> exceptionTargetMap
-
routeMap
Map<String,RouteTarget> routeMap
-
routeModel
com.vaadin.flow.router.internal.RouteModel routeModel
-
targetRouteMap
Map<Class<? extends Component>,String> targetRouteMap
-
targetRouteModelMap
Map<Class<? extends Component>,com.vaadin.flow.router.internal.RouteModel> targetRouteModelMap
-
-
-
Class com.vaadin.flow.router.internal.ConfigureRoutes extends ConfiguredRoutes implements Serializable
-
Serialized Fields
-
exceptionTargetMap
Map<Class<? extends Exception>,Class<? extends Component>> exceptionTargetMap
-
routeMap
Map<String,RouteTarget> routeMap
-
routeModel
com.vaadin.flow.router.internal.RouteModel routeModel
-
targetRouteMap
Map<Class<? extends Component>,String> targetRouteMap
-
targetRouteModelMap
Map<Class<? extends Component>,com.vaadin.flow.router.internal.RouteModel> targetRouteModelMap
-
-
-
Class com.vaadin.flow.router.internal.DefaultRouteResolver extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.ErrorStateRenderer extends AbstractNavigationStateRenderer implements Serializable
-
Class com.vaadin.flow.router.internal.ErrorTargetEntry extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.HasUrlParameterFormat extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.InternalRedirectHandler extends Object implements Serializable
-
Serialized Fields
-
target
Location target
-
-
-
Class com.vaadin.flow.router.internal.NavigationRouteTarget extends Object implements Serializable
-
Serialized Fields
-
parameters
RouteParameters parameters
-
path
String path
-
routeTarget
RouteTarget routeTarget
-
-
-
Class com.vaadin.flow.router.internal.NavigationStateRenderer extends AbstractNavigationStateRenderer implements Serializable
-
Class com.vaadin.flow.router.internal.PathUtil extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.Postpone extends Object implements Serializable
-
Serialized Fields
-
remainingLeaveListeners
ArrayDeque<BeforeLeaveHandler> remainingLeaveListeners
-
remainingNavigationListeners
ArrayDeque<BeforeEnterHandler> remainingNavigationListeners
-
-
-
Class com.vaadin.flow.router.internal.ResolveRequest extends Object implements Serializable
-
Class com.vaadin.flow.router.internal.RouteTarget extends Object implements Serializable
-
Serialized Fields
-
parentLayouts
List<Class<? extends RouterLayout>> parentLayouts
-
target
Class<? extends Component> target
-
-
-
-
Package com.vaadin.flow.server
-
Class com.vaadin.flow.server.AbstractDeploymentConfiguration extends AbstractPropertyConfiguration implements Serializable
-
Class com.vaadin.flow.server.AbstractPropertyConfiguration extends Object implements Serializable
-
Class com.vaadin.flow.server.AbstractStreamResource extends Object implements Serializable
-
Serialized Fields
-
cacheTime
long cacheTime
-
id
String id
-
-
-
Class com.vaadin.flow.server.AmbiguousRouteConfigurationException extends InvalidRouteConfigurationException implements Serializable
-
Class com.vaadin.flow.server.AppShellRegistry extends Object implements Serializable
-
Serialized Fields
-
appShellClass
Class<? extends AppShellConfigurator> appShellClass
-
lookup
Lookup lookup
-
-
-
Class com.vaadin.flow.server.AppShellRegistry.AppShellRegistryWrapper extends Object implements Serializable
-
Serialized Fields
-
registry
AppShellRegistry registry
-
-
-
Class com.vaadin.flow.server.Attributes extends Object implements Serializable
-
Class com.vaadin.flow.server.BootstrapException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.BootstrapHandler extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
pageBuilder
BootstrapHandler.PageBuilder pageBuilder
-
-
-
Class com.vaadin.flow.server.BootstrapHandler.BootstrapPageBuilder extends Object implements Serializable
-
Class com.vaadin.flow.server.BootstrapHandler.BootstrapUriResolver extends VaadinUriResolver implements Serializable
-
Serialized Fields
-
servletPathToContextRoot
String servletPathToContextRoot
-
-
-
Class com.vaadin.flow.server.Constants extends Object implements Serializable
-
Class com.vaadin.flow.server.CustomizedSystemMessages extends SystemMessages implements Serializable
-
Class com.vaadin.flow.server.DefaultDeploymentConfiguration extends PropertyDeploymentConfiguration implements Serializable
-
Serialized Fields
-
closeIdleSessions
boolean closeIdleSessions
-
heartbeatInterval
int heartbeatInterval
-
info
List<String> info
-
maxMessageSuspendTimeout
int maxMessageSuspendTimeout
-
productionMode
boolean productionMode
-
pushMode
PushMode pushMode
-
pushURL
String pushURL
-
requestTiming
boolean requestTiming
-
sendUrlsAsParameters
boolean sendUrlsAsParameters
-
syncIdCheck
boolean syncIdCheck
-
useDeprecatedV14Bootstrapping
boolean useDeprecatedV14Bootstrapping
-
warnings
List<String> warnings
-
webComponentDisconnect
int webComponentDisconnect
-
xsrfProtectionEnabled
boolean xsrfProtectionEnabled
-
-
-
Class com.vaadin.flow.server.DefaultErrorHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.DefaultSystemMessagesProvider extends Object implements Serializable
-
Class com.vaadin.flow.server.DeploymentConfigurationFactory extends AbstractConfigurationFactory implements Serializable
-
Class com.vaadin.flow.server.ErrorEvent extends Object implements Serializable
-
Serialized Fields
-
throwable
Throwable throwable
-
-
-
Class com.vaadin.flow.server.ExecutionFailedException extends Exception implements Serializable
-
Class com.vaadin.flow.server.HandlerHelper extends Object implements Serializable
-
Class com.vaadin.flow.server.InitialPageSettings extends Object implements Serializable
-
Serialized Fields
-
afterNavigationEvent
AfterNavigationEvent afterNavigationEvent
Deprecated. -
browser
WebBrowser browser
Deprecated. -
elements
Map<InitialPageSettings.Position,List<org.jsoup.nodes.Element>> elements
Deprecated. -
inline
Map<InitialPageSettings.Position,List<elemental.json.JsonObject>> inline
Deprecated. -
request
VaadinRequest request
Deprecated. -
ui
UI ui
Deprecated. -
viewport
String viewport
Deprecated.
-
-
-
Class com.vaadin.flow.server.InitParameters extends Object implements Serializable
-
Class com.vaadin.flow.server.InvalidApplicationConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidCustomElementNameException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidI18NConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidRouteConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.InvalidRouteLayoutConfigurationException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.NoInputStreamException extends Exception implements Serializable
-
Class com.vaadin.flow.server.NoOutputStreamException extends Exception implements Serializable
-
Class com.vaadin.flow.server.Platform extends Object implements Serializable
-
Class com.vaadin.flow.server.PropertyDeploymentConfiguration extends AbstractDeploymentConfiguration implements Serializable
-
Serialized Fields
-
allProperties
Properties allProperties
Contains properties from both: parent config and provided properties.
-
parentConfig
ApplicationConfiguration parentConfig
-
systemPropertyBaseClass
Class<?> systemPropertyBaseClass
-
-
-
Class com.vaadin.flow.server.PwaConfiguration extends Object implements Serializable
-
Serialized Fields
-
appName
String appName
-
backgroundColor
String backgroundColor
-
description
String description
-
display
String display
-
enabled
boolean enabled
-
iconPath
String iconPath
-
manifestPath
String manifestPath
-
offlineEnabled
boolean offlineEnabled
-
offlinePath
String offlinePath
-
offlineResources
List<String> offlineResources
-
serviceWorkerPath
String serviceWorkerPath
-
shortName
String shortName
-
startPath
String startPath
-
themeColor
String themeColor
-
-
-
Class com.vaadin.flow.server.PwaIcon extends Object implements Serializable
-
Class com.vaadin.flow.server.PwaRegistry extends Object implements Serializable
-
Class com.vaadin.flow.server.ServiceContextUriResolver extends VaadinUriResolver implements Serializable
-
Class com.vaadin.flow.server.ServiceDestroyEvent extends EventObject implements Serializable
-
Class com.vaadin.flow.server.ServiceException extends Exception implements Serializable
-
Class com.vaadin.flow.server.ServiceInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
addedBootstrapListeners
List<BootstrapListener> addedBootstrapListeners
-
addedDependencyFilters
List<DependencyFilter> addedDependencyFilters
-
addedIndexHtmlRequestListeners
List<IndexHtmlRequestListener> addedIndexHtmlRequestListeners
-
addedRequestHandlers
List<RequestHandler> addedRequestHandlers
-
-
-
Class com.vaadin.flow.server.SessionDestroyEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SessionExpiredException extends Exception implements Serializable
-
Class com.vaadin.flow.server.SessionInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SessionRouteRegistry extends AbstractRouteRegistry implements Serializable
-
Serialized Fields
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.StaticFileServer extends Object implements Serializable
-
Serialized Fields
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
-
devModeHandler
DevModeHandler devModeHandler
-
responseWriter
ResponseWriter responseWriter
-
vaadinService
VaadinService vaadinService
-
-
-
Class com.vaadin.flow.server.StreamReceiver extends AbstractStreamResource implements Serializable
-
Serialized Fields
-
attributeName
String attributeName
-
node
StateNode node
-
streamVariable
StreamVariable streamVariable
-
-
-
Class com.vaadin.flow.server.StreamResource extends AbstractStreamResource implements Serializable
-
Serialized Fields
-
fileName
String fileName
-
headers
Map<String,String> headers
-
resolver
ContentTypeResolver resolver
-
writer
StreamResourceWriter writer
-
-
-
Class com.vaadin.flow.server.StreamResourceRegistry extends Object implements Serializable
-
Serialized Fields
-
res
Map<URI,AbstractStreamResource> res
-
session
VaadinSession session
-
-
-
Class com.vaadin.flow.server.SynchronizedRequestHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.SystemMessages extends Object implements Serializable
-
Serialized Fields
-
cookiesDisabledCaption
String cookiesDisabledCaption
-
cookiesDisabledMessage
String cookiesDisabledMessage
-
cookiesDisabledNotificationEnabled
boolean cookiesDisabledNotificationEnabled
-
cookiesDisabledURL
String cookiesDisabledURL
-
internalErrorCaption
String internalErrorCaption
-
internalErrorMessage
String internalErrorMessage
-
internalErrorNotificationEnabled
boolean internalErrorNotificationEnabled
-
internalErrorURL
String internalErrorURL
-
sessionExpiredCaption
String sessionExpiredCaption
-
sessionExpiredMessage
String sessionExpiredMessage
-
sessionExpiredNotificationEnabled
boolean sessionExpiredNotificationEnabled
-
sessionExpiredURL
String sessionExpiredURL
-
-
-
Class com.vaadin.flow.server.SystemMessagesInfo extends Object implements Serializable
-
Serialized Fields
-
locale
Locale locale
-
service
VaadinService service
-
-
-
Class com.vaadin.flow.server.UIInitEvent extends EventObject implements Serializable
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.UnsupportedBrowserHandler extends 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
-
atmosphereAvailable
boolean atmosphereAvailable
-
bootstrapInitialPredicate
BootstrapInitialPredicate bootstrapInitialPredicate
-
bootstrapListeners
Iterable<BootstrapListener> bootstrapListeners
-
bootstrapUrlPredicate
BootstrapUrlPredicate bootstrapUrlPredicate
-
classLoader
ClassLoader classLoader
-
dependencyFilters
Iterable<DependencyFilter> dependencyFilters
-
deploymentConfiguration
DeploymentConfiguration deploymentConfiguration
Should never be used directly, always use
VaadinService.getDeploymentConfiguration()
. -
initialized
boolean initialized
Set to true when
VaadinService.init()
has been run. -
instantiator
Instantiator instantiator
-
pushWarningEmitted
boolean pushWarningEmitted
Keeps track of whether a warning about missing push support has already been logged. This is used to avoid spamming the log with the same message every time a new UI is bootstrapped.
-
requestHandlers
Iterable<RequestHandler> requestHandlers
-
router
Router router
-
serviceDestroyListeners
Set<ServiceDestroyListener> serviceDestroyListeners
-
sessionDestroyListeners
List<SessionDestroyListener> sessionDestroyListeners
-
sessionInitListeners
List<SessionInitListener> sessionInitListeners
-
systemMessagesProvider
SystemMessagesProvider systemMessagesProvider
-
uiInitListeners
List<UIInitListener> uiInitListeners
-
vaadinContext
VaadinContext vaadinContext
-
-
-
Class com.vaadin.flow.server.VaadinServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
isServletInitialized
boolean isServletInitialized
-
servletService
VaadinServletService servletService
-
staticFileHandler
StaticFileHandler staticFileHandler
-
-
-
Class com.vaadin.flow.server.VaadinServletConfig extends Object implements Serializable
-
Class com.vaadin.flow.server.VaadinServletContext extends Object implements Serializable
-
Class com.vaadin.flow.server.VaadinServletService extends VaadinService implements Serializable
-
Serialized Fields
-
contextResolver
ServiceContextUriResolver contextResolver
-
servlet
VaadinServlet servlet
Should never be used directly, always use
VaadinServletService.getServlet()
.
-
-
-
Class com.vaadin.flow.server.VaadinSession extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Override default deserialization logic to account for transient
VaadinSession.pendingAccessQueue
.Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found -
writeObject
private void writeObject(ObjectOutputStream stream) throws IOException
Throws:
-
-
Serialized Fields
-
attributes
Attributes attributes
-
browser
WebBrowser browser
-
configuration
DeploymentConfiguration configuration
Configuration for the session.
-
cumulativeRequestDuration
long cumulativeRequestDuration
-
errorHandler
ErrorHandler errorHandler
Session wide error handler which is used by default if an error is left unhandled.
-
lastLocked
long lastLocked
-
lastRequestDuration
long lastRequestDuration
-
lastRequestTimestamp
long lastRequestTimestamp
-
lastUnlocked
long lastUnlocked
-
locale
Locale locale
Default locale of the session.
-
nextUIId
int nextUIId
-
pushId
String pushId
-
requestHandlers
LinkedList<RequestHandler> requestHandlers
-
resourceRegistry
StreamResourceRegistry resourceRegistry
-
sessionClosedExplicitly
boolean sessionClosedExplicitly
-
state
VaadinSessionState state
-
-
-
Class com.vaadin.flow.server.Version extends Object implements Serializable
-
Class com.vaadin.flow.server.WebBrowser extends Object implements Serializable
-
Serialized Fields
-
address
String address
-
browserApplication
String browserApplication
-
browserDetails
BrowserDetails browserDetails
-
locale
Locale locale
-
secureConnection
boolean secureConnection
-
-
-
Class com.vaadin.flow.server.WrappedHttpSession extends Object implements Serializable
-
Serialized Fields
-
session
javax.servlet.http.HttpSession session
-
-
-
-
Package com.vaadin.flow.server.auth
-
Class com.vaadin.flow.server.auth.AccessAnnotationChecker extends Object implements Serializable
-
Class com.vaadin.flow.server.auth.ViewAccessChecker extends Object implements Serializable
-
Serialized Fields
-
accessAnnotationChecker
AccessAnnotationChecker accessAnnotationChecker
-
enabled
boolean enabled
-
loginUrl
String loginUrl
-
loginView
Class<? extends Component> loginView
-
-
-
-
Package com.vaadin.flow.server.communication
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException
Reinitializes this PushConnection after deserialization. The connection is initially in disconnected state; the client will handle the reconnecting.
Throws:
IOException
- if an IO error occurredClassNotFoundException
- if the class of the stream object could not be found
-
-
Serialized Fields
-
ui
UI ui
-
-
-
Class com.vaadin.flow.server.communication.AtmospherePushConnection.FragmentedMessage extends Object implements Serializable
-
Serialized Fields
-
message
StringBuilder message
-
messageLength
int messageLength
-
-
-
Class com.vaadin.flow.server.communication.FaviconHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.HeartbeatHandler extends SynchronizedRequestHandler implements Serializable
-
Class com.vaadin.flow.server.communication.IndexHtmlRequestHandler extends JavaScriptBootstrapHandler implements Serializable
-
Class com.vaadin.flow.server.communication.JavaScriptBootstrapHandler extends BootstrapHandler implements Serializable
-
Class com.vaadin.flow.server.communication.MetadataWriter extends Object implements Serializable
-
Serialized Fields
-
timeoutInterval
int timeoutInterval
-
-
-
Class com.vaadin.flow.server.communication.PushAtmosphereHandler extends org.atmosphere.handler.AbstractReflectorAtmosphereHandler implements Serializable
-
Serialized Fields
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PushRequestHandler extends Object implements Serializable
-
Serialized Fields
-
atmosphere
org.atmosphere.cpr.AtmosphereFramework atmosphere
-
pushHandler
PushHandler pushHandler
-
-
-
Class com.vaadin.flow.server.communication.PwaHandler extends Object implements Serializable
-
Serialized Fields
-
isInitialized
boolean isInitialized
-
pwaRegistryGetter
SerializableSupplier<PwaRegistry> pwaRegistryGetter
-
requestHandlerMap
Map<String,RequestHandler> requestHandlerMap
-
-
-
Class com.vaadin.flow.server.communication.ReturnChannelHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler.InvalidUIDLSecurityKeyException extends GeneralSecurityException implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler.ResynchronizationRequiredException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.communication.ServerRpcHandler.RpcRequest extends Object implements Serializable
-
Serialized Fields
-
clientToServerMessageId
int clientToServerMessageId
-
csrfToken
String csrfToken
-
invocations
elemental.json.JsonArray invocations
-
json
elemental.json.JsonObject json
-
resynchronize
boolean resynchronize
-
syncId
int syncId
-
-
-
Class com.vaadin.flow.server.communication.SessionRequestHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.StreamReceiverHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.StreamReceiverHandler.UploadInterruptedException extends Exception implements Serializable
-
Class com.vaadin.flow.server.communication.StreamRequestHandler extends Object implements Serializable
-
Serialized Fields
-
receiverHandler
StreamReceiverHandler receiverHandler
-
resourceHandler
StreamResourceHandler resourceHandler
-
-
-
Class com.vaadin.flow.server.communication.StreamResourceHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.UidlRequestHandler extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
rpcHandler
AtomicReference<ServerRpcHandler> rpcHandler
-
-
-
Class com.vaadin.flow.server.communication.UidlWriter extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.UidlWriter.ResolveContext extends Object implements Serializable
-
Serialized Fields
-
browser
WebBrowser browser
-
service
VaadinService service
-
-
-
Class com.vaadin.flow.server.communication.WebComponentBootstrapHandler extends BootstrapHandler implements Serializable
-
Class com.vaadin.flow.server.communication.WebComponentProvider extends SynchronizedRequestHandler implements Serializable
-
Serialized Fields
-
cache
ConcurrentHashMap<String,String> cache
-
-
-
-
Package com.vaadin.flow.server.communication.rpc
-
Class com.vaadin.flow.server.communication.rpc.AbstractRpcInvocationHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.AttachExistingElementRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.AttachTemplateChildRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.DefaultRpcDecoder extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.EventRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.MapSyncRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.NavigationRpcHandler extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.PublishedServerEventHandlerRpcHandler extends AbstractRpcInvocationHandler implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.RpcDecodeException extends Exception implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.StringToEnumDecoder extends Object implements Serializable
-
Class com.vaadin.flow.server.communication.rpc.StringToNumberDecoder extends Object implements Serializable
-
-
Package com.vaadin.flow.server.communication.streaming
-
Class com.vaadin.flow.server.communication.streaming.StreamingEndEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Class com.vaadin.flow.server.communication.streaming.StreamingErrorEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Serialized Fields
-
exception
Exception exception
-
-
-
Class com.vaadin.flow.server.communication.streaming.StreamingProgressEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Class com.vaadin.flow.server.communication.streaming.StreamingStartEventImpl extends com.vaadin.flow.server.communication.streaming.AbstractStreamingEvent implements Serializable
-
Serialized Fields
-
disposed
boolean disposed
-
-
-
-
Package com.vaadin.flow.server.frontend
-
Class com.vaadin.flow.server.frontend.FallbackChunk extends Object implements Serializable
-
Serialized Fields
-
cssImports
Set<FallbackChunk.CssImportData> cssImports
-
modules
Set<String> modules
-
-
-
Class com.vaadin.flow.server.frontend.FallbackChunk.CssImportData extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendToolsLocator extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendToolsSettings extends Object implements Serializable
-
Serialized Fields
-
alternativeDirGetter
SerializableSupplier<String> alternativeDirGetter
-
autoUpdate
boolean autoUpdate
-
baseDir
String baseDir
-
forceAlternativeNode
boolean forceAlternativeNode
-
ignoreVersionChecks
boolean ignoreVersionChecks
-
nodeDownloadRoot
URI nodeDownloadRoot
-
nodeVersion
String nodeVersion
-
useGlobalPnpm
boolean useGlobalPnpm
-
-
-
Class com.vaadin.flow.server.frontend.FrontendUtils.CommandExecutionException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendUtils.UnknownVersionException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.FrontendVersion extends Object implements Serializable
-
Serialized Fields
-
buildIdentifier
String buildIdentifier
Build identifier. For example "nightly-20091123-c9963" in 6.2.0.nightly-20091123-c9963.
-
buildIdentifierParser
Pattern buildIdentifierParser
Parses the buildIdentifier to String + Integer. For instance beta1 returns 'beta' and '1'
-
majorVersion
int majorVersion
Major version number. For example 6 in 6.2.0.
-
minorVersion
int minorVersion
Minor version number. For example 2 in 6.2.0.
-
revision
int revision
Version revision number. For example 0 in 6.2.0.
-
version
String version
The version number of this release. For example "6.2.0". Always in the format "major.minor.revision[.build]". The build part is optional. All of major, minor, revision must be integers.
-
-
-
Class com.vaadin.flow.server.frontend.FrontendWebComponentGenerator extends Object implements Serializable
-
Serialized Fields
-
finder
ClassFinder finder
-
-
-
Class com.vaadin.flow.server.frontend.NodeTasks.Builder extends Object implements Serializable
-
Serialized Fields
-
applicationProperties
File applicationProperties
-
buildDirectory
String buildDirectory
-
classFinder
ClassFinder classFinder
-
cleanNpmFiles
boolean cleanNpmFiles
-
copyTemplates
boolean copyTemplates
-
createMissingPackageJson
boolean createMissingPackageJson
-
enableImportsUpdate
boolean enableImportsUpdate
-
enablePackagesUpdate
boolean enablePackagesUpdate
-
enablePnpm
boolean enablePnpm
-
enableWebpackConfigUpdate
boolean enableWebpackConfigUpdate
-
endpointGeneratedOpenAPIFile
File endpointGeneratedOpenAPIFile
-
endpointSourceFolder
File endpointSourceFolder
-
flowResourcesFolder
File flowResourcesFolder
-
frontendDirectory
File frontendDirectory
-
frontendGeneratedFolder
File frontendGeneratedFolder
-
generatedFolder
File generatedFolder
Directory where generated files are written.
-
generateEmbeddableWebComponents
boolean generateEmbeddableWebComponents
-
jarFiles
Set<File> jarFiles
-
javaResourceFolder
File javaResourceFolder
The resource folder for java resources.
-
localResourcesFolder
File localResourcesFolder
-
lookup
Lookup lookup
-
nodeAutoUpdate
boolean nodeAutoUpdate
-
nodeDownloadRoot
URI nodeDownloadRoot
Download node.js from this URL. Handy in heavily firewalled corporate environments where the node.js download can be provided from an intranet mirror. Defaults to
NodeInstaller.DEFAULT_NODEJS_DOWNLOAD_ROOT
. -
nodeVersion
String nodeVersion
The node.js version to be used when node.js is installed automatically by Vaadin, for example
"v16.0.0"
. Defaults to "v16.18.1". -
npmFolder
File npmFolder
Directory for npm and folders and files.
-
postinstallPackages
List<String> postinstallPackages
Additional npm packages to run postinstall for.
-
productionMode
boolean productionMode
Default is true here so we do not accidentally include development stuff into production.
-
requireHomeNodeExec
boolean requireHomeNodeExec
-
resourceOutputDirectory
File resourceOutputDirectory
-
runNpmInstall
boolean runNpmInstall
-
tokenFile
File tokenFile
-
tokenFileData
elemental.json.JsonObject tokenFileData
-
useByteCodeScanner
boolean useByteCodeScanner
-
useGlobalPnpm
boolean useGlobalPnpm
-
useLegacyV14Bootstrap
boolean useLegacyV14Bootstrap
Is in client-side bootstrapping mode.
-
webappResourcesDirectory
File webappResourcesDirectory
-
-
-
Class com.vaadin.flow.server.frontend.TaskUpdateSettingsFile extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.TaskUpdateVite extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.UnknownTaskException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.frontend.WebpackConnectionException extends RuntimeException implements Serializable
-
-
Package com.vaadin.flow.server.frontend.installer
-
Class com.vaadin.flow.server.frontend.installer.ArchiveExtractionException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.installer.InstallationException extends Exception implements Serializable
-
Class com.vaadin.flow.server.frontend.installer.ProxyConfig.Proxy extends Object implements Serializable
-
Serialized Fields
-
-
-
Package com.vaadin.flow.server.frontend.scanner
-
Class com.vaadin.flow.server.frontend.scanner.ClassFinder.CachedClassFinder extends Object implements Serializable
-
Serialized Fields
-
annotatedClassesMapCache
Map<Class<? extends Annotation>,Set<Class<?>>> annotatedClassesMapCache
-
classFinder
ClassFinder classFinder
-
-
-
Class com.vaadin.flow.server.frontend.scanner.ClassFinder.DefaultClassFinder extends Object implements Serializable
-
Serialized Fields
-
classes
LinkedHashSet<Class<?>> classes
-
-
-
Class com.vaadin.flow.server.frontend.scanner.CssData extends Object implements Serializable
-
Class com.vaadin.flow.server.frontend.scanner.EndPointData extends Object implements Serializable
-
Serialized Fields
-
classes
HashSet<String> classes
-
layout
String layout
-
modules
LinkedHashSet<String> modules
-
name
String name
-
route
String route
-
scripts
LinkedHashSet<String> scripts
-
theme
com.vaadin.flow.server.frontend.scanner.ThemeData theme
-
themeModules
LinkedHashSet<String> themeModules
-
-
-
Class com.vaadin.flow.server.frontend.scanner.FrontendDependencies extends com.vaadin.flow.server.frontend.scanner.AbstractDependenciesScanner implements Serializable
-
Serialized Fields
-
endPoints
HashMap<String,EndPointData> endPoints
-
packages
HashMap<String,String> packages
-
pwaConfiguration
PwaConfiguration pwaConfiguration
-
themeDefinition
ThemeDefinition themeDefinition
-
themeInstance
AbstractTheme themeInstance
-
useV14Bootstrap
boolean useV14Bootstrap
-
visited
Set<String> visited
-
-
-
-
Package com.vaadin.flow.server.startup
-
Class com.vaadin.flow.server.startup.AbstractAnnotationValidator extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.AbstractConfigurationFactory extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.AbstractRouteRegistryInitializer extends Object implements Serializable
-
Serialized Fields
-
pwaClass
Class<?> pwaClass
-
-
-
Class com.vaadin.flow.server.startup.AnnotationValidator extends AbstractAnnotationValidator implements Serializable
-
Class com.vaadin.flow.server.startup.ApplicationRouteRegistry extends AbstractRouteRegistry implements Serializable
-
Serialized Fields
-
context
VaadinContext context
-
pwaConfigurationClass
AtomicReference<Class<?>> pwaConfigurationClass
-
routeFilters
ArrayList<NavigationTargetFilter> routeFilters
-
-
-
Class com.vaadin.flow.server.startup.ApplicationRouteRegistry.ApplicationRouteRegistryWrapper extends Object implements Serializable
-
Serialized Fields
-
registry
ApplicationRouteRegistry registry
-
-
-
Class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory extends AbstractConfigurationFactory implements Serializable
-
Class com.vaadin.flow.server.startup.DefaultApplicationConfigurationFactory.ApplicationConfigurationImpl extends AbstractPropertyConfiguration implements Serializable
-
Serialized Fields
-
context
VaadinContext context
-
fallbackChunk
FallbackChunk fallbackChunk
-
-
-
Class com.vaadin.flow.server.startup.DuplicateNavigationTitleException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.startup.RouteRegistryInitializer extends AbstractRouteRegistryInitializer implements Serializable
-
Class com.vaadin.flow.server.startup.VaadinAppShellInitializer extends Object implements Serializable
-
Class com.vaadin.flow.server.startup.VaadinInitializerException extends Exception implements Serializable
-
Class com.vaadin.flow.server.startup.WebComponentExporterAwareValidator extends AbstractAnnotationValidator implements Serializable
-
-
Package com.vaadin.flow.server.webcomponent
-
Class com.vaadin.flow.server.webcomponent.PropertyConfigurationImpl extends Object implements Serializable
-
Serialized Fields
-
componentClass
Class<C extends Component> componentClass
-
data
PropertyData<P extends Serializable> data
-
onChangeHandler
SerializableBiConsumer<C extends Component,Serializable> onChangeHandler
-
-
-
Class com.vaadin.flow.server.webcomponent.PropertyData extends Object implements Serializable
-
Serialized Fields
-
defaultValue
P extends Serializable defaultValue
-
name
String name
-
readOnly
boolean readOnly
-
type
Class<P extends Serializable> type
-
-
-
Class com.vaadin.flow.server.webcomponent.UnsupportedPropertyTypeException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.server.webcomponent.WebComponentBinding extends Object implements Serializable
-
Serialized Fields
-
component
C extends Component component
-
properties
HashMap<String,com.vaadin.flow.server.webcomponent.WebComponentBinding.PropertyBinding<? extends Serializable>> properties
-
-
-
Class com.vaadin.flow.server.webcomponent.WebComponentConfigurationRegistry extends Object implements Serializable
-
Serialized Fields
-
bootstrapElements
ArrayList<Element> bootstrapElements
-
configurationLock
ReentrantLock configurationLock
Lock used to ensure there's only one update going on at once.
The lock is configured to always guarantee a fair ordering.
-
configurationMap
HashMap<String,WebComponentConfiguration<? extends Component>> configurationMap
-
configurationsSet
boolean configurationsSet
-
embeddedAppAnnotations
HashMap<Class<? extends Annotation>,Annotation> embeddedAppAnnotations
-
-
-
Class com.vaadin.flow.server.webcomponent.WebComponentExporterTagExtractor extends Object implements Serializable
-
Class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter extends Object implements Serializable
-
Class com.vaadin.flow.server.webcomponent.WebComponentModulesWriter.DirectoryWriter extends Object implements Serializable
-
-
Package com.vaadin.flow.shared
-
Class com.vaadin.flow.shared.ApplicationConstants extends Object implements Serializable
-
Class com.vaadin.flow.shared.BrowserDetails extends Object implements Serializable
-
Serialized Fields
-
browserEngineVersion
float browserEngineVersion
-
browserMajorVersion
int browserMajorVersion
-
browserMinorVersion
int browserMinorVersion
-
isChrome
boolean isChrome
-
isChromeOS
boolean isChromeOS
-
isEdge
boolean isEdge
-
isFirefox
boolean isFirefox
-
isGecko
boolean isGecko
-
isIE
boolean isIE
-
isIPad
boolean isIPad
-
isIPhone
boolean isIPhone
-
isOpera
boolean isOpera
-
isPresto
boolean isPresto
-
isSafari
boolean isSafari
-
isTrident
boolean isTrident
-
isWebKit
boolean isWebKit
-
isWindowsPhone
boolean isWindowsPhone
-
os
BrowserDetails.OperatingSystem os
-
osMajorVersion
int osMajorVersion
-
osMinorVersion
int osMinorVersion
-
-
-
Class com.vaadin.flow.shared.JsonConstants extends Object implements Serializable
-
Class com.vaadin.flow.shared.VaadinUriResolver extends Object implements Serializable
-
-
Package com.vaadin.flow.shared.communication
-
Class com.vaadin.flow.shared.communication.PushConstants extends Object implements Serializable
-
-
Package com.vaadin.flow.shared.ui
-
Class com.vaadin.flow.shared.ui.Dependency extends Object implements Serializable
-
Serialized Fields
-
loadMode
LoadMode loadMode
-
type
Dependency.Type type
-
url
String url
-
-
-
-
Package com.vaadin.flow.shared.util
-
Class com.vaadin.flow.shared.util.SharedUtil extends Object implements Serializable
-
Class com.vaadin.flow.shared.util.UniqueSerializable extends Object implements Serializable
-
-
Package com.vaadin.flow.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
-
converter
ModelEncoder<A,M extends Serializable> converter
Deprecated. -
wrappedModelType
ModelType wrappedModelType
Deprecated.
-
-
-
Class com.vaadin.flow.templatemodel.InvalidTemplateModelException extends RuntimeException implements Serializable
-
Class com.vaadin.flow.templatemodel.ListModelType extends Object implements Serializable
-
Serialized Fields
-
itemType
ComplexModelType<T> itemType
Deprecated.
-
-
-
Class com.vaadin.flow.templatemodel.ModelDescriptor extends BeanModelType<T extends TemplateModel> implements Serializable
-
Class com.vaadin.flow.templatemodel.TemplateModelListProxy extends AbstractList<T> implements Serializable
-
Serialized Fields
-
itemType
ComplexModelType<T> itemType
Deprecated. -
stateNode
StateNode stateNode
Deprecated.
-
-
-
Class com.vaadin.flow.templatemodel.TemplateModelProxyHandler extends Object implements Serializable
-
Class com.vaadin.flow.templatemodel.TemplateModelProxyHandler.InterfaceProxy extends Object implements Serializable
-
-
Package com.vaadin.flow.theme
-
Class com.vaadin.flow.theme.ThemeDefinition extends Object implements Serializable
-
Serialized Fields
-
name
String name
-
theme
Class<? extends AbstractTheme> theme
-
variant
String variant
-
-
-
-
Package com.vaadin.flow.theme.lumo
-
Class com.vaadin.flow.theme.lumo.Lumo extends Object implements Serializable
-
-
Package com.vaadin.flow.theme.material
-
Class com.vaadin.flow.theme.material.Material extends Object implements Serializable
-
-
Package org.apache.poi.ss.formula
-
Class org.apache.poi.ss.formula.CollaboratingWorkbooksEnvironment.WorkbookNotFoundException extends Exception implements Serializable
serialVersionUID:
8787784539811167941L
-
Class org.apache.poi.ss.formula.FormulaParseException extends RuntimeException implements Serializable
-