er.extensions.components._private
Class ERXWORepetition.Context
java.lang.Object
er.extensions.components._private.ERXWORepetition.Context
- Enclosing class:
- ERXWORepetition
protected class ERXWORepetition.Context
- extends java.lang.Object
WOElements must be reentrant, so we need a context object or will have to add the parameters to every method.
Note that it's OK to have no object at all.
Field Summary |
protected java.lang.Object[] |
array
|
protected java.util.List |
list
|
protected com.webobjects.foundation.NSArray |
nsarray
|
Method Summary |
protected int |
count()
Gets the number of elements from any object. |
protected java.lang.Object |
objectAtIndex(int i)
Gets the object at the given index from any object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
nsarray
protected com.webobjects.foundation.NSArray nsarray
list
protected java.util.List list
array
protected java.lang.Object[] array
ERXWORepetition.Context
public ERXWORepetition.Context(java.lang.Object object)
count
protected int count()
- Gets the number of elements from any object.
objectAtIndex
protected java.lang.Object objectAtIndex(int i)
- Gets the object at the given index from any object.
Copyright © 2002 – 2007 Project Wonder.