OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

org.apache.myjs.trinidad.component
Class AdfUIIterator

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUICollection
         |
         +--org.apache.myjs.trinidad.component.AdfUIIterator
Direct Known Subclasses:
AdfRichCarousel, AdfUITable

public class AdfUIIterator
extends AdfUICollection
UIXIterator is a component that performs iteration over its child components. It is like a UIXTable without any chrome. While functionally similar to a forEach tag, an iterator is a component that does its processing during rendering, while forEach runs during the assembly of the component tree, and doesn't leave behind a component in the heirarchy.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUIIterator()
UIXIterator is a component that performs iteration over its child components.


Method Summary

public Number
getFirst()
Get function for attribute for 'first'.
public Number
getRows()
Get function for attribute for 'rows'.
public Object
getValue()
Get function for attribute for 'value'.
public void
setFirst(Number newFirst)
Set function for attribute 'First'.
public void
setRows(Number newRows)
Set function for attribute 'Rows'.
public void
setValue(Object newValue)
Set function for attribute 'Value'.


Field Detail


Constructor Detail


AdfUIIterator

public AdfUIIterator()

UIXIterator is a component that performs iteration over its child components. It is like a UIXTable without any chrome. While functionally similar to a forEach tag, an iterator is a component that does its processing during rendering, while forEach runs during the assembly of the component tree, and doesn't leave behind a component in the heirarchy.

Method Detail


getFirst

public Number getFirst()

Get function for attribute for 'first'.

Return:
Number - First

getRows

public Number getRows()

Get function for attribute for 'rows'.

Return:
Number - Rows

getValue

public Object getValue()

Get function for attribute for 'value'.

Return:
Object - Value

setFirst

public void setFirst(Number newFirst)

Set function for attribute 'First'.

Parameters:
newFirst    
Return:
void - No Value returned

setRows

public void setRows(Number newRows)

Set function for attribute 'Rows'.

Parameters:
newRows    
Return:
void - No Value returned

setValue

public void setValue(Object newValue)

Set function for attribute 'Value'.

Parameters:
newValue    
Return:
void - No Value returned

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2010.12.10 19:37 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.