Package org.zkoss.zul
Class Rows.Children
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList<Component>
-
- org.zkoss.zk.ui.AbstractComponent.Children
-
- org.zkoss.zul.Rows.Children
-
- All Implemented Interfaces:
java.lang.Iterable<Component>
,java.util.Collection<Component>
,java.util.List<Component>
- Enclosing class:
- Rows
protected class Rows.Children extends AbstractComponent.Children
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Children()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
protected void
removeRange(int fromIndex, int toIndex)
-
Methods inherited from class org.zkoss.zk.ui.AbstractComponent.Children
listIterator, size
-
Methods inherited from class java.util.AbstractSequentialList
add, addAll, get, iterator, remove, set
-
Methods inherited from class java.util.AbstractList
add, equals, hashCode, indexOf, lastIndexOf, listIterator, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
-
-
-
Method Detail
-
removeRange
protected void removeRange(int fromIndex, int toIndex)
- Overrides:
removeRange
in classjava.util.AbstractList<Component>
-
-