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 -
Method Summary
Modifier and TypeMethodDescriptioncreateDefault(ObjectTemplate objectTemplate) Creates a default ui component configuration for the given templateprotected GridPropertycreateGridProperty(Property property) protected GridViewConfigurationcreateUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, GridView xmlGridView) The class of configurations created by this factoriesMethods 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
-
Constructor Details
-
GridViewConfigurationFactory
public GridViewConfigurationFactory()
-
-
Method Details
-
createUIComponent
protected GridViewConfiguration createUIComponent(ObjectTemplate objectTemplate, ObjectTemplate originalObjectTemplate, GridView xmlGridView) - Specified by:
createUIComponentin classJAXBBasedUIComponentConfigurationFactory<GridViewConfiguration,GridView>
-
createGridProperty
-
createDefault
Description copied from interface:UIComponentConfigurationFactoryCreates a default ui component configuration for the given template- Parameters:
objectTemplate- the object template to create the configuration from- Returns:
- the configuration
-
getComponentClass
Description copied from interface:UIComponentConfigurationFactoryThe class of configurations created by this factories- Returns:
- the class of configurations created by this factories
-