Uses of Class
jenkins.plugins.ui_samples.UISample

Uses of UISample in jenkins.plugins.ui_samples
 

Subclasses of UISample in jenkins.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.
 class InpageNavigationWithBreadcrumb
           
 class JavaScriptProxy
          "Export" Java objects to JavaScript in the browser as a proxy object, so that you can make ajax-calls to the server later.
 class ModularizeViewScript
          Define portions of view fragments in separate methods/classes to improve reuse.
 class NavigationContextMenu
           
 class NotificationBar
           
 class ProgressBar
           
 class SyntaxHighlightedTextArea
          Syntax-highlighted text area (powered by CodeMirror).
 

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

Methods in jenkins.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-2012. All Rights Reserved.