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()
           
 

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
 void ContactsDatabase.save(Contact contact)
          add contact to the database
 void BasePage.setSelected(Contact selected)
          sets selected contact
 

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



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