Uses of Class
com.hybris.cockpitng.widgets.common.WidgetComponentRendererEvent
-
Packages that use WidgetComponentRendererEvent Package Description com.hybris.cockpitng.widgets.baseeditorarea com.hybris.cockpitng.widgets.common -
-
Uses of WidgetComponentRendererEvent in com.hybris.cockpitng.widgets.baseeditorarea
Methods in com.hybris.cockpitng.widgets.baseeditorarea with parameters of type WidgetComponentRendererEvent Modifier and Type Method Description voidDefaultEditorAreaValidationHandler. componentRendered(WidgetComponentRendererEvent<org.zkoss.zk.ui.Component,EditorArea,java.lang.Object> event) -
Uses of WidgetComponentRendererEvent in com.hybris.cockpitng.widgets.common
Methods in com.hybris.cockpitng.widgets.common that return WidgetComponentRendererEvent Modifier and Type Method Description WidgetComponentRendererEvent<?,?,?>WidgetComponentRendererEvent. getCause()Gets rendering parameters of specific nested renderer.<PP,CC,DD>
WidgetComponentRendererEvent<PP,CC,DD>WidgetComponentRendererEvent. getCause(java.lang.Class<? extends CC> configClass)Gets rendering parameters of specific nested renderer that was rendering configuration of specified type.<PP,CC,DD>
WidgetComponentRendererEvent<PP,CC,DD>WidgetComponentRendererEvent. getCause(java.util.function.Predicate<WidgetComponentRendererEvent> condition)Gets rendering parameters of specific nested renderer that meets specified conditions.Methods in com.hybris.cockpitng.widgets.common with parameters of type WidgetComponentRendererEvent Modifier and Type Method Description voidWidgetComponentRendererListener. componentRendered(WidgetComponentRendererEvent<P,C,D> event)Informs that a component has been properly rendered.voidAbstractWidgetComponentRenderer. fireComponentRendered(WidgetComponentRendererEvent<PARENT,CONFIG,DATA> event)Notifies all listeners about rendering event.protected voidWidgetComponentRendererEvent. initCause(WidgetComponentRendererEvent<?,?,?> cause)Method parameters in com.hybris.cockpitng.widgets.common with type arguments of type WidgetComponentRendererEvent Modifier and Type Method Description <PP,CC,DD>
WidgetComponentRendererEvent<PP,CC,DD>WidgetComponentRendererEvent. getCause(java.util.function.Predicate<WidgetComponentRendererEvent> condition)Gets rendering parameters of specific nested renderer that meets specified conditions.
-