Modifier and Type | Interface and Description |
---|---|
interface |
IModelReference<T>
Service interface for sharing models.
|
interface |
IObservableModel<T> |
Modifier and Type | Class and Description |
---|---|
class |
JcrNodeModel
The model for a JCR
Node . |
class |
JcrQueryModel
Data provider that uses a JCR
Query object to retrieve nodes. |
class |
ModelReference<T>
The default implementation of the
IModelReference service interface. |
class |
NodeNameModel |
class |
ObservableModel<T extends Serializable>
An
IModel that is observable by plugins. |
Modifier and Type | Method and 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) |
Modifier and Type | Interface and Description |
---|---|
interface |
IEvent<T extends IObservable>
Event generated by an
IObservable . |
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 Type | Class and Description |
---|---|
class |
Observable
Implementation of
IObservable that monitors another observable. |
class |
ObservablePropertyModel<T>
A property model that observes an observable target.
|
Modifier and Type | Method and Description |
---|---|
IObservable |
Observable.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
Observable.setTarget(IObservable target) |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
Observable(IObservable target) |
ObservablePropertyModel(IObservable target,
String expression) |
Modifier and Type | Class and Description |
---|---|
class |
JcrObject
A base class for implementing object content mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
JcrObject.setObservationContext(IObservationContext<? extends IObservable> context) |
Modifier and Type | Class and Description |
---|---|
class |
JcrPropertyModel<T> |
Modifier and Type | Class and Description |
---|---|
class |
ObservableTreeModel
A JCR tree model implementation that can be shared by multiple tree instances.
|
Modifier and Type | Method and Description |
---|---|
void |
ObservableTreeModel.setObservationContext(IObservationContext<? extends IObservable> context) |
Modifier and Type | Interface and Description |
---|---|
interface |
IClusterConfig
Descriptor of a cluster of plugins.
|
interface |
IPluginConfig
The plugin configuration.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractPluginDecorator.setObservationContext(IObservationContext<? extends IObservable> context) |
void |
JavaPluginConfig.setObservationContext(IObservationContext<? extends IObservable> context) |
void |
JcrPluginConfig.setObservationContext(IObservationContext<? extends IObservable> context) |
Modifier and Type | Class and Description |
---|---|
class |
BrowserSearchResultModel |
Modifier and Type | Method and Description |
---|---|
void |
BrowserSearchResultModel.setObservationContext(IObservationContext<? extends IObservable> context) |
Modifier and Type | Class and Description |
---|---|
class |
DocumentsProvider |
Modifier and Type | Method and Description |
---|---|
void |
DocumentsProvider.setObservationContext(IObservationContext<? extends IObservable> context) |
Modifier and Type | Class and 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.
|
Modifier and Type | Method and Description |
---|---|
IObservable |
SpriteIconRenderer.getObservable(org.apache.wicket.model.IModel model) |
IObservable |
AbstractNodeRenderer.getObservable(org.apache.wicket.model.IModel<javax.jcr.Node> model) |
IObservable |
IconRenderer.getObservable(org.apache.wicket.model.IModel<javax.jcr.Node> model) |
IObservable |
NameRenderer.getObservable(org.apache.wicket.model.IModel<javax.jcr.Node> model) |
IObservable |
EmptyRenderer.getObservable(org.apache.wicket.model.IModel<T> model) |
IObservable |
IListCellRenderer.getObservable(org.apache.wicket.model.IModel<T> model) |
IObservable |
RowSelector.getObservable(org.apache.wicket.model.IModel<T> model) |
Modifier and Type | Method and Description |
---|---|
void |
CssClassAppender.setObservationContext(IObservationContext<? extends IObservable> context) |
void |
StateIconAttributes.setObservationContext(IObservationContext<? extends IObservable> context) |
void |
TypeStateAttributes.setObservationContext(IObservationContext<? extends IObservable> context) |
Modifier and Type | Class and Description |
---|---|
class |
TextSearchResultModel |
Modifier and Type | Method and Description |
---|---|
IObservable |
TabsPlugin.Tab.getObservable() |
Modifier and Type | Method and Description |
---|---|
void |
TabsPlugin.Tab.onEvent(Iterator<? extends IEvent<IObservable>> events) |
Modifier and Type | Method and Description |
---|---|
IObservable |
AbstractRenderService.getObservable() |
Modifier and Type | Interface and Description |
---|---|
interface |
IFieldDescriptor
The field descriptor contains the meta information of a field in a type.
|
interface |
ITypeDescriptor
The description of a (JCR) type.
|
Modifier and Type | Class and Description |
---|---|
class |
BuiltinTypeDescriptor |
class |
JavaFieldDescriptor
Bean implementation of the
IFieldDescriptor interface. |
class |
JavaTypeDescriptor |
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.