OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.data
Class AdfRichIterator

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUICollection
         |
         +--org.apache.myjs.trinidad.component.AdfUIIterator
               |
               +--oracle.adf.view.js.component.rich.data.AdfRichIterator

public class AdfRichIterator
extends AdfUIIterator
RichIterator 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 hierarchy.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichIterator()
RichIterator is a component that performs iteration over its child components.


Method Summary


Methods inherited from org.apache.myjs.trinidad.component.AdfUIIterator

getFirst, getRows, getValue, setFirst, setRows, setValue


Field Detail


Constructor Detail


AdfRichIterator

public AdfRichIterator()

RichIterator 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 hierarchy.

Method Detail


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

 

Generated on 2015.07.15 10:12 UTC
Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.