Uses of Class
com.arsdigita.bebop.SimpleComponent

Packages that use SimpleComponent
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.form Provides a set of server-side user interface components for obtaining user input. 
com.arsdigita.bebop.portal User interface classes for displaying portals. 
com.arsdigita.bebop.table Contains the supporting classes for the Table component. 
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.formbuilder.ui.jsp   
com.arsdigita.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.portal.apportlet   
com.arsdigita.search.ui   
com.arsdigita.search.ui.filters   
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.ui Basic user interface 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.web.ui   
com.arsdigita.webdevsupport.config   
com.arsdigita.webdevsupport.log4j Web user interfaces for dynamically adjusting Log4J warning levels. 
 

Uses of SimpleComponent in com.arsdigita.bebop
 

Subclasses of SimpleComponent in com.arsdigita.bebop
 class ActionLink
          A link that runs its action listeners when it is clicked.
 class BaseLink
          The parent of all Bebop Link classes, this class represents a URL on a page.
 class BasePage
          The base page class for use with the PageFactory class.
 class BlockStylable
          Abstract class that contain the CSS-like Block Stylable attributes.
 class BoxPanel
          A container that prints its components in one row, either horizontally or vertically.
 class Column
          A column in a Multiple.
 class ColumnPanel
          A container that prints its components in a table.
 class ConfirmPage
          A Bebop Confirmation Page which should be mounted at ConfirmPage.CONFIRM_URL by the BebopMapDispatcher.
 class ControlLink
          A link back to the page in which it is contained.
 class DimensionalNavbar
          Delimited dimensional navbar.
 class DynamicListWizard
          A SplitWizard that can be used to maintain a list of items.
 class ElementComponent
          A component that gets its text entirely from a single XSL element.
 class ExternalLink
          A link to an external (non-ACS) site.
 class Form
          Represents the visual structure of an HTML form.
 class FormSection
          A standalone section of a Form.
 class FormStep
          The FormStep class modifies the behavior of FormSection with respect to listener firing.
 class Grid
          Displays a ListModel as a grid (that is, a Table) of given width.
 class GridPanel
          A container that prints its components in a table.
 class HorizontalLine
          A solid, horizontal line.
 class Image
          A simple wrapper class for images.
 class Label
          A text label.
 class Link
          A URL on a page.
 class List
          A List, similar to a javax.swing.JList, that keeps track of a sequence of items and selections of one or more of these items.
 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 MetaForm
          A form that is instantiated on a per-request basis.
 class ModalContainer
          A modal container is a container that manages visibility for a set of components.
 class Multiple
          .
 class MultiStepForm
          The MultiStepForm class is a simple extension to Form that modifies the behavior of Form with respect to widgets that are not visible.
 class Page
          The top-level container for all Bebop components and containers.
 class PageErrorDisplay
          Displays validation errors for the page.
 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 PropertySheet
          Displays a list of label-value pairs that represent the properties of some object.
 class SaveCancelSection
          A form section with two buttons (Save and Cancel) aligned to the right.
 class SegmentedPanel
          Generates a list of segments.
static class SegmentedPanel.Segment
          A single Segment within this container
 class SimpleContainer
          A basic implementation of the Container interface.
 class SlaveComponent
          Demarcates the position of a slave page subtree inside another page's component tree.
 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.
 class Table
          Displays statically or dynamically generated data in tabular form.
 class TextStylable
          Encapsulates standard methods to style text in a Bebop component.
 class ToggleLink
          A component that is either selected or not.
 class Tree
          Used to print a tree structure.
 class Wizard
          The Wizard class can be used in conjunction with FormStep to build a series of forms that gather information from the user in several stages.
 

Uses of SimpleComponent in com.arsdigita.bebop.demo
 

Subclasses of SimpleComponent in com.arsdigita.bebop.demo
static class DemoDispatcher.DeliverySection
          Define a form section which can be reused in multiple forms From tutorial demo/form-sections.xml
 class HelloDate
           
 class MySitePage
          This is a common page for a fictitious MySite.
 class UserList
          A reusable Bebop component to display a list of users that are registered on your site.
 class WorkflowAdminPage
           
 

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

Subclasses of SimpleComponent in com.arsdigita.bebop.demo.workflow
 class AddProcess
           
 class AddTask
           
 class AdminPane
           
 class DisplayTask
           
 class Listing
           
 class ProcessDisplay
          Describe class WorkflowDisplay here.
 

Uses of SimpleComponent in com.arsdigita.bebop.form
 

Subclasses of SimpleComponent in com.arsdigita.bebop.form
 class CheckboxGroup
          A class representing a group of associated checkboxes.
 class Date
          A class representing a date field in an HTML form.
protected  class Date.DayFragment
           
protected  class Date.MonthFragment
           
protected  class Date.YearFragment
           
 class DateTime
          A class representing a date and time field in an HTML form.
 class Deditor
          Deprecated. See DHTMLEditor
 class DHTMLEditor
          Displays and manages a WYSIWYG HTML editor that takes advantage of DHTML scripting features.
 class FileUpload
          A class representing a file upload widget.
 class FormErrorDisplay
          Displays validation errors on the form which were added by the form's validation listener.
 class Hidden
          A class representing a hidden HTML form element.
 class ImageSubmit
          A class representing an image HTML form element.
 class MultipleSelect
          A class representing an HTML SELECT element.
 class MultipleSelectPairWidget
          Multiple select widget pair for knowledge types.
 class Option
          A class representing an option of a widget.
 class OptionGroup
          A class representing any widget that contains a list options.
 class Password
          A class representing a password entry field in an HTML form.
 class RadioGroup
          A class representing a group of associated radio buttons.
 class Reset
          A class representing a reset button in an HTML form.
 class SearchAndSelect
          Search and select Bebop widget.
 class Select
          A class representing an HTML SELECT element.
 class SingleSelect
          A class representing an HTML SELECT element with a single selection.
 class Submit
          Submit buttons on HTML forms.
 class TextArea
          A class representing a textarea field in an HTML form.
 class TextEntryFormSection
          Form section that takes a text entry component (e.g., TextField) and displays it along with a drop-down box that enables the user to select the input type.
 class TextField
          A class representing a text field in an HTML form.
 class Time
          A class representing a time field in an HTML form.
 class Widget
          A class representing a widget in the graphical representation of a form.
 

Uses of SimpleComponent in com.arsdigita.bebop.portal
 

Subclasses of SimpleComponent 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.
 class PortletConfigFormSection
           
 

Uses of SimpleComponent in com.arsdigita.bebop.table
 

Subclasses of SimpleComponent in com.arsdigita.bebop.table
 class TableColumn
          One column in a table.
 class TableHeader
          This class is used by Table in order to maintain its headers.
 

Uses of SimpleComponent in com.arsdigita.formbuilder.ui
 

Subclasses of SimpleComponent 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 FormBuildingPage
          On this page the admin may add widgets to the persistent form.
 class FormIDHidden
          This hidden will grab the form id from the URL and put it in a Hidden widget to be added to forms so that the form id is not lost from request to request.
 class FormPropertiesForm
          A form with general properties of a SimpleQuestionnaire.
 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 MetaObjectProperties
           
 class MoveControl
           
 class NewAction
           
 class NewControl
           
 class NewSection
           
 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 PreviewForm
          A dynamic form that displays what a form built with the Form Builder service will look like.
 class ProcessListenerEditor
          This class provides a pluggable widget for editing the persistent process listeners for a persistent form.
 class ProcessListenerProperties
           
 class PropertiesEditor
           
 class PropertiesForm
           
 class PropertiesMetaForm
          A form for adding or editing a DomainObject that implements the AttributeMetaDataProvider interface.
 class QuestionPropertiesForm
          A dynamic form that lets the admin add or edit a persistent component.
 class SimpleQuestionnaireList
          A list of all persisted SimpleQuestionnaires with links to viewing, editing properties and editing widget setup for each quesionnaire in the list.
 class TemplatePage
          This Page is the base Page that all Pages in the Form Builder service extend.
 class YesNoSection
           
 

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

Subclasses of SimpleComponent in com.arsdigita.formbuilder.ui.editors
 class CheckboxGroupEditor
           
 class CheckboxGroupForm
           
 class ConfirmEmailForm
           
 class ConfirmRedirectForm
           
 class DataDrivenSelectForm
           
 class DateForm
           
 class HeadingForm
          This is the form used to create a persistent heading element
 class HiddenForm
           
 class HiddenIDGeneratorForm
           
 class MultipleSelectEditor
           
 class MultipleSelectForm
           
 class OptionEditor
           
 class OptionGroupEditor
           
 class OptionGroupForm
           
 class PasswordForm
           
 class ProcessListenerForm
           
 class RadioGroupEditor
           
 class RadioGroupForm
           
 class RemoteServerPostForm
           
 class SimpleEmailForm
           
 class SingleSelectEditor
           
 class SingleSelectForm
           
 class SubmitForm
           
 class TemplateEmailForm
           
 class TextAreaForm
           
 class TextFieldForm
           
 class TextForm
           
 class WidgetForm
           
 class WidgetLabelForm
           
 class XMLEmailForm
           
 

Uses of SimpleComponent in com.arsdigita.formbuilder.ui.jsp
 

Subclasses of SimpleComponent in com.arsdigita.formbuilder.ui.jsp
 class JspForm
           
 

Uses of SimpleComponent in com.arsdigita.kernel.ui
 

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

Uses of SimpleComponent in com.arsdigita.portal.apportlet
 

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

Uses of SimpleComponent in com.arsdigita.search.ui
 

Subclasses of SimpleComponent 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 FilterComponent
          This class provides a base for filter components which don't have any form state parameters.
 class FilterWidget
          This class provides a base class with infrastruture for generating XML for the filter & managing a state parameter in a form.
 class QueryComponent
          A base class for generating a query specification from the state.
 class ResultsPane
           
 class StaticFilterComponent
          This class provides a base for filter generators whose value doesn't change across requests & thus don't require any XML output.
 

Uses of SimpleComponent in com.arsdigita.search.ui.filters
 

Subclasses of SimpleComponent in com.arsdigita.search.ui.filters
 class CategoryFilterWidget
          A base component for presenting a list of categories for filtering.
 class DateRangeFilterWidget
           
 class ObjectTypeFilterComponent
          A simple filter generator that restricts to a specified set of object types
 class ObjectTypeFilterWidget
          A filter component for presenting a list of object types to select from.
 class PartyFilterWidget
          This is a base widget that can be used to restrict a search to a certain group of users.
 class PermissionFilterComponent
           
 class SimpleCategoryFilterWidget
          A simple category filter which displays all subcategories from a specified root
 

Uses of SimpleComponent in com.arsdigita.toolbox.ui
 

Subclasses of SimpleComponent in com.arsdigita.toolbox.ui
 class AbstractCollectionTable
          This provides a base table to show the elements of a DomainCollection
 class ActionGroup
          A simple layout panel with top, bottom, left, right, and body sections.
 class ComponentMap
           
 class ComponentSet
           
 class ContextBar
          A context bar.
 class ControlBar
          This class provides a base for all ControlBar forms within the system.
 class DataTable
          General
static class DataTable.SortableTableColumn
          A TableColumn that could potentially be sorted
 class DomainObjectPropertySheet
          Displays a list of label-value pairs, which represent the attributes of a domain object.
 class DomainTable
          DomainTable
 class ItemDetail
           
 class ItemEditor
           
 class LayoutPanel
          A simple layout panel with top, bottom, left, right, and body sections.
 class ModalPanel
           
 class PropertyList
          A context bar.
 class ProxyComponent
           
 class Section
          A simple layout panel with top, bottom, left, right, and body sections.
 class SecurityContainer
          A SecurityContainer adds an access check to a Component.
 class SelectionPanel
           
 class TextTypeWidget
          Provides a widget for selecting between HTML, plain text, and preformatted text.
 

Uses of SimpleComponent in com.arsdigita.ui
 

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

Uses of SimpleComponent in com.arsdigita.ui.admin
 

Subclasses of SimpleComponent in com.arsdigita.ui.admin
 class UserNameLabel
          A label that initializes itself to the user's full name.
 

Uses of SimpleComponent in com.arsdigita.ui.login
 

Subclasses of SimpleComponent in com.arsdigita.ui.login
 class ChangePasswordForm
          A Form that allows a user to change their password by entering their old password, a new password, and a confirmation of their new password.
 class RecoverPasswordPanel
          A sequence of Forms and Panels that allows a user to recover from a forgotten password.
 class UserEditForm
          Edits a user.
 class UserForm
          Common code for user new / add / edit forms.
 class UserInfo
          A reusable Bebop component to display the primary attributes of the currently logged in user.
 class UserNewForm
          Creates a new user.
 class UserRegistrationForm
          A Bebop form that accepts login and password from the user and attempts to authenticate and then log in the user.
 

Uses of SimpleComponent in com.arsdigita.ui.permissions
 

Subclasses of SimpleComponent in com.arsdigita.ui.permissions
 class PermissionsPane
          A pane used to administer the permissions of one ACSObject.
 class UserSearchForm
          User Search Form for permissions.
 

Methods in com.arsdigita.ui.permissions that return SimpleComponent
 SimpleComponent PermissionsPane.getContextPanel()
          Returns a bebop panel with a link to the permissions administration page of the object's direct ancestor (parent).
 

Uses of SimpleComponent in com.arsdigita.ui.sitemap
 

Subclasses of SimpleComponent 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 DisplayActions.AddSubnodeForm
           
 class DisplayActions.MountInstanceForm
           
 class DisplayActions.RemoveNodeForm
           
 class DisplayActions.UnmountInstanceForm
           
 class SiteListing
           
 class SiteMapAdminPane
           
 

Uses of SimpleComponent in com.arsdigita.web.ui
 

Subclasses of SimpleComponent in com.arsdigita.web.ui
 class ApplicationConfigFormSection
          An implementation of ResourceConfigFormSection to be used for creating / editing Application instances.
 

Uses of SimpleComponent in com.arsdigita.webdevsupport.config
 

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

Uses of SimpleComponent in com.arsdigita.webdevsupport.log4j
 

Subclasses of SimpleComponent in com.arsdigita.webdevsupport.log4j
 class CategoryForm
          Log4j category level form Created: Mon Jul 29 14:01:52 2002
 class CategoryPanel
          Log4j logger level adjuster Created: Mon Jul 29 14:01:52 2002
 class CategoryTable
          Log4j category level list 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