Class ContactDataProvider

  • All Implemented Interfaces:
    Serializable, org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider, org.apache.wicket.model.IDetachable, org.apache.wicket.util.io.IClusterable

    public class ContactDataProvider
    extends Object
    implements org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider
    Author:
    lazyman
    See Also:
    Serialized Form
    • Constructor Detail

      • ContactDataProvider

        public ContactDataProvider()
    • Method Detail

      • getRoots

        public Iterator getRoots()
        Specified by:
        getRoots in interface org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider
      • hasChildren

        public boolean hasChildren​(Object node)
        Specified by:
        hasChildren in interface org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider
      • getChildren

        public Iterator getChildren​(Object node)
        Specified by:
        getChildren in interface org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider
      • model

        public org.apache.wicket.model.IModel model​(Object object)
        Specified by:
        model in interface org.apache.wicket.extensions.markup.html.repeater.tree.ITreeProvider
      • detach

        public void detach()
        Specified by:
        detach in interface org.apache.wicket.model.IDetachable