Uses of Interface
com.arsdigita.bebop.SingleSelectionModel

Packages that use SingleSelectionModel
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.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.kernel.ui Bebop widgets that display kernel objects. 
com.arsdigita.toolbox.ui Miscellaneous collection of useful Bebop components. 
com.arsdigita.ui.login Internationalized UI classes for user login and registration. 
com.arsdigita.ui.sitemap User interface for dynamically updating URL to application mappings. 
com.arsdigita.util.ui   
 

Uses of SingleSelectionModel in com.arsdigita.bebop
 

Subinterfaces of SingleSelectionModel in com.arsdigita.bebop
 interface ComponentSelectionModel
          Encapsulates the selection of a single object from many possibilities.
 

Classes in com.arsdigita.bebop that implement SingleSelectionModel
 class AbstractSingleSelectionModel
          A standard implementation of SingleSelectionModel and Lockable.
 class DefaultSingleSelectionModel
           
 class MapComponentSelectionModel
          A simple implementation of a ComponentSelectionModel.
 class ParameterSingleSelectionModel
          An implementation of SingleSelectionModel that uses a state parameter for managing the currently selected key.
static class Tree.TreeSingleSelectionModel
          Deprecated. The ParameterSingleSelectionModel contains all the functionality of this class
 

Methods in com.arsdigita.bebop that return SingleSelectionModel
 SingleSelectionModel MapComponentSelectionModel.getSingleSelectionModel()
          Retrieves the internal SingleSelectionModel.
 SingleSelectionModel Tree.getSelectionModel()
          Gets the selection model, which keeps track of which node is currently selected.
 SingleSelectionModel List.getSelectionModel()
          Gets the selection model.
 SingleSelectionModel Table.getRowSelectionModel()
           
 SingleSelectionModel Table.getColumnSelectionModel()
           
 

Methods in com.arsdigita.bebop with parameters of type SingleSelectionModel
protected  void Paginator.setPageNumSelectionModel(SingleSelectionModel pageNumModel)
          Sets the selection model that is used for returning the selected page number.
 void Tree.setSelectionModel(SingleSelectionModel m)
          Sets the selection model, which keeps track of which node is currently selected.
 void List.setSelectionModel(SingleSelectionModel m)
          Sets the selection model that the list uses to keep track of the currently selected list item.
 void Table.setRowSelectionModel(SingleSelectionModel v)
          Specifies the SingleSelectionModel that will be responsible for selecting the current row.
 void Table.setColumnSelectionModel(SingleSelectionModel v)
          Specifies the SingleSelectionModel that will be responsible for selecting the current column.
 

Constructors in com.arsdigita.bebop with parameters of type SingleSelectionModel
MapComponentSelectionModel(SingleSelectionModel selModel, Map components)
          Constructs a new MapSingleSelectionModel, using selModel as the inner selection model and encapsulating the components map.
DynamicListWizard(String listLabel, Component selector, SingleSelectionModel selectionModel, String addLinkLabel, Component defaultPane)
          Creates a new DynamicListWizard.
List(SingleSelectionModel selection)
          Create an empty List.
 

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

Constructors in com.arsdigita.bebop.demo.workflow with parameters of type SingleSelectionModel
DisplayTask(SingleSelectionModel tasks)
           
ProcessDisplay(SingleSelectionModel m)
           
AdminPane(SingleSelectionModel m, ToggleLink l)
           
AddTask(SingleSelectionModel procs)
           
AddProcess(SingleSelectionModel m, ToggleLink addLink)
          Constructor: set up the form, consisting of a hidden id field, title, description, and buttons to save or cancel
 

Uses of SingleSelectionModel in com.arsdigita.bebop.portal
 

Classes in com.arsdigita.bebop.portal that implement SingleSelectionModel
 class PortletSelectionModel
           
 

Uses of SingleSelectionModel in com.arsdigita.bebop.table
 

Methods in com.arsdigita.bebop.table that return SingleSelectionModel
 SingleSelectionModel DefaultTableColumnModel.getSelectionModel()
           
 SingleSelectionModel TableColumnModel.getSelectionModel()
           
 

Methods in com.arsdigita.bebop.table with parameters of type SingleSelectionModel
 void DefaultTableColumnModel.setSelectionModel(SingleSelectionModel model)
           
 void TableColumnModel.setSelectionModel(SingleSelectionModel model)
           
 

Constructors in com.arsdigita.bebop.table with parameters of type SingleSelectionModel
DefaultTableColumnModel(SingleSelectionModel sel)
           
DefaultTableColumnModel(Object[] headers, SingleSelectionModel sel)
           
 

Uses of SingleSelectionModel in com.arsdigita.formbuilder.ui
 

Classes in com.arsdigita.formbuilder.ui that implement SingleSelectionModel
 class DecimalSingleSelectionModel
           
 

Methods in com.arsdigita.formbuilder.ui that return SingleSelectionModel
 SingleSelectionModel NewAction.getSelection()
           
 SingleSelectionModel NewControl.getSelection()
           
protected  SingleSelectionModel ControlEditor.getFormModel()
           
 

Constructors in com.arsdigita.formbuilder.ui with parameters of type SingleSelectionModel
ProcessListenerTableModelBuilder(SingleSelectionModel selection)
           
ProcessListenerProperties(SingleSelectionModel form, SingleSelectionModel type, SingleSelectionModel action, String app)
           
ProcessListenerEditor(String app, SingleSelectionModel form)
          Constructor.
DecimalSingleSelectionModel(SingleSelectionModel selection)
           
MoveControl(SingleSelectionModel form, SingleSelectionModel control)
           
ControlProperties(SingleSelectionModel form, SingleSelectionModel type, SingleSelectionModel control, String app)
           
NewSection(SingleSelectionModel form)
           
ControlEditor(String app, SingleSelectionModel form)
          Constructor.
ControlEditor(String app, SingleSelectionModel form, boolean wantFormSection)
          Constructor.
 

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

Methods in com.arsdigita.formbuilder.ui.editors that return SingleSelectionModel
 SingleSelectionModel WidgetForm.getSelection()
           
 

Constructors in com.arsdigita.formbuilder.ui.editors with parameters of type SingleSelectionModel
XMLEmailForm(String name, SingleSelectionModel form, SingleSelectionModel action)
           
TextFieldForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
TextAreaForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
TemplateEmailForm(String name, SingleSelectionModel form, SingleSelectionModel action)
           
SubmitForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
SingleSelectForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
SingleSelectEditor(String name, SingleSelectionModel form, SingleSelectionModel control)
           
SimpleEmailForm(String name, SingleSelectionModel form, SingleSelectionModel action)
           
RemoteServerPostForm(String name, SingleSelectionModel form, SingleSelectionModel action)
           
RadioGroupForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
RadioGroupEditor(String name, SingleSelectionModel form, SingleSelectionModel control)
           
PasswordForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
MultipleSelectForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
MultipleSelectEditor(String name, SingleSelectionModel form, SingleSelectionModel control)
           
HiddenIDGeneratorForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
HiddenForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
TextForm(String name, SingleSelectionModel form, SingleSelectionModel action)
           
HeadingForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
DateForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
DataDrivenSelectForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
ConfirmRedirectForm(String name, SingleSelectionModel form, SingleSelectionModel action)
           
ProcessListenerForm(String name, SingleSelectionModel form, SingleSelectionModel action)
           
ConfirmEmailForm(String name, SingleSelectionModel form, SingleSelectionModel action)
           
CheckboxGroupForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
OptionEditor(SingleSelectionModel control)
          Constructor
WidgetForm(String name, SingleSelectionModel form, SingleSelectionModel action)
           
WidgetLabelForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
OptionGroupForm(String name, SingleSelectionModel form, SingleSelectionModel control)
           
OptionGroupEditor(String name, SingleSelectionModel form, SingleSelectionModel control, OptionGroupForm frm, OptionEditor editor)
           
CheckboxGroupEditor(String name, SingleSelectionModel form, SingleSelectionModel control)
           
 

Uses of SingleSelectionModel in com.arsdigita.kernel.ui
 

Subinterfaces of SingleSelectionModel in com.arsdigita.kernel.ui
 interface DomainObjectSelectionModel
          A SingleSelectionModel which loads an item from the database.
 

Classes in com.arsdigita.kernel.ui that implement SingleSelectionModel
 class ACSObjectSelectionModel
          Loads a subclass of an ACSObject from the database.
 

Methods in com.arsdigita.kernel.ui that return SingleSelectionModel
 SingleSelectionModel ACSObjectSelectionModel.getSingleSelectionModel()
           
 

Constructors in com.arsdigita.kernel.ui with parameters of type SingleSelectionModel
ACSObjectSelectionModel(SingleSelectionModel model)
          Construct a new ACSObjectSelectionModel.
ACSObjectSelectionModel(String javaClass, String objectType, SingleSelectionModel model)
          Construct a new ACSObjectSelectionModel
 

Uses of SingleSelectionModel in com.arsdigita.toolbox.ui
 

Methods in com.arsdigita.toolbox.ui that return SingleSelectionModel
 SingleSelectionModel SelectionPanel.getSelectionModel()
           
 SingleSelectionModel DataTable.getOrderSelectionModel()
           
 SingleSelectionModel DataTable.SortableTableColumn.getOrderSelectionModel()
           
 

Methods in com.arsdigita.toolbox.ui with parameters of type SingleSelectionModel
protected  void SelectionPanel.build(Component title, Component selector, SingleSelectionModel model)
           
 void SelectionPanel.setSelectionModel(SingleSelectionModel model)
           
 void ModalPanel.connect(FormSection orig, SingleSelectionModel model)
           
 void DataTable.setOrderSelectionModel(SingleSelectionModel orderModel)
          Set the SingleSelectionModel that will determine the order for the items in the tabke
 

Constructors in com.arsdigita.toolbox.ui with parameters of type SingleSelectionModel
SelectionPanel(Component title, Component selector, SingleSelectionModel model)
           
SelectionPanel(GlobalizedMessage title, Component selector, SingleSelectionModel model)
           
ModalPanel.CancelListener(FormSection form, SingleSelectionModel model)
           
ModalPanel.FinishListener(SingleSelectionModel model)
           
DataTable(DataQueryBuilder builder, SingleSelectionModel orderModel, String resourceBundle)
          Construct a new DataTable.
DataTable(DataQueryBuilder builder, SingleSelectionModel orderModel)
          Construct a new DataTable.
ACSObjectSelectionModel(SingleSelectionModel model)
          Deprecated.  
ACSObjectSelectionModel(String javaClass, String objectType, SingleSelectionModel model)
          Deprecated.  
 

Uses of SingleSelectionModel in com.arsdigita.ui.login
 

Classes in com.arsdigita.ui.login that implement SingleSelectionModel
 class UserSingleSelectionModel
          A SingleSelectionModel that returns the user id.
 

Uses of SingleSelectionModel in com.arsdigita.ui.sitemap
 

Constructors in com.arsdigita.ui.sitemap with parameters of type SingleSelectionModel
SiteMapAdminPane(SingleSelectionModel m, ToggleLink l)
           
DisplayActions(SingleSelectionModel m)
          Constructor for DisplayActions
 

Uses of SingleSelectionModel in com.arsdigita.util.ui
 

Classes in com.arsdigita.util.ui that implement SingleSelectionModel
 class RequestLocalSelectionModel
          Deprecated. This class is used just once in all of the RHEA code base; it will be moved there in the future, so please don't rely on it
 



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