A ControlGroup for the list option of the PreferencesDialog.
        
        
        
        
        
    
    Extends
Methods
- 
    getValue() → {String}
- 
    
    
    Gets the value of the ListControlGroup inputbox.Returns:The value of the inputbox.- Type
- String
 
- 
    postCreate()
- 
    
    
    Called right before widget is added to the dom. See link for more information.
- 
    setValue(The)
- 
    
    
    Sets the value of the ListControlGroup inputbox.Parameters:Name Type Description TheString value to set.