Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

oracle.adfdt.view.rich.binding.provider
Interface IteratorModelProvider

All Superinterfaces:
ModelProvider

public interface IteratorModelProvider
extends ModelProvider


Method Summary
 oracle.binding.meta.NamedDefinition getDefinition()
          Returns the definition representing the accessor for the iterator model.
 java.lang.String getDisplayName()
          Gets a display name for the definition representing the accessor for the iterator model.
 java.util.Collection<oracle.binding.meta.NamedDefinition> getFormDefinitions()
          Returns a list of valid attribute definitions for this iterator model.
 java.lang.String getIteratorId()
          Returns the id of the iterator binding used for this model.
 oracle.adfdt.model.objects.IteratorBinding getItorBinding()
          Returns the iterator binding used for this model.
 
Methods inherited from interface oracle.adfdt.view.common.binding.provider.ModelProvider
configureModelFromView, initializeBindingEnvironment, initializeFromParent, isReadOnly
 

Method Detail

getDisplayName

java.lang.String getDisplayName()
Gets a display name for the definition representing the accessor for the iterator model.


getFormDefinitions

java.util.Collection<oracle.binding.meta.NamedDefinition> getFormDefinitions()
Returns a list of valid attribute definitions for this iterator model.


getIteratorId

java.lang.String getIteratorId()
Returns the id of the iterator binding used for this model.


getItorBinding

oracle.adfdt.model.objects.IteratorBinding getItorBinding()
Returns the iterator binding used for this model.


getDefinition

oracle.binding.meta.NamedDefinition getDefinition()
Returns the definition representing the accessor for the iterator model.


Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

Copyright © 1997, 2011, Oracle. All rights reserved.