jenkins.plugins.ui_samples
Class DynamicComboBox.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<UISample>
jenkins.plugins.ui_samples.UISampleDescriptor
jenkins.plugins.ui_samples.DynamicComboBox.DescriptorImpl
- All Implemented Interfaces:
- Saveable
- Enclosing class:
- DynamicComboBox
@Extension
public static final class DynamicComboBox.DescriptorImpl
- extends UISampleDescriptor
| Methods inherited from class hudson.model.Descriptor |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DynamicComboBox.DescriptorImpl
public DynamicComboBox.DescriptorImpl()
doFillAlbumItems
public ListBoxModel doFillAlbumItems()
- This method determines the values of the album drop-down list box.
doFillTitleItems
public ComboBoxModel doFillTitleItems(@QueryParameter
int album)
- This method determines the values of the song title combo box.
Note that it takes the album information as a parameter, so the contents
of the combo box changes depending on the currently selected album.
Copyright © 2004-2012. All Rights Reserved.