A B C D E F G H I L M N O P Q R S T U V W X

A

add(Contact) - Method in class org.apache.wicket.examples.repeater.ContactsDatabase
 
add(Contact) - Method in class org.apache.wicket.spring.common.ContactDaoImpl
 
addRating(int) - Method in class org.apache.wicket.examples.ajax.builtin.RatingsPage.RatingModel
Adds the vote from the user to the total of votes, and calculates the rating.
Address - Class in org.apache.wicket.examples.compref
An address.
Address() - Constructor for class org.apache.wicket.examples.compref.Address
Construct.
AdminAnnotationsBookmarkablePage - Class in org.apache.wicket.examples.authorization.pages
Bookmarkable page that may only be accessed by users that have role ADMIN.
AdminAnnotationsBookmarkablePage() - Constructor for class org.apache.wicket.examples.authorization.pages.AdminAnnotationsBookmarkablePage
Construct.
AdminAnnotationsInternalPage - Class in org.apache.wicket.examples.authorization.pages
Non-bookmarkable page that may only be accessed by users that have role ADMIN.
AdminAnnotationsInternalPage(String) - Constructor for class org.apache.wicket.examples.authorization.pages.AdminAnnotationsInternalPage
Construct.
AdminBookmarkablePage - Class in org.apache.wicket.examples.authorization.pages
Bookmarkable page that may only be accessed by users that have role ADMIN.
AdminBookmarkablePage() - Constructor for class org.apache.wicket.examples.authorization.pages.AdminBookmarkablePage
Construct.
AdminInternalPage - Class in org.apache.wicket.examples.authorization.pages
Non-bookmarkable page that may only be accessed by users that have role ADMIN.
AdminInternalPage(String) - Constructor for class org.apache.wicket.examples.authorization.pages.AdminInternalPage
Construct.
AdminPage - Class in org.apache.wicket.examples.authentication
A page only accessible by a user in the ADMIN role.
AdminPage() - Constructor for class org.apache.wicket.examples.authentication.AdminPage
 
AjaxApplication - Class in org.apache.wicket.examples.ajax.builtin
Application object for the wicked ajax examples
AjaxApplication() - Constructor for class org.apache.wicket.examples.ajax.builtin.AjaxApplication
Constructor.
AjaxDataTablePage - Class in org.apache.wicket.examples.repeater
 
AjaxDataTablePage() - Constructor for class org.apache.wicket.examples.repeater.AjaxDataTablePage
Constructor.
AlternativePageFromWebContext - Class in org.apache.wicket.examples.customresourceloading
The markup for this page is loaded from the web context by a custom IResourceStreamLocator locator set in CustomResourceLoadingApplication.
AlternativePageFromWebContext() - Constructor for class org.apache.wicket.examples.customresourceloading.AlternativePageFromWebContext
Constructor
AnnotationsPanelsPage - Class in org.apache.wicket.examples.authorization.pages
Bookmarkable page that may only be accessed by users that have role ADMIN.
AnnotationsPanelsPage() - Constructor for class org.apache.wicket.examples.authorization.pages.AnnotationsPanelsPage
Construct.
AnnotPage - Class in org.apache.wicket.spring.annot.web
 
AnnotPage() - Constructor for class org.apache.wicket.spring.annot.web.AnnotPage
 
Application - Class in org.apache.wicket.examples.staticpages
Examples for serving static files
Application() - Constructor for class org.apache.wicket.examples.staticpages.Application
 
ApplicationView - Class in org.apache.wicket.examples.debug
A Wicket panel that shows interesting information about a given Wicket session.
ApplicationView(String, Application) - Constructor for class org.apache.wicket.examples.debug.ApplicationView
Constructor.
asString() - Method in class org.apache.wicket.examples.hangman.Letter
 
asString() - Method in class org.apache.wicket.examples.hangman.Word
 
asString(boolean) - Method in class org.apache.wicket.examples.hangman.Word
 
authenticate(String, String) - Method in class org.apache.wicket.examples.authentication.MyAuthenticatedWebSession
 
authenticate(String, String) - Method in class org.apache.wicket.examples.library.LibrarySession
Checks the given username and password, returning a User object if if the username and password identify a valid user.
authenticate(String, String) - Method in class org.apache.wicket.examples.signin.SignInSession
Checks the given username and password, returning a User object if if the username and password identify a valid user.
authenticate(String, String) - Method in class org.apache.wicket.examples.signin2.SignIn2Session
Checks the given username and password, returning a User object if if the username and password identify a valid user.
AuthenticatedWebPage - Class in org.apache.wicket.examples.library
Ensures that user is authenticated in session.
AuthenticatedWebPage() - Constructor for class org.apache.wicket.examples.library.AuthenticatedWebPage
Contruct
AuthenticatedWebPage - Interface in org.apache.wicket.examples.signin
Marker interface to indicate that a page should be viewable by authenticated users only.
AuthenticatedWebPage - Class in org.apache.wicket.examples.signin2
Base class to check access to a page.
AuthenticatedWebPage() - Constructor for class org.apache.wicket.examples.signin2.AuthenticatedWebPage
 
AutoCompletePage - Class in org.apache.wicket.examples.ajax.builtin
Page that demos the ajax auto complete text field
AutoCompletePage() - Constructor for class org.apache.wicket.examples.ajax.builtin.AutoCompletePage
Constructor

B

BAD - Static variable in class org.apache.wicket.examples.library.Book
Bad book
Banner - Class in org.apache.wicket.examples.template
Base class for banners.
Banner(String) - Constructor for class org.apache.wicket.examples.template.Banner
Construct.
Banner(String, IModel) - Constructor for class org.apache.wicket.examples.template.Banner
Construct.
Banner1 - Class in org.apache.wicket.examples.template
A banner.
Banner1(String) - Constructor for class org.apache.wicket.examples.template.Banner1
Construct.
Banner1(String, IModel) - Constructor for class org.apache.wicket.examples.template.Banner1
Construct.
Banner2 - Class in org.apache.wicket.examples.template
A banner.
Banner2(String) - Constructor for class org.apache.wicket.examples.template.Banner2
Construct.
Banner2(String, IModel) - Constructor for class org.apache.wicket.examples.template.Banner2
Construct.
BasePage - Class in org.apache.wicket.examples.ajax.builtin
Base page for ajax example
BasePage() - Constructor for class org.apache.wicket.examples.ajax.builtin.BasePage
Constructor
BasePage - Class in org.apache.wicket.examples.authentication
 
BasePage() - Constructor for class org.apache.wicket.examples.authentication.BasePage
 
BasePage - Class in org.apache.wicket.examples.authorization
 
BasePage() - Constructor for class org.apache.wicket.examples.authorization.BasePage
 
BasePage - Class in org.apache.wicket.examples.repeater
Base page for component demo pages.
BasePage() - Constructor for class org.apache.wicket.examples.repeater.BasePage
Constructor
BasePage - Class in org.apache.wicket.spring.common.web
Base page class.
BasePage() - Constructor for class org.apache.wicket.spring.common.web.BasePage
 
BaseTreePage - Class in org.apache.wicket.examples.ajax.builtin.tree
This is a base class for all pages with tree example.
BaseTreePage() - Constructor for class org.apache.wicket.examples.ajax.builtin.tree.BaseTreePage
Default constructor
BeforeAndAfterBorder - Class in org.apache.wicket.examples.forminput
Simple example to show how a border works.
BeforeAndAfterBorder() - Constructor for class org.apache.wicket.examples.forminput.BeforeAndAfterBorder
 
BodyFrame - Class in org.apache.wicket.examples.frames
Body frame page for the frames example.
BodyFrame() - Constructor for class org.apache.wicket.examples.frames.BodyFrame
Constructor
Book - Class in org.apache.wicket.examples.compref
A book.
Book() - Constructor for class org.apache.wicket.examples.compref.Book
Construct.
Book - Class in org.apache.wicket.examples.library
An example POJO model.
Book(String, String, boolean) - Constructor for class org.apache.wicket.examples.library.Book
Constructor
Book - Class in org.apache.wicket.examples.linkomatic
Simple book model.
Book(String) - Constructor for class org.apache.wicket.examples.linkomatic.Book
Constructor
Book.WritingStyle - Class in org.apache.wicket.examples.library
Typesafe enumeration for writing styles
BookDetails - Class in org.apache.wicket.examples.library
A book details page.
BookDetails(PageParameters) - Constructor for class org.apache.wicket.examples.library.BookDetails
Constructor for calls from external page links
BookDetails(Book) - Constructor for class org.apache.wicket.examples.library.BookDetails
Constructor
BookDetails - Class in org.apache.wicket.examples.linkomatic
A book details page.
BookDetails(Book) - Constructor for class org.apache.wicket.examples.linkomatic.BookDetails
Constructor
BookmarkablePage - Class in org.apache.wicket.examples.compref
Example page that cannot be bookmarked.
BookmarkablePage() - Constructor for class org.apache.wicket.examples.compref.BookmarkablePage
Constructor.
BookmarkablePage(PageParameters) - Constructor for class org.apache.wicket.examples.compref.BookmarkablePage
Construct.
BookmarkablePageLinkPage - Class in org.apache.wicket.examples.compref
Page with examples on BookmarkablePageLink.
BookmarkablePageLinkPage() - Constructor for class org.apache.wicket.examples.compref.BookmarkablePageLinkPage
Constructor
BorderPage - Class in org.apache.wicket.examples.compref
Page with examples on Border.
BorderPage() - Constructor for class org.apache.wicket.examples.compref.BorderPage
Constructor
BORING - Static variable in class org.apache.wicket.examples.library.Book
Boring book
BreadCrumbApplication - Class in org.apache.wicket.examples.breadcrumb
Application class for the bread crumb example.
BreadCrumbApplication() - Constructor for class org.apache.wicket.examples.breadcrumb.BreadCrumbApplication
 
ButtonPage - Class in org.apache.wicket.examples.compref
Page with examples on Button.
ButtonPage() - Constructor for class org.apache.wicket.examples.compref.ButtonPage
Constructor

C

Captcha - Class in org.apache.wicket.examples.captcha
Captcha example page.
Captcha(PageParameters) - Constructor for class org.apache.wicket.examples.captcha.Captcha
Construct.
CaptchaApplication - Class in org.apache.wicket.examples.captcha
Application class for the captcha example.
CaptchaApplication() - Constructor for class org.apache.wicket.examples.captcha.CaptchaApplication
Constructor.
CapturingBookmarkablePageRequestTarget - Class in org.apache.wicket.examples.staticpages
 
CapturingBookmarkablePageRequestTarget(Class, Class, PageParameters) - Constructor for class org.apache.wicket.examples.staticpages.CapturingBookmarkablePageRequestTarget
Construct.
CapturingBookmarkablePageRequestTarget(Class, Class) - Constructor for class org.apache.wicket.examples.staticpages.CapturingBookmarkablePageRequestTarget
Construct.
CapturingBookmarkablePageRequestTargetUrlCodingStrategy - Class in org.apache.wicket.examples.staticpages
 
CapturingBookmarkablePageRequestTargetUrlCodingStrategy(String, Class, Class) - Constructor for class org.apache.wicket.examples.staticpages.CapturingBookmarkablePageRequestTargetUrlCodingStrategy
Construct.
CheckBoxMultipleChoicePage - Class in org.apache.wicket.examples.compref
Page with examples on CheckBoxMultipleChoice.
CheckBoxMultipleChoicePage() - Constructor for class org.apache.wicket.examples.compref.CheckBoxMultipleChoicePage
Constructor
CheckBoxPage - Class in org.apache.wicket.examples.compref
Page with examples on TextArea.
CheckBoxPage() - Constructor for class org.apache.wicket.examples.compref.CheckBoxPage
Constructor
CheckGroupPage - Class in org.apache.wicket.examples.compref
CheckGroup and Check components example page
CheckGroupPage() - Constructor for class org.apache.wicket.examples.compref.CheckGroupPage
Constructor
ChoicePage - Class in org.apache.wicket.examples.ajax.builtin
Linked select boxes example
ChoicePage() - Constructor for class org.apache.wicket.examples.ajax.builtin.ChoicePage
Constructor.
clear() - Static method in class org.apache.wicket.examples.ajax.builtin.GuestBook
Clears the comments.
clear() - Static method in class org.apache.wicket.examples.guestbook.GuestBook
Clears the comments.
Clock - Class in org.apache.wicket.examples.ajax.builtin
A simple component that displays current time
Clock(String, TimeZone) - Constructor for class org.apache.wicket.examples.ajax.builtin.Clock
Constructor
ClockPage - Class in org.apache.wicket.examples.ajax.builtin
A simple clock example page
ClockPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.ClockPage
Constructor
Comment - Class in org.apache.wicket.examples.guestbook
Simple "POJO" bean for guestbook comments.
Comment() - Constructor for class org.apache.wicket.examples.guestbook.Comment
Constructor
Comment(Comment) - Constructor for class org.apache.wicket.examples.guestbook.Comment
Copy constructor
commentList - Static variable in class org.apache.wicket.examples.ajax.builtin.GuestBook
A global list of all comments from all users across all sessions
ComponentReferenceApplication - Class in org.apache.wicket.examples.compref
Application class for the component reference.
ComponentReferenceApplication() - Constructor for class org.apache.wicket.examples.compref.ComponentReferenceApplication
Constructor.
configureResponse() - Method in class org.apache.wicket.examples.encodings.Home
Because only servlet 2.4 supports web.xml locale-encoding-mapping-list deployment descriptors, this is a workaround for servlet 2.3
Contact - Class in org.apache.wicket.examples.repeater
domain object for demonstrations.
Contact() - Constructor for class org.apache.wicket.examples.repeater.Contact
Constructor
Contact(String, String) - Constructor for class org.apache.wicket.examples.repeater.Contact
Constructor
Contact - Class in org.apache.wicket.spring.common
domain object for demonstrations.
Contact() - Constructor for class org.apache.wicket.spring.common.Contact
Constructor
Contact(String, String) - Constructor for class org.apache.wicket.spring.common.Contact
Constructor
ContactDao - Interface in org.apache.wicket.spring.common
interface for retrieving contacts from a database
ContactDaoImpl - Class in org.apache.wicket.spring.common
a dao implementation with an auto-generated embedded database.
ContactDaoImpl() - Constructor for class org.apache.wicket.spring.common.ContactDaoImpl
Constructor
ContactDataProvider - Class in org.apache.wicket.examples.repeater
Implementation of IDataProvider that retrieves contacts from the contact database.
ContactDataProvider() - Constructor for class org.apache.wicket.examples.repeater.ContactDataProvider
 
ContactDataProvider - Class in org.apache.wicket.spring.common.web
Base class for contact data provider implementations.
ContactDataProvider() - Constructor for class org.apache.wicket.spring.common.web.ContactDataProvider
 
ContactDetachableModel - Class in org.apache.wicket.spring.common.web
Base class for contact detachable models.
ContactDetachableModel(Contact) - Constructor for class org.apache.wicket.spring.common.web.ContactDetachableModel
 
ContactGenerator - Class in org.apache.wicket.examples.repeater
generates random contacts
ContactGenerator - Class in org.apache.wicket.spring.common
generates random contacts
ContactsDatabase - Class in org.apache.wicket.examples.repeater
simple database for contacts
ContactsDatabase(int) - Constructor for class org.apache.wicket.examples.repeater.ContactsDatabase
Constructor
ContactsDisplayPage - Class in org.apache.wicket.spring.common.web
Base class for the contact display page.
ContactsDisplayPage() - Constructor for class org.apache.wicket.spring.common.web.ContactsDisplayPage
 
convertInput() - Method in class org.apache.wicket.examples.forminput.Multiply
 
count() - Method in interface org.apache.wicket.spring.common.ContactDao
 
count() - Method in class org.apache.wicket.spring.common.ContactDaoImpl
 
createTreeModel() - Method in class org.apache.wicket.examples.ajax.builtin.tree.BaseTreePage
Creates the model that feeds the tree.
CustomResourceLoadingApplication - Class in org.apache.wicket.examples.customresourceloading
Application class for the custom resource loading example.
CustomResourceLoadingApplication() - Constructor for class org.apache.wicket.examples.customresourceloading.CustomResourceLoadingApplication
Constructor.

D

DatabaseLocator - Class in org.apache.wicket.examples.repeater
service locator class for contacts database
DatabaseLocator() - Constructor for class org.apache.wicket.examples.repeater.DatabaseLocator
 
DataGridPage - Class in org.apache.wicket.examples.repeater
demo page for the datatable component
DataGridPage() - Constructor for class org.apache.wicket.examples.repeater.DataGridPage
constructor
DataTablePage - Class in org.apache.wicket.examples.repeater
demo page for the datatable component
DataTablePage() - Constructor for class org.apache.wicket.examples.repeater.DataTablePage
constructor
DatesApplication - Class in org.apache.wicket.examples.dates
Application class for the dates example.
DatesApplication() - Constructor for class org.apache.wicket.examples.dates.DatesApplication
Constructor.
DatesPage - Class in org.apache.wicket.examples.dates
Demonstrates components from the wicket-date project and a bunch of locale fiddling.
DatesPage() - Constructor for class org.apache.wicket.examples.dates.DatesPage
Constructor
decode(RequestParameters) - Method in class org.apache.wicket.examples.staticpages.CapturingBookmarkablePageRequestTargetUrlCodingStrategy
 
delete(Contact) - Method in class org.apache.wicket.examples.repeater.ContactsDatabase
delete contact from the database
delete(Contact) - Method in class org.apache.wicket.spring.common.ContactDaoImpl
delete contact from the database
detach() - Method in class org.apache.wicket.examples.repeater.ContactDataProvider
 
DetachableContactModel - Class in org.apache.wicket.examples.repeater
detachable model for an instance of contact
DetachableContactModel(Contact) - Constructor for class org.apache.wicket.examples.repeater.DetachableContactModel
 
DetachableContactModel(long) - Constructor for class org.apache.wicket.examples.repeater.DetachableContactModel
 
DirectDataProvider - Class in org.apache.wicket.spring.direct.web
 
DirectDataProvider() - Constructor for class org.apache.wicket.spring.direct.web.DirectDataProvider
 
DirectModel - Class in org.apache.wicket.spring.direct.web
 
DirectModel(Contact) - Constructor for class org.apache.wicket.spring.direct.web.DirectModel
 
DirectPage - Class in org.apache.wicket.spring.direct.web
 
DirectPage() - Constructor for class org.apache.wicket.spring.direct.web.DirectPage
 
discoverExamples(PortletContext) - Method in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.wicket.examples.HelloWorldServlet
 
DropDownChoicePage - Class in org.apache.wicket.examples.compref
Page with examples on DropDownChoice.
DropDownChoicePage() - Constructor for class org.apache.wicket.examples.compref.DropDownChoicePage
Constructor
DynamicPage - Class in org.apache.wicket.examples.velocity
Template example page.
DynamicPage(PageParameters) - Constructor for class org.apache.wicket.examples.velocity.DynamicPage
Constructor

E

Echo - Class in org.apache.wicket.examples.echo
The simplest form application possible.
Echo() - Constructor for class org.apache.wicket.examples.echo.Echo
Constructor.
EchoApplication - Class in org.apache.wicket.examples.echo
Application class for the Echo example.
EchoApplication() - Constructor for class org.apache.wicket.examples.echo.EchoApplication
Constructor.
EditableLabelPage - Class in org.apache.wicket.examples.ajax.builtin
Page to demo the inplace edit label AjaxEditableLabel
EditableLabelPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.EditableLabelPage
Constructor
EditablePanel - Class in org.apache.wicket.examples.ajax.builtin.tree
Panel that contains an text field that submits automatically after it loses focus.
EditablePanel(String, IModel) - Constructor for class org.apache.wicket.examples.ajax.builtin.tree.EditablePanel
Panel constructor.
EditableTreeTablePage - Class in org.apache.wicket.examples.ajax.builtin.tree
Page that shows a tree table with editable cells.
EditableTreeTablePage() - Constructor for class org.apache.wicket.examples.ajax.builtin.tree.EditableTreeTablePage
Page constructor.
EditBook - Class in org.apache.wicket.examples.library
A page that contains a form that allows editing of books.
EditBook(Book) - Constructor for class org.apache.wicket.examples.library.EditBook
Constructs a page that edits a book
EditBook.EditBookForm - Class in org.apache.wicket.examples.library
Form that edits a book
EditBook.EditBookForm(String, Book) - Constructor for class org.apache.wicket.examples.library.EditBook.EditBookForm
Constructor
EditPage - Class in org.apache.wicket.examples.portlet.menu
 
EditPage() - Constructor for class org.apache.wicket.examples.portlet.menu.EditPage
 
EffectsPage - Class in org.apache.wicket.examples.ajax.builtin
Demonstrates ajax effects
EffectsPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.EffectsPage
Constructor
EmailPage - Class in org.apache.wicket.examples.staticpages
 
EmailPage() - Constructor for class org.apache.wicket.examples.staticpages.EmailPage
 
EncodingsApplication - Class in org.apache.wicket.examples.encodings
Wicket Application class for hello world example.
EncodingsApplication() - Constructor for class org.apache.wicket.examples.encodings.EncodingsApplication
Constructor.
equals(Object) - Method in class org.apache.wicket.examples.hangman.Letter
 
equals(Object) - Method in class org.apache.wicket.examples.hangman.Word
 
equals(Object) - Method in class org.apache.wicket.examples.repeater.Contact
 
equals(Object) - Method in class org.apache.wicket.examples.repeater.DetachableContactModel
used for dataview with ReuseIfModelsEqualStrategy item reuse strategy
equals(Object) - Method in class org.apache.wicket.spring.common.Contact
 
EXAMPLE_APPLICATION_ATTR - Static variable in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
 
EXAMPLE_APPLICATION_PREF - Static variable in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
 
ExampleApplication - Class in org.apache.wicket.examples.portlet.menu
 
ExampleApplication(String, String, String, Map, String) - Constructor for class org.apache.wicket.examples.portlet.menu.ExampleApplication
 
ExampleApplication - Class in org.apache.wicket.spring.common.web
Application class for our examples
ExampleApplication() - Constructor for class org.apache.wicket.spring.common.web.ExampleApplication
 
ExamplePage - Class in org.apache.wicket.examples.repeater
Base class for all pages in the QuickStart application.
ExamplePage() - Constructor for class org.apache.wicket.examples.repeater.ExamplePage
 
EXAMPLES - Static variable in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
 
explain() - Method in class org.apache.wicket.examples.compref.BookmarkablePageLinkPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.BorderPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.ButtonPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.CheckBoxMultipleChoicePage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.CheckBoxPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.CheckGroupPage
 
explain() - Method in class org.apache.wicket.examples.compref.DropDownChoicePage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.ExternalLinkPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.FormPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.FragmentPage
 
explain() - Method in class org.apache.wicket.examples.compref.IncludePage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.LabelPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.LinkPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.ListChoicePage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.ListMultipleChoicePage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.MultiLineLabelPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.PageLinkPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.PalettePage
 
explain() - Method in class org.apache.wicket.examples.compref.PanelPage
 
explain() - Method in class org.apache.wicket.examples.compref.RadioChoicePage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.RadioGroupPage
 
explain() - Method in class org.apache.wicket.examples.compref.SelectPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.SubmitLinkPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.TabbedPanelPage
 
explain() - Method in class org.apache.wicket.examples.compref.TextAreaPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.compref.TextFieldPage
Override base method to provide an explanation
explain() - Method in class org.apache.wicket.examples.WicketExamplePage
Override base method to provide an explanation
ExternalLinkPage - Class in org.apache.wicket.examples.compref
Page with examples on ExternalLink.
ExternalLinkPage() - Constructor for class org.apache.wicket.examples.compref.ExternalLinkPage
Constructor

F

FICTION - Static variable in class org.apache.wicket.examples.library.Book
Value for fiction books.
Field - Class in org.apache.wicket.examples.velocity
// TODO Describe the class or the interface here.
Field(String, int) - Constructor for class org.apache.wicket.examples.velocity.Field
Construct.
filter(AppendingStringBuffer) - Method in class org.apache.wicket.examples.ServerHostNameAndTimeFilter
 
find(int, int, String, boolean) - Method in class org.apache.wicket.examples.repeater.ContactsDatabase
select contacts and apply sort
find(QueryParam) - Method in interface org.apache.wicket.spring.common.ContactDao
 
find(QueryParam) - Method in class org.apache.wicket.spring.common.ContactDaoImpl
select contacts and apply sort
FirstPanel - Class in org.apache.wicket.examples.breadcrumb
Test bread crumb enabled panel.
FirstPanel(String, IBreadCrumbModel) - Constructor for class org.apache.wicket.examples.breadcrumb.FirstPanel
Construct.
forgetMe() - Method in class org.apache.wicket.examples.panels.signin.SignInPanel
Removes persisted form data for the signin panel (forget me)
FormInput - Class in org.apache.wicket.examples.forminput
Example for form input.
FormInput() - Constructor for class org.apache.wicket.examples.forminput.FormInput
Constructor
FormInputApplication - Class in org.apache.wicket.examples.forminput
Application class for form input example.
FormInputApplication() - Constructor for class org.apache.wicket.examples.forminput.FormInputApplication
Constructor.
FormInputModel - Class in org.apache.wicket.examples.forminput
Simple model object for FormInput example.
FormInputModel() - Constructor for class org.apache.wicket.examples.forminput.FormInputModel
Construct.
FormInputModel.Line - Class in org.apache.wicket.examples.forminput
Represents a line of text.
FormInputModel.Line(String) - Constructor for class org.apache.wicket.examples.forminput.FormInputModel.Line
Construct.
FormPage - Class in org.apache.wicket.examples.ajax.builtin
Page to demonstrate instant ajax validaion feedback.
FormPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.FormPage
Constructor
FormPage - Class in org.apache.wicket.examples.compref
Page with examples on Form.
FormPage() - Constructor for class org.apache.wicket.examples.compref.FormPage
Constructor
FormPage - Class in org.apache.wicket.examples.repeater
Page that demonstrates using RefreshingView in a form.
FormPage() - Constructor for class org.apache.wicket.examples.repeater.FormPage
constructor
FormPage.Bean - Class in org.apache.wicket.examples.ajax.builtin
simple java bean.
FormPage.Bean() - Constructor for class org.apache.wicket.examples.ajax.builtin.FormPage.Bean
 
FourthPanel - Class in org.apache.wicket.examples.breadcrumb
Test bread crumb enabled panel.
FourthPanel(String, IBreadCrumbModel) - Constructor for class org.apache.wicket.examples.breadcrumb.FourthPanel
Construct.
FragmentPage - Class in org.apache.wicket.examples.compref
Page with examples on Fragment.
FragmentPage() - Constructor for class org.apache.wicket.examples.compref.FragmentPage
Constructor
FramesApplication - Class in org.apache.wicket.examples.frames
Application class for the frames example.
FramesApplication() - Constructor for class org.apache.wicket.examples.frames.FramesApplication
Constructor.
FrameTarget - Class in org.apache.wicket.examples.frames
Simple struct for holding the class of the right frame.
FrameTarget() - Constructor for class org.apache.wicket.examples.frames.FrameTarget
Construct.
FrameTarget(Class) - Constructor for class org.apache.wicket.examples.frames.FrameTarget
Construct.
FUNNY - Static variable in class org.apache.wicket.examples.library.Book
Funny book

G

Game - Class in org.apache.wicket.examples.hangman
Implementation of the actual hangman game model.
Game() - Constructor for class org.apache.wicket.examples.hangman.Game
 
generate() - Method in class org.apache.wicket.examples.repeater.ContactGenerator
generates a new contact
generate(Collection, int) - Method in class org.apache.wicket.examples.repeater.ContactGenerator
generats count number contacts and puts them into collection collection
generate() - Method in class org.apache.wicket.spring.common.ContactGenerator
generates a new contact
generate(Collection, int) - Method in class org.apache.wicket.spring.common.ContactGenerator
generats count number contacts and puts them into collection collection
generateId() - Method in class org.apache.wicket.examples.repeater.ContactGenerator
 
generateId() - Method in class org.apache.wicket.spring.common.ContactGenerator
 
get(long) - Static method in class org.apache.wicket.examples.library.Book
 
get(long) - Method in class org.apache.wicket.examples.repeater.ContactsDatabase
find contact by id
get(long) - Method in interface org.apache.wicket.spring.common.ContactDao
 
get(long) - Method in class org.apache.wicket.spring.common.ContactDaoImpl
find contact by id
getAddress() - Method in class org.apache.wicket.examples.compref.Address
Gets the address.
getAddress() - Method in class org.apache.wicket.examples.compref.Person
Gets the address.
getAuthor() - Method in class org.apache.wicket.examples.compref.Book
Gets the author.
getAuthor() - Method in class org.apache.wicket.examples.library.Book
 
getBooks() - Static method in class org.apache.wicket.examples.library.Book
 
getBooks() - Method in class org.apache.wicket.examples.library.Home
 
getBooks() - Method in class org.apache.wicket.examples.library.User
 
getBooleanProperty() - Method in class org.apache.wicket.examples.forminput.FormInputModel
Gets the booleanProperty.
getCacheKey(MarkupContainer, Class) - Method in class org.apache.wicket.examples.customresourceloading.PageWithCustomLoading
Prevent the markup from ever be cached.
getCellPhone() - Method in class org.apache.wicket.examples.repeater.Contact
 
getCellPhone() - Method in class org.apache.wicket.spring.common.Contact
 
getCity() - Method in class org.apache.wicket.examples.compref.Address
Gets the city.
getCompanionBook() - Method in class org.apache.wicket.examples.library.Book
 
getContactDao() - Method in class org.apache.wicket.spring.annot.web.ProxyDataProvider
 
getContactDao() - Method in class org.apache.wicket.spring.annot.web.ProxyModel
 
getContactDao() - Method in class org.apache.wicket.spring.common.web.ContactDataProvider
 
getContactDao() - Method in class org.apache.wicket.spring.common.web.ContactDetachableModel
 
getContactDao() - Method in class org.apache.wicket.spring.common.web.ExampleApplication
Retrieves contact dao bean.
getContactDao() - Method in class org.apache.wicket.spring.direct.web.DirectDataProvider
 
getContactDao() - Method in class org.apache.wicket.spring.direct.web.DirectModel
 
getContactDao() - Method in class org.apache.wicket.spring.proxy.web.ProxyDataProvider
 
getContactDao() - Method in class org.apache.wicket.spring.proxy.web.ProxyModel
 
getContactDaoProxy() - Method in class org.apache.wicket.spring.common.web.ExampleApplication
Returns a lazy init proxy for the dao bean.
getContactsDB() - Method in class org.apache.wicket.examples.repeater.ContactDataProvider
 
getContactsDB() - Method in class org.apache.wicket.examples.repeater.DetachableContactModel
 
getContactsDB() - Method in class org.apache.wicket.examples.repeater.ExamplePage
Get downcast session object for easy access by subclasses
getContactsDB() - Method in class org.apache.wicket.examples.repeater.RepeaterApplication
 
getContactsDB() - Method in class org.apache.wicket.examples.repeater.SortableContactDataProvider
 
getCount() - Method in class org.apache.wicket.examples.ajax.prototype.Index
 
getCount() - Method in class org.apache.wicket.examples.repeater.ContactsDatabase
 
getCount() - Method in class org.apache.wicket.spring.common.QueryParam
 
getCounter1() - Method in class org.apache.wicket.examples.ajax.builtin.EffectsPage
 
getCounter1() - Method in class org.apache.wicket.examples.ajax.builtin.LinksPage
 
getCounter2() - Method in class org.apache.wicket.examples.ajax.builtin.EffectsPage
 
getCounter2() - Method in class org.apache.wicket.examples.ajax.builtin.LinksPage
 
getCounter3() - Method in class org.apache.wicket.examples.ajax.builtin.LinksPage
 
getCountry() - Method in class org.apache.wicket.examples.compref.Address
Gets the country.
getDatabase() - Static method in class org.apache.wicket.examples.repeater.DatabaseLocator
 
getDataProvider() - Method in class org.apache.wicket.spring.annot.web.AnnotPage
 
getDataProvider() - Method in class org.apache.wicket.spring.common.web.ContactsDisplayPage
 
getDataProvider() - Method in class org.apache.wicket.spring.direct.web.DirectPage
 
getDataProvider() - Method in class org.apache.wicket.spring.proxy.web.ProxyPage
 
getDate() - Method in class org.apache.wicket.examples.guestbook.Comment
 
getDateOfBirth() - Method in class org.apache.wicket.examples.compref.Person
Gets the dateOfBirth.
getDepartment() - Method in class org.apache.wicket.examples.wizard.User
Gets departement.
getDescription() - Method in class org.apache.wicket.examples.portlet.menu.ExampleApplication
Gets description.
getDisplayName() - Method in class org.apache.wicket.examples.portlet.menu.ExampleApplication
Gets displayName.
getDoubleProperty() - Method in class org.apache.wicket.examples.forminput.FormInputModel
Gets doubleProperty.
getEmail() - Method in class org.apache.wicket.examples.ajax.builtin.FormPage.Bean
Gets email.
getEmail() - Method in class org.apache.wicket.examples.wizard.User
Gets email.
getExamples() - Static method in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuApplication
 
getFiction() - Method in class org.apache.wicket.examples.library.Book
 
getFieldName() - Method in class org.apache.wicket.examples.velocity.Field
 
getFields() - Static method in class org.apache.wicket.examples.velocity.VelocityTemplateApplication
 
getFieldSize() - Method in class org.apache.wicket.examples.velocity.Field
 
getFilterPath() - Method in class org.apache.wicket.examples.portlet.menu.ExampleApplication
Gets filterPath.
getFilterQuery() - Method in class org.apache.wicket.examples.portlet.menu.ExampleApplication
Gets filterQuery.
getFirst() - Method in class org.apache.wicket.spring.common.QueryParam
 
getFirstName() - Method in class org.apache.wicket.examples.repeater.Contact
 
getFirstName() - Method in class org.apache.wicket.examples.velocity.Person
Gets the firstName.
getFirstName() - Method in class org.apache.wicket.examples.wizard.User
Gets firstName.
getFirstName() - Method in class org.apache.wicket.spring.common.Contact
 
getFrameClass() - Method in class org.apache.wicket.examples.frames.FrameTarget
Gets frame class.
getFrameTarget() - Method in class org.apache.wicket.examples.frames.BodyFrame
Gets frameTarget.
getFullName() - Method in class org.apache.wicket.examples.compref.Person
 
getGame() - Method in class org.apache.wicket.examples.hangman.HangmanPage
 
getGame() - Method in class org.apache.wicket.examples.hangman.HangmanSession
 
getGuessesRemaining() - Method in class org.apache.wicket.examples.hangman.Game
Return the number of guesses remaining.
getHasVoted() - Method in class org.apache.wicket.examples.ajax.builtin.RatingsPage
Getter for the hasVoted flag.
getHelloWorldText() - Method in interface org.apache.wicket.examples.guice.service.IMyService
Retrieves the text to say "Hello World".
getHelloWorldText() - Method in class org.apache.wicket.examples.guice.service.MyService
 
getHomePage() - Method in class org.apache.wicket.examples.ajax.builtin.AjaxApplication
 
getHomePage() - Method in class org.apache.wicket.examples.ajax.prototype.PrototypeApplication
 
getHomePage() - Method in class org.apache.wicket.examples.authentication.MyAuthenticatedWebApplication
 
getHomePage() - Method in class org.apache.wicket.examples.authorization.RolesApplication
 
getHomePage() - Method in class org.apache.wicket.examples.breadcrumb.BreadCrumbApplication
 
getHomePage() - Method in class org.apache.wicket.examples.captcha.CaptchaApplication
 
getHomePage() - Method in class org.apache.wicket.examples.compref.ComponentReferenceApplication
 
getHomePage() - Method in class org.apache.wicket.examples.customresourceloading.CustomResourceLoadingApplication
 
getHomePage() - Method in class org.apache.wicket.examples.dates.DatesApplication
 
getHomePage() - Method in class org.apache.wicket.examples.echo.EchoApplication
 
getHomePage() - Method in class org.apache.wicket.examples.encodings.EncodingsApplication
 
getHomePage() - Method in class org.apache.wicket.examples.forminput.FormInputApplication
 
getHomePage() - Method in class org.apache.wicket.examples.frames.FramesApplication
 
getHomePage() - Method in class org.apache.wicket.examples.guestbook.GuestBookApplication
 
getHomePage() - Method in class org.apache.wicket.examples.guice.GuiceApplication
 
getHomePage() - Method in class org.apache.wicket.examples.hangman.HangmanApplication
 
getHomePage() - Method in class org.apache.wicket.examples.hellobrowser.HelloBrowserApplication
 
getHomePage() - Method in class org.apache.wicket.examples.helloworld.HelloWorldApplication
 
getHomePage() - Method in class org.apache.wicket.examples.images.ImagesApplication
 
getHomePage() - Method in class org.apache.wicket.examples.library.LibraryApplication
 
getHomePage() - Method in class org.apache.wicket.examples.linkomatic.LinkomaticApplication
 
getHomePage() - Method in class org.apache.wicket.examples.navomatic.NavomaticApplication
 
getHomePage() - Method in class org.apache.wicket.examples.nested.NestedApplication
 
getHomePage() - Method in class org.apache.wicket.examples.niceurl.NiceUrlApplication
 
getHomePage() - Method in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuApplication
 
getHomePage() - Method in class org.apache.wicket.examples.pub.PubApplication
 
getHomePage() - Method in class org.apache.wicket.examples.pub2.PubApplication
 
getHomePage() - Method in class org.apache.wicket.examples.repeater.RepeaterApplication
 
getHomePage() - Method in class org.apache.wicket.examples.signin.SignInApplication
 
getHomePage() - Method in class org.apache.wicket.examples.signin2.SignIn2Application
 
getHomePage() - Method in class org.apache.wicket.examples.stateless.StatelessApplication
 
getHomePage() - Method in class org.apache.wicket.examples.staticpages.Application
 
getHomePage() - Method in class org.apache.wicket.examples.stockquote.StockQuoteApplication
 
getHomePage() - Method in class org.apache.wicket.examples.template.TemplateApplication
 
getHomePage() - Method in class org.apache.wicket.examples.unicodeconverter.UnicodeConverterApplication
 
getHomePage() - Method in class org.apache.wicket.examples.upload.UploadApplication
 
getHomePage() - Method in class org.apache.wicket.examples.velocity.VelocityTemplateApplication
 
getHomePage() - Method in class org.apache.wicket.examples.wizard.WizardApplication
 
getHomePage() - Method in class org.apache.wicket.spring.common.web.ExampleApplication
 
getHomePhone() - Method in class org.apache.wicket.examples.repeater.Contact
 
getHomePhone() - Method in class org.apache.wicket.spring.common.Contact
 
getId() - Method in class org.apache.wicket.examples.library.Book
 
getId() - Method in class org.apache.wicket.examples.repeater.Contact
 
getId() - Method in class org.apache.wicket.spring.common.Contact
 
getImage5Resource() - Method in class org.apache.wicket.examples.images.Home
 
getIndex(String, boolean) - Method in class org.apache.wicket.examples.repeater.ContactsDatabase
 
getIndex(String, boolean) - Method in class org.apache.wicket.spring.common.ContactDaoImpl
 
getInitParameter(String) - Method in class org.apache.wicket.examples.portlet.menu.ExampleApplication
Gets initParameter.
getInstance() - Static method in class org.apache.wicket.examples.repeater.ContactGenerator
 
getInstance() - Static method in class org.apache.wicket.spring.common.ContactGenerator
 
getIntegerInRangeProperty() - Method in class org.apache.wicket.examples.forminput.FormInputModel
Gets integerInRangeProperty.
getIntegerProperty() - Method in class org.apache.wicket.examples.forminput.FormInputModel
Gets integerProperty.
getIsbn() - Method in class org.apache.wicket.examples.compref.Book
Gets the isbn.
getLastName() - Method in class org.apache.wicket.examples.compref.Person
Gets the lastName.
getLastName() - Method in class org.apache.wicket.examples.repeater.Contact
 
getLastName() - Method in class org.apache.wicket.examples.velocity.Person
Gets the lastName.
getLastName() - Method in class org.apache.wicket.examples.wizard.User
Gets lastName.
getLastName() - Method in class org.apache.wicket.spring.common.Contact
 
getLetters() - Method in class org.apache.wicket.examples.hangman.Game
 
getLhs() - Method in class org.apache.wicket.examples.forminput.Multiply
 
getLibrarySession() - Method in class org.apache.wicket.examples.library.AuthenticatedWebPage
Get downcast session object
getLines() - Method in class org.apache.wicket.examples.forminput.FormInputModel
Gets lines.
getLinkClickCount() - Method in class org.apache.wicket.examples.linkomatic.Home
 
getLinkClickCount() - Method in class org.apache.wicket.examples.stateless.StatefulPage
Gets linkClickCount.
getMarkupResourceStream(MarkupContainer, Class) - Method in class org.apache.wicket.examples.customresourceloading.PageWithCustomLoading
This implementation loads from a custom name/ location.
getMarkupType() - Method in class org.apache.wicket.examples.compref.XmlPage
 
getMessage() - Method in class org.apache.wicket.examples.echo.Echo
 
getMultiply() - Method in class org.apache.wicket.examples.forminput.FormInputModel
 
getName() - Method in class org.apache.wicket.examples.ajax.builtin.FormPage.Bean
Gets name.
getName() - Method in class org.apache.wicket.examples.compref.Person
Gets the name.
getName() - Method in class org.apache.wicket.examples.library.User
 
getName() - Method in class org.apache.wicket.examples.source.SourcesPage
Gets the name.
getNrOfVotes() - Method in class org.apache.wicket.examples.ajax.builtin.RatingsPage.RatingModel
Gets the number of cast votes.
getNumber() - Method in class org.apache.wicket.examples.forminput.UsPhoneNumber
Gets text.
getNumberRadioChoice() - Method in class org.apache.wicket.examples.forminput.FormInputModel
Gets the favoriteColor.
getNumbersCheckGroup() - Method in class org.apache.wicket.examples.forminput.FormInputModel
 
getNumbersGroup() - Method in class org.apache.wicket.examples.forminput.FormInputModel
 
getObject() - Method in class org.apache.wicket.examples.source.SourcesPage.PackagedResourcesModel
Returns the list of resources found in the package of the page.
getObject() - Method in class org.apache.wicket.examples.source.SourcesPage.SourceModel
Returns the contents of the file loaded from the classpath.
getObject() - Method in class org.apache.wicket.examples.stateless.SessionModel
 
getOnClickLinkClickCount() - Method in class org.apache.wicket.examples.linkomatic.Home
Gets onClickLinkClickCount.
getPageTitle() - Method in class org.apache.wicket.examples.template.pageinheritance.TemplatePage
Gets the title.
getPassword() - Method in class org.apache.wicket.examples.panels.signin.SignInPanel
Convenience method to access the password.
getPersons() - Static method in class org.apache.wicket.examples.compref.ComponentReferenceApplication
 
getPersons() - Static method in class org.apache.wicket.examples.velocity.VelocityTemplateApplication
Gets the dummy persons database.
getPhoneNumberUS() - Method in class org.apache.wicket.examples.forminput.FormInputModel
 
getPostcode() - Method in class org.apache.wicket.examples.compref.Address
Gets the postcode.
getProperty1() - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Returns the first property.
getProperty2() - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Returns the second property.
getProperty3() - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Returns the value of third property.
getProperty4() - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Returns the value of fourth property
getProperty5() - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Returns the value of fifth property
getProperty6() - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Returns the value of sixth property.
getQuote() - Method in class org.apache.wicket.examples.stockquote.StockQuote
Gets a stock quote for the given symbol
getRating() - Method in class org.apache.wicket.examples.ajax.builtin.RatingsPage.RatingModel
Gets the rating.
getRelatedBook() - Method in class org.apache.wicket.examples.library.Book
 
getRememberMe() - Method in class org.apache.wicket.examples.panels.signin.SignInPanel
Get model object of the rememberMe checkbox
getResult() - Method in class org.apache.wicket.examples.ajax.builtin.modal.ModalWindowPage
 
getRhs() - Method in class org.apache.wicket.examples.forminput.Multiply
 
getRoles() - Method in class org.apache.wicket.examples.authentication.MyAuthenticatedWebSession
 
getRoles() - Method in class org.apache.wicket.examples.wizard.User
Gets roles.
getRolesSetName() - Method in class org.apache.wicket.examples.wizard.User
Gets rolesSetName.
getSelected() - Method in class org.apache.wicket.examples.repeater.BasePage
 
getSelectedContactLabel() - Method in class org.apache.wicket.examples.repeater.BasePage
 
getSelectedLocale() - Method in class org.apache.wicket.examples.dates.DatesPage
 
getSelectedMake() - Method in class org.apache.wicket.examples.ajax.builtin.ChoicePage
 
getSharedImageResource() - Method in class org.apache.wicket.examples.hangman.Letter
 
getSignInPageClass() - Method in class org.apache.wicket.examples.authentication.MyAuthenticatedWebApplication
 
getSite() - Method in class org.apache.wicket.examples.ajax.builtin.EditableLabelPage
 
getSiteSelection() - Method in class org.apache.wicket.examples.forminput.FormInputModel
Gets the selectedSites.
getSort() - Method in class org.apache.wicket.spring.common.QueryParam
 
getSource() - Method in class org.apache.wicket.examples.unicodeconverter.UnicodeConverter
 
getStringProperty() - Method in class org.apache.wicket.examples.forminput.FormInputModel
Gets stringProperty.
getSumOfRatings() - Method in class org.apache.wicket.examples.ajax.builtin.RatingsPage.RatingModel
Returns the sum of the ratings.
getSymbol() - Method in class org.apache.wicket.examples.stockquote.StockQuote
Gets the symbol.
getSymbol() - Method in class org.apache.wicket.examples.stockquote.StockQuotePage.Quote
Gets the symbol.
getTemplate() - Method in class org.apache.wicket.examples.velocity.TemplatePage
Gets the current template contents.
getText() - Method in class org.apache.wicket.examples.ajax.builtin.TodoList.TodoItem
Gets the description of the item.
getText() - Method in class org.apache.wicket.examples.forminput.FormInputModel.Line
Gets text.
getText() - Method in class org.apache.wicket.examples.guestbook.Comment
 
getText1() - Method in class org.apache.wicket.examples.ajax.builtin.EditableLabelPage
 
getText2() - Method in class org.apache.wicket.examples.ajax.builtin.EditableLabelPage
 
getText3() - Method in class org.apache.wicket.examples.ajax.builtin.EditableLabelPage
 
getTitle() - Method in class org.apache.wicket.examples.breadcrumb.FirstPanel
 
getTitle() - Method in class org.apache.wicket.examples.breadcrumb.FourthPanel
 
getTitle() - Method in class org.apache.wicket.examples.breadcrumb.ResultPanel
 
getTitle() - Method in class org.apache.wicket.examples.breadcrumb.SecondPanel
 
getTitle() - Method in class org.apache.wicket.examples.breadcrumb.ThirdPanel
 
getTitle() - Method in class org.apache.wicket.examples.compref.Book
Gets the title.
getTitle() - Method in class org.apache.wicket.examples.library.Book
 
getTitle() - Method in class org.apache.wicket.examples.linkomatic.Book
 
getTranslationType() - Method in class org.apache.wicket.examples.unicodeconverter.UnicodeConverter
 
getTree() - Method in class org.apache.wicket.examples.ajax.builtin.tree.BaseTreePage
Returns the tree on this pages.
getTree() - Method in class org.apache.wicket.examples.ajax.builtin.tree.EditableTreeTablePage
 
getTree() - Method in class org.apache.wicket.examples.ajax.builtin.tree.SimpleTreePage
 
getTree() - Method in class org.apache.wicket.examples.ajax.builtin.tree.TreeTablePage
 
getUid() - Method in class org.apache.wicket.examples.authorization.User
Gets the uid.
getUploadFolder() - Method in class org.apache.wicket.examples.upload.UploadApplication
 
getUrlProperty() - Method in class org.apache.wicket.examples.forminput.FormInputModel
Gets the urlProperty.
getUser() - Method in class org.apache.wicket.examples.authorization.RolesSession
Gets user.
getUser() - Method in class org.apache.wicket.examples.library.LibrarySession
 
getUser() - Method in class org.apache.wicket.examples.signin.SignInSession
 
getUser() - Method in class org.apache.wicket.examples.signin2.SignIn2Session
 
getUser() - Method in class org.apache.wicket.examples.wizard.NewUserWizard
Gets user.
getUsername() - Method in class org.apache.wicket.examples.panels.signin.SignInPanel
Convenience method to access the username.
getUserName() - Method in class org.apache.wicket.examples.wizard.User
Gets userName.
getValue(String) - Method in class org.apache.wicket.examples.ajax.builtin.OnChangeAjaxBehaviorPage
 
getWebSessionClass() - Method in class org.apache.wicket.examples.authentication.MyAuthenticatedWebApplication
 
getWicketConfigParameter(PortletRequest, String, String) - Method in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
 
getWicketURL(PortletRequest, String, String) - Method in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
 
getWicketUrlPortletParameter(PortletRequest) - Method in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
 
getWord() - Method in class org.apache.wicket.examples.hangman.Game
Get the current word that is being guessed or has been guessed.
getWritingStyles() - Method in class org.apache.wicket.examples.library.Book
 
GridViewPage - Class in org.apache.wicket.examples.repeater
page for demonstrating the gridview componnet
GridViewPage() - Constructor for class org.apache.wicket.examples.repeater.GridViewPage
Constructor
guess(Letter) - Method in class org.apache.wicket.examples.hangman.Game
Guess the given letter for the current word.
Guess - Class in org.apache.wicket.examples.hangman
The main guess page for the hangman application.
Guess() - Constructor for class org.apache.wicket.examples.hangman.Guess
Create the guess page.
guess() - Method in class org.apache.wicket.examples.hangman.Letter
Guess this letter
guess(Letter) - Method in class org.apache.wicket.examples.hangman.Word
 
GuestBook - Class in org.apache.wicket.examples.ajax.builtin
Ajax enabled example for the guestbook.
GuestBook() - Constructor for class org.apache.wicket.examples.ajax.builtin.GuestBook
Constructor.
GuestBook - Class in org.apache.wicket.examples.guestbook
A simple "guest book" example that allows visitors to the page to add a comment and see the comments others have added.
GuestBook() - Constructor for class org.apache.wicket.examples.guestbook.GuestBook
Constructor that is invoked when page is invoked without a session.
GuestBook.CommentForm - Class in org.apache.wicket.examples.ajax.builtin
A form that allows a user to add a comment.
GuestBook.CommentForm(String) - Constructor for class org.apache.wicket.examples.ajax.builtin.GuestBook.CommentForm
Constructor
GuestBook.CommentForm - Class in org.apache.wicket.examples.guestbook
A form that allows a user to add a comment.
GuestBook.CommentForm(String) - Constructor for class org.apache.wicket.examples.guestbook.GuestBook.CommentForm
Constructor
GuestBookApplication - Class in org.apache.wicket.examples.guestbook
Guest book application.
GuestBookApplication() - Constructor for class org.apache.wicket.examples.guestbook.GuestBookApplication
Constructor
GuiceApplication - Class in org.apache.wicket.examples.guice
Application for Google Guice integration example.
GuiceApplication() - Constructor for class org.apache.wicket.examples.guice.GuiceApplication
 

H

HangmanApplication - Class in org.apache.wicket.examples.hangman
Class defining the main Game application.
HangmanApplication() - Constructor for class org.apache.wicket.examples.hangman.HangmanApplication
Create the hangman application.
HangmanPage - Class in org.apache.wicket.examples.hangman
Session for hangman game.
HangmanPage() - Constructor for class org.apache.wicket.examples.hangman.HangmanPage
 
HangmanSession - Class in org.apache.wicket.examples.hangman
Session for hangman game.
HangmanSession(WebApplication, Request) - Constructor for class org.apache.wicket.examples.hangman.HangmanSession
Constructor
hasAnyRole(Roles) - Method in class org.apache.wicket.examples.authorization.User
Whether this user has any of the given roles.
hasAnyRole(Roles) - Method in class org.apache.wicket.examples.authorization.UserRolesAuthorizer
 
hashCode() - Method in class org.apache.wicket.examples.hangman.Letter
 
hashCode() - Method in class org.apache.wicket.examples.hangman.Word
 
hashCode() - Method in class org.apache.wicket.examples.repeater.DetachableContactModel
 
hasRole(String) - Method in class org.apache.wicket.examples.authorization.User
Whether this user has the given role.
hasSort() - Method in class org.apache.wicket.spring.common.QueryParam
 
HeaderPage - Class in org.apache.wicket.examples.portlet.menu
 
HeaderPage() - Constructor for class org.apache.wicket.examples.portlet.menu.HeaderPage
 
HelloBrowser - Class in org.apache.wicket.examples.hellobrowser
Client snooping page.
HelloBrowser() - Constructor for class org.apache.wicket.examples.hellobrowser.HelloBrowser
Construct.
HelloBrowserApplication - Class in org.apache.wicket.examples.hellobrowser
Application class for hello browser example.
HelloBrowserApplication() - Constructor for class org.apache.wicket.examples.hellobrowser.HelloBrowserApplication
Constructor.
HelloWorld - Class in org.apache.wicket.examples.helloworld
Everybody's favorite example!
HelloWorld() - Constructor for class org.apache.wicket.examples.helloworld.HelloWorld
Constructor
HelloWorldApplication - Class in org.apache.wicket.examples.helloworld
Application class for hello world example.
HelloWorldApplication() - Constructor for class org.apache.wicket.examples.helloworld.HelloWorldApplication
Constructor.
HelloWorldServlet - Class in org.apache.wicket.examples
Simple servlet that if configured with WicketSessionFilter prints the current session.
HelloWorldServlet() - Constructor for class org.apache.wicket.examples.HelloWorldServlet
 
Home - Class in org.apache.wicket.examples.encodings
Example of configuring locale encodings.
Home(PageParameters) - Constructor for class org.apache.wicket.examples.encodings.Home
Constructor
Home - Class in org.apache.wicket.examples.frames
Home page for the frames example.
Home() - Constructor for class org.apache.wicket.examples.frames.Home
Constructor
Home - Class in org.apache.wicket.examples.hangman
The home page for the hangman application.
Home(PageParameters) - Constructor for class org.apache.wicket.examples.hangman.Home
Create the home page.
Home - Class in org.apache.wicket.examples.images
Demonstrates different flavors of org.apache.wicket.examples.images.
Home() - Constructor for class org.apache.wicket.examples.images.Home
Constructor
Home - Class in org.apache.wicket.examples.library
Page that displays a list of books and lets the user re-order them.
Home(PageParameters) - Constructor for class org.apache.wicket.examples.library.Home
Constructor
Home - Class in org.apache.wicket.examples.linkomatic
Demonstrates different flavors of hyperlinks.
Home() - Constructor for class org.apache.wicket.examples.linkomatic.Home
Constructor
Home - Class in org.apache.wicket.examples.nested
Examples that shows how you can display a tree like structure (in this case nested lists with string elements) using nested panels and using a tree component.
Home(PageParameters) - Constructor for class org.apache.wicket.examples.nested.Home
Constructor.
Home - Class in org.apache.wicket.examples.niceurl
Has links to bookmarkable pages with 'nice' uls.
Home() - Constructor for class org.apache.wicket.examples.niceurl.Home
Construct.
Home - Class in org.apache.wicket.examples.pub
Demonstrates localization.
Home(PageParameters) - Constructor for class org.apache.wicket.examples.pub.Home
Constructor
Home - Class in org.apache.wicket.examples.pub2
Demonstrates localization.
Home(PageParameters) - Constructor for class org.apache.wicket.examples.pub2.Home
Constructor
Home - Class in org.apache.wicket.examples.signin
Simple home page.
Home() - Constructor for class org.apache.wicket.examples.signin.Home
 
Home - Class in org.apache.wicket.examples.signin2
Simple home page.
Home(PageParameters) - Constructor for class org.apache.wicket.examples.signin2.Home
Constructor
Home - Class in org.apache.wicket.examples.staticpages
Examples for serving static files.
Home() - Constructor for class org.apache.wicket.examples.staticpages.Home
 
Home - Class in org.apache.wicket.examples.velocity
Home page of this example.
Home() - Constructor for class org.apache.wicket.examples.velocity.Home
 
HomePage - Class in org.apache.wicket.examples.authentication
Simple home page.
HomePage() - Constructor for class org.apache.wicket.examples.authentication.HomePage
 
HomePage - Class in org.apache.wicket.examples.guice
Everybody's favorite example (Hello World), modified to use Guice.
HomePage() - Constructor for class org.apache.wicket.examples.guice.HomePage
Constructor
HomePage - Class in org.apache.wicket.spring.common.web
Home Page
HomePage() - Constructor for class org.apache.wicket.spring.common.web.HomePage
 

I

ImagesApplication - Class in org.apache.wicket.examples.images
Application class for the linkomatic example.
ImagesApplication() - Constructor for class org.apache.wicket.examples.images.ImagesApplication
Constructor
IMyService - Interface in org.apache.wicket.examples.guice.service
Service interface for a simple "Hello World" app.
IncludePage - Class in org.apache.wicket.examples.compref
Page with examples on MultiLineLabel.
IncludePage() - Constructor for class org.apache.wicket.examples.compref.IncludePage
Constructor
Index - Class in org.apache.wicket.examples.ajax.builtin
Wicket ajax example index page
Index() - Constructor for class org.apache.wicket.examples.ajax.builtin.Index
Constructor.
Index - Class in org.apache.wicket.examples.ajax.prototype
Example displaying partial page rendering using the counting link example and prototype.js.
Index() - Constructor for class org.apache.wicket.examples.ajax.prototype.Index
Constructor.
Index - Class in org.apache.wicket.examples.authorization
Home page for the roles example.
Index() - Constructor for class org.apache.wicket.examples.authorization.Index
Construct.
Index - Class in org.apache.wicket.examples.breadcrumb
Index page for the bread crumb example.
Index() - Constructor for class org.apache.wicket.examples.breadcrumb.Index
Construct.
Index - Class in org.apache.wicket.examples.compref
Home page of the component reference example.
Index() - Constructor for class org.apache.wicket.examples.compref.Index
Constructor
Index - Class in org.apache.wicket.examples.customresourceloading
Index page for custom resource loading.
Index() - Constructor for class org.apache.wicket.examples.customresourceloading.Index
Constructor.
Index - Class in org.apache.wicket.examples.repeater
index page - the links are in the template
Index() - Constructor for class org.apache.wicket.examples.repeater.Index
constructor
Index - Class in org.apache.wicket.examples.stateless
Index page of the stateless example.
Index() - Constructor for class org.apache.wicket.examples.stateless.Index
Constructor
Index - Class in org.apache.wicket.examples.template
Home page of the template example.
Index() - Constructor for class org.apache.wicket.examples.template.Index
Constructor
Index - Class in org.apache.wicket.examples.wizard
Index page for the wizard example.
Index() - Constructor for class org.apache.wicket.examples.wizard.Index
Construct.
init() - Method in class org.apache.wicket.examples.ajax.builtin.AjaxApplication
 
init() - Method in class org.apache.wicket.examples.ajax.prototype.PrototypeApplication
 
init() - Method in class org.apache.wicket.examples.authorization.RolesApplication
 
init() - Method in class org.apache.wicket.examples.compref.ComponentReferenceApplication
 
init() - Method in class org.apache.wicket.examples.customresourceloading.CustomResourceLoadingApplication
 
init() - Method in class org.apache.wicket.examples.forminput.FormInputApplication
 
init() - Method in class org.apache.wicket.examples.guice.GuiceApplication
 
init() - Method in class org.apache.wicket.examples.hellobrowser.HelloBrowserApplication
 
init() - Method in class org.apache.wicket.examples.images.ImagesApplication
 
init() - Method in class org.apache.wicket.examples.library.LibraryApplication
 
init() - Method in class org.apache.wicket.examples.linkomatic.LinkomaticApplication
 
init() - Method in class org.apache.wicket.examples.nested.NestedApplication
Initialize the application
init() - Method in class org.apache.wicket.examples.niceurl.NiceUrlApplication
 
init() - Method in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuApplication
 
init(PortletConfig) - Method in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
 
init() - Method in class org.apache.wicket.examples.repeater.RepeaterApplication
 
init() - Method in class org.apache.wicket.examples.signin.SignInApplication
 
init() - Method in class org.apache.wicket.examples.signin2.SignIn2Application
 
init() - Method in class org.apache.wicket.examples.stateless.StatelessApplication
 
init() - Method in class org.apache.wicket.examples.staticpages.Application
 
init() - Method in class org.apache.wicket.examples.upload.UploadApplication
 
init() - Method in class org.apache.wicket.examples.velocity.VelocityTemplateApplication
 
init() - Method in class org.apache.wicket.examples.WicketExampleApplication
 
init() - Method in class org.apache.wicket.spring.common.web.ExampleApplication
 
InspectorBug - Class in org.apache.wicket.examples.debug
A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.
InspectorBug(String, WebPage) - Constructor for class org.apache.wicket.examples.debug.InspectorBug
Constructor
InspectorPage - Class in org.apache.wicket.examples.debug
A page that shows interesting attributes of the Wicket environment, including the current session and the component tree for the current page.
InspectorPage(PageParameters) - Constructor for class org.apache.wicket.examples.debug.InspectorPage
Constructor.
isActive(int) - Method in class org.apache.wicket.examples.ajax.builtin.RatingsPage.RatingModel
Returns whether the star should be rendered active.
isAssignRoles() - Method in class org.apache.wicket.examples.wizard.NewUserWizard
Gets assignRoles.
isChecked() - Method in class org.apache.wicket.examples.ajax.builtin.TodoList.TodoItem
 
isEnabled() - Method in class org.apache.wicket.examples.compref.TabbedPanelPage.CssSwitchingLink
 
isGuessed() - Method in class org.apache.wicket.examples.hangman.Letter
 
isGuessed() - Method in class org.apache.wicket.examples.hangman.Word
 
isLost() - Method in class org.apache.wicket.examples.hangman.Game
Check whether the user has used up all of their guesses.
isSignedIn() - Method in class org.apache.wicket.examples.library.LibrarySession
 
isSignedIn() - Method in class org.apache.wicket.examples.signin.SignInSession
 
isSignedIn() - Method in class org.apache.wicket.examples.signin2.SignIn2Session
 
isSortAsc() - Method in class org.apache.wicket.spring.common.QueryParam
 
isVersioned() - Method in class org.apache.wicket.examples.debug.InspectorPage
 
isVersioned() - Method in class org.apache.wicket.examples.frames.BodyFrame
 
isVersioned() - Method in class org.apache.wicket.examples.frames.LeftFrame
No need for versioning this frame.
isVersioned() - Method in class org.apache.wicket.examples.hangman.HangmanPage
 
isVersioned() - Method in class org.apache.wicket.examples.linkomatic.Home
 
isVersioned() - Method in class org.apache.wicket.examples.niceurl.Home
 
isWon() - Method in class org.apache.wicket.examples.hangman.Game
Check whether the user has successfully guessed all of the correctLetters in the word.
iterator(int, int) - Method in class org.apache.wicket.examples.repeater.ContactDataProvider
retrieves contacts from database starting with index first and ending with first+count
iterator(int, int) - Method in class org.apache.wicket.examples.repeater.SortableContactDataProvider
 
iterator(int, int) - Method in class org.apache.wicket.spring.common.web.ContactDataProvider
 

L

LabelPage - Class in org.apache.wicket.examples.compref
Page with examples on Label.
LabelPage() - Constructor for class org.apache.wicket.examples.compref.LabelPage
Constructor
LazyLoadingPage - Class in org.apache.wicket.examples.ajax.builtin
 
LazyLoadingPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.LazyLoadingPage
Construct.
LeftFrame - Class in org.apache.wicket.examples.frames
The left frame.
LeftFrame(BodyFrame) - Constructor for class org.apache.wicket.examples.frames.LeftFrame
Constructor
Letter - Class in org.apache.wicket.examples.hangman
Model for a letter in the game of hangman
Letter(char) - Constructor for class org.apache.wicket.examples.hangman.Letter
Constructor
LibraryApplication - Class in org.apache.wicket.examples.library
Application class for the library example.
LibraryApplication() - Constructor for class org.apache.wicket.examples.library.LibraryApplication
Constructor.
LibraryApplicationBorder - Class in org.apache.wicket.examples.library
Border component.
LibraryApplicationBorder(String) - Constructor for class org.apache.wicket.examples.library.LibraryApplicationBorder
Constructor
LibrarySession - Class in org.apache.wicket.examples.library
Session class for library example.
LibrarySession(WebApplication, Request) - Constructor for class org.apache.wicket.examples.library.LibrarySession
Constructor
link(String, Book, String) - Static method in class org.apache.wicket.examples.library.BookDetails
Creates an external page link
link(String, long) - Static method in class org.apache.wicket.examples.library.EditBook
Gets a link to a page that will edit a book
LinkomaticApplication - Class in org.apache.wicket.examples.linkomatic
Application class for the linkomatic example.
LinkomaticApplication() - Constructor for class org.apache.wicket.examples.linkomatic.LinkomaticApplication
 
LinkPage - Class in org.apache.wicket.examples.compref
Page with examples on Link.
LinkPage() - Constructor for class org.apache.wicket.examples.compref.LinkPage
Constructor
LinksPage - Class in org.apache.wicket.examples.ajax.builtin
Ajax links demo.
LinksPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.LinksPage
Constructor
ListChoicePage - Class in org.apache.wicket.examples.compref
Page with examples on ListChoice.
ListChoicePage() - Constructor for class org.apache.wicket.examples.compref.ListChoicePage
Constructor
ListMultipleChoicePage - Class in org.apache.wicket.examples.compref
Page with examples on ListMultipleChoice.
ListMultipleChoicePage() - Constructor for class org.apache.wicket.examples.compref.ListMultipleChoicePage
Constructor
LiveSessionsPage - Class in org.apache.wicket.examples.debug
 
LiveSessionsPage() - Constructor for class org.apache.wicket.examples.debug.LiveSessionsPage
Construct.
load() - Method in class org.apache.wicket.examples.repeater.DetachableContactModel
 
load() - Method in class org.apache.wicket.spring.common.web.ContactDetachableModel
 
LOCALES - Static variable in class org.apache.wicket.examples.forminput.FormInputApplication
Relevant locales wrapped in a list.
Lose - Class in org.apache.wicket.examples.hangman
Page that handles the loser failing to guess the word.
Lose() - Constructor for class org.apache.wicket.examples.hangman.Lose
Create the lose page and its associated components.

M

main(String[]) - Static method in class org.apache.wicket.examples.StartExamples
Main function, starts the jetty server.
MenuPage - Class in org.apache.wicket.examples.portlet.menu
 
MenuPage() - Constructor for class org.apache.wicket.examples.portlet.menu.MenuPage
 
ModalContent1Page - Class in org.apache.wicket.examples.ajax.builtin.modal
 
ModalContent1Page(ModalWindowPage, ModalWindow) - Constructor for class org.apache.wicket.examples.ajax.builtin.modal.ModalContent1Page
 
ModalContent2Page - Class in org.apache.wicket.examples.ajax.builtin.modal
 
ModalContent2Page(ModalWindow) - Constructor for class org.apache.wicket.examples.ajax.builtin.modal.ModalContent2Page
 
ModalPanel1 - Class in org.apache.wicket.examples.ajax.builtin.modal
 
ModalPanel1(String) - Constructor for class org.apache.wicket.examples.ajax.builtin.modal.ModalPanel1
 
ModalWindowPage - Class in org.apache.wicket.examples.ajax.builtin.modal
 
ModalWindowPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.modal.ModalWindowPage
 
model(Object) - Method in class org.apache.wicket.examples.repeater.ContactDataProvider
wraps retrieved contact pojo with a wicket model
model(Object) - Method in class org.apache.wicket.examples.repeater.SortableContactDataProvider
 
model(Object) - Method in class org.apache.wicket.spring.annot.web.ProxyDataProvider
 
model(Object) - Method in class org.apache.wicket.spring.direct.web.DirectDataProvider
 
model(Object) - Method in class org.apache.wicket.spring.proxy.web.ProxyDataProvider
 
ModelBean - Class in org.apache.wicket.examples.ajax.builtin.tree
Bean that is set to every node of tree as user object.
ModelBean(String) - Constructor for class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Creates the bean.
MultiLineLabelPage - Class in org.apache.wicket.examples.compref
Page with examples on MultiLineLabel.
MultiLineLabelPage() - Constructor for class org.apache.wicket.examples.compref.MultiLineLabelPage
Constructor
Multiply - Class in org.apache.wicket.examples.forminput
Displays how a FormComponentPanel can be used.
Multiply(String) - Constructor for class org.apache.wicket.examples.forminput.Multiply
Construct.
Multiply(String, IModel) - Constructor for class org.apache.wicket.examples.forminput.Multiply
Construct.
MultiUploadPage - Class in org.apache.wicket.examples.upload
Upload example.
MultiUploadPage(PageParameters) - Constructor for class org.apache.wicket.examples.upload.MultiUploadPage
Constructor.
MyAuthenticatedWebApplication - Class in org.apache.wicket.examples.authentication
A role-authorized, authenticated web application in just a few lines of code.
MyAuthenticatedWebApplication() - Constructor for class org.apache.wicket.examples.authentication.MyAuthenticatedWebApplication
 
MyAuthenticatedWebSession - Class in org.apache.wicket.examples.authentication
Authenticated session subclass
MyAuthenticatedWebSession(Request) - Constructor for class org.apache.wicket.examples.authentication.MyAuthenticatedWebSession
Construct.
MyService - Class in org.apache.wicket.examples.guice.service
Implementation of IService.
MyService() - Constructor for class org.apache.wicket.examples.guice.service.MyService
 
MySignInPage - Class in org.apache.wicket.examples.authentication
Simple example of a sign in page.
MySignInPage() - Constructor for class org.apache.wicket.examples.authentication.MySignInPage
Constructor
MySignInPage(PageParameters) - Constructor for class org.apache.wicket.examples.authentication.MySignInPage
Constructor
MySignOutPage - Class in org.apache.wicket.examples.authentication
Trivial sign out page
MySignOutPage() - Constructor for class org.apache.wicket.examples.authentication.MySignOutPage
 

N

NavomaticApplication - Class in org.apache.wicket.examples.navomatic
Application class.
NavomaticApplication() - Constructor for class org.apache.wicket.examples.navomatic.NavomaticApplication
Constructor.
NavomaticBorder - Class in org.apache.wicket.examples.navomatic
Border component.
NavomaticBorder(String) - Constructor for class org.apache.wicket.examples.navomatic.NavomaticBorder
Constructor
NestedApplication - Class in org.apache.wicket.examples.nested
Application class for the nested structure example.
NestedApplication() - Constructor for class org.apache.wicket.examples.nested.NestedApplication
Constructor.
newCell(MarkupContainer, String, TreeNode, int) - Method in class org.apache.wicket.examples.ajax.builtin.tree.PropertyEditableColumn
 
newCell(TreeNode, int) - Method in class org.apache.wicket.examples.ajax.builtin.tree.PropertyEditableColumn
 
newGame() - Method in class org.apache.wicket.examples.hangman.Game
Play another game with same settings
newGame(int, WordGenerator) - Method in class org.apache.wicket.examples.hangman.Game
Initialise the hangman read for a new game.
newRequestCycle(Request, Response) - Method in class org.apache.wicket.examples.helloworld.HelloWorldApplication
 
newRequestCycleProcessor() - Method in class org.apache.wicket.examples.images.ImagesApplication
Special overwrite to have url compressing for this example.
newRequestCycleProcessor() - Method in class org.apache.wicket.examples.niceurl.NiceUrlApplication
Sets up a request coding strategy that uses case-insensitive mounts
newRequestCycleProcessor() - Method in class org.apache.wicket.examples.signin2.SignIn2Application
 
newSession(Request, Response) - Method in class org.apache.wicket.examples.authorization.RolesApplication
 
newSession(Request, Response) - Method in class org.apache.wicket.examples.forminput.FormInputApplication
 
newSession(Request, Response) - Method in class org.apache.wicket.examples.hangman.HangmanApplication
 
newSession(Request, Response) - Method in class org.apache.wicket.examples.library.LibraryApplication
 
newSession(Request, Response) - Method in class org.apache.wicket.examples.signin.SignInApplication
 
newSession(Request, Response) - Method in class org.apache.wicket.examples.signin2.SignIn2Application
 
NewUserWizard - Class in org.apache.wicket.examples.wizard
This wizard shows some basic form use.
NewUserWizard(String) - Constructor for class org.apache.wicket.examples.wizard.NewUserWizard
Construct.
newWebRequest(HttpServletRequest) - Method in class org.apache.wicket.examples.upload.UploadApplication
 
next() - Method in class org.apache.wicket.examples.hangman.WordGenerator
Returns the next word from the word generator.
NiceUrlApplication - Class in org.apache.wicket.examples.niceurl
Application class for this example.
NiceUrlApplication() - Constructor for class org.apache.wicket.examples.niceurl.NiceUrlApplication
Construct.
NON_FICTION - Static variable in class org.apache.wicket.examples.library.Book
Value for non-fiction books.
NonBookmarkablePage - Class in org.apache.wicket.examples.compref
Example page that cannot be bookmarked.
NonBookmarkablePage(WebPage) - Constructor for class org.apache.wicket.examples.compref.NonBookmarkablePage
Constructor.

O

OIRPage - Class in org.apache.wicket.examples.repeater
page that demonstrates dataview with ReuseIfModelsEqualStrategy
OIRPage() - Constructor for class org.apache.wicket.examples.repeater.OIRPage
Constructor
onCancel() - Method in class org.apache.wicket.examples.wizard.NewUserWizard
 
onCancel() - Method in class org.apache.wicket.examples.wizard.StaticWizard
 
onCancel() - Method in class org.apache.wicket.examples.wizard.StaticWizardWithPanels
 
onCapture(StringResponse) - Method in class org.apache.wicket.examples.staticpages.CapturingBookmarkablePageRequestTarget
 
OnChangeAjaxBehaviorPage - Class in org.apache.wicket.examples.ajax.builtin
 
OnChangeAjaxBehaviorPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.OnChangeAjaxBehaviorPage
Constructor
onClick() - Method in class org.apache.wicket.examples.compref.TabbedPanelPage.CssSwitchingLink
 
onComponentTagBody(MarkupStream, ComponentTag) - Method in class org.apache.wicket.examples.stockquote.StockQuoteLabel
 
onDetach() - Method in class org.apache.wicket.examples.source.SourcesPage.PackagedResourcesModel
Clears the list to save space.
onFinish() - Method in class org.apache.wicket.examples.wizard.NewUserWizard
 
onFinish() - Method in class org.apache.wicket.examples.wizard.StaticWizard
 
onFinish() - Method in class org.apache.wicket.examples.wizard.StaticWizardWithPanels
 
onSubmit() - Method in class org.apache.wicket.examples.ajax.builtin.GuestBook.CommentForm
Show the resulting valid edit
onSubmit() - Method in class org.apache.wicket.examples.guestbook.GuestBook.CommentForm
Show the resulting valid edit
onSubmit() - Method in class org.apache.wicket.examples.library.EditBook.EditBookForm
Show the resulting valid edit
onSubmit() - Method in class org.apache.wicket.examples.panels.signin.SignInPanel.SignInForm
 
onSubmit() - Method in class org.apache.wicket.examples.signin.SignIn.SignInForm
 
org.apache.wicket.examples - package org.apache.wicket.examples
 
org.apache.wicket.examples.ajax.builtin - package org.apache.wicket.examples.ajax.builtin
 
org.apache.wicket.examples.ajax.builtin.modal - package org.apache.wicket.examples.ajax.builtin.modal
 
org.apache.wicket.examples.ajax.builtin.tree - package org.apache.wicket.examples.ajax.builtin.tree
 
org.apache.wicket.examples.ajax.prototype - package org.apache.wicket.examples.ajax.prototype
 
org.apache.wicket.examples.authentication - package org.apache.wicket.examples.authentication
 
org.apache.wicket.examples.authorization - package org.apache.wicket.examples.authorization
 
org.apache.wicket.examples.authorization.pages - package org.apache.wicket.examples.authorization.pages
 
org.apache.wicket.examples.breadcrumb - package org.apache.wicket.examples.breadcrumb
 
org.apache.wicket.examples.captcha - package org.apache.wicket.examples.captcha
 
org.apache.wicket.examples.compref - package org.apache.wicket.examples.compref
 
org.apache.wicket.examples.customresourceloading - package org.apache.wicket.examples.customresourceloading
 
org.apache.wicket.examples.dates - package org.apache.wicket.examples.dates
 
org.apache.wicket.examples.debug - package org.apache.wicket.examples.debug
Classes that make debugging Wicket HTML applications easier.
org.apache.wicket.examples.echo - package org.apache.wicket.examples.echo
 
org.apache.wicket.examples.encodings - package org.apache.wicket.examples.encodings
 
org.apache.wicket.examples.forminput - package org.apache.wicket.examples.forminput
 
org.apache.wicket.examples.frames - package org.apache.wicket.examples.frames
 
org.apache.wicket.examples.guestbook - package org.apache.wicket.examples.guestbook
 
org.apache.wicket.examples.guice - package org.apache.wicket.examples.guice
 
org.apache.wicket.examples.guice.service - package org.apache.wicket.examples.guice.service
 
org.apache.wicket.examples.hangman - package org.apache.wicket.examples.hangman
 
org.apache.wicket.examples.hellobrowser - package org.apache.wicket.examples.hellobrowser
 
org.apache.wicket.examples.helloworld - package org.apache.wicket.examples.helloworld
 
org.apache.wicket.examples.images - package org.apache.wicket.examples.images
 
org.apache.wicket.examples.library - package org.apache.wicket.examples.library
 
org.apache.wicket.examples.linkomatic - package org.apache.wicket.examples.linkomatic
 
org.apache.wicket.examples.navomatic - package org.apache.wicket.examples.navomatic
 
org.apache.wicket.examples.nested - package org.apache.wicket.examples.nested
 
org.apache.wicket.examples.niceurl - package org.apache.wicket.examples.niceurl
 
org.apache.wicket.examples.niceurl.mounted - package org.apache.wicket.examples.niceurl.mounted
 
org.apache.wicket.examples.panels.signin - package org.apache.wicket.examples.panels.signin
 
org.apache.wicket.examples.portlet.menu - package org.apache.wicket.examples.portlet.menu
 
org.apache.wicket.examples.pub - package org.apache.wicket.examples.pub
 
org.apache.wicket.examples.pub2 - package org.apache.wicket.examples.pub2
 
org.apache.wicket.examples.repeater - package org.apache.wicket.examples.repeater
 
org.apache.wicket.examples.signin - package org.apache.wicket.examples.signin
 
org.apache.wicket.examples.signin2 - package org.apache.wicket.examples.signin2
 
org.apache.wicket.examples.source - package org.apache.wicket.examples.source
 
org.apache.wicket.examples.stateless - package org.apache.wicket.examples.stateless
 
org.apache.wicket.examples.staticpages - package org.apache.wicket.examples.staticpages
 
org.apache.wicket.examples.stockquote - package org.apache.wicket.examples.stockquote
 
org.apache.wicket.examples.template - package org.apache.wicket.examples.template
 
org.apache.wicket.examples.template.border - package org.apache.wicket.examples.template.border
 
org.apache.wicket.examples.template.pageinheritance - package org.apache.wicket.examples.template.pageinheritance
 
org.apache.wicket.examples.unicodeconverter - package org.apache.wicket.examples.unicodeconverter
 
org.apache.wicket.examples.upload - package org.apache.wicket.examples.upload
 
org.apache.wicket.examples.velocity - package org.apache.wicket.examples.velocity
 
org.apache.wicket.examples.wizard - package org.apache.wicket.examples.wizard
 
org.apache.wicket.spring.annot.web - package org.apache.wicket.spring.annot.web
 
org.apache.wicket.spring.common - package org.apache.wicket.spring.common
 
org.apache.wicket.spring.common.web - package org.apache.wicket.spring.common.web
 
org.apache.wicket.spring.direct.web - package org.apache.wicket.spring.direct.web
 
org.apache.wicket.spring.proxy.web - package org.apache.wicket.spring.proxy.web
 

P

Page - Class in org.apache.wicket.examples.staticpages
 
Page(PageParameters) - Constructor for class org.apache.wicket.examples.staticpages.Page
 
Page1 - Class in org.apache.wicket.examples.frames
Test page for the right frame.
Page1() - Constructor for class org.apache.wicket.examples.frames.Page1
Constructor
Page1 - Class in org.apache.wicket.examples.linkomatic
Trivial bookmarkable page.
Page1(PageParameters) - Constructor for class org.apache.wicket.examples.linkomatic.Page1
Constructor
Page1 - Class in org.apache.wicket.examples.navomatic
Trivial page.
Page1() - Constructor for class org.apache.wicket.examples.navomatic.Page1
Constructor
Page1 - Class in org.apache.wicket.examples.niceurl
Simple bookmarkable page.
Page1(PageParameters) - Constructor for class org.apache.wicket.examples.niceurl.Page1
Constructor
Page1 - Class in org.apache.wicket.examples.template.border
Page that adds a template border for layout.
Page1() - Constructor for class org.apache.wicket.examples.template.border.Page1
Constructor
Page1 - Class in org.apache.wicket.examples.template.pageinheritance
Concrete page.
Page1() - Constructor for class org.apache.wicket.examples.template.pageinheritance.Page1
Constructor
Page2 - Class in org.apache.wicket.examples.frames
Test page for the right frame.
Page2() - Constructor for class org.apache.wicket.examples.frames.Page2
Constructor
Page2 - Class in org.apache.wicket.examples.linkomatic
Trivial page.
Page2(PageParameters) - Constructor for class org.apache.wicket.examples.linkomatic.Page2
Constructor
Page2 - Class in org.apache.wicket.examples.navomatic
Trivial page.
Page2() - Constructor for class org.apache.wicket.examples.navomatic.Page2
Constructor
Page2 - Class in org.apache.wicket.examples.niceurl
Simple bookmarkable page that displays page parameters.
Page2(PageParameters) - Constructor for class org.apache.wicket.examples.niceurl.Page2
Constructor
Page2 - Class in org.apache.wicket.examples.template.border
Page that adds a template border for layout.
Page2() - Constructor for class org.apache.wicket.examples.template.border.Page2
Constructor
Page2 - Class in org.apache.wicket.examples.template.pageinheritance
Concrete page.
Page2() - Constructor for class org.apache.wicket.examples.template.pageinheritance.Page2
Constructor
Page2QP - Class in org.apache.wicket.examples.niceurl
Simple bookmarkable page that displays page parameters which is mounted with another parameter encoder.
Page2QP(PageParameters) - Constructor for class org.apache.wicket.examples.niceurl.Page2QP
Constructor
Page3 - Class in org.apache.wicket.examples.linkomatic
Trivial page.
Page3(PageParameters) - Constructor for class org.apache.wicket.examples.linkomatic.Page3
Constructor
Page3 - Class in org.apache.wicket.examples.navomatic
Trivial page.
Page3() - Constructor for class org.apache.wicket.examples.navomatic.Page3
Constructor
Page3 - Class in org.apache.wicket.examples.niceurl.mounted
Simple bookmarkable page.
Page3(PageParameters) - Constructor for class org.apache.wicket.examples.niceurl.mounted.Page3
Constructor
Page4 - Class in org.apache.wicket.examples.niceurl.mounted
Simple bookmarkable page.
Page4(PageParameters) - Constructor for class org.apache.wicket.examples.niceurl.mounted.Page4
Constructor
Page5 - Class in org.apache.wicket.examples.niceurl.mounted
Simple bookmarkable page that displays page parameters.
Page5(PageParameters) - Constructor for class org.apache.wicket.examples.niceurl.mounted.Page5
Constructor
PageablesPage - Class in org.apache.wicket.examples.ajax.builtin
Shows an ajaxian paging navigator in action.
PageablesPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.PageablesPage
Constructor.
PageFromWebContext - Class in org.apache.wicket.examples.customresourceloading
The markup for this page is loaded from the web context by a custom IResourceStreamLocator locator set in CustomResourceLoadingApplication.
PageFromWebContext() - Constructor for class org.apache.wicket.examples.customresourceloading.PageFromWebContext
Constructor
PageLinkPage - Class in org.apache.wicket.examples.compref
Page with examples on PageLink.
PageLinkPage() - Constructor for class org.apache.wicket.examples.compref.PageLinkPage
Constructor
PageMapView - Class in org.apache.wicket.examples.debug
A Wicket panel that shows interesting information about a given Wicket pagemap.
PageMapView(String, IPageMap) - Constructor for class org.apache.wicket.examples.debug.PageMapView
Constructor.
PageWithCustomLoading - Class in org.apache.wicket.examples.customresourceloading
The markup for this page is loaded by the Page component itself.
PageWithCustomLoading() - Constructor for class org.apache.wicket.examples.customresourceloading.PageWithCustomLoading
Constructor
PagingPage - Class in org.apache.wicket.examples.repeater
Page that demonstrates a paging dataview
PagingPage() - Constructor for class org.apache.wicket.examples.repeater.PagingPage
constructor
PalettePage - Class in org.apache.wicket.examples.compref
Palette component example
PalettePage() - Constructor for class org.apache.wicket.examples.compref.PalettePage
Constructor
Panel1 - Class in org.apache.wicket.examples.template.pageinheritance
Concrete, extending panel.
Panel1(String) - Constructor for class org.apache.wicket.examples.template.pageinheritance.Panel1
Construct.
Panel1(String, IModel) - Constructor for class org.apache.wicket.examples.template.pageinheritance.Panel1
Construct.
PanelPage - Class in org.apache.wicket.examples.compref
Page with examples on Panel.
PanelPage() - Constructor for class org.apache.wicket.examples.compref.PanelPage
Constructor
PanelsPage - Class in org.apache.wicket.examples.authorization.pages
Bookmarkable page that may only be accessed by users that have role ADMIN.
PanelsPage() - Constructor for class org.apache.wicket.examples.authorization.pages.PanelsPage
Construct.
PARAM_HEADER_PAGE - Static variable in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
Name of portlet init Parameter for the ExampleHeader page
Person - Class in org.apache.wicket.examples.compref
A person.
Person() - Constructor for class org.apache.wicket.examples.compref.Person
Construct.
Person(String, String) - Constructor for class org.apache.wicket.examples.compref.Person
Construct.
Person - Class in org.apache.wicket.examples.velocity
Simple person object.
Person() - Constructor for class org.apache.wicket.examples.velocity.Person
Construct.
Person(String, String) - Constructor for class org.apache.wicket.examples.velocity.Person
Construct.
Popup - Class in org.apache.wicket.examples.linkomatic
Trivial popup page.
Popup() - Constructor for class org.apache.wicket.examples.linkomatic.Popup
Constructor
processRequest(PortletRequest, PortletResponse, String, String) - Method in class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
 
PropertyEditableColumn - Class in org.apache.wicket.examples.ajax.builtin.tree
Column, that either shows a readonly cell or an editable panel, depending on whether the current row is selected.
PropertyEditableColumn(ColumnLocation, String, String) - Constructor for class org.apache.wicket.examples.ajax.builtin.tree.PropertyEditableColumn
Column constructor.
PrototypeApplication - Class in org.apache.wicket.examples.ajax.prototype
Application object for the Prototype.js ajax demo page.
PrototypeApplication() - Constructor for class org.apache.wicket.examples.ajax.prototype.PrototypeApplication
Constructor.
ProxyDataProvider - Class in org.apache.wicket.spring.annot.web
 
ProxyDataProvider(ContactDao) - Constructor for class org.apache.wicket.spring.annot.web.ProxyDataProvider
 
ProxyDataProvider - Class in org.apache.wicket.spring.proxy.web
 
ProxyDataProvider(ContactDao) - Constructor for class org.apache.wicket.spring.proxy.web.ProxyDataProvider
 
ProxyModel - Class in org.apache.wicket.spring.annot.web
 
ProxyModel(Contact, ContactDao) - Constructor for class org.apache.wicket.spring.annot.web.ProxyModel
 
ProxyModel - Class in org.apache.wicket.spring.proxy.web
 
ProxyModel(Contact, ContactDao) - Constructor for class org.apache.wicket.spring.proxy.web.ProxyModel
 
ProxyPage - Class in org.apache.wicket.spring.proxy.web
 
ProxyPage() - Constructor for class org.apache.wicket.spring.proxy.web.ProxyPage
 
PubApplication - Class in org.apache.wicket.examples.pub
Application class for the linkomatic example.
PubApplication() - Constructor for class org.apache.wicket.examples.pub.PubApplication
Constructor
PubApplication - Class in org.apache.wicket.examples.pub2
Application class for the linkomatic example.
PubApplication() - Constructor for class org.apache.wicket.examples.pub2.PubApplication
Constructor

Q

QueryParam - Class in org.apache.wicket.spring.common
Encapsulates the Query Paramaters to be passed to daos
QueryParam(int, int) - Constructor for class org.apache.wicket.spring.common.QueryParam
Set to return count elements, starting at the first element.
QueryParam(int, int, String, boolean) - Constructor for class org.apache.wicket.spring.common.QueryParam
Set to return count sorted elements, starting at the first element.

R

RadioChoicePage - Class in org.apache.wicket.examples.compref
Page with examples on ListChoice.
RadioChoicePage() - Constructor for class org.apache.wicket.examples.compref.RadioChoicePage
Constructor
RadioGroupPage - Class in org.apache.wicket.examples.compref
RadioGroup and Radio components example page
RadioGroupPage() - Constructor for class org.apache.wicket.examples.compref.RadioGroupPage
Constructor
RatingsPage - Class in org.apache.wicket.examples.ajax.builtin
Demo page for the rating component.
RatingsPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.RatingsPage
Constructor.
RatingsPage.RatingModel - Class in org.apache.wicket.examples.ajax.builtin
Rating model for storing the ratings, typically this comes from a database.
RatingsPage.RatingModel() - Constructor for class org.apache.wicket.examples.ajax.builtin.RatingsPage.RatingModel
 
RecursivePanel - Class in org.apache.wicket.examples.nested
This example list knows how to display sublists.
RecursivePanel(String, List) - Constructor for class org.apache.wicket.examples.nested.RecursivePanel
Constructor.
RefreshingPage - Class in org.apache.wicket.examples.repeater
page that demonstrates a RefreshingView
RefreshingPage() - Constructor for class org.apache.wicket.examples.repeater.RefreshingPage
Constructor
RepeaterApplication - Class in org.apache.wicket.examples.repeater
application class for repeater examples application
RepeaterApplication() - Constructor for class org.apache.wicket.examples.repeater.RepeaterApplication
Constructor.
RepeatingPage - Class in org.apache.wicket.examples.repeater
page that demonstrates a simple repeater view.
RepeatingPage() - Constructor for class org.apache.wicket.examples.repeater.RepeatingPage
Constructor
RequestsPage - Class in org.apache.wicket.examples.debug
 
RequestsPage(RequestLogger.SessionData) - Constructor for class org.apache.wicket.examples.debug.RequestsPage
Construct.
reset() - Method in class org.apache.wicket.examples.hangman.Letter
Resets this letter into the default state
respond(RequestCycle) - Method in class org.apache.wicket.examples.staticpages.CapturingBookmarkablePageRequestTarget
 
ResultPanel - Class in org.apache.wicket.examples.breadcrumb
Test bread crumb enabled panel.
ResultPanel(String, IBreadCrumbModel, String) - Constructor for class org.apache.wicket.examples.breadcrumb.ResultPanel
Construct.
RIGHT_FRAME_NAME - Static variable in class org.apache.wicket.examples.frames.BodyFrame
name for page map etc.
RolesApplication - Class in org.apache.wicket.examples.authorization
Application object for this example.
RolesApplication() - Constructor for class org.apache.wicket.examples.authorization.RolesApplication
Construct.
RolesSession - Class in org.apache.wicket.examples.authorization
Web Session for this example.
RolesSession(WebApplication, Request) - Constructor for class org.apache.wicket.examples.authorization.RolesSession
Construct.

S

SAD - Static variable in class org.apache.wicket.examples.library.Book
Sad book
save(Contact) - Method in class org.apache.wicket.examples.repeater.ContactsDatabase
add contact to the database
save(Contact) - Method in class org.apache.wicket.spring.common.ContactDaoImpl
add contact to the database
SecondPanel - Class in org.apache.wicket.examples.breadcrumb
Test bread crumb enabled panel.
SecondPanel(String, IBreadCrumbModel) - Constructor for class org.apache.wicket.examples.breadcrumb.SecondPanel
Construct.
SelectPage - Class in org.apache.wicket.examples.compref
Page with examples on Select.
SelectPage() - Constructor for class org.apache.wicket.examples.compref.SelectPage
Constructor
Sent - Class in org.apache.wicket.examples.staticpages
 
Sent() - Constructor for class org.apache.wicket.examples.staticpages.Sent
 
ServerHostNameAndTimeFilter - Class in org.apache.wicket.examples
Displays server host name (combination of name, ipaddress and unique id, which is either based) and time it took to handle the request in the browser's status bar like this: window.defaultStatus = 'Host: myhost/192.168.1.66/someid, handled in: 0.01s'
ServerHostNameAndTimeFilter() - Constructor for class org.apache.wicket.examples.ServerHostNameAndTimeFilter
Construct, trying system property 'examples.hostname' for the server id or else current time milis.
ServerHostNameAndTimeFilter(String) - Constructor for class org.apache.wicket.examples.ServerHostNameAndTimeFilter
Construct with an id.
SessionModel - Class in org.apache.wicket.examples.stateless
Model that displays whether a session was created yet, and if it was, prints the session id.
SessionModel() - Constructor for class org.apache.wicket.examples.stateless.SessionModel
 
SessionView - Class in org.apache.wicket.examples.debug
A Wicket panel that shows interesting information about a given Wicket session.
SessionView(String, Session) - Constructor for class org.apache.wicket.examples.debug.SessionView
Constructor.
setAddress(String) - Method in class org.apache.wicket.examples.compref.Address
Sets the address.
setAddress(Address) - Method in class org.apache.wicket.examples.compref.Person
Sets the address.
setAssignRoles(boolean) - Method in class org.apache.wicket.examples.wizard.NewUserWizard
Sets assignRoles.
setAuthor(String) - Method in class org.apache.wicket.examples.compref.Book
Sets the author.
setAuthor(String) - Method in class org.apache.wicket.examples.library.Book
 
setBooks(List) - Method in class org.apache.wicket.examples.library.User
 
setBooleanProperty(Boolean) - Method in class org.apache.wicket.examples.forminput.FormInputModel
Sets the booleanProperty.
setCellPhone(String) - Method in class org.apache.wicket.examples.repeater.Contact
 
setCellPhone(String) - Method in class org.apache.wicket.spring.common.Contact
 
setChecked(boolean) - Method in class org.apache.wicket.examples.ajax.builtin.TodoList.TodoItem
Sets the checked property.
setCity(String) - Method in class org.apache.wicket.examples.compref.Address
Sets the city.
setCompanionBook(Book) - Method in class org.apache.wicket.examples.library.Book
 
setCounter1(int) - Method in class org.apache.wicket.examples.ajax.builtin.EffectsPage
 
setCounter2(int) - Method in class org.apache.wicket.examples.ajax.builtin.EffectsPage
 
setCountry(String) - Method in class org.apache.wicket.examples.compref.Address
Sets the country.
setDate(Date) - Method in class org.apache.wicket.examples.guestbook.Comment
 
setDateOfBirth(Date) - Method in class org.apache.wicket.examples.compref.Person
Sets the dateOfBirth.
setDepartment(String) - Method in class org.apache.wicket.examples.wizard.User
Sets departement.
setDoubleProperty(Double) - Method in class org.apache.wicket.examples.forminput.FormInputModel
Sets doubleProperty.
setEmail(String) - Method in class org.apache.wicket.examples.ajax.builtin.FormPage.Bean
Sets email.
setEmail(String) - Method in class org.apache.wicket.examples.wizard.User
Sets email.
setFiction(boolean) - Method in class org.apache.wicket.examples.library.Book
 
setFieldName(String) - Method in class org.apache.wicket.examples.velocity.Field
 
setFieldSize(int) - Method in class org.apache.wicket.examples.velocity.Field
 
setFirstName(String) - Method in class org.apache.wicket.examples.repeater.Contact
 
setFirstName(String) - Method in class org.apache.wicket.examples.velocity.Person
Sets the firstName.
setFirstName(String) - Method in class org.apache.wicket.examples.wizard.User
Sets firstName.
setFirstName(String) - Method in class org.apache.wicket.spring.common.Contact
 
setFrameClass(Class) - Method in class org.apache.wicket.examples.frames.FrameTarget
Sets frame class.
setHomePhone(String) - Method in class org.apache.wicket.examples.repeater.Contact
 
setHomePhone(String) - Method in class org.apache.wicket.spring.common.Contact
 
setId(long) - Method in class org.apache.wicket.examples.library.Book
 
setId(long) - Method in class org.apache.wicket.examples.repeater.Contact
 
setId(long) - Method in class org.apache.wicket.spring.common.Contact
 
setIntegerInRangeProperty(Integer) - Method in class org.apache.wicket.examples.forminput.FormInputModel
Sets integerInRangeProperty.
setIntegerProperty(Integer) - Method in class org.apache.wicket.examples.forminput.FormInputModel
Sets integerProperty.
setIsbn(String) - Method in class org.apache.wicket.examples.compref.Book
Sets the isbn.
setLastName(String) - Method in class org.apache.wicket.examples.compref.Person
Sets the lastName.
setLastName(String) - Method in class org.apache.wicket.examples.repeater.Contact
 
setLastName(String) - Method in class org.apache.wicket.examples.velocity.Person
Sets the lastName.
setLastName(String) - Method in class org.apache.wicket.examples.wizard.User
Sets lastName.
setLastName(String) - Method in class org.apache.wicket.spring.common.Contact
 
setLhs(int) - Method in class org.apache.wicket.examples.forminput.Multiply
 
setLines(List) - Method in class org.apache.wicket.examples.forminput.FormInputModel
Sets lines.
setLinkClickCount(int) - Method in class org.apache.wicket.examples.linkomatic.Home
 
setLinkClickCount(int) - Method in class org.apache.wicket.examples.stateless.StatefulPage
Sets linkClickCount.
setLocale(Locale) - Method in class org.apache.wicket.examples.forminput.FormInput
Sets locale for the user's session (getLocale() is inherited from Component)
setMessage(String) - Method in class org.apache.wicket.examples.echo.Echo
 
setMultiply(Integer) - Method in class org.apache.wicket.examples.forminput.FormInputModel
 
setName(String) - Method in class org.apache.wicket.examples.ajax.builtin.FormPage.Bean
Sets name.
setName(String) - Method in class org.apache.wicket.examples.compref.Person
Sets the name.
setName(String) - Method in class org.apache.wicket.examples.library.User
 
setName(String) - Method in class org.apache.wicket.examples.source.SourcesPage
Sets the name.
setNumber(String) - Method in class org.apache.wicket.examples.forminput.UsPhoneNumber
Sets text.
setNumberRadioChoice(String) - Method in class org.apache.wicket.examples.forminput.FormInputModel
Sets the favoriteColor.
setNumbersGroup(String) - Method in class org.apache.wicket.examples.forminput.FormInputModel
Sets the number.
setOnClickLinkClickCount(int) - Method in class org.apache.wicket.examples.linkomatic.Home
Sets onClickLinkClickCount.
setPageTitle(String) - Method in class org.apache.wicket.examples.template.pageinheritance.TemplatePage
Sets the title.
setPersistent(boolean) - Method in class org.apache.wicket.examples.panels.signin.SignInPanel
Convenience method set persistence for username and password.
setPhoneNumberUS(UsPhoneNumber) - Method in class org.apache.wicket.examples.forminput.FormInputModel
 
setPostcode(String) - Method in class org.apache.wicket.examples.compref.Address
Sets the postcode.
setProperty1(String) - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Sets the value of first property.
setProperty2(String) - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Sets the value of second property
setProperty3(String) - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Sets the value of third property
setProperty4(String) - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Sets the value of fourth property
setProperty5(String) - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Sets the value of fifth property
setProperty6(String) - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
Sets the value of sixth property
setRelatedBook(Book) - Method in class org.apache.wicket.examples.library.Book
 
setRememberMe(boolean) - Method in class org.apache.wicket.examples.panels.signin.SignInPanel
Set model object for rememberMe checkbox
setResult(String) - Method in class org.apache.wicket.examples.ajax.builtin.modal.ModalWindowPage
 
setRhs(int) - Method in class org.apache.wicket.examples.forminput.Multiply
 
setRoles(Set) - Method in class org.apache.wicket.examples.wizard.User
Sets roles.
setRolesSetName(String) - Method in class org.apache.wicket.examples.wizard.User
Sets rolesSetName.
setSelected(Contact) - Method in class org.apache.wicket.examples.repeater.BasePage
sets selected contact
setSelectedLocale(Locale) - Method in class org.apache.wicket.examples.dates.DatesPage
 
setSelectedMake(String) - Method in class org.apache.wicket.examples.ajax.builtin.ChoicePage
 
setSite(String) - Method in class org.apache.wicket.examples.ajax.builtin.EditableLabelPage
 
setSiteSelection(Set) - Method in class org.apache.wicket.examples.forminput.FormInputModel
Sets the selectedSites.
setSource(String) - Method in class org.apache.wicket.examples.unicodeconverter.UnicodeConverter
 
setStringProperty(String) - Method in class org.apache.wicket.examples.forminput.FormInputModel
Sets stringProperty.
setSymbol(String) - Method in class org.apache.wicket.examples.stockquote.StockQuote
Sets the symbol for getting the quote.
setSymbol(String) - Method in class org.apache.wicket.examples.stockquote.StockQuotePage.Quote
Sets the symbol.
setTemplate(String) - Method in class org.apache.wicket.examples.velocity.TemplatePage
Sets the current template contents.
setText(String) - Method in class org.apache.wicket.examples.ajax.builtin.TodoList.TodoItem
Sets the description of the item.
setText(String) - Method in class org.apache.wicket.examples.forminput.FormInputModel.Line
Sets text.
setText(String) - Method in class org.apache.wicket.examples.guestbook.Comment
 
setText1(String) - Method in class org.apache.wicket.examples.ajax.builtin.EditableLabelPage
 
setText2(String) - Method in class org.apache.wicket.examples.ajax.builtin.EditableLabelPage
 
setText3(String) - Method in class org.apache.wicket.examples.ajax.builtin.EditableLabelPage
 
setTitle(String) - Method in class org.apache.wicket.examples.compref.Book
Sets the title.
setTitle(String) - Method in class org.apache.wicket.examples.library.Book
 
setTitle(String) - Method in class org.apache.wicket.examples.linkomatic.Book
 
setTranslationType(String) - Method in class org.apache.wicket.examples.unicodeconverter.UnicodeConverter
 
setUrlProperty(URL) - Method in class org.apache.wicket.examples.forminput.FormInputModel
Sets the urlProperty.
setUser(User) - Method in class org.apache.wicket.examples.authorization.RolesSession
Sets user.
setUser(User) - Method in class org.apache.wicket.examples.library.LibrarySession
 
setUser(String) - Method in class org.apache.wicket.examples.signin.SignInSession
 
setUser(String) - Method in class org.apache.wicket.examples.signin2.SignIn2Session
 
setUser(User) - Method in class org.apache.wicket.examples.wizard.NewUserWizard
Sets user.
setUserName(String) - Method in class org.apache.wicket.examples.wizard.User
Sets userName.
setWritingStyles(List) - Method in class org.apache.wicket.examples.library.Book
 
SignIn - Class in org.apache.wicket.examples.library
Simple example of a sign in page.
SignIn(PageParameters) - Constructor for class org.apache.wicket.examples.library.SignIn
Constructor
SignIn() - Constructor for class org.apache.wicket.examples.library.SignIn
Constructor
signIn(String, String) - Method in class org.apache.wicket.examples.panels.signin.SignInPanel
Sign in user if possible.
SignIn - Class in org.apache.wicket.examples.signin
Simple example of a sign in page.
SignIn() - Constructor for class org.apache.wicket.examples.signin.SignIn
Constructor
SignIn(PageParameters) - Constructor for class org.apache.wicket.examples.signin.SignIn
Constructor
SignIn.SignInForm - Class in org.apache.wicket.examples.signin
Sign in form
SignIn.SignInForm(String) - Constructor for class org.apache.wicket.examples.signin.SignIn.SignInForm
Constructor
SignIn2 - Class in org.apache.wicket.examples.signin2
Simple example of a sign in page.
SignIn2() - Constructor for class org.apache.wicket.examples.signin2.SignIn2
Construct
SignIn2(PageParameters) - Constructor for class org.apache.wicket.examples.signin2.SignIn2
Constructor
SignIn2Application - Class in org.apache.wicket.examples.signin2
Forms example.
SignIn2Application() - Constructor for class org.apache.wicket.examples.signin2.SignIn2Application
Constructor.
SignIn2Session - Class in org.apache.wicket.examples.signin2
Session class for signin example.
SignIn2Session(WebApplication, Request) - Constructor for class org.apache.wicket.examples.signin2.SignIn2Session
Constructor
SignInApplication - Class in org.apache.wicket.examples.signin
Forms example.
SignInApplication() - Constructor for class org.apache.wicket.examples.signin.SignInApplication
Constructor.
SignInPanel - Class in org.apache.wicket.examples.panels.signin
Reusable user sign in panel with username and password as well as support for cookie persistence of the both.
SignInPanel(String) - Constructor for class org.apache.wicket.examples.panels.signin.SignInPanel
 
SignInPanel(String, boolean) - Constructor for class org.apache.wicket.examples.panels.signin.SignInPanel
 
SignInPanel.SignInForm - Class in org.apache.wicket.examples.panels.signin
Sign in form.
SignInPanel.SignInForm(String) - Constructor for class org.apache.wicket.examples.panels.signin.SignInPanel.SignInForm
Constructor.
SignInSession - Class in org.apache.wicket.examples.signin
Session class for signin example.
SignInSession(WebApplication, Request) - Constructor for class org.apache.wicket.examples.signin.SignInSession
Constructor
SignOut - Class in org.apache.wicket.examples.signin2
Simple logout page.
SignOut(PageParameters) - Constructor for class org.apache.wicket.examples.signin2.SignOut
Constructor
SimplePage - Class in org.apache.wicket.examples.repeater
Page that demonstrates a simple dataview.
SimplePage() - Constructor for class org.apache.wicket.examples.repeater.SimplePage
constructor
SimpleTreePage - Class in org.apache.wicket.examples.ajax.builtin.tree
Page that shuws a simple tree (not a table).
SimpleTreePage() - Constructor for class org.apache.wicket.examples.ajax.builtin.tree.SimpleTreePage
Page constructor
size() - Method in class org.apache.wicket.examples.hangman.WordGenerator
Get the number of words that were discovered.
size() - Method in class org.apache.wicket.examples.repeater.ContactDataProvider
returns total number of contacts in the database
size() - Method in class org.apache.wicket.examples.repeater.SortableContactDataProvider
 
size() - Method in class org.apache.wicket.spring.common.web.ContactDataProvider
 
SortableContactDataProvider - Class in org.apache.wicket.examples.repeater
implementation of IDataProvider for contacts that keeps track of sort information
SortableContactDataProvider() - Constructor for class org.apache.wicket.examples.repeater.SortableContactDataProvider
constructor
SortingPage - Class in org.apache.wicket.examples.repeater
page that demonstrates dataview and sorting
SortingPage() - Constructor for class org.apache.wicket.examples.repeater.SortingPage
constructor
SourcesPage - Class in org.apache.wicket.examples.source
Displays the resources in a packages directory in a browsable format.
SourcesPage() - Constructor for class org.apache.wicket.examples.source.SourcesPage
Default constructor, only used for test purposes.
SourcesPage(Class) - Constructor for class org.apache.wicket.examples.source.SourcesPage
Constructor.
SourcesPage.CodePanel - Class in org.apache.wicket.examples.source
Container for displaying the source of the selected page, resource or other element from the package.
SourcesPage.CodePanel(String) - Constructor for class org.apache.wicket.examples.source.SourcesPage.CodePanel
Constructor.
SourcesPage.FilesBrowser - Class in org.apache.wicket.examples.source
Displays the resources embedded in a package in a list.
SourcesPage.FilesBrowser(String) - Constructor for class org.apache.wicket.examples.source.SourcesPage.FilesBrowser
Constructor.
SourcesPage.PackagedResourcesModel - Class in org.apache.wicket.examples.source
Model for retrieving the contents of a package directory from the class path.
SourcesPage.PackagedResourcesModel() - Constructor for class org.apache.wicket.examples.source.SourcesPage.PackagedResourcesModel
Constructor.
SourcesPage.SourceModel - Class in org.apache.wicket.examples.source
Model for retrieving the source code from the classpath of a packaged resource.
SourcesPage.SourceModel() - Constructor for class org.apache.wicket.examples.source.SourcesPage.SourceModel
Constructor.
StartExamples - Class in org.apache.wicket.examples
Seperate startup class for people that want to run the examples directly.
StatefulPage - Class in org.apache.wicket.examples.stateless
Another page of the stateless example.
StatefulPage() - Constructor for class org.apache.wicket.examples.stateless.StatefulPage
Construct.
StatelessApplication - Class in org.apache.wicket.examples.stateless
Application class for the stateless application.
StatelessApplication() - Constructor for class org.apache.wicket.examples.stateless.StatelessApplication
Constructor.
StatelessPage - Class in org.apache.wicket.examples.stateless
Another page of the stateless example.
StatelessPage() - Constructor for class org.apache.wicket.examples.stateless.StatelessPage
Constructor
StaticWizard - Class in org.apache.wicket.examples.wizard
This is kind of the hello world example for wizards.
StaticWizard(String) - Constructor for class org.apache.wicket.examples.wizard.StaticWizard
Construct.
StaticWizardWithPanels - Class in org.apache.wicket.examples.wizard
This is kind of the hello world example for wizards.
StaticWizardWithPanels(String) - Constructor for class org.apache.wicket.examples.wizard.StaticWizardWithPanels
Construct.
StockQuote - Class in org.apache.wicket.examples.stockquote
Provides access to a SOAP service for getting stock quotes based on a symbol.
StockQuote() - Constructor for class org.apache.wicket.examples.stockquote.StockQuote
Default constructor.
StockQuote(String) - Constructor for class org.apache.wicket.examples.stockquote.StockQuote
Constructor setting the symbol to get the quote for.
StockQuoteApplication - Class in org.apache.wicket.examples.stockquote
Application class for stock quote example.
StockQuoteApplication() - Constructor for class org.apache.wicket.examples.stockquote.StockQuoteApplication
Constructor.
StockQuoteLabel - Class in org.apache.wicket.examples.stockquote
Gets a stock quote from a webservice.
StockQuoteLabel(String) - Constructor for class org.apache.wicket.examples.stockquote.StockQuoteLabel
Constructor
StockQuoteLabel(String, String) - Constructor for class org.apache.wicket.examples.stockquote.StockQuoteLabel
Convenience constructor.
StockQuoteLabel(String, IModel) - Constructor for class org.apache.wicket.examples.stockquote.StockQuoteLabel
 
StockQuoteLabel2 - Class in org.apache.wicket.examples.stockquote
StockQuote example provided by Jonathan Locke.
StockQuoteLabel2(String, String) - Constructor for class org.apache.wicket.examples.stockquote.StockQuoteLabel2
Constructor taking the symbol directly.
StockQuotePage - Class in org.apache.wicket.examples.stockquote
Stock quote webservice custom component example.
StockQuotePage() - Constructor for class org.apache.wicket.examples.stockquote.StockQuotePage
Constructor
StockQuotePage.Quote - Class in org.apache.wicket.examples.stockquote
POJO to hold the symbol for the quote query.
StockQuotePage.Quote() - Constructor for class org.apache.wicket.examples.stockquote.StockQuotePage.Quote
 
SubmitLinkPage - Class in org.apache.wicket.examples.compref
Page with examples on Form.
SubmitLinkPage() - Constructor for class org.apache.wicket.examples.compref.SubmitLinkPage
Constructor

T

TabbedPanelPage - Class in org.apache.wicket.examples.ajax.builtin
Tabbed panel demo.
TabbedPanelPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.TabbedPanelPage
Constructor
TabbedPanelPage - Class in org.apache.wicket.examples.compref
Reference page for TabbedPanel wicket-extensions component
TabbedPanelPage() - Constructor for class org.apache.wicket.examples.compref.TabbedPanelPage
Constructor
TabbedPanelPage.CssSwitchingLink - Class in org.apache.wicket.examples.compref
 
TabbedPanelPage.CssSwitchingLink(String, String) - Constructor for class org.apache.wicket.examples.compref.TabbedPanelPage.CssSwitchingLink
 
TemplateApplication - Class in org.apache.wicket.examples.template
Application class for the template example.
TemplateApplication() - Constructor for class org.apache.wicket.examples.template.TemplateApplication
Constructor.
TemplateBorder - Class in org.apache.wicket.examples.template.border
Border that holds layout elements that can be reused by pages.
TemplateBorder(String) - Constructor for class org.apache.wicket.examples.template.border.TemplateBorder
Constructor
TemplatePage - Class in org.apache.wicket.examples.template.pageinheritance
Base page that serves as a template for pages that inherit from it.
TemplatePage() - Constructor for class org.apache.wicket.examples.template.pageinheritance.TemplatePage
Constructor
TemplatePage - Class in org.apache.wicket.examples.velocity
Template example page.
TemplatePage(PageParameters) - Constructor for class org.apache.wicket.examples.velocity.TemplatePage
Constructor
TemplatePanel - Class in org.apache.wicket.examples.template.pageinheritance
Base panel to be extended.
TemplatePanel(String) - Constructor for class org.apache.wicket.examples.template.pageinheritance.TemplatePanel
Construct.
TemplatePanel(String, IModel) - Constructor for class org.apache.wicket.examples.template.pageinheritance.TemplatePanel
Construct.
TextAreaPage - Class in org.apache.wicket.examples.compref
Page with examples on TextArea.
TextAreaPage() - Constructor for class org.apache.wicket.examples.compref.TextAreaPage
Constructor
TextFieldPage - Class in org.apache.wicket.examples.compref
Page with examples on TextField.
TextFieldPage() - Constructor for class org.apache.wicket.examples.compref.TextFieldPage
Constructor
ThirdPanel - Class in org.apache.wicket.examples.breadcrumb
Test bread crumb enabled panel.
ThirdPanel(String, IBreadCrumbModel) - Constructor for class org.apache.wicket.examples.breadcrumb.ThirdPanel
Construct.
TodoList - Class in org.apache.wicket.examples.ajax.builtin
Ajax todo list without having to write any JavaScript yourself.
TodoList() - Constructor for class org.apache.wicket.examples.ajax.builtin.TodoList
Constructor.
TodoList.AddItemsContainer - Class in org.apache.wicket.examples.ajax.builtin
Container for showing either the add link, or the addition form.
TodoList.AddItemsContainer(String) - Constructor for class org.apache.wicket.examples.ajax.builtin.TodoList.AddItemsContainer
Constructor.
TodoList.TodoItem - Class in org.apache.wicket.examples.ajax.builtin
The todo object.
TodoList.TodoItem() - Constructor for class org.apache.wicket.examples.ajax.builtin.TodoList.TodoItem
Constructor.
TodoList.TodoItem(TodoList.TodoItem) - Constructor for class org.apache.wicket.examples.ajax.builtin.TodoList.TodoItem
Copy constructor.
TodoList.TodoItemsContainer - Class in org.apache.wicket.examples.ajax.builtin
Container for displaying the todo items in a list.
TodoList.TodoItemsContainer(String) - Constructor for class org.apache.wicket.examples.ajax.builtin.TodoList.TodoItemsContainer
Constructor.
TopFrame - Class in org.apache.wicket.examples.frames
Top frame for navigation.
TopFrame() - Constructor for class org.apache.wicket.examples.frames.TopFrame
Constructor
toString() - Method in class org.apache.wicket.examples.ajax.builtin.tree.ModelBean
 
toString() - Method in class org.apache.wicket.examples.authorization.User
 
toString() - Method in class org.apache.wicket.examples.compref.Address
 
toString() - Method in class org.apache.wicket.examples.compref.Person
 
toString() - Method in class org.apache.wicket.examples.forminput.FormInputModel.Line
 
toString() - Method in class org.apache.wicket.examples.forminput.FormInputModel
 
toString() - Method in class org.apache.wicket.examples.forminput.UsPhoneNumber
 
toString() - Method in class org.apache.wicket.examples.guestbook.Comment
 
toString() - Method in class org.apache.wicket.examples.hangman.Letter
 
toString() - Method in class org.apache.wicket.examples.hangman.Word
 
toString() - Method in class org.apache.wicket.examples.library.Book
 
toString() - Method in class org.apache.wicket.examples.repeater.Contact
 
toString() - Method in class org.apache.wicket.spring.common.Contact
 
TreeTablePage - Class in org.apache.wicket.examples.ajax.builtin.tree
Page that shows a simple tree table.
TreeTablePage() - Constructor for class org.apache.wicket.examples.ajax.builtin.tree.TreeTablePage
Page constructor.

U

UnicodeConverter - Class in org.apache.wicket.examples.unicodeconverter
Converts between unescaped and escaped unicode and shows a custom model.
UnicodeConverter() - Constructor for class org.apache.wicket.examples.unicodeconverter.UnicodeConverter
Constructor.
UnicodeConverterApplication - Class in org.apache.wicket.examples.unicodeconverter
Application class for the unicode converter example.
UnicodeConverterApplication() - Constructor for class org.apache.wicket.examples.unicodeconverter.UnicodeConverterApplication
Constructor.
UploadApplication - Class in org.apache.wicket.examples.upload
Application class for org.apache.wicket.examples.upload example.
UploadApplication() - Constructor for class org.apache.wicket.examples.upload.UploadApplication
Constructor.
UploadPage - Class in org.apache.wicket.examples.upload
Upload example.
UploadPage(PageParameters) - Constructor for class org.apache.wicket.examples.upload.UploadPage
Constructor.
User - Class in org.apache.wicket.examples.authorization
Simple user object.
User(String, String) - Constructor for class org.apache.wicket.examples.authorization.User
Construct.
User - Class in org.apache.wicket.examples.library
Trivial user model for example application
User() - Constructor for class org.apache.wicket.examples.library.User
 
User - Class in org.apache.wicket.examples.wizard
Domain class for the new user wizard example.
User() - Constructor for class org.apache.wicket.examples.wizard.User
 
UserRolesAuthorizer - Class in org.apache.wicket.examples.authorization
The authorizer we need to provide to the authorization strategy implementation AnnotationsRoleAuthorizationStrategy.
UserRolesAuthorizer() - Constructor for class org.apache.wicket.examples.authorization.UserRolesAuthorizer
Construct.
USERS - Static variable in class org.apache.wicket.examples.authorization.RolesApplication
User DB.
UsPhoneNumber - Class in org.apache.wicket.examples.forminput
Represents a US phone number.
UsPhoneNumber(String) - Constructor for class org.apache.wicket.examples.forminput.UsPhoneNumber
Construct.

V

VelocityTemplateApplication - Class in org.apache.wicket.examples.velocity
Application class for velocity template example.
VelocityTemplateApplication() - Constructor for class org.apache.wicket.examples.velocity.VelocityTemplateApplication
Constructor.

W

WicketExampleApplication - Class in org.apache.wicket.examples
Wicket Application class for hello world example.
WicketExampleApplication() - Constructor for class org.apache.wicket.examples.WicketExampleApplication
Constructor.
WicketExampleHeader - Class in org.apache.wicket.examples
Navigation panel for the examples project.
WicketExampleHeader(String, String, WebPage) - Constructor for class org.apache.wicket.examples.WicketExampleHeader
Construct.
WicketExamplePage - Class in org.apache.wicket.examples
Base class for all example pages.
WicketExamplePage() - Constructor for class org.apache.wicket.examples.WicketExamplePage
Constructor
WicketExamplePage(IModel) - Constructor for class org.apache.wicket.examples.WicketExamplePage
Construct.
WicketExamplesMenuApplication - Class in org.apache.wicket.examples.portlet.menu
 
WicketExamplesMenuApplication() - Constructor for class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuApplication
 
WicketExamplesMenuPortlet - Class in org.apache.wicket.examples.portlet.menu
 
WicketExamplesMenuPortlet() - Constructor for class org.apache.wicket.examples.portlet.menu.WicketExamplesMenuPortlet
 
WICKETSTAR0 - Static variable in class org.apache.wicket.examples.ajax.builtin.RatingsPage
Star image for no selected star
WICKETSTAR1 - Static variable in class org.apache.wicket.examples.ajax.builtin.RatingsPage
Star image for selected star
Win - Class in org.apache.wicket.examples.hangman
Page called when the user has correctly guessed the word.
Win() - Constructor for class org.apache.wicket.examples.hangman.Win
Create the win page and its associated components.
WizardApplication - Class in org.apache.wicket.examples.wizard
Application class for the wizard example.
WizardApplication() - Constructor for class org.apache.wicket.examples.wizard.WizardApplication
 
WizardPage - Class in org.apache.wicket.examples.wizard
Page for displaying a wizard.
WizardPage(Class) - Constructor for class org.apache.wicket.examples.wizard.WizardPage
Construct.
Word - Class in org.apache.wicket.examples.hangman
Model for a word in the game of Game.
Word(String) - Constructor for class org.apache.wicket.examples.hangman.Word
Constructor
WordGenerator - Class in org.apache.wicket.examples.hangman
The word generator is responsible for reading in a list of words from a data file and serving them up in a random order.
WordGenerator() - Constructor for class org.apache.wicket.examples.hangman.WordGenerator
Create the word generator, loading the words and preparing them for serving.
WordGenerator(String[]) - Constructor for class org.apache.wicket.examples.hangman.WordGenerator
Create the word generator using the supplied array of words as the word source to use.
WorldClockPage - Class in org.apache.wicket.examples.ajax.builtin
A world clock example page.
WorldClockPage() - Constructor for class org.apache.wicket.examples.ajax.builtin.WorldClockPage
Constructor

X

XmlPage - Class in org.apache.wicket.examples.compref
Look ma, you can use plain XML too with Wicket.
XmlPage() - Constructor for class org.apache.wicket.examples.compref.XmlPage
Constructor

A B C D E F G H I L M N O P Q R S T U V W X

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