jenkins.plugins.ui_samples
Class DynamicComboBox
java.lang.Object
jenkins.plugins.ui_samples.UISample
jenkins.plugins.ui_samples.DynamicComboBox
- All Implemented Interfaces:
- ExtensionPoint, Action, Describable<UISample>, ModelObject
@Extension
public class DynamicComboBox
- extends UISample
Combo box that changes the contents 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 |
DynamicComboBox
public DynamicComboBox()
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
getAlbum
public String getAlbum()
getTitle
public String getTitle()
Copyright © 2004-2012. All Rights Reserved.