com.bstek.dorado.view.widget
public class InnerElementList<E> extends ChildrenListSupport<E>
Constructor and Description |
---|
InnerElementList(ViewElement parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
childAdded(E child)
当有新的子对象被添加到Set时被激活的方法。
|
protected void |
childRemoved(E child)
当有新的子对象被添加到Set时被激活的方法。
|
add, add, addAll, addAll, clear, remove, remove, removeAll
get, indexOf, lastIndexOf, listIterator, listIterator, set, setTarget, subList
contains, containsAll, equals, getTarget, hashCode, isEmpty, iterator, retainAll, size, toArray, toArray, writeReplace
public InnerElementList(ViewElement parent)
protected void childAdded(E child)
ChildrenListSupport
childAdded
in class ChildrenListSupport<E>
child
- 子对象protected void childRemoved(E child)
ChildrenListSupport
childRemoved
in class ChildrenListSupport<E>
child
- 子对象Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.