Uses of Class
org.apache.wicket.examples.repeater.Contact
-
Packages that use Contact Package Description org.apache.wicket.examples.repeater -
-
Uses of Contact in org.apache.wicket.examples.repeater
Methods in org.apache.wicket.examples.repeater that return Contact Modifier and Type Method Description ContactContactGenerator. generate()generates a new contactContactContactsDatabase. get(long id)find contact by idContactBasePage. getSelected()protected ContactDetachableContactModel. load()Methods in org.apache.wicket.examples.repeater that return types with arguments of type Contact Modifier and Type Method Description List<Contact>ContactsDatabase. find(long first, long count, SortParam sort)select contacts and apply sortList<Contact>ContactsDatabase. getIndex(SortParam sort)Iterator<Contact>ContactDataProvider. iterator(long first, long count)retrieves contacts from database starting with indexfirstand ending withfirst+countIterator<Contact>SortableContactDataProvider. iterator(long first, long count)IModel<Contact>ContactDataProvider. model(Contact object)wraps retrieved contact pojo with a wicket modelIModel<Contact>SortableContactDataProvider. model(Contact object)Methods in org.apache.wicket.examples.repeater with parameters of type Contact Modifier and Type Method Description protected voidContactsDatabase. add(Contact contact)voidContactsDatabase. delete(Contact contact)delete contact from the databaseIModel<Contact>ContactDataProvider. model(Contact object)wraps retrieved contact pojo with a wicket modelIModel<Contact>SortableContactDataProvider. model(Contact object)voidContactsDatabase. save(Contact contact)add contact to the databasevoidBasePage. setSelected(Contact selected)sets selected contactMethod parameters in org.apache.wicket.examples.repeater with type arguments of type Contact Modifier and Type Method Description voidContactGenerator. generate(Collection<Contact> collection, int count)generatscountnumber contacts and puts them intocollectioncollectionConstructors in org.apache.wicket.examples.repeater with parameters of type Contact Constructor Description DetachableContactModel(Contact c)
-