Uses of Class
com.arsdigita.bebop.SimpleContainer

Packages that use SimpleContainer
com.arsdigita.bebop A set of server-side user interface components for web applications. 
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.portal User interface classes for displaying portals. 
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.formbuilder.ui.editors Embeddable formbuilder editor widgets. 
com.arsdigita.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.portal.apportlet   
com.arsdigita.search.ui   
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.ui.admin Basic user interface components for the administrative UI. 
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. 
com.arsdigita.webdevsupport.config   
com.arsdigita.webdevsupport.log4j Web user interfaces for dynamically adjusting Log4J warning levels. 
 

Uses of SimpleContainer in com.arsdigita.bebop
 

Subclasses of SimpleContainer in com.arsdigita.bebop
 class BoxPanel
          A container that prints its components in one row, either horizontally or vertically.
 class ColumnPanel
          A container that prints its components in a table.
 class DimensionalNavbar
          Delimited dimensional navbar.
 class DynamicListWizard
          A SplitWizard that can be used to maintain a list of items.
 class GridPanel
          A container that prints its components in a table.
 class ListPanel
          A container that outputs its components in a <list>.
 class MapWizard
          A SplitWizard that can be used to implement the classic, static wizard.
 class ModalContainer
          A modal container is a container that manages visibility for a set of components.
 class Multiple
          .
 class Paginator
          A pagination component used to select different page views from a list of items.
 class PropertyEditor
          Maintains a set of forms that are used when editing the properties of some object.
 class SegmentedPanel
          Generates a list of segments.
static class SegmentedPanel.Segment
          A single Segment within this container
 class SplitPanel
          Consists of two table cells with a dividing bar in the middle.
 class SplitWizard
          A wizard that associates links with components.
static class SplitWizard.HeaderPanel
          A simple class which displays a label above some component.
 class TabbedPane
          A tabbed pane that lets the user switch between components by clicking on a given title in the tab strip.
 

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

Subclasses of SimpleContainer in com.arsdigita.bebop.demo.workflow
 class AdminPane
           
 class Listing
           
 class ProcessDisplay
          Describe class WorkflowDisplay here.
 

Uses of SimpleContainer in com.arsdigita.bebop.portal
 

Subclasses of SimpleContainer in com.arsdigita.bebop.portal
 class AbstractPortletRenderer
          An abstract implementation of PortletRenderer meant to capture default behavior for portlets defined by users of the Portal component.
 class Portal
          A Bebop widget to display a set of portlets in a layout.
 class Portlet
          A Portlet is the basic unit that Portals are constructed out of.
 

Uses of SimpleContainer in com.arsdigita.formbuilder.ui
 

Subclasses of SimpleContainer in com.arsdigita.formbuilder.ui
 class ControlEditor
          This class provides a basic UI component for editing the controls on a persistent form.
 class ControlProperties
           
 class MetaObjectProperties
           
 class ProcessListenerEditor
          This class provides a pluggable widget for editing the persistent process listeners for a persistent form.
 class ProcessListenerProperties
           
 class PropertiesEditor
           
 

Uses of SimpleContainer in com.arsdigita.formbuilder.ui.editors
 

Subclasses of SimpleContainer in com.arsdigita.formbuilder.ui.editors
 class CheckboxGroupEditor
           
 class MultipleSelectEditor
           
 class OptionGroupEditor
           
 class RadioGroupEditor
           
 class SingleSelectEditor
           
 

Uses of SimpleContainer in com.arsdigita.kernel.ui
 

Subclasses of SimpleContainer in com.arsdigita.kernel.ui
 class ResourceConfigComponent
          A base class used to implement the UI callbacks on ResourceTypeConfig.
 

Uses of SimpleContainer in com.arsdigita.portal.apportlet
 

Subclasses of SimpleContainer in com.arsdigita.portal.apportlet
 class TimestampCachingPortletRenderer
          TimestampCachingPortletRenderer
 

Uses of SimpleContainer in com.arsdigita.search.ui
 

Subclasses of SimpleContainer in com.arsdigita.search.ui
 class BaseQueryComponent
          This is a simple extension of the QueryComponent that provides management of the 'terms' parameter and uses FilterGenerators to populate a query specification
 class QueryComponent
          A base class for generating a query specification from the state.
 

Uses of SimpleContainer in com.arsdigita.toolbox.ui
 

Subclasses of SimpleContainer in com.arsdigita.toolbox.ui
 class ItemEditor
           
 class SecurityContainer
          A SecurityContainer adds an access check to a Component.
 

Uses of SimpleContainer in com.arsdigita.ui.admin
 

Subclasses of SimpleContainer in com.arsdigita.ui.admin
 class ContextBar
          Deprecated. User DimensionalNavbar in com.arsdigita.bebop.DimensionalNavbar
 

Uses of SimpleContainer in com.arsdigita.ui.login
 

Subclasses of SimpleContainer in com.arsdigita.ui.login
 class RecoverPasswordPanel
          A sequence of Forms and Panels that allows a user to recover from a forgotten password.
 class UserInfo
          A reusable Bebop component to display the primary attributes of the currently logged in user.
 

Uses of SimpleContainer in com.arsdigita.ui.permissions
 

Subclasses of SimpleContainer in com.arsdigita.ui.permissions
 class PermissionsPane
          A pane used to administer the permissions of one ACSObject.
 

Methods in com.arsdigita.ui.permissions that return SimpleContainer
 SimpleContainer PermissionsPane.getDirectPermissionsPanel()
          Returns the bebop component with a table for the direct permission on the privileges defined in the constructor
 SimpleContainer PermissionsPane.getInheritedPermissionsPanel()
          Returns the bebop component with a table for the inherited permission on the privileges defined in the constructor.
 SimpleContainer PermissionsPane.getPermissionGrantPanel()
          Returns a panel with a form with 2 checkbox groups, one for parties to choose, one for privileges to assign.
 SimpleContainer PermissionsPane.getPermissionsHeader()
          Returns a bebop container with the title to this object and a navigation bar, specific for the UI at /permissions/.
 SimpleContainer PermissionsPane.getNoSearchResultPanel()
          Returns a bebop panel indicating that the user search yielded no results.
 

Uses of SimpleContainer in com.arsdigita.ui.sitemap
 

Subclasses of SimpleContainer in com.arsdigita.ui.sitemap
 class DisplayActions
          The DisplayActions class does the following: It listens for change events in the Tree selection model, and when it detects one, it draws two box panels; one above the other.
 class SiteListing
           
 class SiteMapAdminPane
           
 

Uses of SimpleContainer in com.arsdigita.webdevsupport.config
 

Subclasses of SimpleContainer in com.arsdigita.webdevsupport.config
 class ConfigList
           
 

Uses of SimpleContainer in com.arsdigita.webdevsupport.log4j
 

Subclasses of SimpleContainer in com.arsdigita.webdevsupport.log4j
 class CategoryPanel
          Log4j logger level adjuster Created: Mon Jul 29 14:01:52 2002
 



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