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()Returns the extended client details.Methods in com.vaadin.flow.component.internal with parameters of type ExtendedClientDetailsModifier and TypeMethodDescriptionvoidUIInternals.setExtendedClientDetails(ExtendedClientDetails details) Updates the extended client details. -
Uses of ExtendedClientDetails in com.vaadin.flow.component.page
Methods in com.vaadin.flow.component.page that return ExtendedClientDetailsModifier and TypeMethodDescriptionPage.getExtendedClientDetails()Gets the extended client details, such as screen resolution and time zone information.static ExtendedClientDetailsExtendedClientDetails.updateFromJson(UI ui, tools.jackson.databind.JsonNode json) Parses browser details from the given JSON and updates the UI from them: stores the resultingExtendedClientDetailson the UI's internals and seeds the page-visibility, geolocation-availability and web-share-support signals from the same payload.Methods in com.vaadin.flow.component.page with parameters of type ExtendedClientDetailsModifier and TypeMethodDescriptionvoidPage.ExtendedClientDetailsReceiver.receiveDetails(ExtendedClientDetails extendedClientDetails) Invoked when the client-side details are available.Method parameters in com.vaadin.flow.component.page with type arguments of type ExtendedClientDetailsModifier and TypeMethodDescriptionvoidExtendedClientDetails.refresh(SerializableConsumer<ExtendedClientDetails> callback) Refreshes the browser details by fetching updated values from the browser.