Uses of Interface
org.hippoecm.frontend.model.event.IObserver
-
Packages that use IObserver Package Description org.hippoecm.addon.workflow org.hippoecm.frontend.model.event org.hippoecm.frontend.model.tree org.hippoecm.frontend.plugins.standards.browse org.hippoecm.frontend.plugins.standards.list org.hippoecm.frontend.plugins.standards.list.datatable org.hippoecm.frontend.plugins.standards.panelperspective org.hippoecm.frontend.plugins.standards.perspective This package contains classes that render a perspective and facilitate the communication with the navigation application.org.hippoecm.frontend.plugins.standards.tabs org.hippoecm.frontend.service.render -
-
Uses of IObserver in org.hippoecm.addon.workflow
Classes in org.hippoecm.addon.workflow that implement IObserver Modifier and Type Class Description class
CompatibilityWorkflowPlugin<T extends Workflow>
Deprecated.Please directly extend from RenderPlugin. -
Uses of IObserver in org.hippoecm.frontend.model.event
Classes in org.hippoecm.frontend.model.event that implement IObserver Modifier and Type Class Description class
Observer<T extends IObservable>
Methods in org.hippoecm.frontend.model.event with parameters of type IObserver Modifier and Type Method Description void
IObservationContext. registerObserver(IObserver<?> observer)
Register an observer.void
IObservationContext. unregisterObserver(IObserver<?> observer)
Unregister an observer. -
Uses of IObserver in org.hippoecm.frontend.model.tree
Classes in org.hippoecm.frontend.model.tree that implement IObserver Modifier and Type Class Description class
JcrTreeModel
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.browse
Classes in org.hippoecm.frontend.plugins.standards.browse that implement IObserver Modifier and Type Class Description class
BreadcrumbPlugin
Deprecated.This plugin is deprecated since 10.0.x and replaced by theNodeBreadcrumbWidget
.class
BrowserPlugin
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.list
Classes in org.hippoecm.frontend.plugins.standards.list that implement IObserver Modifier and Type Class Description class
AbstractListingPlugin<T>
Base class for displaying a list of nodes.class
ExpandCollapseListingPlugin<T>
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.list.datatable
Methods in org.hippoecm.frontend.plugins.standards.list.datatable that return IObserver Modifier and Type Method Description protected IObserver
ListDataTable. newObserver(org.apache.wicket.markup.repeater.Item<T> item, org.apache.wicket.model.IModel<T> model)
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.panelperspective
Classes in org.hippoecm.frontend.plugins.standards.panelperspective that implement IObserver Modifier and Type Class Description class
PanelPluginPerspective
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.perspective
Classes in org.hippoecm.frontend.plugins.standards.perspective that implement IObserver Modifier and Type Class Description class
Perspective
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.tabs
Classes in org.hippoecm.frontend.plugins.standards.tabs that implement IObserver Modifier and Type Class Description class
TabsContainerService
class
TabsPlugin
Plugin that manages a number ofIRenderService
s using a tabbing interface.protected class
TabsPlugin.Tab
-
Uses of IObserver in org.hippoecm.frontend.service.render
Classes in org.hippoecm.frontend.service.render that implement IObserver Modifier and Type Class Description class
AbstractRenderService<T>
Utility class that bundles a lot of the functionality needed for visual plugins.class
ListRenderService
class
ListViewPlugin<T>
class
ListViewService<T>
Utility base class for list render services.class
RenderPlugin<T>
Utility base class for GUI plugins.class
RenderService<T>
-