Uses of Interface
org.hippoecm.frontend.model.event.IObservable
Package
Description
-
Uses of IObservable in org.hippoecm.frontend.model
Modifier and TypeInterfaceDescriptioninterface
Service interface for sharing models.interface
Modifier and TypeClassDescriptionclass
The model for a JCRNode
.class
Data provider that uses a JCRQuery
object to retrieve nodes.class
The default implementation of theIModelReference
service interface.class
class
ObservableModel<T extends Serializable>
AnIModel
that is observable by plugins.Modifier and TypeMethodDescriptionvoid
JcrNodeModel.setObservationContext
(IObservationContext<? extends IObservable> context) Store the observation context to be used to dispatch events.void
NodeNameModel.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.model.event
Modifier and TypeInterfaceDescriptioninterface
IEvent<T extends IObservable>
Event generated by anIObservable
.interface
IObservationContext<T extends IObservable>
The context representing the observer registry to the observable.interface
IObserver<T extends IObservable>
This interface defines the contract for a service that updates its internal state in response to changes in an observable object (IObservable).class
Observer<T extends IObservable>
Modifier and TypeClassDescriptionclass
Implementation ofIObservable
that monitors another observable.class
A property model that observes an observable target.Modifier and TypeMethodDescriptionvoid
IObservable.setObservationContext
(IObservationContext<? extends IObservable> context) Before observation is started on the observable, an observation context is injected by the observer registry.void
Observable.setObservationContext
(IObservationContext<? extends IObservable> context) void
ObservablePropertyModel.setObservationContext
(IObservationContext<? extends IObservable> context) ModifierConstructorDescriptionObservable
(IObservable target) ObservablePropertyModel
(IObservable target, String expression) -
Uses of IObservable in org.hippoecm.frontend.model.ocm
Modifier and TypeClassDescriptionclass
A base class for implementing object content mapping.Modifier and TypeMethodDescriptionvoid
JcrObject.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.model.properties
-
Uses of IObservable in org.hippoecm.frontend.model.tree
Modifier and TypeClassDescriptionclass
A JCR tree model implementation that can be shared by multiple tree instances.Modifier and TypeMethodDescriptionvoid
ObservableTreeModel.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.plugin.config
Modifier and TypeInterfaceDescriptioninterface
Descriptor of a cluster of plugins.interface
The plugin configuration. -
Uses of IObservable in org.hippoecm.frontend.plugin.config.impl
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
The JCR backed implementation of the plugin configuration.Modifier and TypeMethodDescriptionvoid
AbstractPluginDecorator.setObservationContext
(IObservationContext<? extends IObservable> context) void
JavaPluginConfig.setObservationContext
(IObservationContext<? extends IObservable> context) void
JcrPluginConfig.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.plugins.standards.browse
Modifier and TypeMethodDescriptionvoid
BrowserSearchResultModel.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.plugins.standards.list
Modifier and TypeMethodDescriptionvoid
DocumentsProvider.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.plugins.standards.list.resolvers
Modifier and TypeClassDescriptionclass
class
Standard attributes of a hippostd:publishable document.class
Standard attributes of a hipposysedit:templatetype node related to the state of the type.Modifier and TypeMethodDescriptionAbstractNodeRenderer.getObservable
(org.apache.wicket.model.IModel<Node> model) EmptyRenderer.getObservable
(org.apache.wicket.model.IModel<T> model) IconRenderer.getObservable
(org.apache.wicket.model.IModel<Node> model) IListCellRenderer.getObservable
(org.apache.wicket.model.IModel<T> model) NameRenderer.getObservable
(org.apache.wicket.model.IModel<Node> model) RowSelector.getObservable
(org.apache.wicket.model.IModel<T> model) SpriteIconRenderer.getObservable
(org.apache.wicket.model.IModel model) Modifier and TypeMethodDescriptionvoid
CssClassAppender.setObservationContext
(IObservationContext<? extends IObservable> context) void
StateIconAttributes.setObservationContext
(IObservationContext<? extends IObservable> context) void
TypeStateAttributes.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.plugins.standards.picker
-
Uses of IObservable in org.hippoecm.frontend.plugins.standards.search
-
Uses of IObservable in org.hippoecm.frontend.plugins.standards.tabs
Modifier and TypeMethodDescriptionvoid
TabsPlugin.Tab.onEvent
(Iterator<? extends IEvent<IObservable>> events) -
Uses of IObservable in org.hippoecm.frontend.service.render
-
Uses of IObservable in org.hippoecm.frontend.types
Modifier and TypeInterfaceDescriptioninterface
The field descriptor contains the meta information of a field in a type.interface
The description of a (JCR) type.Modifier and TypeClassDescriptionclass
class
Bean implementation of theIFieldDescriptor
interface.class