Uses of Interface
com.hybris.cockpitng.dnd.DropHandler
-
Packages that use DropHandler Package Description com.hybris.cockpitng.dnd -
-
Uses of DropHandler in com.hybris.cockpitng.dnd
Classes in com.hybris.cockpitng.dnd that implement DropHandler Modifier and Type Class Description classDropCompositeHandlerFields in com.hybris.cockpitng.dnd with type parameters of type DropHandler Modifier and Type Field Description protected java.util.Map<java.lang.String,DropHandler>DropCompositeHandler. handlersMethods in com.hybris.cockpitng.dnd that return types with arguments of type DropHandler Modifier and Type Method Description protected java.util.Optional<DropHandler>DropCompositeHandler. findHandler(java.lang.String dataType)Method parameters in com.hybris.cockpitng.dnd with type arguments of type DropHandler Modifier and Type Method Description voidDropCompositeHandler. setHandlers(java.util.Map<java.lang.String,DropHandler> handlers)
-