jenkins.plugins.ui_samples
Class DynamicDropDownListBox
java.lang.Object
jenkins.plugins.ui_samples.UISample
jenkins.plugins.ui_samples.DynamicDropDownListBox
- All Implemented Interfaces:
- ExtensionPoint, Action, Describable<UISample>, ModelObject
@Extension
public class DynamicDropDownListBox
- extends UISample
Example of a dynamic drop-down list box that changes the contents dynamically based on the values of other controls.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicDropDownListBox
public DynamicDropDownListBox()
getDescription
public String getDescription()
- Description copied from class:
UISample
- Returns a paragraph of natural text that describes this sample.
Interpreted as HTML.
- Specified by:
getDescription in class UISample
getCountry
public String getCountry()
getState
public String getState()
getCity
public String getCity()
Copyright © 2004-2012. All Rights Reserved.