Class ServiceManagerUI.CustomerSearchResultCallback
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.optional.serviceman.ServiceManagerUI.CustomerSearchResultCallback
-
- All Implemented Interfaces:
ServiceManagerUI.SearchResultCallback<BusinessObjectLight>
- Enclosing class:
- ServiceManagerUI
public class ServiceManagerUI.CustomerSearchResultCallback extends Object implements ServiceManagerUI.SearchResultCallback<BusinessObjectLight>
-
-
Constructor Summary
Constructors Constructor Description CustomerSearchResultCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.flow.component.Component
buildSearchResultDetailsPage(BusinessObjectLight searchResult)
Given a search result, builds content to be displayed in the page.
-
-
-
Method Detail
-
buildSearchResultDetailsPage
public com.vaadin.flow.component.Component buildSearchResultDetailsPage(BusinessObjectLight searchResult)
Description copied from interface:ServiceManagerUI.SearchResultCallback
Given a search result, builds content to be displayed in the page.- Specified by:
buildSearchResultDetailsPage
in interfaceServiceManagerUI.SearchResultCallback<BusinessObjectLight>
- Parameters:
searchResult
- The search result to be expanded.- Returns:
- The visual component that will show the detailed information about the search result.
-
-