Uses of Class
de.hybris.platform.cockpit.jalo.WidgetParameter
Packages that use WidgetParameter
-
Uses of WidgetParameter in de.hybris.platform.cockpit.jalo
Fields in de.hybris.platform.cockpit.jalo with type parameters of type WidgetParameterModifier and TypeFieldDescriptionprotected static final OneToManyHandler<WidgetParameter>GeneratedDynamicWidgetPreferences.PARAMETERSHANDLEROneToManyHandlerfor handling 1:n PARAMETERS's relation attributes from 'many' side.Methods in de.hybris.platform.cockpit.jalo that return WidgetParameterModifier and TypeMethodDescriptionGeneratedCockpitManager.createWidgetParameter(SessionContext ctx, Map attributeValues) GeneratedCockpitManager.createWidgetParameter(Map attributeValues) Methods in de.hybris.platform.cockpit.jalo that return types with arguments of type WidgetParameterModifier and TypeMethodDescriptionGeneratedDynamicWidgetPreferences.getParameters()Generated method - Getter of theDynamicWidgetPreferences.parametersattribute.GeneratedDynamicWidgetPreferences.getParameters(SessionContext ctx) Generated method - Getter of theDynamicWidgetPreferences.parametersattribute.Methods in de.hybris.platform.cockpit.jalo with parameters of type WidgetParameterModifier and TypeMethodDescriptionvoidGeneratedDynamicWidgetPreferences.addToParameters(WidgetParameter value) Generated method - Addsvalueto parameters.voidGeneratedDynamicWidgetPreferences.addToParameters(SessionContext ctx, WidgetParameter value) Generated method - Addsvalueto parameters.voidGeneratedDynamicWidgetPreferences.removeFromParameters(WidgetParameter value) Generated method - Removesvaluefrom parameters.voidGeneratedDynamicWidgetPreferences.removeFromParameters(SessionContext ctx, WidgetParameter value) Generated method - Removesvaluefrom parameters.Method parameters in de.hybris.platform.cockpit.jalo with type arguments of type WidgetParameterModifier and TypeMethodDescriptionvoidGeneratedDynamicWidgetPreferences.setParameters(SessionContext ctx, Collection<WidgetParameter> value) Generated method - Setter of theDynamicWidgetPreferences.parametersattribute.voidGeneratedDynamicWidgetPreferences.setParameters(Collection<WidgetParameter> value) Generated method - Setter of theDynamicWidgetPreferences.parametersattribute.