public class ProjectAccessBean.SelectedFrontendServerListView extends AbstractList<MandantFrontendServer>
Projekt.getMandantFrontendServer()
that includes only frontend servers not allowed for all
forms (MandantFrontendServer.isAllowAllForms()
). All changes to an instance of this list are reflected in
the project's client frontend server list.modCount
Constructor and Description |
---|
SelectedFrontendServerListView() |
Modifier and Type | Method and Description |
---|---|
void |
add(int index,
MandantFrontendServer element) |
MandantFrontendServer |
get(int index) |
MandantFrontendServer |
remove(int index) |
MandantFrontendServer |
set(int index,
MandantFrontendServer element) |
int |
size() |
add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, removeRange, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public MandantFrontendServer get(int index)
get
in interface List<MandantFrontendServer>
get
in class AbstractList<MandantFrontendServer>
public int size()
size
in interface Collection<MandantFrontendServer>
size
in interface List<MandantFrontendServer>
size
in class AbstractCollection<MandantFrontendServer>
public MandantFrontendServer set(int index, MandantFrontendServer element)
set
in interface List<MandantFrontendServer>
set
in class AbstractList<MandantFrontendServer>
public void add(int index, MandantFrontendServer element)
add
in interface List<MandantFrontendServer>
add
in class AbstractList<MandantFrontendServer>
public MandantFrontendServer remove(int index)
remove
in interface List<MandantFrontendServer>
remove
in class AbstractList<MandantFrontendServer>
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.