jenkins.plugins.ui_samples
Class DynamicDropDownListBox.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<UISample>
jenkins.plugins.ui_samples.UISampleDescriptor
jenkins.plugins.ui_samples.DynamicDropDownListBox.DescriptorImpl
- All Implemented Interfaces:
- Saveable
- Enclosing class:
- DynamicDropDownListBox
@Extension
public static final class DynamicDropDownListBox.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 |
DynamicDropDownListBox.DescriptorImpl
public DynamicDropDownListBox.DescriptorImpl()
doFillStateItems
public ListBoxModel doFillStateItems(@QueryParameter
String country)
doFillCityItems
public ListBoxModel doFillCityItems(@QueryParameter
String country,
@QueryParameter
String state)
Copyright © 2004-2012. All Rights Reserved.