public class DragAndDropConfigActionRenderer extends DefaultActionRenderer<Object,Object>
DefaultActionRenderer.DefaultActionRendererEventListener<T extends org.zkoss.zk.ui.event.Event>| Modifier and Type | Field and Description |
|---|---|
static String |
ADDITIONAL_INFO |
static String |
DND_COPY_BEHAVIOUR |
static String |
DND_MOVE_BEHAVIOUR |
static String |
POPUP_ATTRIBUTE_IDENTIFIER |
static String |
SCLASS_MAIN_POPUP |
static String |
SCLASS_YW_DND_CONFIG_ADDITIONAL_INFO |
static String |
SCLASS_YW_DND_CONFIG_MAIN_INFO |
static String |
YW_DND_CONFIG_TYPE_COMBO |
tooltipText| Constructor and Description |
|---|
DragAndDropConfigActionRenderer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event> |
createEventListener(CockpitAction<Object,Object> action,
ActionContext<Object> context,
ActionListener<Object> listener) |
protected org.zkoss.zul.ComboitemRenderer<DragAndDropActionType> |
createItemRenderer(ActionContext<Object> context) |
protected org.zkoss.zul.Popup |
createPopup(org.zkoss.zk.ui.Component target,
ActionContext<Object> context) |
protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.SelectEvent<?,DragAndDropActionType>> |
createSelectListener(ActionContext<Object> context) |
protected org.zkoss.zul.Popup |
findOrCreateActionPopup(org.zkoss.zk.ui.Component target,
ActionContext<Object> context) |
protected org.zkoss.zul.Popup |
findPopup(org.zkoss.zk.ui.Component target) |
DragAndDropConfigurationService |
getDragAndDropConfigurationService() |
void |
setDragAndDropConfigurationService(DragAndDropConfigurationService dragAndDropConfigurationService) |
addEventListener, addKeyboardSupport, adjustUri, checkDataCompatibleWithDefinedInput, createYTestId, extractIconDisabledUri, extractIconHoverUri, extractIconUri, extractKeyEvent, findActionComponent, findGroupComponent, findParentComponent, getActionBodySclass, getIconHoverUri, getIconUri, getKeyboardSupportService, getLocalizedName, getOrCreateContainer, getOrCreateIcon, getOrCreateLabel, getTooltipText, getToolTipWithCtrlKeysText, loadFromParentModel, perform, performWithConfirmationCheck, registerHoverEventsOnContainer, removeEventListeners, removeEventListeners, removeIcon, removeLabel, render, setTooltipText, storeInParentModel, triggerFromKeyEventpublic static final String POPUP_ATTRIBUTE_IDENTIFIER
public static final String SCLASS_MAIN_POPUP
public static final String SCLASS_YW_DND_CONFIG_MAIN_INFO
public static final String SCLASS_YW_DND_CONFIG_ADDITIONAL_INFO
public static final String YW_DND_CONFIG_TYPE_COMBO
public static final String ADDITIONAL_INFO
public static final String DND_MOVE_BEHAVIOUR
public static final String DND_COPY_BEHAVIOUR
protected org.zkoss.zk.ui.event.EventListener<? extends org.zkoss.zk.ui.event.Event> createEventListener(CockpitAction<Object,Object> action, ActionContext<Object> context, ActionListener<Object> listener)
createEventListener in class DefaultActionRenderer<Object,Object>protected org.zkoss.zul.Popup findOrCreateActionPopup(org.zkoss.zk.ui.Component target,
ActionContext<Object> context)
protected org.zkoss.zul.Popup createPopup(org.zkoss.zk.ui.Component target,
ActionContext<Object> context)
protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.SelectEvent<?,DragAndDropActionType>> createSelectListener(ActionContext<Object> context)
protected org.zkoss.zul.ComboitemRenderer<DragAndDropActionType> createItemRenderer(ActionContext<Object> context)
protected org.zkoss.zul.Popup findPopup(org.zkoss.zk.ui.Component target)
public DragAndDropConfigurationService getDragAndDropConfigurationService()
@Autowired public void setDragAndDropConfigurationService(DragAndDropConfigurationService dragAndDropConfigurationService)
Copyright © 2018. All rights reserved.