Uses of Class
org.bibalex.daf.commongui.controls.CheckBoxList

Packages that use CheckBoxList
org.bibalex.daf.commongui.controls   
org.bibalex.daf.managers.admin   
org.bibalex.daf.managers.archive   
org.bibalex.daf.managers.checkin   
org.bibalex.daf.managers.report   
 

Uses of CheckBoxList in org.bibalex.daf.commongui.controls
 

Fields in org.bibalex.daf.commongui.controls declared as CheckBoxList
protected  CheckBoxList CheckListener.m_parent
          Object Instance of the parent CheckBoxList.
 

Constructors in org.bibalex.daf.commongui.controls with parameters of type CheckBoxList
CheckListener(CheckBoxList parent)
          Constructor
 

Uses of CheckBoxList in org.bibalex.daf.managers.admin
 

Fields in org.bibalex.daf.managers.admin declared as CheckBoxList
private  CheckBoxList RolesManagerGUI.availablePrivelegesCheckList
           
private  CheckBoxList WorkstationsManagerGUI.devicesCheckList
          devicesCheckList shows system devices as check boxes list
private  CheckBoxList JobTypesManagerGUI.MediaTypesCheckList
          MediaTypesCheckList shows system Media Types as check boxes list
private  CheckBoxList WorkstationsManagerGUI.MediaTypesCheckList
          MediaTypesCheckList shows system media types
private  CheckBoxList CollectionsManagerGUI.workstationsCheckList
           
 

Uses of CheckBoxList in org.bibalex.daf.managers.archive
 

Fields in org.bibalex.daf.managers.archive declared as CheckBoxList
private  CheckBoxList ArchiverManagerGUI.readyToArchiveCheckList
          readyToArchiveCheckList is the list that shows up the jobs that are ready to archive
 

Methods in org.bibalex.daf.managers.archive that return CheckBoxList
 CheckBoxList ArchiverManagerGUI.getReadyToArchiveCheckList()
          This method loads jobs that are ready to archive
 

Methods in org.bibalex.daf.managers.archive with parameters of type CheckBoxList
private  boolean ArchiverManagerGUI.Archiver.checkSelectedJobs(CheckBoxList readyToArchiveCheckList, int mediaType)
          This method checks the validity of recording all the checked jobs in the archive list to DB
private  boolean ArchiverManagerGUI.Archiver.recordJobsToDB(CheckBoxList readyToArchiveCheckList, int mediaType, int mediaID)
           
 

Uses of CheckBoxList in org.bibalex.daf.managers.checkin
 

Fields in org.bibalex.daf.managers.checkin declared as CheckBoxList
private  CheckBoxList AdvancedSearchGUI.batchCheckList
           
private  CheckBoxList AdvancedSearchGUI.collectionCheckList
           
private  CheckBoxList AdvancedSearchGUI.externalTypeCheckList
           
private  CheckBoxList AdvancedSearchGUI.jobStatusCheckList
           
private  CheckBoxList AdvancedSearchGUI.jobTypeCheckList
           
private  CheckBoxList AdvancedSearchGUI.languageCheckList
           
private  CheckBoxList AdvancedSearchGUI.oldNewCheckList
           
private  CheckBoxList AdvancedSearchGUI.phaseCheckList
           
private  CheckBoxList AdvancedSearchGUI.storageCheckList
           
private  CheckBoxList AdvancedSearchGUI.userCheckList
           
 

Methods in org.bibalex.daf.managers.checkin with parameters of type CheckBoxList
private  void AdvancedSearchGUI.adjustRelation(CheckBoxList checkBoxList, int ID, int parentColumn, boolean select)
          Selects or deselects all elements belongs to ID
private  void AdvancedSearchGUI.adjustRelation(CheckBoxList checkBoxList, int ID, java.lang.String parentColumn, boolean select)
          Selects or deselects all elements belongs to ID
private  void AdvancedSearchGUI.clearList(CheckBoxList checkBoxList, int selectedIndex)
          This method deselects the "Any" entry if there at least one entry selected<>"Any"
private  int AdvancedSearchGUI.getID(CheckBoxList checkBoxList, int Index)
          Gets selected mapped ID from the selected index
private  int[] AdvancedSearchGUI.getIDsArray(CheckBoxList checkBoxList)
          Gets selected IDs from the argument checkList
private  java.lang.String AdvancedSearchGUI.getIDsString(CheckBoxList checkBoxList)
          Gets selected IDs from the argument checkList
private  boolean AdvancedSearchGUI.hasID(CheckBoxList checkBoxList, int ID)
          Checks if checkList has argument ID or not
 

Uses of CheckBoxList in org.bibalex.daf.managers.report
 

Fields in org.bibalex.daf.managers.report declared as CheckBoxList
private  CheckBoxList ReportBuilder.attributesCheckList