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 TypeMethodDescriptionstatic ExtendedClientDetailsCreates an ExtendedClientDetails instance from browser details JSON object.Page.getExtendedClientDetails()Gets the extended client details, such as screen resolution and time zone information.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.