Uses of Interface
org.hippoecm.frontend.model.event.IObservable
-
-
Uses of IObservable in org.hippoecm.frontend.model
Subinterfaces of IObservable in org.hippoecm.frontend.model Modifier and Type Interface Description interface
IModelReference<T>
Service interface for sharing models.interface
IObservableModel<T>
Classes in org.hippoecm.frontend.model that implement IObservable Modifier and Type Class Description class
JcrNodeModel
The model for a JCRNode
.class
JcrQueryModel
Data provider that uses a JCRQuery
object to retrieve nodes.class
ModelReference<T>
The default implementation of theIModelReference
service interface.class
NodeNameModel
class
ObservableModel<T extends Serializable>
AnIModel
that is observable by plugins.Method parameters in org.hippoecm.frontend.model with type arguments of type IObservable Modifier and Type Method Description void
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 IObservable Modifier and Type Interface Description interface
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 IObservable Modifier and Type Class Description class
Observable
Implementation ofIObservable
that monitors another observable.class
ObservablePropertyModel<T>
A property model that observes an observable target.Methods in org.hippoecm.frontend.model.event that return IObservable Modifier and Type Method Description IObservable
Observable. getTarget()
Methods in org.hippoecm.frontend.model.event with parameters of type IObservable Modifier and Type Method Description void
Observable. setTarget(IObservable target)
Method parameters in org.hippoecm.frontend.model.event with type arguments of type IObservable Modifier and Type Method Description void
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 IObservable Constructor Description Observable(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 IObservable Modifier and Type Class Description class
JcrObject
A base class for implementing object content mapping.Method parameters in org.hippoecm.frontend.model.ocm with type arguments of type IObservable Modifier and Type Method Description void
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 Modifier and Type Class Description class
JcrPropertyModel<T>
-
Uses of IObservable in org.hippoecm.frontend.model.tree
Classes in org.hippoecm.frontend.model.tree that implement IObservable Modifier and Type Class Description class
ObservableTreeModel
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 IObservable Modifier and Type Method Description void
ObservableTreeModel. setObservationContext(IObservationContext<? extends IObservable> context)
-
Uses of IObservable in org.hippoecm.frontend.plugin.config
Subinterfaces of IObservable in org.hippoecm.frontend.plugin.config Modifier and Type Interface Description interface
IClusterConfig
Descriptor of a cluster of plugins.interface
IPluginConfig
The plugin configuration. -
Uses of IObservable in org.hippoecm.frontend.plugin.config.impl
Classes in org.hippoecm.frontend.plugin.config.impl that implement IObservable Modifier and Type Class Description class
AbstractClusterDecorator
class
AbstractPluginDecorator
class
ClusterConfigDecorator
class
InheritingPluginConfig
class
JavaClusterConfig
class
JavaPluginConfig
class
JcrClusterConfig
class
JcrPluginConfig
The JCR backed implementation of the plugin configuration.Method parameters in org.hippoecm.frontend.plugin.config.impl with type arguments of type IObservable Modifier and Type Method Description void
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 IObservable Modifier and Type Class Description class
BrowserSearchResultModel
Method parameters in org.hippoecm.frontend.plugins.standards.browse with type arguments of type IObservable Modifier and Type Method Description void
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 IObservable Modifier and Type Class Description class
DocumentsProvider
Method parameters in org.hippoecm.frontend.plugins.standards.list with type arguments of type IObservable Modifier and Type Method Description void
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 IObservable Modifier and Type Class Description class
CssClassAppender
class
StateIconAttributes
Standard attributes of a hippostd:publishable document.class
TypeStateAttributes
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 IObservable Modifier and Type Method Description IObservable
AbstractNodeRenderer. getObservable(org.apache.wicket.model.IModel<Node> model)
IObservable
EmptyRenderer. getObservable(org.apache.wicket.model.IModel<T> model)
IObservable
IconRenderer. getObservable(org.apache.wicket.model.IModel<Node> model)
IObservable
IListCellRenderer. getObservable(org.apache.wicket.model.IModel<T> model)
IObservable
NameRenderer. getObservable(org.apache.wicket.model.IModel<Node> model)
IObservable
RowSelector. getObservable(org.apache.wicket.model.IModel<T> model)
IObservable
SpriteIconRenderer. getObservable(org.apache.wicket.model.IModel model)
Method parameters in org.hippoecm.frontend.plugins.standards.list.resolvers with type arguments of type IObservable Modifier and Type Method Description void
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 Modifier and Type Class Description class
NodePickerPluginConfig
-
Uses of IObservable in org.hippoecm.frontend.plugins.standards.search
Classes in org.hippoecm.frontend.plugins.standards.search that implement IObservable Modifier and Type Class Description class
TextSearchResultModel
-
Uses of IObservable in org.hippoecm.frontend.plugins.standards.tabs
Methods in org.hippoecm.frontend.plugins.standards.tabs that return IObservable Modifier and Type Method Description IObservable
TabsPlugin.Tab. getObservable()
Method parameters in org.hippoecm.frontend.plugins.standards.tabs with type arguments of type IObservable Modifier and Type Method Description void
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 Modifier and Type Method Description IObservable
AbstractRenderService. getObservable()
-
Uses of IObservable in org.hippoecm.frontend.types
Subinterfaces of IObservable in org.hippoecm.frontend.types Modifier and Type Interface Description interface
IFieldDescriptor
The field descriptor contains the meta information of a field in a type.interface
ITypeDescriptor
The description of a (JCR) type.Classes in org.hippoecm.frontend.types that implement IObservable Modifier and Type Class Description class
BuiltinTypeDescriptor
class
JavaFieldDescriptor
Bean implementation of theIFieldDescriptor
interface.class
JavaTypeDescriptor
-