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 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 with parameters of type ExtendedClientDetailsModifier and TypeMethodDescriptionvoidPage.ExtendedClientDetailsReceiver.receiveDetails(ExtendedClientDetails extendedClientDetails) Invoked when the client-side details are available.