Uses of Class
com.vaadin.flow.component.page.ExtendedClientDetails
-
Packages that use ExtendedClientDetails Package Description com.vaadin.flow.component.internal com.vaadin.flow.component.page -
-
Uses of ExtendedClientDetails in com.vaadin.flow.component.internal
Methods in com.vaadin.flow.component.internal that return ExtendedClientDetails Modifier and Type Method Description ExtendedClientDetailsUIInternals. getExtendedClientDetails()The extended client details, if obtained, are cached in this field.Methods in com.vaadin.flow.component.internal with parameters of type ExtendedClientDetails Modifier and Type Method Description voidUIInternals. 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 ExtendedClientDetails Modifier and Type Method Description voidPage.ExtendedClientDetailsReceiver. receiveDetails(ExtendedClientDetails extendedClientDetails)Invoked when the client-side details are available.
-