Uses of Interface
de.hybris.platform.cmscockpit.components.liveedit.RefreshContentHandler
-
Packages that use RefreshContentHandler Package Description de.hybris.platform.cmscockpit.components.liveedit de.hybris.platform.cmscockpit.components.liveedit.impl -
-
Uses of RefreshContentHandler in de.hybris.platform.cmscockpit.components.liveedit
Classes in de.hybris.platform.cmscockpit.components.liveedit that implement RefreshContentHandler Modifier and Type Class Description static classLiveEditView.DesktopRefreshContentHandlerMethods in de.hybris.platform.cmscockpit.components.liveedit that return types with arguments of type RefreshContentHandler Modifier and Type Method Description java.util.List<RefreshContentHandler<V>>RefreshContentHandlerRegistry. getRefreshContentHandlers() -
Uses of RefreshContentHandler in de.hybris.platform.cmscockpit.components.liveedit.impl
Methods in de.hybris.platform.cmscockpit.components.liveedit.impl that return types with arguments of type RefreshContentHandler Modifier and Type Method Description java.util.List<RefreshContentHandler<LiveEditView>>DefaultRefreshContentHandlerRegistry. getRefreshContentHandlers()Method parameters in de.hybris.platform.cmscockpit.components.liveedit.impl with type arguments of type RefreshContentHandler Modifier and Type Method Description voidDefaultRefreshContentHandlerRegistry. setHandlers(java.util.List<RefreshContentHandler<LiveEditView>> handlers)
-