public class ComboBoxModel extends ArrayList<String> implements org.kohsuke.stapler.HttpResponse
ArrayList<String>modCount| Constructor and Description |
|---|
ComboBoxModel() |
ComboBoxModel(Collection<? extends String> c) |
ComboBoxModel(int initialCapacity) |
ComboBoxModel(String... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
generateResponse(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
Object node) |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic ComboBoxModel(int initialCapacity)
public ComboBoxModel()
public ComboBoxModel(Collection<? extends String> c)
public ComboBoxModel(String... values)
public void generateResponse(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp,
Object node)
throws IOException,
javax.servlet.ServletException
generateResponse in interface org.kohsuke.stapler.HttpResponseIOExceptionjavax.servlet.ServletExceptionCopyright © 2019. All rights reserved.