Interface ServiceManagerUI.SearchResultCallback<T>

    • Method Detail

      • buildSearchResultDetailsPage

        com.vaadin.flow.component.Component buildSearchResultDetailsPage​(T searchResult)
        Given a search result, builds content to be displayed in the page.
        Parameters:
        searchResult - The search result to be expanded.
        Returns:
        The visual component that will show the detailed information about the search result.