Uses of Class
com.arsdigita.bebop.RequestLocal

Packages that use RequestLocal
com.arsdigita.bebop.form Provides a set of server-side user interface components for obtaining user input. 
com.arsdigita.bebop.parameters These classes represent all the ParameterModels and ValidationListeners i.e., all classes that handle obtaining and validating the state from the HTTP request and transforming them into Java objects. 
com.arsdigita.bebop.portal User interface classes for displaying portals. 
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
com.arsdigita.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.util.ui   
com.arsdigita.web.ui   
 

Uses of RequestLocal in com.arsdigita.bebop.form
 

Methods in com.arsdigita.bebop.form with parameters of type RequestLocal
 void MultipleSelectPairWidget.setLeftMultipleSelect(RequestLocal collection)
           
 void MultipleSelectPairWidget.setLeftMultipleSelectMap(RequestLocal map)
          This lets the user pass in a RequestLocal that returns a java.util.Map that contains the option value as the key and the actual option as the map value.
 void MultipleSelectPairWidget.setRightMultipleSelectMap(RequestLocal map)
          This lets the user pass in a RequestLocal that returns a java.util.Map that contains the option value as the key and the actual option as the map value.
 void MultipleSelectPairWidget.setRightMultipleSelect(RequestLocal collection)
           
 

Uses of RequestLocal in com.arsdigita.bebop.parameters
 

Constructors in com.arsdigita.bebop.parameters with parameters of type RequestLocal
CancellableValidationListener(GlobalizedParameterListener l, RequestLocal isCancel)
           
 

Uses of RequestLocal in com.arsdigita.bebop.portal
 

Constructors in com.arsdigita.bebop.portal with parameters of type RequestLocal
PortletConfigFormSection(ResourceType resType, RequestLocal parentAppRL)
           
PortletConfigFormSection(RequestLocal application)
           
 

Uses of RequestLocal in com.arsdigita.kernel
 

Methods in com.arsdigita.kernel with parameters of type RequestLocal
 ResourceConfigFormSection ResourceTypeConfig.getCreateFormSection(ResourceType resType, RequestLocal parentResRL)
           
 ResourceConfigFormSection ResourceTypeConfig.getModifyFormSection(RequestLocal application)
           
 ResourceConfigComponent ResourceTypeConfig.getCreateComponent(ResourceType resType, RequestLocal parentResRL)
          Retrieves the component for creating an instance of a ResourceType.
 ResourceConfigComponent ResourceTypeConfig.getModifyComponent(RequestLocal resource)
          Retrieves the component for modifying an instance of a ResourceType.
 ResourceConfigFormSection ResourceType.getCreateFormSection(RequestLocal parentResource)
           
 ResourceConfigFormSection ResourceType.getModifyFormSection(RequestLocal resource)
           
 ResourceConfigComponent ResourceType.getCreateComponent(RequestLocal parentResource)
           
 ResourceConfigComponent ResourceType.getModifyComponent(RequestLocal resource)
           
 

Uses of RequestLocal in com.arsdigita.kernel.ui
 

Constructors in com.arsdigita.kernel.ui with parameters of type RequestLocal
PartySearchSelect(RequestLocal basePartyCollection)
          Construct a search/select component for finding a party among those in the specified party collection.
PartySearchSelect.Search(RequestLocal basePartyCollection)
          Construct a search component for searching within the specified party collection.
BasicResourceConfigFormSection(ResourceType resType, RequestLocal parentResourceRL)
          Constructs form section for application creation
BasicResourceConfigFormSection(RequestLocal resource)
          Constructs form section for application modification
 

Uses of RequestLocal in com.arsdigita.toolbox.ui
 

Methods in com.arsdigita.toolbox.ui that return RequestLocal
protected  RequestLocal DataTable.getQuerySizeLocal()
          Return the RequestLocal used for storing the query size during the request
 

Constructors in com.arsdigita.toolbox.ui with parameters of type RequestLocal
PrivilegedComponentSelector(PrivilegeDescriptor requiredPrivilege, RequestLocal objectRL, Component priviledgedComponent, Component unprivilegedComponent)
          Construct a new PrivilegedComponentSelector.
AbstractCollectionTable(RequestLocal collection)
          This expects to receive a RequestLocal that will return the appropriate DomainCollection to be displayed
 

Uses of RequestLocal in com.arsdigita.util.ui
 

Constructors in com.arsdigita.util.ui with parameters of type RequestLocal
RequestLocalSelectionModel(RequestLocal l)
          Deprecated.  
 

Uses of RequestLocal in com.arsdigita.web.ui
 

Constructors in com.arsdigita.web.ui with parameters of type RequestLocal
ApplicationConfigFormSection(ResourceType resType, RequestLocal parentAppRL)
           
ApplicationConfigFormSection(RequestLocal application)
           
 



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