Class ReportComponentMapper
java.lang.Object
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper<Report, ReportBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseActionComponentMapper<Report, ReportBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.ReportComponentMapper
- All Implemented Interfaces:
ComponentMapper<Report, ReportBean>
-
Field Summary
Fields inherited from class BaseComponentMapper
textResources -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<ReportBean> Should be overridden in subclasses.map(Report component, Component.Configuration configuration) Methods inherited from class BaseComponentMapper
getComponentType
-
Constructor Details
-
ReportComponentMapper
-
-
Method Details
-
map
- Specified by:
mapin interfaceComponentMapper<Report, ReportBean>- Overrides:
mapin classBaseActionComponentMapper<Report, ReportBean>
-
getBeanClass
Description copied from class:BaseComponentMapperShould be overridden in subclasses.- Overrides:
getBeanClassin classBaseActionComponentMapper<Report, ReportBean>- Returns:
- the class of the bean the mapper returns.
-
getComponentClass
- Specified by:
getComponentClassin interfaceComponentMapper<Report, ReportBean>- Overrides:
getComponentClassin classBaseActionComponentMapper<Report, ReportBean>
-