Uses of Interface
com.hybris.backoffice.cockpitng.dnd.validators.DragAndDropValidator
-
Packages that use DragAndDropValidator Package Description com.hybris.backoffice.cockpitng.dnd com.hybris.backoffice.cockpitng.dnd.validators -
-
Uses of DragAndDropValidator in com.hybris.backoffice.cockpitng.dnd
Fields in com.hybris.backoffice.cockpitng.dnd with type parameters of type DragAndDropValidator Modifier and Type Field Description protected java.util.List<DragAndDropValidator>DefaultDragAndDropStrategy. additionalValidatorsMethod parameters in com.hybris.backoffice.cockpitng.dnd with type arguments of type DragAndDropValidator Modifier and Type Method Description voidDefaultDragAndDropStrategy. setAdditionalValidators(java.util.List<DragAndDropValidator> additionalValidators) -
Uses of DragAndDropValidator in com.hybris.backoffice.cockpitng.dnd.validators
Classes in com.hybris.backoffice.cockpitng.dnd.validators that implement DragAndDropValidator Modifier and Type Class Description classCategoryToCatalogVersionValidatorclassCategoryToCategoryValidatorclassProductToCategoryValidatorValidator returns errors when user tries to move product variants or user tries to move product to category whereas products is currently assigned to more than one category.classWritePermissionValidator
-