Uses of Interface
com.hybris.cockpitng.core.Cleanable
-
-
Uses of Cleanable in com.hybris.cockpitng.components
Classes in com.hybris.cockpitng.components that implement Cleanable Modifier and Type Class Description classWidgetslot -
Uses of Cleanable in com.hybris.cockpitng.components.validation
Subinterfaces of Cleanable in com.hybris.cockpitng.components.validation Modifier and Type Interface Description interfaceEditorValidationClasses in com.hybris.cockpitng.components.validation that implement Cleanable Modifier and Type Class Description classDefaultEditorValidationclassDefaultValidationResultsListList of validation violation with implemented functionality of transferring focus on item clickclassDefaultValidationResultsPopupRenders result of validation in window when users clicks on editor area save button -
Uses of Cleanable in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer
Classes in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer that implement Cleanable Modifier and Type Class Description classDefaultRowStateCellclassValidatableListcell -
Uses of Cleanable in com.hybris.cockpitng.lazyloading
Methods in com.hybris.cockpitng.lazyloading with parameters of type Cleanable Modifier and Type Method Description protected voidDefaultLazyTasksExecutor. registerCleanable(Cleanable cleanable)protected voidDefaultLazyTasksExecutor. unregisterCleanable(Cleanable cleanable) -
Uses of Cleanable in com.hybris.cockpitng.util
Methods in com.hybris.cockpitng.util with parameters of type Cleanable Modifier and Type Method Description static voidCockpitComponentCleanup. registerCleanable(org.zkoss.zk.ui.Component component, Cleanable cleanup)Registers a cleanup that should be performed after specified component is detached.static voidCockpitComponentCleanup. unregisterCleanable(org.zkoss.zk.ui.Component component, Cleanable cleanup)Unregisters a cleanup that should not be performed after specified component is detached. -
Uses of Cleanable in com.hybris.cockpitng.widgets.configurableflow.validation
Classes in com.hybris.cockpitng.widgets.configurableflow.validation that implement Cleanable Modifier and Type Class Description classConfigurableFlowValidationResultsPopup
-