Class ServiceDashboardFactory
- java.lang.Object
-
- org.neotropic.kuwaiba.modules.optional.serviceman.widgets.ServiceDashboardFactory
-
@Component public class ServiceDashboardFactory extends Object
A factory class to build Service Manager dashboards as an strategy to avoid carrying around the XEMs and the translation service.- Author:
- Charles Edward Bedon Cortazar <charles.bedon@kuwaiba.org>
-
-
Constructor Summary
Constructors Constructor Description ServiceDashboardFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.vaadin.flow.component.orderedlayout.HorizontalLayout
build(BusinessObjectLight aService)
-
-
-
Method Detail
-
build
public com.vaadin.flow.component.orderedlayout.HorizontalLayout build(BusinessObjectLight aService)
-
-