org.zkoss.bind.impl
Class AbstractForEachStatus

java.lang.Object
  extended by org.zkoss.bind.impl.AbstractForEachStatus
All Implemented Interfaces:
java.io.Serializable, ForEachStatus

public abstract class AbstractForEachStatus
extends java.lang.Object
implements ForEachStatus, java.io.Serializable

The Class AbstractForEachStatus.

Since:
6.0.0
Author:
dennis
See Also:
Serialized Form

Constructor Summary
AbstractForEachStatus()
           
 
Method Summary
 java.lang.Integer getBegin()
          Returns the index (starting from 0) that the iteration begins at, or null if not specified (and 0 is assumed).
 ForEachStatus getPrevious()
          Returns the status of the enclosing forEach statement.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.zkoss.zk.ui.util.ForEachStatus
getEach, getEnd, getIndex
 

Constructor Detail

AbstractForEachStatus

public AbstractForEachStatus()
Method Detail

getPrevious

public ForEachStatus getPrevious()
Description copied from interface: ForEachStatus
Returns the status of the enclosing forEach statement.

Specified by:
getPrevious in interface ForEachStatus

getBegin

public java.lang.Integer getBegin()
Description copied from interface: ForEachStatus
Returns the index (starting from 0) that the iteration begins at, or null if not specified (and 0 is assumed).

Specified by:
getBegin in interface ForEachStatus


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo