Uses of Class
com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Parameter
-
-
Uses of Parameter in com.hybris.cockpitng.config.compareview.jaxb
Fields in com.hybris.cockpitng.config.compareview.jaxb with type parameters of type Parameter Modifier and Type Field Description protected java.util.List<Parameter>Attribute. parameterprotected java.util.List<Parameter>Renderer. parameterMethods in com.hybris.cockpitng.config.compareview.jaxb that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>Attribute. getParameter()Gets the value of the parameter property.java.util.List<Parameter>Renderer. getParameter()Gets the value of the parameter property. -
Uses of Parameter in com.hybris.cockpitng.core.config.impl.jaxb.hybris
Subclasses of Parameter in com.hybris.cockpitng.core.config.impl.jaxb.hybris Modifier and Type Class Description classParameterDeprecated, for removal: This API element is subject to removal in a future version.since 2005, useParameter -
Uses of Parameter in com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig
Methods in com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig that return Parameter Modifier and Type Method Description ParameterObjectFactory. createParameter()Create an instance ofParameter -
Uses of Parameter in com.hybris.cockpitng.widgets.summaryview.renderer
Methods in com.hybris.cockpitng.widgets.summaryview.renderer that return Parameter Modifier and Type Method Description protected ParameterDefaultSummaryViewAttributeRenderer. mapParameter(Parameter parameter)Methods in com.hybris.cockpitng.widgets.summaryview.renderer that return types with arguments of type Parameter Modifier and Type Method Description protected java.util.Collection<Parameter>DefaultSummaryViewAttributeRenderer. mapParameters(java.util.Collection<Parameter> parameters) -
Uses of Parameter in com.hybris.cockpitng.widgets.util
Method parameters in com.hybris.cockpitng.widgets.util with type arguments of type Parameter Modifier and Type Method Description EditorBuilderEditorWrappingUtils. createWrappedEditor(java.util.Collection<Parameter> parameters, DataType valueType, java.lang.String editorDefinitionId, WidgetInstanceManager widgetInstanceManager)Creates an editor component for specified definition identity.EditorBuilderEditorWrappingUtils. createWrappedEditor(java.util.Collection<Parameter> parameters, java.lang.String editorDefinitionId, DataAttribute dataAttribute, WidgetInstanceManager widgetInstanceManager, java.lang.String itemPath)Creates an editor component for specified definition identity bound to specified data attribute.EditorBuilderEditorWrappingUtils. createWrappedEditor(java.util.Collection<Parameter> parameters, java.lang.String editorDefinitionId, WidgetInstanceManager widgetInstanceManager)Creates an editor component for specified definition identity. -
Uses of Parameter in com.hybris.cockpitng.widgets.util.impl
Method parameters in com.hybris.cockpitng.widgets.util.impl with type arguments of type Parameter Modifier and Type Method Description protected EditorBuilderDefaultEditorWrappingUtils. configureEditorBuilder(EditorBuilder editorBuilder, java.util.Collection<Parameter> parameters, java.lang.String editorDefinitionId, WidgetInstanceManager widgetInstanceManager)EditorBuilderDefaultEditorWrappingUtils. createWrappedEditor(java.util.Collection<Parameter> parameters, DataType valueType, java.lang.String editorDefinitionId, WidgetInstanceManager widgetInstanceManager)EditorBuilderDefaultEditorWrappingUtils. createWrappedEditor(java.util.Collection<Parameter> parameters, java.lang.String editorDefinitionId, DataAttribute dataAttribute, WidgetInstanceManager widgetInstanceManager, java.lang.String itemPath)EditorBuilderDefaultEditorWrappingUtils. createWrappedEditor(java.util.Collection<Parameter> parameters, java.lang.String editorDefinitionId, WidgetInstanceManager widgetInstanceManager)
-