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

Packages that use List
org.dspace.app.xmlui.aspect.administrative   
org.dspace.app.xmlui.aspect.administrative.registries   
org.dspace.app.xmlui.aspect.artifactbrowser   
org.dspace.app.xmlui.aspect.discovery   
org.dspace.app.xmlui.aspect.submission   
org.dspace.app.xmlui.aspect.submission.submit   
org.dspace.app.xmlui.wing.element   
 

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

Methods in org.dspace.app.xmlui.aspect.administrative with parameters of type List
 int Navigation.addContextualOptions(List context)
           
 

Uses of List in org.dspace.app.xmlui.aspect.administrative.registries
 

Methods in org.dspace.app.xmlui.aspect.administrative.registries with parameters of type List
 void EditMetadataSchema.addFieldErrors(List form, List<String> errors)
          Determine if there were any special errors and display approparte text.
 

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

Methods in org.dspace.app.xmlui.aspect.artifactbrowser with parameters of type List
 void CommunityBrowser.buildList(List list, CommunityBrowser.TreeNode node)
          Recursively build a list of the community / collection hierarchy based upon the given NodeTree.
 

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

Methods in org.dspace.app.xmlui.aspect.discovery with parameters of type List
protected  void AbstractSearch.addMetadataField(DiscoverResult.DSpaceObjectHighlightResult highlightedResults, String metadataKey, List metadataFieldList, String value)
          Add the current value to the wing list,
protected  void AbstractSearch.addMetadataField(List metadataFieldList, String value)
          Add our metadata value, this value will might contain the highlight ("") tags, these will be removed & rendered as highlight wing fields.
protected  void AbstractSearch.renderCollection(Collection collection, DiscoverResult.DSpaceObjectHighlightResult highlightedResults, List collectionMetadata)
          Render the given collection, all collection metadata is added to the list
protected  void AbstractSearch.renderCommunity(Community community, DiscoverResult.DSpaceObjectHighlightResult highlightedResults, List communityMetadata)
          Render the given collection, all collection metadata is added to the list
protected  void AbstractSearch.renderItem(List dspaceObjectsList, Item item, DiscoverResult.DSpaceObjectHighlightResult highlightedResults)
          Render the given item, all metadata is added to the given list, which metadata will be rendered where depends on the xsl
 

Uses of List in org.dspace.app.xmlui.aspect.submission
 

Methods in org.dspace.app.xmlui.aspect.submission that return List
abstract  List AbstractSubmissionStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 

Methods in org.dspace.app.xmlui.aspect.submission with parameters of type List
 void AbstractStep.addControlButtons(List controls)
          Adds the "<-Previous", "Save/Cancel" and "Next->" buttons to a given form.
 void AbstractStep.addJumpButton(List list, Message buttonText, StepAndPage stepAndPage)
          Adds a single "jump-to" button, which when clicked will jump the user directly to a particular step within the submission process.
abstract  List AbstractSubmissionStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 

Uses of List in org.dspace.app.xmlui.aspect.submission.submit
 

Methods in org.dspace.app.xmlui.aspect.submission.submit that return List
 List CCLicenseStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List InitialQuestionsStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List AccessStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List LicenseStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List SelectCollectionStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List DescribeStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List ReviewStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List UploadStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List CompletedStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List UploadWithEmbargoStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 

Methods in org.dspace.app.xmlui.aspect.submission.submit with parameters of type List
 void AccessStepUtil.addAccessRadios(String selectedRadio, String date, List form, int errorFlag, DSpaceObject dso)
           
 void AccessStepUtil.addEmbargoDateSimpleForm(DSpaceObject dso, List form, int errorFlag)
           
 void AccessStepUtil.addListGroups(String groupID, List form, int errorFlag, Collection owningCollection)
           
 void AccessStepUtil.addName(String name_, List form, int errorFlag)
           
 void AccessStepUtil.addReason(String reason_, List form, int errorFlag)
           
 List CCLicenseStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List InitialQuestionsStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List AccessStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List LicenseStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List SelectCollectionStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List DescribeStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List ReviewStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List UploadStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List CompletedStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 List UploadWithEmbargoStep.addReviewSection(List reviewList)
          Each submission step must define its own information to be reviewed during the final Review/Verify Step in the submission process.
 

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

Methods in org.dspace.app.xmlui.wing.element that return List
 List Options.addList(String name)
          Add a new sublist to this item.
 List List.addList(String name)
          Add a new sublist to this list.
 List Division.addList(String name)
          Append a list to the division.
 List List.addList(String name, String type)
          Add a new sublist to this list.
 List Division.addList(String name, String type)
          Append a list to the division.
 List Options.addList(String name, String type, String rend)
          Add a new sublist to this item.
 List List.addList(String name, String type, String rend)
          Add a new sublist to this list.
 List Division.addList(String name, String type, String rend)
          append a list to the division.
 



Copyright © 2012 DuraSpace. All Rights Reserved.