Package | Description |
---|---|
twaver |
Modifier and Type | Interface and Description |
---|---|
interface |
ElementReturnCallbackHandler |
Modifier and Type | Method and Description |
---|---|
void |
TDataBox.iterator(ElementCallbackHandler handler)
Calls the method to go through all elements in this data box,
The ElementCallbackHandler object will be called processElement(Element)
method during the iteration, if processElement method return false, then
the subsequent elements will not be processed anymore.
|
void |
TDataBox.iteratorByLayer(ElementCallbackHandler handler)
Calls the method to go through all elements in this data box by layer,
The ElementCallbackHandler object will be called processElement(Element)
method during the iteration, if processElement method return false, then
the subsequent elements will not be processed anymore.
|
void |
TDataBox.iteratorReverse(ElementCallbackHandler handler)
Calls the method to go through all elements in this data box reversely,
The ElementCallbackHandler object will be called processElement(Element)
method during the iteration, if processElement method return false, then
the subsequent elements will not be processed anymore.
|
void |
TDataBox.iteratorReverseByLayer(ElementCallbackHandler handler)
Calls the method to go through all elements in this data box by layer reversely,
The ElementCallbackHandler object will be called processElement(Element)
method during the iteration, if processElement method return false, then
the subsequent elements will not be processed anymore.
|
void |
TDataBox.iteratorSelection(ElementCallbackHandler handler)
Calls the method to go through all selected elements in this data box,
The ElementCallbackHandler object will be called processElement(Element)
method during the iteration, if processElement method return false, then
the subsequent elements will not be processed anymore.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.