ariba.ui.aribaweb.util
Class AWUtil.ElementIterator

java.lang.Object
  extended by ariba.ui.aribaweb.util.AWUtil.ElementIterator
Enclosing class:
AWUtil

public abstract static class AWUtil.ElementIterator
extends java.lang.Object

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

AWUtil.ElementIterator

public AWUtil.ElementIterator()
Method Detail

process

public abstract java.lang.Object process(AWElement element)


AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.