Uses of Interface
com.arsdigita.bebop.util.BebopConstants

Packages that use BebopConstants
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.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.portal.apportlet   
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.log4j Web user interfaces for dynamically adjusting Log4J warning levels. 
 

Uses of BebopConstants in com.arsdigita.bebop
 

Classes in com.arsdigita.bebop that implement BebopConstants
 class AbstractPortlet
          An abstract implementation of Portlet that captures default behavior for portlets defined by users of the Portal component.
 class BoxPanel
          A container that prints its components in one row, either horizontally or vertically.
 class Form
          Represents the visual structure of an HTML form.
 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 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 MetaForm
          A form that is instantiated on a per-request basis.
 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 PageErrorDisplay
          Displays validation errors for the page.
 class PropertySheet
          Displays a list of label-value pairs that represent the properties of some object.
 class SegmentedPanel
          Generates a list of segments.
static class SplitWizard.HeaderPanel
          A simple class which displays a label above some component.
 class Table
          Displays statically or dynamically generated data in tabular form.
 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 BebopConstants in com.arsdigita.bebop.demo
 

Classes in com.arsdigita.bebop.demo that implement BebopConstants
 class DemoDispatcher
          Demonstration dispatcher class.
 class UserList
          A reusable Bebop component to display a list of users that are registered on your site.
 

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

Classes in com.arsdigita.bebop.demo.workflow that implement BebopConstants
 class AddProcess
           
 class AddTask
           
 class DisplayTask
           
 class Listing
           
 class ProcessDisplay
          Describe class WorkflowDisplay here.
 

Uses of BebopConstants in com.arsdigita.bebop.form
 

Classes in com.arsdigita.bebop.form that implement BebopConstants
 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 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 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 BebopConstants in com.arsdigita.bebop.portal
 

Classes in com.arsdigita.bebop.portal that implement BebopConstants
 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 BebopConstants in com.arsdigita.formbuilder.ui
 

Classes in com.arsdigita.formbuilder.ui that implement BebopConstants
 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 MoveControl
           
 class NewAction
           
 class NewControl
           
 class NewSection
           
 class PreviewForm
          A dynamic form that displays what a form built with the Form Builder service will look like.
 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.
 

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

Classes in com.arsdigita.formbuilder.ui.editors that implement BebopConstants
 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 MultipleSelectForm
           
 class OptionGroupForm
           
 class PasswordForm
           
 class ProcessListenerForm
           
 class RadioGroupForm
           
 class RemoteServerPostForm
           
 class SimpleEmailForm
           
 class SingleSelectForm
           
 class SubmitForm
           
 class TemplateEmailForm
           
 class TextAreaForm
           
 class TextFieldForm
           
 class TextForm
           
 class WidgetForm
           
 class WidgetLabelForm
           
 class XMLEmailForm
           
 

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

Classes in com.arsdigita.formbuilder.ui.jsp that implement BebopConstants
 class JspForm
           
 

Uses of BebopConstants in com.arsdigita.portal.apportlet
 

Classes in com.arsdigita.portal.apportlet that implement BebopConstants
 class TimestampCachingPortletRenderer
          TimestampCachingPortletRenderer
 

Uses of BebopConstants in com.arsdigita.toolbox.ui
 

Classes in com.arsdigita.toolbox.ui that implement BebopConstants
 class AbstractCollectionTable
          This provides a base table to show the elements of a DomainCollection
 class ControlBar
          This class provides a base for all ControlBar forms within the system.
 class DataTable
          General
 class DomainObjectPropertySheet
          Displays a list of label-value pairs, which represent the attributes of a domain object.
 class DomainTable
          DomainTable
 class TextTypeWidget
          Provides a widget for selecting between HTML, plain text, and preformatted text.
 

Uses of BebopConstants in com.arsdigita.ui.admin
 

Classes in com.arsdigita.ui.admin that implement BebopConstants
 class ContextBar
          Deprecated. User DimensionalNavbar in com.arsdigita.bebop.DimensionalNavbar
 

Uses of BebopConstants in com.arsdigita.ui.login
 

Classes in com.arsdigita.ui.login that implement BebopConstants
 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 UserEditForm
          Edits a user.
 class UserForm
          Common code for user new / add / edit forms.
 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 BebopConstants in com.arsdigita.ui.permissions
 

Classes in com.arsdigita.ui.permissions that implement BebopConstants
 class UserSearchForm
          User Search Form for permissions.
 

Uses of BebopConstants in com.arsdigita.ui.sitemap
 

Classes in com.arsdigita.ui.sitemap that implement BebopConstants
 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
           
 

Uses of BebopConstants in com.arsdigita.webdevsupport.log4j
 

Classes in com.arsdigita.webdevsupport.log4j that implement BebopConstants
 class CategoryForm
          Log4j category level form 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