Uses of Class
org.dspace.app.xmlui.wing.element.Select

Packages that use Select
org.dspace.app.xmlui.aspect.administrative   
org.dspace.app.xmlui.aspect.administrative.item   
org.dspace.app.xmlui.aspect.artifactbrowser   
org.dspace.app.xmlui.aspect.discovery   
org.dspace.app.xmlui.wing.element   
 

Uses of Select in org.dspace.app.xmlui.aspect.administrative
 

Methods in org.dspace.app.xmlui.aspect.administrative that return Select
static Select FlowCurationUtils.getGroupSelectOptions(Select select)
           
static Select FlowCurationUtils.getTaskSelectOptions(Select select, String curateGroup)
           
 

Methods in org.dspace.app.xmlui.aspect.administrative with parameters of type Select
static Select FlowCurationUtils.getGroupSelectOptions(Select select)
           
static Select FlowCurationUtils.getTaskSelectOptions(Select select, String curateGroup)
           
 

Uses of Select in org.dspace.app.xmlui.aspect.administrative.item
 

Methods in org.dspace.app.xmlui.aspect.administrative.item with parameters of type Select
 boolean AddBitstreamForm.addBundleOption(Item item, Select select, String bundleName)
          Add the bundleName to the list of bundles available to submit to.
 

Uses of Select in org.dspace.app.xmlui.aspect.artifactbrowser
 

Methods in org.dspace.app.xmlui.aspect.artifactbrowser with parameters of type Select
protected  void AbstractSearch.buildScopeList(Select scope)
          Add options to the search scope field.
 

Uses of Select in org.dspace.app.xmlui.aspect.discovery
 

Methods in org.dspace.app.xmlui.aspect.discovery with parameters of type Select
protected  void AbstractSearch.buildScopeList(Select scope)
          Add options to the search scope field.
 

Uses of Select in org.dspace.app.xmlui.wing.element
 

Methods in org.dspace.app.xmlui.wing.element that return Select
 Select RichTextContainer.addSelect(String name)
          Add a menu input control which allows the user to select from a list of available options.
 Select Composite.addSelect(String name)
          Add a menu input control which allows the user to select from a list of available options.
 Select RichTextContainer.addSelect(String name, String rend)
          Add a menu input control which allows the user to select from a list of available options.
 Select Composite.addSelect(String name, String rend)
          Add a menu input control which allows the user to select from a list of available options.
 



Copyright © 2012 DuraSpace. All Rights Reserved.