Uses of Class
hudson.plugins.ui_samples.UISample

Uses of UISample in hudson.plugins.ui_samples
 

Subclasses of UISample in hudson.plugins.ui_samples
 class AutoCompleteTextBox
          Adding auto-completion to the text box.
 class DropdownList
           
 class DynamicComboBox
          Combo box that changes the contents based on the values of other controls.
 class DynamicDropDownListBox
          Example of a dynamic drop-down list box that changes the contents dynamically based on the values of other controls.
 

Methods in hudson.plugins.ui_samples that return UISample
 UISample Root.getDynamic(String name)
           
 

Methods in hudson.plugins.ui_samples that return types with arguments of type UISample
static ExtensionList<UISample> UISample.all()
          Returns all the registered UISamples.
 List<UISample> Root.getAll()
           
 



Copyright © 2004-2011. All Rights Reserved.