Uses of Class
com.arsdigita.bebop.Page

Packages that use Page
com.arsdigita.bebop A set of server-side user interface components for web applications. 
com.arsdigita.bebop.demo Example A set of examples that demonstrate how Bebop is used. 
com.arsdigita.bebop.demo.workflow Example A set of classes to demonstrate how to use Bebop components in a control flow i.e., how Bebop components hand off control to one another. 
com.arsdigita.bebop.page   
com.arsdigita.formbuilder.ui The Form Builder UI provides a number of embeddable bebop components to facilitate integration of the form builder service with applications. 
com.arsdigita.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.search.ui   
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.ui Basic user interface components. 
com.arsdigita.ui.login Internationalized UI classes for user login and registration. 
com.arsdigita.ui.permissions Default implementation of the CCM permissions UI. 
com.arsdigita.ui.sitemap User interface for dynamically updating URL to application mappings. 
 

Uses of Page in com.arsdigita.bebop
 

Subclasses of Page in com.arsdigita.bebop
 class BasePage
          The base page class for use with the PageFactory class.
 class ConfirmPage
          A Bebop Confirmation Page which should be mounted at ConfirmPage.CONFIRM_URL by the BebopMapDispatcher.
 

Methods in com.arsdigita.bebop that return Page
static Page PageFactory.buildPage(String application, String title)
          Instantiates a new instance of the Page class.
static Page PageFactory.buildPage(String application, String title, String id)
          Instantiates a new instance of the Page class, with the optional unique page id string.
static Page PageFactory.buildPage(String application, Label title)
          Instantiates a new instance of the Page class.
static Page PageFactory.buildPage(String application, Label title, String id)
          Instantiates a new instance of the Page class, with the optional unique page id string.
 Page PageState.getPage()
          Return the page for which this object holds the state.
 

Methods in com.arsdigita.bebop with parameters of type Page
 void Wizard.register(Page p)
           
 void PropertyEditor.register(Page p)
           
 void MultiStepForm.register(Page p)
           
 void MapWizard.register(Page p)
          Register the "progress" parameter
 void FormStep.register(Page p)
           
 void ModalContainer.register(Page p)
           
 void CompoundComponent.register(Page p)
           
 void Paginator.register(Page p)
          Register the page size selection model.
 void TabbedPane.register(Page p)
          Registers with the specified root container.
 void Tree.register(Page p)
          Registers the two parameters to the page.
 void List.register(Page p)
          Registers this List and its state parameter(s) with the specified page.
 void ToggleLink.register(Page p)
          Registers the link and its state with the page.
 void Form.register(Page p)
          Adds this form to the page and traverses the components contained in this form, collecting parameterModels and Listeners into this form's FormModel.
 void Table.register(Page p)
          Registers the table with the containing page.
 void Component.register(Page p)
          Registers state parameters for the page with its model.
 void SimpleComponent.register(Page p)
           
 

Constructors in com.arsdigita.bebop with parameters of type Page
SlaveComponent(Page p)
           
PageDispatcher(Page p, PresentationManager pm)
          Deprecated. Creates a new page dispatcher for a page object and a PresentationManager.
PageDispatcher(Page p)
          Deprecated. Creates a new page dispatcher for a page object.
PageState(Page page, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Construct the PageState for an HTTP request.
 

Uses of Page in com.arsdigita.bebop.demo
 

Subclasses of Page in com.arsdigita.bebop.demo
 class MySitePage
          This is a common page for a fictitious MySite.
 class WorkflowAdminPage
           
 

Methods in com.arsdigita.bebop.demo that return Page
static Page DemoDispatcher.buildPageMySite_1()
           
static Page DemoDispatcher.buildPageMySite_2()
           
static Page DemoDispatcher.buildPagedate()
           
static Page DemoDispatcher.buildPageusers()
           
static Page DemoDispatcher.buildPageuser_and_date()
           
static Page DemoDispatcher.buildPageWorkflowAdmin()
           
static Page DemoDispatcher.buildPageTabbedPane()
           
 

Uses of Page in com.arsdigita.bebop.demo.workflow
 

Methods in com.arsdigita.bebop.demo.workflow with parameters of type Page
 void AdminPane.register(Page p)
           
 

Uses of Page in com.arsdigita.bebop.page
 

Methods in com.arsdigita.bebop.page that return Page
 Page PageDispatcher.getPage()
          Returns the wrapped page that this dispatcher serves.
 

Methods in com.arsdigita.bebop.page with parameters of type Page
protected  void BebopApplicationServlet.put(String pathInfo, Page page)
           
 void BebopMapDispatcher.addPage(String url, Page p)
          Adds a new URL-page mapping to this dispatcher.
 void BebopMapDispatcher.setNotFoundPage(Page p)
          Sets the default page to display if no page can be found on dispatch for the URL in the page map.
 

Constructors in com.arsdigita.bebop.page with parameters of type Page
PageDispatcher(Page page, PresentationManager pres)
          Creates a new page dispatcher for a page object and a PresentationManager.
PageDispatcher(Page page)
          Creates a new page dispatcher for a page object.
 

Uses of Page in com.arsdigita.formbuilder.ui
 

Subclasses of Page in com.arsdigita.formbuilder.ui
 class FormBuildingPage
          On this page the admin may add widgets to the persistent form.
 class FormPropertiesPage
          This page lets an admin create a new persistent form.
 class FormViewPage
          This Page displays a form that has been persisted.
 class IndexPage
          This is the index (start) page of the Form Builder service.
 class OptionGroupPage
          On this page the admin can specify the options of an OptionGroup (examples of OptionGroups are radio groups, checbox groups and selects).
 class TemplatePage
          This Page is the base Page that all Pages in the Form Builder service extend.
 

Methods in com.arsdigita.formbuilder.ui with parameters of type Page
 void ProcessListenerEditor.register(Page page)
           
 void NewAction.register(Page page)
           
 void MetaObjectProperties.register(Page p)
           
 void NewControl.register(Page page)
           
 void ControlEditor.register(Page page)
           
 

Uses of Page in com.arsdigita.kernel.ui
 

Methods in com.arsdigita.kernel.ui with parameters of type Page
 void PartySearchSelect.register(Page p)
           
 

Uses of Page in com.arsdigita.search.ui
 

Methods in com.arsdigita.search.ui with parameters of type Page
 void ResultsPane.register(Page p)
           
 void BaseQueryComponent.register(Page p)
           
 

Uses of Page in com.arsdigita.toolbox.ui
 

Methods in com.arsdigita.toolbox.ui with parameters of type Page
 void NullComponent.register(Page page)
           
 void ModalPanel.register(Page page)
           
 void Section.register(Page page)
           
 void ItemEditor.register(Page page)
           
 void DimensionBar.register(Page p)
           
 void DataTable.register(Page p)
          Register the ordering parameter
 void AbstractCollectionTable.register(Page p)
          Register the ordering parameter
 

Uses of Page in com.arsdigita.ui
 

Subclasses of Page in com.arsdigita.ui
 class SimplePage
          SimplePage is a subclass of ApplicationPage providing a simple page which can have custom, application independant widgets added to it.
 

Uses of Page in com.arsdigita.ui.login
 

Methods in com.arsdigita.ui.login with parameters of type Page
 void UserInfo.register(Page p)
          Adds a request listener to the page to ensure that the user is logged in.
 void UserEditForm.register(Page p)
           
 void RecoverPasswordPanel.register(Page p)
           
 void ChangePasswordForm.register(Page p)
           
 

Uses of Page in com.arsdigita.ui.permissions
 

Methods in com.arsdigita.ui.permissions with parameters of type Page
 void PermissionsPane.register(Page p)
          Overwrite this method to construct your default Permissions Pane with the components you need.
 

Uses of Page in com.arsdigita.ui.sitemap
 

Methods in com.arsdigita.ui.sitemap with parameters of type Page
 void SiteMapAdminPane.register(Page p)
           
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC