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.
Uses of Class
com.vaadin.flow.component.page.ExtendedClientDetails
Packages that use ExtendedClientDetails
-
Uses of ExtendedClientDetails in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return ExtendedClientDetailsModifier and TypeMethodDescriptionUIInternals.getExtendedClientDetails()
The extended client details, if obtained, are cached in this field.
Methods in com.vaadin.flow.component.internal with parameters of type ExtendedClientDetailsModifier and TypeMethodDescriptionvoid
UIInternals.setExtendedClientDetails
(ExtendedClientDetails details) Updates the extended client details.
-
Uses of ExtendedClientDetails in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page with parameters of type ExtendedClientDetailsModifier and TypeMethodDescriptionvoid
Page.ExtendedClientDetailsReceiver.receiveDetails
(ExtendedClientDetails extendedClientDetails) Invoked when the client-side details are available.