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
-
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:
map
in interfaceComponentMapper<Table,
TableBean> - Overrides:
map
in classLayoutMapper<Table,
TableBean>
-
getBeanClass
Description copied from class:BaseComponentMapper
Should be overridden in subclasses.- Overrides:
getBeanClass
in classLayoutMapper<Table,
TableBean> - Returns:
- the class of the bean the mapper returns.
-
getComponentClass
- Specified by:
getComponentClass
in interfaceComponentMapper<Table,
TableBean> - Overrides:
getComponentClass
in classLayoutMapper<Table,
TableBean>
-