Uses of Interface
com.hybris.cockpitng.core.CockpitComponentDefinitionFactory
-
Packages that use CockpitComponentDefinitionFactory Package Description com.hybris.cockpitng.actions.impl com.hybris.cockpitng.core.impl com.hybris.cockpitng.editors.impl -
-
Uses of CockpitComponentDefinitionFactory in com.hybris.cockpitng.actions.impl
Classes in com.hybris.cockpitng.actions.impl that implement CockpitComponentDefinitionFactory Modifier and Type Class Description classActionDefinitionFactoryResponsible for creating ActionDefinition instances based on provided cockpit component info. -
Uses of CockpitComponentDefinitionFactory in com.hybris.cockpitng.core.impl
Classes in com.hybris.cockpitng.core.impl that implement CockpitComponentDefinitionFactory Modifier and Type Class Description classAbstractComponentDefinitionFactoryBase component definition factory managing some common properties like the location path, settings etc.classWidgetDefinitionFactoryResponsible for creating WidgetDefinition instances based on provided cockpit component info.Methods in com.hybris.cockpitng.core.impl that return types with arguments of type CockpitComponentDefinitionFactory Modifier and Type Method Description protected java.util.Optional<CockpitComponentDefinitionFactory>DefaultCockpitComponentDefinitionService. getFactoryForInfo(CockpitComponentInfo info)Method parameters in com.hybris.cockpitng.core.impl with type arguments of type CockpitComponentDefinitionFactory Modifier and Type Method Description voidDefaultCockpitComponentDefinitionService. setDefinitionFactories(java.util.Map<java.lang.String,CockpitComponentDefinitionFactory> factories) -
Uses of CockpitComponentDefinitionFactory in com.hybris.cockpitng.editors.impl
Classes in com.hybris.cockpitng.editors.impl that implement CockpitComponentDefinitionFactory Modifier and Type Class Description classEditorDefinitionFactoryResponsible for creating EditorDefinition instances based on provided cockpit component info.
-