We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.internal.
Package com.vaadin.flow.component.internal
-
Class Summary Class Description AbstractAttachDetachEvent Internal helper for
AttachEvent
andDetachEvent
.AbstractFieldSupport<C extends Component & HasValue<AbstractField.ComponentValueChangeEvent<C,T>,T>,T> Encapsulates all the logic required for a typical field implementation.
ComponentMetaData Immutable meta data related to a component class.
ComponentMetaData.DependencyInfo Dependencies defined for a
Component
class.ComponentMetaData.HtmlImportDependency ComponentMetaData.SynchronizedPropertyInfo Synchronized properties defined for a
Component
class.CompositionEvent Abstract class for composition events.
DependencyList List for storing dependencies/files (JavaScript, Stylesheets) to be loaded and included on the client side.
EventDataCache Cache for tracking global information related to
ComponentEvent
types.HtmlDependencyParser Html import dependencies parser.
KeyboardEvent Abstract class for keyboard events.
UIInternals Holds UI-specific methods and data which are intended for internal use by the framework.
UIInternals.JavaScriptInvocation A
Page.executeJavaScript(String, Serializable...)
invocation that has not yet been sent to the client.