Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

oracle.adfmf.bindings.dbf
Class AmxAccessorIteratorBinding

Object
  extended by oracle.adfmf.bindings.dbf.AmxControlBinding
      extended by oracle.adfmf.bindings.dbf.AmxExecutableBinding
          extended by oracle.adfmf.bindings.dbf.AmxIteratorBinding
              extended by oracle.adfmf.bindings.dbf.AmxAccessorIteratorBinding
All Implemented Interfaces:
ControlBinding, JSONSerializable

public class AmxAccessorIteratorBinding
extends oracle.adfmf.bindings.dbf.AmxIteratorBinding

For internal framework use only. This class is a runtime representation of the pagedef accessorIterator element. It is used to expose the underlying BasicIterator object to its associated bindings. For best practice, developers should not code directly to this interface. Developers can access the underlying BasicIterator object via EL using the expression "#{bindings.pageDef_iteratorID.iterator}".


Constructor Summary
AmxAccessorIteratorBinding(oracle.adfmf.util.XmlAnyDefinition metadata, oracle.adfmf.bindings.dbf.AmxBindingContainer parentContainer)
           
 
Method Summary
 boolean isDelayedLoad()
           
 void setDelayedLoad(boolean isDelayedLoad)
           
 
Methods inherited from class oracle.adfmf.bindings.dbf.AmxIteratorBinding
getBinds, getCurrentRow, getIterator, getMetadataDefinition, getName, getRangeSize, refresh, release
 
Methods inherited from class oracle.adfmf.bindings.dbf.AmxControlBinding
containerInitialized, getBindings, getExecutable, toJSON
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.adfmf.framework.api.JSONSerializable
toJSON
 

Constructor Detail

AmxAccessorIteratorBinding

public AmxAccessorIteratorBinding(oracle.adfmf.util.XmlAnyDefinition metadata,
                                  oracle.adfmf.bindings.dbf.AmxBindingContainer parentContainer)
Method Detail

isDelayedLoad

public boolean isDelayedLoad()

setDelayedLoad

public void setDelayedLoad(boolean isDelayedLoad)

Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

Copyright © 2014 Oracle. All Rights Reserved.