Uses of Class
project35.desktopDeployment.ListValueManager

Packages that use ListValueManager
project35.desktopDeployment The project35.desktopDeployment package describes classes that are used to make the desktop version of the data entry tool. 
 

Uses of ListValueManager in project35.desktopDeployment
 

Subclasses of ListValueManager in project35.desktopDeployment
 class MultiListValueManager
          Manages the list part that displays multiple values.
 class SingleListValueManager
          Manages the list part that displays a single value.
 

Fields in project35.desktopDeployment declared as ListValueManager
protected  ListValueManager ListFieldView.listValueManager
           
 

Methods in project35.desktopDeployment with parameters of type ListValueManager
 void ListFieldView.setListValueManager(ListValueManager listValueManager)
           
 

Constructors in project35.desktopDeployment with parameters of type ListValueManager
ListValueButtonPanel(ListTypeManager listTypeManager, ListValueManager listValueManager, Project35FormContext project35FormContext, boolean allowMultipleValues)