Uses of Class
edu.ucsb.nceas.morpho.plugins.datapackagewizard.CustomList

Packages that use CustomList
edu.ucsb.nceas.morpho.plugins.datapackagewizard   
 

Uses of CustomList in edu.ucsb.nceas.morpho.plugins.datapackagewizard
 

Methods in edu.ucsb.nceas.morpho.plugins.datapackagewizard that return CustomList
static CustomList WidgetFactory.makeList(java.lang.String[] colNames, java.lang.Object[] colTemplates, int displayRows, boolean showAddButton, boolean showEditButton, boolean showDuplicateButton, boolean showDeleteButton, boolean showMoveUpButton, boolean showMoveDownButton)
           
 

Methods in edu.ucsb.nceas.morpho.plugins.datapackagewizard with parameters of type CustomList
static void DataPackageWizardPlugin.updateDOMFromPartiesList(CustomList partiesCustomList, java.lang.String rootXPath, java.lang.String subtreeGenericName, java.lang.String pageType)
          Given a CustomList containing Party listings, updates the DOM to contain those listings
static void DataPackageWizardPlugin.updatePartiesListFromDOM(CustomList partiesCustomList, java.lang.String rootXPath, java.lang.String subtreeGenericName, java.lang.String pageType)
          Given a CustomList containing Party listings, updates that list to contain the parties in the DOM
static boolean DataPackageWizardPlugin.populatePartiesList(CustomList partiesCustomList, java.util.List partiesOrderedMapList, java.lang.String partyXPathRoot, java.lang.String pageType)
          Given a UI CustomList, populates it from the nvps in the List of OrderedMap objects passed as partiesOrderedMapList
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.