|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.ui.aribaweb.util.AWUtil.ElementIterator
public abstract static class AWUtil.ElementIterator
Iterate over elements of the template. E.g. { iterate(template, new Iterator() { Object process(AWElement e) { print(e); return null; // keep iterating } });
Constructor Summary | |
---|---|
AWUtil.ElementIterator()
|
Method Summary | |
---|---|
abstract java.lang.Object |
process(AWElement element)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AWUtil.ElementIterator()
Method Detail |
---|
public abstract java.lang.Object process(AWElement element)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |