class: Loop

public class: Loop
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:31:48; Modified: 16.07.2009 15:31:48;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {F04038CA-4FEB-4e9b-BC64-E2D6AC3D3AFA}
TODO Custom component tag for iterating over a given List.
 

Goto: Custom Properties, Fields, Methods

Appears in: tags

Custom Properties
 
Loop Attributes
Attribute Details
private java.lang.String
  _var
private ValueExpression
  dir
private ValueExpression
  first
private ValueExpression
  intermediate
private static Logger
  logger
Initial: Logger.getLogger(Loop.class)
private ValueExpression
  maxElements
private ValueExpression
  value
 
Loop Methods
Operation Details
public
getComponentType():String
Sequential
Tags: annotations=@Override
public
getRendererType():String
Sequential
Tags: annotations=@Override
public
Loop():
Sequential
Notes: Default constructor.
public
release():void
Sequential
Notes: Release the component.
public
setDir(
   ValueExpression dir):void
Sequential
public
setFirst(
   ValueExpression first):void
Sequential
public
setIntermediate(
   ValueExpression intermediate):void
Sequential
public
setMaxElements(
   ValueExpression maxElements):void
Sequential
protected
setProperties(
   UIComponent component):void
Sequential
Notes: Set the properties/attributes of this tag.
public
setValue(
   ValueExpression value):void
Sequential
public
setVar(
   java.lang.String _var):void
Sequential