Class RangeFieldMapper
java.lang.Object
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.BaseComponentMapper<RangeField, RangeFieldBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.FieldMapper<RangeField, RangeFieldBean>
ch.tocco.nice2.rest.form.impl.beans.factories.componentmappers.RangeFieldMapper
- All Implemented Interfaces:
ComponentMapper<RangeField, RangeFieldBean>
-
Field Summary
Fields inherited from class FieldMapper
formComponentDefaultValueResolverFields inherited from class BaseComponentMapper
textResources -
Constructor Summary
ConstructorsConstructorDescriptionRangeFieldMapper(TextResources textResources, FormComponentDefaultValueResolver formComponentDefaultValueResolver, EntityModelService entityModelService) -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<RangeFieldBean> Should be overridden in subclasses.map(RangeField component, Component.Configuration configuration) Methods inherited from class FieldMapper
getComponentType
-
Constructor Details
-
RangeFieldMapper
public RangeFieldMapper(TextResources textResources, FormComponentDefaultValueResolver formComponentDefaultValueResolver, EntityModelService entityModelService)
-
-
Method Details
-
map
- Specified by:
mapin interfaceComponentMapper<RangeField, RangeFieldBean>- Overrides:
mapin classFieldMapper<RangeField, RangeFieldBean>
-
getBeanClass
Description copied from class:BaseComponentMapperShould be overridden in subclasses.- Overrides:
getBeanClassin classFieldMapper<RangeField, RangeFieldBean>- Returns:
- the class of the bean the mapper returns.
-
getComponentClass
- Specified by:
getComponentClassin interfaceComponentMapper<RangeField, RangeFieldBean>- Overrides:
getComponentClassin classFieldMapper<RangeField, RangeFieldBean>
-