Serialized Form
|
Package wicket.contrib.phonebook |
serialVersionUID: 1L
id
long id
firstname
String firstname
lastname
String lastname
email
String email
phone
String phone
serialVersionUID: 1L
first
int first
count
int count
sort
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
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
Set<E> selectedContactIds
Copyright © 2005-2012 Wicket developers. All Rights Reserved.