Package org.zkoss.zk.ui
Class AbstractComponent.Children
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList<Component>
-
- org.zkoss.zk.ui.AbstractComponent.Children
-
- All Implemented Interfaces:
java.lang.Iterable<Component>
,java.util.Collection<Component>
,java.util.List<Component>
- Direct Known Subclasses:
Listbox.Children
,Rows.Children
- Enclosing class:
- AbstractComponent
protected class AbstractComponent.Children extends java.util.AbstractSequentialList<Component>
The default implementation forAbstractComponent.getChildren()
. It is suggested to extend this class if you want to overrideAbstractComponent.getChildren()
to instantiate your own instance.- Since:
- 3.5.1
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Children()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.ListIterator<Component>
listIterator(int index)
int
size()
-
Methods inherited from class java.util.AbstractSequentialList
add, addAll, get, iterator, remove, set
-
Methods inherited from class java.util.AbstractList
add, clear, equals, hashCode, indexOf, lastIndexOf, listIterator, removeRange, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-