Uses of Class
com.hybris.cockpitng.config.summaryview.jaxb.Parameter
-
Packages that use Parameter Package Description com.hybris.cockpitng.config.summaryview.jaxb com.hybris.cockpitng.widgets.summaryview.renderer -
-
Uses of Parameter in com.hybris.cockpitng.config.summaryview.jaxb
Fields in com.hybris.cockpitng.config.summaryview.jaxb with type parameters of type Parameter Modifier and Type Field Description protected java.util.List<Parameter>Attribute. editorParameterprotected java.util.List<Parameter>CustomAttribute. renderParameterprotected java.util.List<Parameter>CustomSection. renderParameterMethods in com.hybris.cockpitng.config.summaryview.jaxb that return Parameter Modifier and Type Method Description ParameterObjectFactory. createParameter()Create an instance ofParameterMethods in com.hybris.cockpitng.config.summaryview.jaxb that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>Attribute. getEditorParameter()Gets the value of the editorParameter property.java.util.List<Parameter>CustomAttribute. getRenderParameter()Gets the value of the renderParameter property.java.util.List<Parameter>CustomSection. getRenderParameter()Gets the value of the renderParameter property. -
Uses of Parameter in com.hybris.cockpitng.widgets.summaryview.renderer
Methods in com.hybris.cockpitng.widgets.summaryview.renderer with parameters of type Parameter Modifier and Type Method Description protected ParameterDefaultSummaryViewAttributeRenderer. mapParameter(Parameter parameter)Method parameters in com.hybris.cockpitng.widgets.summaryview.renderer with type arguments of type Parameter Modifier and Type Method Description protected java.util.Collection<Parameter>DefaultSummaryViewAttributeRenderer. mapParameters(java.util.Collection<Parameter> parameters)
-