Class AbstractDecoratedEditorListener<C extends AbstractDecoratedEditorController>
java.lang.Object
de.hybris.platform.platformbackoffice.editors.AbstractDecoratedEditorListener<C>
- All Implemented Interfaces:
org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
- Direct Known Subclasses:
ConvertDeleteMediasEventListener,ExtractDeleteMetadataEventListener,ExtractDeleteMetadataEventListener,MoveMediaToFolderListener
@Deprecated(since="6.6",
forRemoval=true)
public abstract class AbstractDecoratedEditorListener<C extends AbstractDecoratedEditorController>
extends Object
implements org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.6
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected CDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterAsListenerFor(String eventName, org.zkoss.zk.ui.AbstractComponent component) Deprecated, for removal: This API element is subject to removal in a future version.protected voidreload()Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.zkoss.zk.ui.event.EventListener
onEvent
-
Field Details
-
controller
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Constructor Details
-
AbstractDecoratedEditorListener
public AbstractDecoratedEditorListener()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
registerAsListenerFor
Deprecated, for removal: This API element is subject to removal in a future version. -
reload
protected void reload()Deprecated, for removal: This API element is subject to removal in a future version.
-