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