VehicleSelectionBox

VehicleSelectionBox

Superclass
SimpleDialog

Subclasses
none

Referenced By
InternalTransfersValues

This class returns a list of possible vehicles, manufacturers, and marketing companies that
the user wants to view in a SummaryReprotView.  This class was developed to allow the list
of possible families, model numbers, manufacturers, and marketing companies change yhet
still let the user query the correct ones.

Instance Variables
selectedVehicles <SelectedVehicles> [returns the selected vehicles, marketing companies, and manufacturers]
selectionBoxSubcanvas <VehicleSelectionBoxCanvas> [The subcanvas holding the families and model numbers, this is dynamically generated]
masterAllNone <ValueHolder on: Boolean> [Used as the aspect for the button to select or deselect all values]
marketingCompany <MultiSelectionInList> [The aspect for all of the marketing companies]
mfgSrc <MultiSelectionInList> [The aspect for all of the manufacturering sources to be displayed]
mfgSrcAllNone <ValueHolder on: Boolean> [Used as the aspect for the button to select or deselect all manufacturer sources]
mktgCoAllNone <ValueHolder on: Boolean> [Used as the aspect for the button to select or deselect all marketing companies]
businessEntityIdAbbrevDic <Dictionary> [Dictionary of the business entities to their abbreviation. It is always easier to understand abbreviations rather than the actual 2 digit ID, so we show the abbreviation to the user.]
selectingResult <Dictionary> [This is a dictionary of all selected items]
mkId <OrderedCollection> [A collection of all selected marketing companies]
selectionBox <SelectionBoxValues> [This is the selection values that keep track of what the user has currently selected for view]
showMktCo <Boolean> [This flags wether to show the marketing company selection list. Variable Costs sets this to false while the default is true] Class Variables none Contacts yoder@cat.ncsa.uiuc.edu

Potential problems with this comment:
	Variable has invalid type - 
		#('selectionBox' 'SelectionBoxValues')