NextApp Echo3
v3.0.b4

nextapp.echo.webcontainer
Interface AbstractCommandSynchronizePeer.IndexedPropertyPeer

Enclosing class:
AbstractCommandSynchronizePeer

public static interface AbstractCommandSynchronizePeer.IndexedPropertyPeer

A peer for rendering an indexed property of a Command.


Method Summary
 java.lang.Object getProperty(nextapp.echo.app.util.Context context, nextapp.echo.app.Command command, int propertyIndex)
          Returns the property value of a specific index.
 java.util.Iterator getPropertyIndices(nextapp.echo.app.util.Context context, nextapp.echo.app.Command command)
          Returns an iterator of Integer objects indicating which indices of the property are currently set.
 

Method Detail

getPropertyIndices

java.util.Iterator getPropertyIndices(nextapp.echo.app.util.Context context,
                                      nextapp.echo.app.Command command)
Returns an iterator of Integer objects indicating which indices of the property are currently set.

Parameters:
context - the relevant Context
command - the Command being rendered
Returns:
an iterator indicating indices of properties that are set.

getProperty

java.lang.Object getProperty(nextapp.echo.app.util.Context context,
                             nextapp.echo.app.Command command,
                             int propertyIndex)
Returns the property value of a specific index.

Parameters:
context - the relevant Context
command - the Command being rendered
propertyIndex - the property index
Returns:
the property value.

NextApp Echo3
v3.0.b4