Uses of Class
com.hybris.cockpitng.editor.extendedmultireferenceeditor.InlineEditorRefreshEvent
-
Packages that use InlineEditorRefreshEvent Package Description com.hybris.cockpitng.editor.extendedmultireferenceeditor -
-
Uses of InlineEditorRefreshEvent in com.hybris.cockpitng.editor.extendedmultireferenceeditor
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor with parameters of type InlineEditorRefreshEvent Modifier and Type Method Description protected voidDefaultExtendedMultiReferenceEditor. onInlineRefreshEvent(InlineEditorRefreshEvent event)protected voidInlineEditorRefreshObserver. sendRefreshEvent(InlineEditorRefreshEvent event)Method parameters in com.hybris.cockpitng.editor.extendedmultireferenceeditor with type arguments of type InlineEditorRefreshEvent Modifier and Type Method Description voidInlineEditorRefreshObserver. setRefreshEventConsumer(java.util.function.Consumer<InlineEditorRefreshEvent> refreshEventConsumer)Registers event consumer which should refresh state of an editor.
-