|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.ui_samples.UISample
hudson.plugins.ui_samples.DynamicDropDownListBox
@Extension public class DynamicDropDownListBox
Example of a dynamic drop-down list box that changes the contents dynamically based on the values of other controls.
| Nested Class Summary | |
|---|---|
static class |
DynamicDropDownListBox.DescriptorImpl
|
| Nested classes/interfaces inherited from class hudson.plugins.ui_samples.UISample |
|---|
UISample.SourceFile |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
DynamicDropDownListBox()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCity()
|
java.lang.String |
getCountry()
|
java.lang.String |
getDescription()
Returns a paragraph of natural text that describes this sample. |
java.lang.String |
getState()
|
| Methods inherited from class hudson.plugins.ui_samples.UISample |
|---|
all, doSourceFile, getDescriptor, getDisplayName, getIconFileName, getSourceFiles, getUrlName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DynamicDropDownListBox()
| Method Detail |
|---|
public java.lang.String getDescription()
UISample
getDescription in class UISamplepublic java.lang.String getCountry()
public java.lang.String getState()
public java.lang.String getCity()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||