Class ChildNodeProvider

All Implemented Interfaces:
Serializable, org.apache.wicket.model.IDetachable, org.apache.wicket.model.IModel<Node>, org.apache.wicket.util.io.IClusterable

public class ChildNodeProvider extends AbstractProvider<Node,JcrNodeModel>
An IDataProvider that provides a list of models for child nodes, based on a IFieldDescriptor and a JcrNodeModel. A prototype is used to add new child nodes.
See Also: