Uses of Class
com.hybris.cockpitng.config.jaxb.wizard.Parameter
-
Packages that use Parameter Package Description com.hybris.cockpitng.config.jaxb.wizard com.hybris.cockpitng.widgets.configurableflow.renderer -
-
Uses of Parameter in com.hybris.cockpitng.config.jaxb.wizard
Fields in com.hybris.cockpitng.config.jaxb.wizard with type parameters of type Parameter Modifier and Type Field Description protected java.util.List<Parameter>PropertyType. editorParameterprotected java.util.List<Parameter>CustomType. parameterprotected java.util.List<Parameter>Renderer. parameterMethods in com.hybris.cockpitng.config.jaxb.wizard that return Parameter Modifier and Type Method Description ParameterObjectFactory. createParameter()Create an instance ofParameterMethods in com.hybris.cockpitng.config.jaxb.wizard that return types with arguments of type Parameter Modifier and Type Method Description java.util.List<Parameter>PropertyType. getEditorParameter()Gets the value of the editorParameter property.java.util.List<Parameter>CustomType. 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.widgets.configurableflow.renderer
Method parameters in com.hybris.cockpitng.widgets.configurableflow.renderer with type arguments of type Parameter Modifier and Type Method Description protected java.lang.BooleanConfigurableFlowRenderer. isNestedObjectCreationDisabled(java.util.List<Parameter> editorParameter)
-