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 Details

    • JcrPropertyModel

      public JcrPropertyModel(JcrItemModel<Property> model)
    • JcrPropertyModel

      public JcrPropertyModel(Property prop)
    • JcrPropertyModel

      public JcrPropertyModel(String path)
  • Method Details

    • getProperty

      public Property getProperty()
    • getDefinition

      public PropertyDefinition getDefinition(int type, boolean multiValued)
    • findDefinition

      protected PropertyDefinition findDefinition(NodeType nodeType, String name, int type, boolean multiValued)
    • iterator

      public Iterator iterator(long first, long count)
      Specified by:
      iterator in interface org.apache.wicket.markup.repeater.data.IDataProvider<T>
    • model

      public org.apache.wicket.model.IModel<T> model(Object object)
      Specified by:
      model in interface org.apache.wicket.markup.repeater.data.IDataProvider<T>
    • size

      public long size()
      Specified by:
      size in interface org.apache.wicket.markup.repeater.data.IDataProvider<T>
    • setObservationContext

      public void setObservationContext(IObservationContext context)
      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 interface IObservable
    • startObservation

      public void startObservation()
      Description copied from interface: IObservable
      When the first 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.

      Specified by:
      startObservation in interface IObservable
    • stopObservation

      public void stopObservation()
      Description copied from interface: IObservable
      When the last IObserver unregisters, observation is stopped. Any listeners or observers registered by the observable must be unregistered by the implementation.
      Specified by:
      stopObservation in interface IObservable
    • detach

      public void detach()
      Specified by:
      detach in interface org.apache.wicket.markup.repeater.data.IDataProvider<T>
      Specified by:
      detach in interface org.apache.wicket.model.IDetachable
      Specified by:
      detach in interface org.apache.wicket.model.IModel<T>
      Overrides:
      detach in class ItemModelWrapper<Property>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object object)
      Description copied from interface: IObservable
      Equivalence of observables; observation will only be started on one instance.
      Specified by:
      equals in interface IObservable
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface IObservable
      Overrides:
      hashCode in class Object
      See Also: