Uses of Class
com.hybris.cockpitng.dnd.DragAndDropActionType
-
Packages that use DragAndDropActionType Package Description com.hybris.cockpitng.actions.dndconfig.renderer com.hybris.cockpitng.dnd com.hybris.cockpitng.services.dnd com.hybris.cockpitng.services.dnd.impl -
-
Uses of DragAndDropActionType in com.hybris.cockpitng.actions.dndconfig.renderer
Methods in com.hybris.cockpitng.actions.dndconfig.renderer that return types with arguments of type DragAndDropActionType Modifier and Type Method Description protected org.zkoss.zul.ComboitemRenderer<DragAndDropActionType>DragAndDropConfigActionRenderer. createItemRenderer(ActionContext<java.lang.Object> context)protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.SelectEvent<?,DragAndDropActionType>>DragAndDropConfigActionRenderer. createSelectListener(ActionContext<java.lang.Object> context) -
Uses of DragAndDropActionType in com.hybris.cockpitng.dnd
Methods in com.hybris.cockpitng.dnd that return DragAndDropActionType Modifier and Type Method Description DragAndDropActionTypeBackofficeDragAndDropContext. getActionType()Returns action type resolved for this operationDragAndDropActionTypeDefaultDragAndDropContext. getActionType()static DragAndDropActionTypeDragAndDropActionType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DragAndDropActionType[]DragAndDropActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hybris.cockpitng.dnd with parameters of type DragAndDropActionType Modifier and Type Method Description voidBackofficeDragAndDropContext. setActionType(DragAndDropActionType actionType)Sets action type resolved for this operationvoidDefaultDragAndDropContext. setActionType(DragAndDropActionType actionType) -
Uses of DragAndDropActionType in com.hybris.cockpitng.services.dnd
Methods in com.hybris.cockpitng.services.dnd that return DragAndDropActionType Modifier and Type Method Description DragAndDropActionTypeDragAndDropConfigurationService. getDefaultActionType()Methods in com.hybris.cockpitng.services.dnd with parameters of type DragAndDropActionType Modifier and Type Method Description voidDragAndDropConfigurationService. setDefaultActionType(DragAndDropActionType actionType) -
Uses of DragAndDropActionType in com.hybris.cockpitng.services.dnd.impl
Methods in com.hybris.cockpitng.services.dnd.impl that return DragAndDropActionType Modifier and Type Method Description DragAndDropActionTypeDefaultDragAndDropConfigurationService. getDefaultActionType()Methods in com.hybris.cockpitng.services.dnd.impl with parameters of type DragAndDropActionType Modifier and Type Method Description voidDefaultDragAndDropConfigurationService. setDefaultActionType(DragAndDropActionType actionType)
-