Class AbstractCompareViewSectionRenderer.ExpandSectionListener
- java.lang.Object
-
- com.hybris.cockpitng.util.impl.IdentifiableMarkEventListener
-
- com.hybris.cockpitng.widgets.compare.renderer.AbstractCompareViewSectionRenderer.ExpandSectionListener
-
- All Implemented Interfaces:
Identifiable,MarkedEventListener
- Enclosing class:
- AbstractCompareViewSectionRenderer<CONFIG,ELEMENT>
@Deprecated(since="1808", forRemoval=true) protected class AbstractCompareViewSectionRenderer.ExpandSectionListener extends IdentifiableMarkEventListenerDeprecated, for removal: This API element is subject to removal in a future version.since 1808, not used any more
-
-
Constructor Summary
Constructors Constructor Description ExpandSectionListener(TableRowsGroup parent, TableRow headerRow, CONFIG configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)Deprecated, for removal: This API element is subject to removal in a future version.ExpandSectionListener(TableRowsGroup parent, CONFIG configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected TableRowsGroupgetParent()Deprecated, for removal: This API element is subject to removal in a future version.voidonEvent(org.zkoss.zk.ui.event.Event event, java.lang.Object markData)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class com.hybris.cockpitng.util.impl.IdentifiableMarkEventListener
getId
-
-
-
-
Constructor Detail
-
ExpandSectionListener
public ExpandSectionListener(TableRowsGroup parent, CONFIG configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)
Deprecated, for removal: This API element is subject to removal in a future version.
-
ExpandSectionListener
public ExpandSectionListener(TableRowsGroup parent, TableRow headerRow, CONFIG configuration, PartialRendererData<java.util.Collection> data, DataType dataType, WidgetInstanceManager widgetInstanceManager)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
onEvent
public void onEvent(org.zkoss.zk.ui.event.Event event, java.lang.Object markData)Deprecated, for removal: This API element is subject to removal in a future version.
-
getParent
protected TableRowsGroup getParent()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-