Class ExtendedClientDetailsProvider

java.lang.Object
io.jmix.flowui.sys.ExtendedClientDetailsProvider

@Component("flowui_ExtendedClientDetailsProvider") public class ExtendedClientDetailsProvider extends Object
  • 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.
      Use getExtendedClientDetails() to get the cached details, or ExtendedClientDetails.refresh(SerializableConsumer) to refresh the cached values.
      Retrieves extended client details for the current UI and passes the details to the specified receiver.
      Parameters:
      receiver - the Page.ExtendedClientDetailsReceiver that 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.
      Use getExtendedClientDetails() to get the cached details, or ExtendedClientDetails.refresh(SerializableConsumer) to refresh the cached values.
      Retrieves extended client details for the specified UI and passes the details to the specified receiver.
      Parameters:
      ui - the UI for which to retrieve extended client details
      receiver - the Page.ExtendedClientDetailsReceiver that will handle the received extended client details