Package org.zkoss.zul
Class Rows.Children
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.AbstractSequentialList<org.zkoss.zk.ui.Component>
-
- org.zkoss.zul.Rows.Children
-
- All Implemented Interfaces:
java.lang.Iterable<org.zkoss.zk.ui.Component>,java.util.Collection<org.zkoss.zk.ui.Component>,java.util.List<org.zkoss.zk.ui.Component>
- Enclosing class:
- Rows
protected class Rows.Children extends java.util.AbstractSequentialList<org.zkoss.zk.ui.Component>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedChildren()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()protected voidremoveRange(int fromIndex, int toIndex)-
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:
removeRangein classjava.util.AbstractList<org.zkoss.zk.ui.Component>
-
clear
public void clear()
- Specified by:
clearin interfacejava.util.Collection<org.zkoss.zk.ui.Component>- Specified by:
clearin interfacejava.util.List<org.zkoss.zk.ui.Component>- Overrides:
clearin classjava.util.AbstractList<org.zkoss.zk.ui.Component>
-
-