Class IntegrationObjectEditorListboxController
java.lang.Object
org.zkoss.zk.ui.event.GenericEventListener
org.zkoss.zk.ui.util.GenericComposer<T>
org.zkoss.zk.ui.util.GenericAutowireComposer<T>
org.zkoss.zk.ui.util.GenericForwardComposer<org.zkoss.zk.ui.Component>
com.hybris.cockpitng.util.ViewAnnotationAwareComposer
com.hybris.cockpitng.util.DefaultWidgetController
de.hybris.platform.integrationbackoffice.widgets.modeling.controllers.IntegrationObjectEditorListboxController
- All Implemented Interfaces:
com.hybris.cockpitng.core.WidgetController,com.hybris.cockpitng.dnd.WidgetDragAndDropAware,com.hybris.cockpitng.engine.WidgetInstanceManagerAware,Serializable,org.zkoss.zk.ui.event.EventListener,org.zkoss.zk.ui.event.SerializableEventListener,org.zkoss.zk.ui.util.ComponentActivationListener,org.zkoss.zk.ui.util.ComponentCloneListener,org.zkoss.zk.ui.util.Composer<org.zkoss.zk.ui.Component>,org.zkoss.zk.ui.util.ComposerExt<org.zkoss.zk.ui.Component>
public class IntegrationObjectEditorListboxController
extends com.hybris.cockpitng.util.DefaultWidgetController
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.zkoss.zul.Listheaderprotected org.zkoss.zul.Listboxprotected org.zkoss.zul.Listheaderprotected IntegrationObjectPresentationprotected IntegrationBackofficeEventSenderprotected com.hybris.cockpitng.util.notifications.NotificationServiceprotected ReadServicestatic final Stringstatic final Stringstatic final StringFields inherited from class org.zkoss.zk.ui.util.GenericAutowireComposer
_separator, application, applicationScope, arg, componentScope, desktop, desktopScope, execution, page, pageScope, param, requestScope, self, session, sessionScope, spaceOwner, spaceScopeFields inherited from class org.zkoss.zk.ui.util.GenericComposer
_applied -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfocusOnListitem(String alias) voidvoidinitialize(org.zkoss.zk.ui.Component component) voidvoidrenameAttribute(RenameAttributeModalData renameAttributeModalData) voidretypeAttribute(SubtypeData subtypeData) voidsendOnSelectEvent(org.zkoss.zul.Treeitem treeitem) Methods inherited from class com.hybris.cockpitng.util.DefaultWidgetController
doAfterCompose, doBeforeCompose, doBeforeComposeChildren, executeOperation, getDragAndDropStrategy, getLabel, getLabel, getModel, getValue, getWidgetDragAndDropStrategyRepository, getWidgetInstanceManager, getWidgetRoot, getWidgetSettings, getWidgetslot, getWidgetTitle, getWidgetUtils, initDragAndDropAwareness, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, invokeListenerMethod, onSocketInput, preInitialize, sendOutput, sendOutputAfterOperation, sendOutputAfterOperation, sendOutputAfterOperation, setValue, setWidgetInstanceManager, setWidgetTitleMethods inherited from class com.hybris.cockpitng.util.ViewAnnotationAwareComposer
scanEventListenersMethods inherited from class org.zkoss.zk.ui.util.GenericAutowireComposer
alert, didActivate, getPage, willClone, willPassivateMethods inherited from class org.zkoss.zk.ui.util.GenericComposer
doCatch, doFinallyMethods inherited from class org.zkoss.zk.ui.event.GenericEventListener
bindComponent, getController, onEvent, unbindComponent
-
Field Details
-
SELECTED_ITEM_IN_SOCKET
- See Also:
-
RETYPE_ATTRIBUTE_IN_SOCKET
- See Also:
-
RENAME_ATTRIBUTE_IN_SOCKET
- See Also:
-
editorPresentation
-
readService
-
notificationService
protected transient com.hybris.cockpitng.util.notifications.NotificationService notificationService -
integrationBackofficeEventSender
-
attributesListBox
protected org.zkoss.zul.Listbox attributesListBox -
attributeNameListheader
protected org.zkoss.zul.Listheader attributeNameListheader -
descriptionListheader
protected org.zkoss.zul.Listheader descriptionListheader -
attributeMenuPopupLabels
-
-
Constructor Details
-
IntegrationObjectEditorListboxController
public IntegrationObjectEditorListboxController()
-
-
Method Details
-
initialize
public void initialize(org.zkoss.zk.ui.Component component) - Overrides:
initializein classcom.hybris.cockpitng.util.DefaultWidgetController
-
populateListBox
-
retypeAttribute
-
renameAttribute
-
handlerClearListBox
public void handlerClearListBox() -
sendOnSelectEvent
public void sendOnSelectEvent(org.zkoss.zul.Treeitem treeitem) -
focusOnListitem
-