Class GridViewConfigurationFactory
- java.lang.Object
-
- de.hybris.platform.cockpit.services.config.impl.JAXBBasedUIComponentConfigurationFactory<GridViewConfiguration,GridView>
-
- de.hybris.platform.cockpit.services.config.impl.GridViewConfigurationFactory
-
- All Implemented Interfaces:
UIComponentConfigurationFactory
,org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanFactoryAware
public class GridViewConfigurationFactory extends JAXBBasedUIComponentConfigurationFactory<GridViewConfiguration,GridView>
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.cockpit.services.config.impl.JAXBBasedUIComponentConfigurationFactory
beanFactory, COCKPIT_CONFIG_LABEL_PREFIX, searchService, typeService
-
-
Constructor Summary
Constructors Constructor Description GridViewConfigurationFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIComponentConfiguration
createDefault(ObjectTemplate objectTemplate)
Creates a default ui component configuration for the given templateprotected GridProperty
createGridProperty(Property property)
protected GridViewConfiguration
createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, GridView xmlGridView)
java.lang.Class
getComponentClass()
The class of configurations created by this factories-
Methods inherited from class de.hybris.platform.cockpit.services.config.impl.JAXBBasedUIComponentConfigurationFactory
create, createLabelForAllLanguages, createLabelMap, createLabelMap, getDefaultPropertyGroups, getOtherProperties, setBeanFactory, setCockpitTypeService, setCommonI18NService, setJaxbClass, setJaxbContextCache, setPropertyService, setSchemaResource, setSearchService
-
-
-
-
Method Detail
-
createUIComponent
protected GridViewConfiguration createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, GridView xmlGridView)
- Specified by:
createUIComponent
in classJAXBBasedUIComponentConfigurationFactory<GridViewConfiguration,GridView>
-
createGridProperty
protected GridProperty createGridProperty(Property property)
-
createDefault
public UIComponentConfiguration createDefault(ObjectTemplate objectTemplate)
Description copied from interface:UIComponentConfigurationFactory
Creates a default ui component configuration for the given template- Parameters:
objectTemplate
- the object template to create the configuration from- Returns:
- the configuration
-
getComponentClass
public java.lang.Class getComponentClass()
Description copied from interface:UIComponentConfigurationFactory
The class of configurations created by this factories- Returns:
- the class of configurations created by this factories
-
-