Package io.jmix.flowui.sys
Class ExtendedClientDetailsProvider
java.lang.Object
io.jmix.flowui.sys.ExtendedClientDetailsProvider
@Component("flowui_ExtendedClientDetailsProvider")
public class ExtendedClientDetailsProvider
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.vaadin.flow.component.page.ExtendedClientDetailscom.vaadin.flow.component.page.ExtendedClientDetailsgetExtendedClientDetails(com.vaadin.flow.component.UI ui) voidretrieveExtendedClientDetails(com.vaadin.flow.component.page.Page.ExtendedClientDetailsReceiver receiver) Deprecated, for removal: This API element is subject to removal in a future version.voidretrieveExtendedClientDetails(com.vaadin.flow.component.UI ui, com.vaadin.flow.component.page.Page.ExtendedClientDetailsReceiver receiver) Deprecated, for removal: This API element is subject to removal in a future version.UsegetExtendedClientDetails()to get the cached details, orExtendedClientDetails.refresh(SerializableConsumer)to refresh the cached values.
-
Constructor Details
-
ExtendedClientDetailsProvider
public ExtendedClientDetailsProvider()
-
-
Method Details
-
getExtendedClientDetails
public com.vaadin.flow.component.page.ExtendedClientDetails getExtendedClientDetails() -
getExtendedClientDetails
public com.vaadin.flow.component.page.ExtendedClientDetails getExtendedClientDetails(com.vaadin.flow.component.UI ui) -
retrieveExtendedClientDetails
@Deprecated(since="3.0", forRemoval=true) public void retrieveExtendedClientDetails(com.vaadin.flow.component.page.Page.ExtendedClientDetailsReceiver receiver) Deprecated, for removal: This API element is subject to removal in a future version.UsegetExtendedClientDetails()to get the cached details, orExtendedClientDetails.refresh(SerializableConsumer)to refresh the cached values.Retrieves extended client details for the currentUIand passes the details to the specified receiver.- Parameters:
receiver- thePage.ExtendedClientDetailsReceiverthat will handle the received extended client details
-
retrieveExtendedClientDetails
@Deprecated(since="3.0", forRemoval=true) public void retrieveExtendedClientDetails(com.vaadin.flow.component.UI ui, com.vaadin.flow.component.page.Page.ExtendedClientDetailsReceiver receiver) Deprecated, for removal: This API element is subject to removal in a future version.UsegetExtendedClientDetails()to get the cached details, orExtendedClientDetails.refresh(SerializableConsumer)to refresh the cached values.Retrieves extended client details for the specifiedUIand passes the details to the specified receiver.- Parameters:
ui- theUIfor which to retrieve extended client detailsreceiver- thePage.ExtendedClientDetailsReceiverthat will handle the received extended client details
-
getExtendedClientDetails()to get the cached details, orExtendedClientDetails.refresh(SerializableConsumer)to refresh the cached values.