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 Details

    • SELECTED_ITEM_IN_SOCKET

      public static final String SELECTED_ITEM_IN_SOCKET
      See Also:
    • RETYPE_ATTRIBUTE_IN_SOCKET

      public static final String RETYPE_ATTRIBUTE_IN_SOCKET
      See Also:
    • RENAME_ATTRIBUTE_IN_SOCKET

      public static final String RENAME_ATTRIBUTE_IN_SOCKET
      See Also:
    • integrationObjectPresentationPopulator

      protected transient IntegrationObjectPresentationPopulator integrationObjectPresentationPopulator
    • iOPresentation

      protected transient IntegrationObjectPresentation iOPresentation
    • readService

      protected transient ReadService readService
    • notificationService

      protected transient com.hybris.cockpitng.util.notifications.NotificationService notificationService
    • integrationBackofficeEventSender

      protected transient IntegrationBackofficeEventSender integrationBackofficeEventSender
    • attributesListBox

      protected org.zkoss.zul.Listbox attributesListBox
    • attributeNameListheader

      protected org.zkoss.zul.Listheader attributeNameListheader
    • descriptionListheader

      protected org.zkoss.zul.Listheader descriptionListheader
    • attributeMenuPopupLabels

      protected transient List<String> attributeMenuPopupLabels
  • Constructor Details

    • IntegrationObjectEditorListboxController

      public IntegrationObjectEditorListboxController()
  • Method Details

    • initialize

      public void initialize(org.zkoss.zk.ui.Component component)
      Overrides:
      initialize in class com.hybris.cockpitng.util.DefaultWidgetController
    • populateListBox

      public void populateListBox(IntegrationMapKeyDTO key)
    • retypeAttribute

      public void retypeAttribute(SubtypeData subtypeData)
    • renameAttribute

      public void renameAttribute(RenameAttributeModalData renameAttributeModalData)
    • handlerClearListBox

      public void handlerClearListBox()
    • sendOnSelectEvent

      public void sendOnSelectEvent(org.zkoss.zul.Treeitem treeitem)
    • focusOnListitem

      public void focusOnListitem(String alias)