Uses of Interface
org.hippoecm.frontend.model.event.IObserver
Package
Description
This package contains classes that render a perspective and facilitate the communication with the navigation
application.
-
Uses of IObserver in org.hippoecm.addon.workflow
Modifier and TypeClassDescriptionclass
CompatibilityWorkflowPlugin<T extends Workflow>
Deprecated.Please directly extend from RenderPlugin. -
Uses of IObserver in org.hippoecm.frontend.model.event
Modifier and TypeMethodDescriptionvoid
IObservationContext.registerObserver
(IObserver<?> observer) Register an observer.void
IObservationContext.unregisterObserver
(IObserver<?> observer) Unregister an observer. -
Uses of IObserver in org.hippoecm.frontend.model.tree
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.browse
Modifier and TypeClassDescriptionclass
Deprecated.This plugin is deprecated since 10.0.x and replaced by theNodeBreadcrumbWidget
.class
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.list
Modifier and TypeClassDescriptionclass
Base class for displaying a list of nodes.class
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.list.datatable
Modifier and TypeMethodDescriptionprotected 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
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.perspective
-
Uses of IObserver in org.hippoecm.frontend.plugins.standards.tabs
Modifier and TypeClassDescriptionclass
class
Plugin that manages a number ofIRenderService
s using a tabbing interface.protected class
-
Uses of IObserver in org.hippoecm.frontend.service.render
Modifier and TypeClassDescriptionclass
Utility class that bundles a lot of the functionality needed for visual plugins.class
class
class
Utility base class for list render services.class
RenderPlugin<T>
Utility base class for GUI plugins.class