hudson.plugins.ui_samples
Class DynamicDropDownListBox

java.lang.Object
  extended by hudson.plugins.ui_samples.UISample
      extended by hudson.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

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

DynamicDropDownListBox

public DynamicDropDownListBox()
Method Detail

getDescription

public java.lang.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 java.lang.String getCountry()

getState

public java.lang.String getState()

getCity

public java.lang.String getCity()


Copyright © 2004-2011. All Rights Reserved.