public class DocumentsProvider extends SortableDataProvider<javax.jcr.Node> implements IObservable
Constructor and Description |
---|
DocumentsProvider(org.apache.wicket.model.IModel<javax.jcr.Node> model,
DocumentListFilter filter,
Map<String,Comparator<javax.jcr.Node>> comparators) |
Modifier and Type | Method and Description |
---|---|
void |
detach() |
Iterator<javax.jcr.Node> |
iterator(long first,
long count) |
org.apache.wicket.model.IModel<javax.jcr.Node> |
model(javax.jcr.Node object) |
void |
setObservationContext(IObservationContext<? extends IObservable> context)
Before observation is started on the observable, an observation context is injected by
the observer registry.
|
long |
size() |
void |
startObservation()
When the first
IObserver of this observable is registered with the observer
registry, observation is started. |
void |
stopObservation()
When the last
IObserver unregisters, observation is stopped. |
getSortState, setSortState
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, hashCode
public DocumentsProvider(org.apache.wicket.model.IModel<javax.jcr.Node> model, DocumentListFilter filter, Map<String,Comparator<javax.jcr.Node>> comparators)
public Iterator<javax.jcr.Node> iterator(long first, long count)
iterator
in interface org.apache.wicket.markup.repeater.data.IDataProvider<javax.jcr.Node>
public org.apache.wicket.model.IModel<javax.jcr.Node> model(javax.jcr.Node object)
model
in interface org.apache.wicket.markup.repeater.data.IDataProvider<javax.jcr.Node>
public long size()
size
in interface org.apache.wicket.markup.repeater.data.IDataProvider<javax.jcr.Node>
public void detach()
detach
in interface org.apache.wicket.model.IDetachable
public void setObservationContext(IObservationContext<? extends IObservable> context)
IObservable
setObservationContext
in interface IObservable
public void startObservation()
IObservable
IObserver
of this observable is registered with the observer
registry, observation is started. Implementations must notify observers until observation
is stopped.
An implementation should register listeners with external data sources, when appropriate. It is possible for an observable to register as an observer for another observable.
startObservation
in interface IObservable
public void stopObservation()
IObservable
IObserver
unregisters, observation is stopped. Any listeners
or observers registered by the observable must be unregistered by the implementation.stopObservation
in interface IObservable
Copyright © 2007–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.