Uses of Interface
org.hippoecm.frontend.model.event.IObservable
Packages that use IObservable
Package
Description
-
Uses of IObservable in org.hippoecm.frontend.model
Subinterfaces of IObservable in org.hippoecm.frontend.modelModifier and TypeInterfaceDescriptioninterface
Service interface for sharing models.interface
Classes in org.hippoecm.frontend.model that implement IObservableModifier 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.Method parameters in org.hippoecm.frontend.model with type arguments of type IObservableModifier 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
Classes in org.hippoecm.frontend.model.event with type parameters of type IObservableModifier 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>
Classes in org.hippoecm.frontend.model.event that implement IObservableModifier and TypeClassDescriptionclass
Implementation ofIObservable
that monitors another observable.class
A property model that observes an observable target.Methods in org.hippoecm.frontend.model.event that return IObservableMethods in org.hippoecm.frontend.model.event with parameters of type IObservableMethod parameters in org.hippoecm.frontend.model.event with type arguments of type IObservableModifier 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) Constructors in org.hippoecm.frontend.model.event with parameters of type IObservableModifierConstructorDescriptionObservable
(IObservable target) ObservablePropertyModel
(IObservable target, String expression) -
Uses of IObservable in org.hippoecm.frontend.model.ocm
Classes in org.hippoecm.frontend.model.ocm that implement IObservableModifier and TypeClassDescriptionclass
A base class for implementing object content mapping.Method parameters in org.hippoecm.frontend.model.ocm with type arguments of type IObservableModifier and TypeMethodDescriptionvoid
JcrObject.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.model.properties
Classes in org.hippoecm.frontend.model.properties that implement IObservable -
Uses of IObservable in org.hippoecm.frontend.model.tree
Classes in org.hippoecm.frontend.model.tree that implement IObservableModifier and TypeClassDescriptionclass
A JCR tree model implementation that can be shared by multiple tree instances.Method parameters in org.hippoecm.frontend.model.tree with type arguments of type IObservableModifier and TypeMethodDescriptionvoid
ObservableTreeModel.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.plugin.config
Subinterfaces of IObservable in org.hippoecm.frontend.plugin.configModifier and TypeInterfaceDescriptioninterface
Descriptor of a cluster of plugins.interface
The plugin configuration. -
Uses of IObservable in org.hippoecm.frontend.plugin.config.impl
Classes in org.hippoecm.frontend.plugin.config.impl that implement IObservableModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
The JCR backed implementation of the plugin configuration.Method parameters in org.hippoecm.frontend.plugin.config.impl with type arguments of type IObservableModifier 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
Classes in org.hippoecm.frontend.plugins.standards.browse that implement IObservableMethod parameters in org.hippoecm.frontend.plugins.standards.browse with type arguments of type IObservableModifier and TypeMethodDescriptionvoid
BrowserSearchResultModel.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.plugins.standards.list
Classes in org.hippoecm.frontend.plugins.standards.list that implement IObservableMethod parameters in org.hippoecm.frontend.plugins.standards.list with type arguments of type IObservableModifier and TypeMethodDescriptionvoid
DocumentsProvider.setObservationContext
(IObservationContext<? extends IObservable> context) -
Uses of IObservable in org.hippoecm.frontend.plugins.standards.list.resolvers
Classes in org.hippoecm.frontend.plugins.standards.list.resolvers that implement IObservableModifier 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.Methods in org.hippoecm.frontend.plugins.standards.list.resolvers that return IObservableModifier 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) Method parameters in org.hippoecm.frontend.plugins.standards.list.resolvers with type arguments of type IObservableModifier 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
Classes in org.hippoecm.frontend.plugins.standards.picker that implement IObservable -
Uses of IObservable in org.hippoecm.frontend.plugins.standards.search
Classes in org.hippoecm.frontend.plugins.standards.search that implement IObservable -
Uses of IObservable in org.hippoecm.frontend.plugins.standards.tabs
Methods in org.hippoecm.frontend.plugins.standards.tabs that return IObservableMethod parameters in org.hippoecm.frontend.plugins.standards.tabs with type arguments of type IObservableModifier and TypeMethodDescriptionvoid
TabsPlugin.Tab.onEvent
(Iterator<? extends IEvent<IObservable>> events) -
Uses of IObservable in org.hippoecm.frontend.service.render
Methods in org.hippoecm.frontend.service.render that return IObservable -
Uses of IObservable in org.hippoecm.frontend.types
Subinterfaces of IObservable in org.hippoecm.frontend.typesModifier and TypeInterfaceDescriptioninterface
The field descriptor contains the meta information of a field in a type.interface
The description of a (JCR) type.Classes in org.hippoecm.frontend.types that implement IObservableModifier and TypeClassDescriptionclass
class
Bean implementation of theIFieldDescriptor
interface.class