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
IModel<T> selectionModel
selection
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
Page backPage
contactDao
ContactDao contactDao
backPage
Page backPage
contactDao
ContactDao contactDao
dao
ContactDao dao
users
DefaultDataTable<T> users
selectedContactIds
Set<E> selectedContactIds
Copyright © 2005-2011 Wicket developers. All Rights Reserved.