|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Container | |
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 | The Form Builder service provides the ability to build simple forms with a web user interface. |
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.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 Container in com.arsdigita.bebop |
Classes in com.arsdigita.bebop that implement Container | |
class |
BasePage
The base page class for use with the PageFactory class. |
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 |
ConfirmPage
A Bebop Confirmation Page which should be mounted at ConfirmPage.CONFIRM_URL by the BebopMapDispatcher. |
class |
DimensionalNavbar
Delimited dimensional navbar. |
class |
DynamicListWizard
A SplitWizard that can be used to maintain a list of items. |
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 |
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 |
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 |
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 |
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 |
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 |
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. |
Fields in com.arsdigita.bebop declared as Container | |
protected Container |
FormSection.m_panel
The container to which all children are added. |
protected Container |
Page.m_panel
Container that renders this Page . |
Methods in com.arsdigita.bebop that return Container | |
Container |
PropertyEditor.getDisplayPane()
Returns the display pane (component + list). |
Container |
MetaForm.getPanel()
Not implemented. |
protected Container |
CompoundComponent.getContainer()
Return the Container used to hold added components. |
Container |
FormSection.getPanel()
Returns the implicit Container of this FormSection. |
Container |
Page.getPanel()
Returns the panel that the Page uses for rendering its
components. |
Methods in com.arsdigita.bebop with parameters of type Container | |
void |
Wizard.add(Container step)
|
void |
Wizard.add(Container step,
int constraints)
|
protected void |
DynamicListWizard.layoutComponents(Container c)
Adds components to a container. |
void |
Page.setPanel(Container c)
Set the Container used for rendering components on this page. |
Constructors in com.arsdigita.bebop with parameters of type Container | |
Wizard(String name,
Container panel)
|
|
PropertyEditor(Component display,
Container pane)
Constructs a new PropertyEditor with the given
display component and display pane. |
|
MultiStepForm(String name,
Container panel)
|
|
FormStep(String name,
Container panel)
Constructs a new FormStep with the given name. |
|
FormStep(String name,
Container panel,
FormModel model)
|
|
SaveCancelSection(Container c)
|
|
CompoundComponent(Container container)
Creates a new compound component, using the specified container to hold added components. |
|
FormSection(Container panel)
Constructs a new form section. |
|
FormSection(Container panel,
FormModel model)
Constructs a new form section. |
|
Form(String name,
Container panel)
Constructs a new form with the specified name and container. |
|
Page(String title,
Container panel)
Creates an empty page with the specified title and panel. |
|
Page(Label title,
Container panel)
Creates an empty page with the specified title and panel. |
Uses of Container in com.arsdigita.bebop.demo |
Classes in com.arsdigita.bebop.demo that implement Container | |
static class |
DemoDispatcher.DeliverySection
Define a form section which can be reused in multiple forms From tutorial demo/form-sections.xml |
class |
MySitePage
This is a common page for a fictitious MySite. |
class |
WorkflowAdminPage
|
Uses of Container in com.arsdigita.bebop.demo.workflow |
Classes in com.arsdigita.bebop.demo.workflow that implement Container | |
class |
AddProcess
|
class |
AddTask
|
class |
AdminPane
|
class |
DisplayTask
|
class |
Listing
|
class |
ProcessDisplay
Describe class WorkflowDisplay here. |
Uses of Container in com.arsdigita.bebop.form |
Classes in com.arsdigita.bebop.form that implement Container | |
class |
MultipleSelectPairWidget
Multiple select widget pair for knowledge types. |
class |
SearchAndSelect
Search and select Bebop widget. |
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. |
Uses of Container in com.arsdigita.bebop.portal |
Classes in com.arsdigita.bebop.portal that implement Container | |
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 Container in com.arsdigita.formbuilder |
Methods in com.arsdigita.formbuilder that return Container | |
Container |
PersistentFormSection.getFormContainer()
Get the container that the persistent form will use (for example a ColumnPanel with a certain number of columns). |
Methods in com.arsdigita.formbuilder with parameters of type Container | |
void |
PersistentFormSection.setFormContainer(Container container)
Set the container that the persistent form will use (for example a ColumnPanel with a certain number of columns). |
Uses of Container in com.arsdigita.formbuilder.ui |
Classes in com.arsdigita.formbuilder.ui that implement Container | |
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 |
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 |
TemplatePage
This Page is the base Page that all Pages in the Form Builder service extend. |
class |
YesNoSection
|
Methods in com.arsdigita.formbuilder.ui with parameters of type Container | |
protected void |
ControlEditor.addEditableComponent(Container container,
Component child)
|
Uses of Container in com.arsdigita.formbuilder.ui.editors |
Classes in com.arsdigita.formbuilder.ui.editors that implement Container | |
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 Container in com.arsdigita.formbuilder.ui.jsp |
Classes in com.arsdigita.formbuilder.ui.jsp that implement Container | |
class |
JspForm
|
Uses of Container in com.arsdigita.kernel.ui |
Classes in com.arsdigita.kernel.ui that implement Container | |
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 . |
Constructors in com.arsdigita.kernel.ui with parameters of type Container | |
ResourceConfigFormSection(Container panel)
|
|
ResourceConfigFormSection(Container panel,
FormModel model)
|
Uses of Container in com.arsdigita.portal.apportlet |
Classes in com.arsdigita.portal.apportlet that implement Container | |
class |
TimestampCachingPortletRenderer
TimestampCachingPortletRenderer |
Uses of Container in com.arsdigita.search.ui |
Classes in com.arsdigita.search.ui that implement Container | |
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 Container in com.arsdigita.toolbox.ui |
Classes in com.arsdigita.toolbox.ui that implement Container | |
class |
ControlBar
This class provides a base for all ControlBar forms within the system. |
class |
ItemEditor
|
class |
SecurityContainer
A SecurityContainer adds an access check to a
Component . |
Constructors in com.arsdigita.toolbox.ui with parameters of type Container | |
ControlBar(String name,
Container controlBar)
|
Uses of Container in com.arsdigita.ui |
Classes in com.arsdigita.ui that implement Container | |
class |
SimplePage
SimplePage is a subclass of ApplicationPage providing a simple page which can have custom, application independant widgets added to it. |
Uses of Container in com.arsdigita.ui.admin |
Classes in com.arsdigita.ui.admin that implement Container | |
class |
ContextBar
Deprecated. User DimensionalNavbar in com.arsdigita.bebop.DimensionalNavbar |
Uses of Container in com.arsdigita.ui.login |
Classes in com.arsdigita.ui.login that implement Container | |
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. |
Constructors in com.arsdigita.ui.login with parameters of type Container | |
UserRegistrationForm(Container panel)
|
|
UserRegistrationForm(Container panel,
boolean autoRegistrationOn)
|
|
UserNewForm(Container panel)
|
|
UserForm(String name,
Container panel,
boolean newUser)
Create a UserForm with the given name and panel. |
|
ChangePasswordForm(Container panel)
|
Uses of Container in com.arsdigita.ui.permissions |
Classes in com.arsdigita.ui.permissions that implement Container | |
class |
PermissionsPane
A pane used to administer the permissions of one ACSObject . |
class |
UserSearchForm
User Search Form for permissions. |
Uses of Container in com.arsdigita.ui.sitemap |
Classes in com.arsdigita.ui.sitemap that implement Container | |
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 Container in com.arsdigita.web.ui |
Classes in com.arsdigita.web.ui that implement Container | |
class |
ApplicationConfigFormSection
An implementation of ResourceConfigFormSection to be used for creating / editing Application instances. |
Uses of Container in com.arsdigita.webdevsupport.config |
Classes in com.arsdigita.webdevsupport.config that implement Container | |
class |
ConfigList
|
Uses of Container in com.arsdigita.webdevsupport.log4j |
Classes in com.arsdigita.webdevsupport.log4j that implement Container | |
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 |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |