Uses of Class
org.apache.wicket.examples.ajax.builtin.BasePage

Packages that use BasePage
org.apache.wicket.examples.ajax.builtin   
org.apache.wicket.examples.ajax.builtin.modal   
org.apache.wicket.examples.ajax.builtin.tree   
 

Uses of BasePage in org.apache.wicket.examples.ajax.builtin
 

Subclasses of BasePage in org.apache.wicket.examples.ajax.builtin
 class AutoCompletePage
          Page that demos the ajax auto complete text field
 class ChoicePage
          Linked select boxes example
 class ClockPage
          A simple clock example page
 class EditableLabelPage
          Page to demo the inplace edit label AjaxEditableLabel
 class EffectsPage
          Demonstrates ajax effects
 class FileUploadPage
          Demos ajax handling of a multipart form
 class FormPage
          Page to demonstrate instant ajax validaion feedback.
 class GuestBook
          Ajax enabled example for the guestbook.
 class Index
          Wicket ajax example index page
 class LazyLoadingPage
           
 class LinksPage
          Ajax links demo.
 class OnChangeAjaxBehaviorPage
           
 class PageablesPage
          Shows an ajaxian paging navigator in action.
 class RatingsPage
          Demo page for the rating component.
 class TabbedPanelPage
          Tabbed panel demo.
 class TodoList
          Ajax todo list without having to write any JavaScript yourself.
 class WorldClockPage
          A world clock example page.
 

Uses of BasePage in org.apache.wicket.examples.ajax.builtin.modal
 

Subclasses of BasePage in org.apache.wicket.examples.ajax.builtin.modal
 class ModalWindowPage
           
 

Uses of BasePage in org.apache.wicket.examples.ajax.builtin.tree
 

Subclasses of BasePage in org.apache.wicket.examples.ajax.builtin.tree
 class BaseTreePage
          This is a base class for all pages with tree example.
 class EditableTreeTablePage
          Page that shows a tree table with editable cells.
 class SimpleTreePage
          Page that shuws a simple tree (not a table).
 class TreeTablePage
          Page that shows a simple tree table.
 



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