Class JcrPropertyModel<T>
java.lang.Object
org.hippoecm.frontend.model.ItemModelWrapper<Property>
org.hippoecm.frontend.model.properties.JcrPropertyModel<T>
- All Implemented Interfaces:
Serializable
,org.apache.wicket.markup.repeater.data.IDataProvider<T>
,org.apache.wicket.model.IDetachable
,org.apache.wicket.model.IModel<Property>
,org.apache.wicket.util.io.IClusterable
,IObservable
public class JcrPropertyModel<T>
extends ItemModelWrapper<Property>
implements org.apache.wicket.markup.repeater.data.IDataProvider<T>, IObservable
- See Also:
-
Constructor Summary
ConstructorDescriptionJcrPropertyModel
(String path) JcrPropertyModel
(Property prop) JcrPropertyModel
(JcrItemModel<Property> model) -
Method Summary
Modifier and TypeMethodDescriptionvoid
detach()
boolean
Equivalence of observables; observation will only be started on one instance.protected PropertyDefinition
findDefinition
(NodeType nodeType, String name, int type, boolean multiValued) getDefinition
(int type, boolean multiValued) int
hashCode()
iterator
(long first, long count) org.apache.wicket.model.IModel<T>
void
setObservationContext
(IObservationContext context) Before observation is started on the observable, an observation context is injected by the observer registry.long
size()
void
When the firstIObserver
of this observable is registered with the observer registry, observation is started.void
When the lastIObserver
unregisters, observation is stopped.toString()
Methods inherited from class org.hippoecm.frontend.model.ItemModelWrapper
getItemModel, getObject, setItemModel, setObject
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.wicket.model.IModel
as, combineWith, filter, flatMap, isPresent, map, orElse, orElseGet
-
Constructor Details
-
JcrPropertyModel
-
JcrPropertyModel
-
JcrPropertyModel
-
-
Method Details
-
getProperty
-
getDefinition
-
findDefinition
protected PropertyDefinition findDefinition(NodeType nodeType, String name, int type, boolean multiValued) -
iterator
- Specified by:
iterator
in interfaceorg.apache.wicket.markup.repeater.data.IDataProvider<T>
-
model
- Specified by:
model
in interfaceorg.apache.wicket.markup.repeater.data.IDataProvider<T>
-
size
public long size()- Specified by:
size
in interfaceorg.apache.wicket.markup.repeater.data.IDataProvider<T>
-
setObservationContext
Description copied from interface:IObservable
Before observation is started on the observable, an observation context is injected by the observer registry. This context can be used to notify listeners.- Specified by:
setObservationContext
in interfaceIObservable
-
startObservation
public void startObservation()Description copied from interface:IObservable
When the firstIObserver
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.
- Specified by:
startObservation
in interfaceIObservable
-
stopObservation
public void stopObservation()Description copied from interface:IObservable
When the lastIObserver
unregisters, observation is stopped. Any listeners or observers registered by the observable must be unregistered by the implementation.- Specified by:
stopObservation
in interfaceIObservable
-
detach
public void detach()- Specified by:
detach
in interfaceorg.apache.wicket.markup.repeater.data.IDataProvider<T>
- Specified by:
detach
in interfaceorg.apache.wicket.model.IDetachable
- Specified by:
detach
in interfaceorg.apache.wicket.model.IModel<T>
- Overrides:
detach
in classItemModelWrapper<Property>
-
toString
-
equals
Description copied from interface:IObservable
Equivalence of observables; observation will only be started on one instance.- Specified by:
equals
in interfaceIObservable
- Overrides:
equals
in classObject
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceIObservable
- Overrides:
hashCode
in classObject
- See Also:
-