Class CategoryToCategoryDropHandler

    • Field Detail

      • APPEND_NOTIFICATION_KEY

        public static final java.lang.String APPEND_NOTIFICATION_KEY
        See Also:
        Constant Field Values
      • REPLACE_NOTIFICATION_KEY

        public static final java.lang.String REPLACE_NOTIFICATION_KEY
        See Also:
        Constant Field Values
      • PAREMETER_RELATED_OBJECTS_TO_UPDATE

        protected static final java.lang.String PAREMETER_RELATED_OBJECTS_TO_UPDATE
        See Also:
        Constant Field Values
      • CONTEXT_PARAMETER_PARENT_OBJECT

        protected static final java.lang.String CONTEXT_PARAMETER_PARENT_OBJECT
        See Also:
        Constant Field Values
    • Constructor Detail

      • CategoryToCategoryDropHandler

        public CategoryToCategoryDropHandler()
    • Method Detail

      • addRelatedObjectToUpdateToContextAppend

        protected void addRelatedObjectToUpdateToContextAppend​(CategoryModel dragged,
                                                               CategoryModel target,
                                                               com.hybris.cockpitng.dnd.DragAndDropContext context)
      • addRelatedObjectToUpdateToContextReplace

        protected void addRelatedObjectToUpdateToContextReplace​(CategoryModel dragged,
                                                                CategoryModel target,
                                                                com.hybris.cockpitng.dnd.DragAndDropContext context)
      • findSupportedTypes

        public java.util.List<java.lang.String> findSupportedTypes()