Uses of Interface
project35.desktopDeployment.ListTypeManager

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

Uses of ListTypeManager in project35.desktopDeployment
 

Classes in project35.desktopDeployment that implement ListTypeManager
 class MultiListTypeManager
          Handles the part of lists that indicate it can support multiple types of subrecords.
 class SingleListTypeManager
          Handles the part of lists that indicate it can support a single type of subrecord.
 

Fields in project35.desktopDeployment declared as ListTypeManager
protected  ListTypeManager ListValueManager.listTypeManager
           
protected  ListTypeManager ListFieldView.listTypeManager
           
 

Methods in project35.desktopDeployment with parameters of type ListTypeManager
 void ListFieldView.setListTypeManager(ListTypeManager listTypeManager)
           
 

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