Serialized Form
|
Package wicket.contrib.phonebook |
serialVersionUID: 1L
id
long id
firstname
java.lang.String firstname
lastname
java.lang.String lastname
email
java.lang.String email
phone
java.lang.String phone
serialVersionUID: 1L
first
int first
count
int count
sort
java.lang.String sort
sortAsc
boolean sortAsc
serialVersionUID: 1L
|
Package wicket.contrib.phonebook.web |
selectionModel
org.apache.wicket.model.IModel<T> selectionModel
selection
org.apache.wicket.model.IModel<T> selection
token
java.io.Serializable token
dao
ContactDao dao
- dao that will be used to retrieve the list of contacts
filter
Contact filter
- reuse the contact entity to store filter information
queryParam
QueryParam queryParam
id
long id
- database identity of the contact
dao
ContactDao dao
- dao reference - must be a wicket-wrapped proxy, holding onto a reference
to the real dao will cause its serialization into session or a
not-serializable exception when the servlet container serializes the
session.
|
Package wicket.contrib.phonebook.web.page |
backPage
org.apache.wicket.Page backPage
contactDao
ContactDao contactDao
backPage
org.apache.wicket.Page backPage
contactDao
ContactDao contactDao
dao
ContactDao dao
users
org.apache.wicket.extensions.markup.html.repeater.data.table.DefaultDataTable<T> users
selectedContactIds
java.util.Set<E> selectedContactIds
Copyright © 2005-2010 Wicket developers. All Rights Reserved.