Uses of Interface
com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
-
-
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions
Classes in com.hybris.cockpitng.actions that implement ComponentWidgetAdapterAware Modifier and Type Class Description classAbstractStatefulAction<INPUT,OUTPUT>classActionStubExampleAn action that shows the data bound to the action. -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions.clone
Classes in com.hybris.cockpitng.actions.clone that implement ComponentWidgetAdapterAware Modifier and Type Class Description classCloneActionCloneAction supports cloning incoming object. -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions.create
Classes in com.hybris.cockpitng.actions.create that implement ComponentWidgetAdapterAware Modifier and Type Class Description classCreateAction -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions.dndconfig
Classes in com.hybris.cockpitng.actions.dndconfig that implement ComponentWidgetAdapterAware Modifier and Type Class Description classDragAndDropConfigAction -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions.edit
Classes in com.hybris.cockpitng.actions.edit that implement ComponentWidgetAdapterAware Modifier and Type Class Description classEditAction -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions.flexibletoggle
Classes in com.hybris.cockpitng.actions.flexibletoggle that implement ComponentWidgetAdapterAware Modifier and Type Class Description classFlexibleSidebarToggleAction -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions.principalpermission
Classes in com.hybris.cockpitng.actions.principalpermission that implement ComponentWidgetAdapterAware Modifier and Type Class Description classPrincipalPermissionAction -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions.search
Classes in com.hybris.cockpitng.actions.search that implement ComponentWidgetAdapterAware Modifier and Type Class Description classSearchByTypeAction -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions.splitlayoutchooser
Classes in com.hybris.cockpitng.actions.splitlayoutchooser that implement ComponentWidgetAdapterAware Modifier and Type Class Description classSplitLayoutChooserActionAction responsible for choosing split layout compositions. -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions.toggle
Classes in com.hybris.cockpitng.actions.toggle that implement ComponentWidgetAdapterAware Modifier and Type Class Description classAbstractToggleActionclassToggleAction -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.actions.typepermission
Classes in com.hybris.cockpitng.actions.typepermission that implement ComponentWidgetAdapterAware Modifier and Type Class Description classTypePermissionAction -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.components
Methods in com.hybris.cockpitng.components that return types with arguments of type ComponentWidgetAdapterAware Modifier and Type Method Description abstract java.util.List<ComponentWidgetAdapterAware>AbstractCockpitComponent. getWidgetAdaptersAwareIfPresent()java.util.List<ComponentWidgetAdapterAware>Action. getWidgetAdaptersAwareIfPresent()java.util.List<ComponentWidgetAdapterAware>Editor. getWidgetAdaptersAwareIfPresent()Methods in com.hybris.cockpitng.components with parameters of type ComponentWidgetAdapterAware Modifier and Type Method Description protected voidAbstractCockpitComponent. initializeComponentWidgetAdapter(ComponentWidgetAdapterAware componentWidgetAdapterAware) -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.editor.commonreferenceeditor
Classes in com.hybris.cockpitng.editor.commonreferenceeditor that implement ComponentWidgetAdapterAware Modifier and Type Class Description classAbstractReferenceEditor<T,K>Base class forDefaultReferenceEditorandDefaultMultiReferenceEditor -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.editor.defaultfixedreferenceeditor
Classes in com.hybris.cockpitng.editor.defaultfixedreferenceeditor that implement ComponentWidgetAdapterAware Modifier and Type Class Description classDefaultFixedReferenceEditor<T>Fixed values reference editor -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.editor.defaultmultireferenceeditor
Classes in com.hybris.cockpitng.editor.defaultmultireferenceeditor that implement ComponentWidgetAdapterAware Modifier and Type Class Description classDefaultMultiReferenceEditor<T>Reference editor -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.editor.defaultreferenceeditor
Classes in com.hybris.cockpitng.editor.defaultreferenceeditor that implement ComponentWidgetAdapterAware Modifier and Type Class Description classDefaultReferenceEditor<T>Reference editor -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.editor.enummultireferenceeditor
Classes in com.hybris.cockpitng.editor.enummultireferenceeditor that implement ComponentWidgetAdapterAware Modifier and Type Class Description classDefaultEnumMultiReferenceEditor<T>Multi-reference editor for collections of enumerations -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.editor.extendedmultireferenceeditor
Classes in com.hybris.cockpitng.editor.extendedmultireferenceeditor that implement ComponentWidgetAdapterAware Modifier and Type Class Description classDefaultExtendedMultiReferenceEditor<T> -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.editors
Classes in com.hybris.cockpitng.editors that implement ComponentWidgetAdapterAware Modifier and Type Class Description classExampleWidgetStubEditorExampleWidgetStubEditor class. -
Uses of ComponentWidgetAdapterAware in com.hybris.cockpitng.engine.impl
Classes in com.hybris.cockpitng.engine.impl that implement ComponentWidgetAdapterAware Modifier and Type Class Description classAbstractComponentWidgetAdapterAwareMethods in com.hybris.cockpitng.engine.impl with parameters of type ComponentWidgetAdapterAware Modifier and Type Method Description voidComponentWidgetAdapter. registerStubInstance(java.lang.String componentId, ComponentWidgetAdapterAware parent)Registers a particular stub widget instance for given 'non-widget' aware componentvoidDefaultComponentWidgetAdapter. registerStubInstance(java.lang.String widgetId, ComponentWidgetAdapterAware parent)voidComponentWidgetAdapter. sendOutput(java.lang.String socketId, java.lang.Object data, ComponentWidgetAdapterAware parent)Sends data to the output socked with the given ID.voidDefaultComponentWidgetAdapter. sendOutput(java.lang.String socketId, java.lang.Object data, ComponentWidgetAdapterAware parent)
-