hudson.plugins.ui_samples
Class AutoCompleteTextBox
java.lang.Object
hudson.plugins.ui_samples.UISample
hudson.plugins.ui_samples.AutoCompleteTextBox
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Action, hudson.model.Describable<UISample>, hudson.model.ModelObject
@Extension
public class AutoCompleteTextBox
- extends UISample
Adding auto-completion to the text box.
- Author:
- Kohsuke Kawaguchi
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
|
Method Summary |
String |
getDescription()
Returns a paragraph of natural text that describes this sample. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoCompleteTextBox
public AutoCompleteTextBox()
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
Copyright © 2004-2011. All Rights Reserved.