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, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
parallelStream, stream
public 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.HttpResponse
IOException
javax.servlet.ServletException
Copyright © 2004–2021. All rights reserved.