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, removeAllget, indexOf, lastIndexOf, listIterator, listIterator, set, setTarget, subListcontains, containsAll, equals, getTarget, hashCode, isEmpty, iterator, retainAll, size, toArray, toArray, writeReplacepublic InnerElementList(ViewElement parent)
protected void childAdded(E child)
ChildrenListSupportchildAdded in class ChildrenListSupport<E>child - 子对象protected void childRemoved(E child)
ChildrenListSupportchildRemoved in class ChildrenListSupport<E>child - 子对象Copyright © 2001-2011 www.BSTEK.com All Rights Reserved.