Class UIComponent.ComponentList
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<UIComponent>
,Collection<UIComponent>
,List<UIComponent>
,RandomAccess
- Enclosing class:
- UIComponent
- See Also:
-
Field Summary
Fields inherited from class java.util.AbstractList
modCount
-
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(int index, UIComponent child) boolean
add
(UIComponent child) boolean
addAll
(int index, Collection<? extends UIComponent> c) boolean
addAll
(Collection<? extends UIComponent> c) void
clear()
remove
(int index) boolean
Methods inherited from class java.util.ArrayList
clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
Methods inherited from class java.util.AbstractCollection
containsAll, toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, stream, toArray
Methods inherited from interface java.util.List
containsAll
-
Method Details
-
add
- Specified by:
add
in interfaceCollection<UIComponent>
- Specified by:
add
in interfaceList<UIComponent>
- Overrides:
add
in classArrayList<UIComponent>
-
add
- Specified by:
add
in interfaceList<UIComponent>
- Overrides:
add
in classArrayList<UIComponent>
-
remove
- Specified by:
remove
in interfaceList<UIComponent>
- Overrides:
remove
in classArrayList<UIComponent>
-
remove
- Specified by:
remove
in interfaceCollection<UIComponent>
- Specified by:
remove
in interfaceList<UIComponent>
- Overrides:
remove
in classArrayList<UIComponent>
-
clear
public void clear()- Specified by:
clear
in interfaceCollection<UIComponent>
- Specified by:
clear
in interfaceList<UIComponent>
- Overrides:
clear
in classArrayList<UIComponent>
-
addAll
- Specified by:
addAll
in interfaceCollection<UIComponent>
- Specified by:
addAll
in interfaceList<UIComponent>
- Overrides:
addAll
in classArrayList<UIComponent>
-
addAll
- Specified by:
addAll
in interfaceList<UIComponent>
- Overrides:
addAll
in classArrayList<UIComponent>
-