Uses of Class
org.apache.wicket.examples.repeater.Contact

Packages that use Contact
org.apache.wicket.examples.repeater   
 

Uses of Contact in org.apache.wicket.examples.repeater
 

Methods in org.apache.wicket.examples.repeater that return Contact
 Contact ContactGenerator.generate()
          generates a new contact
 Contact ContactsDatabase.get(long id)
          find contact by id
 Contact BasePage.getSelected()
           
protected  Contact DetachableContactModel.load()
           
 

Methods in org.apache.wicket.examples.repeater that return types with arguments of type Contact
 List<Contact> ContactsDatabase.find(int first, int count, String sortProperty, boolean sortAsc)
          select contacts and apply sort
protected  List<Contact> ContactsDatabase.getIndex(String prop, boolean asc)
           
 Iterator<Contact> SortableContactDataProvider.iterator(int first, int count)
           
 Iterator<Contact> ContactDataProvider.iterator(int first, int count)
          retrieves contacts from database starting with index first and ending with first+count
 IModel<Contact> SortableContactDataProvider.model(Contact object)
           
 IModel<Contact> ContactDataProvider.model(Contact object)
          wraps retrieved contact pojo with a wicket model
 

Methods in org.apache.wicket.examples.repeater with parameters of type Contact
protected  void ContactsDatabase.add(Contact contact)
           
 void ContactsDatabase.delete(Contact contact)
          delete contact from the database
 IModel<Contact> SortableContactDataProvider.model(Contact object)
           
 IModel<Contact> ContactDataProvider.model(Contact object)
          wraps retrieved contact pojo with a wicket model
 void ContactsDatabase.save(Contact contact)
          add contact to the database
 void BasePage.setSelected(Contact selected)
          sets selected contact
 

Method parameters in org.apache.wicket.examples.repeater with type arguments of type Contact
 void ContactGenerator.generate(Collection<Contact> collection, int count)
          generats count number contacts and puts them into collection collection
 

Constructors in org.apache.wicket.examples.repeater with parameters of type Contact
DetachableContactModel(Contact c)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.