Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


oracle.adf.model
Interface AttributesBinding

All Superinterfaces:
ControlBinding

public interface AttributesBinding
extends ControlBinding

A ControlBinding that binds a single attribute value exposed via a datacontrol to a view component.


Method Summary
 java.lang.Object getInputValue(int index)
          Return the value that should be rendered on a view for the attribute associated with this binding.
 java.lang.String[] getLabelSet()
           
 boolean isUpdateable(int index)
           
 void setInputValue(int index, java.lang.Object inputVal)
          Update the attribute value associated with this binding.

 

Methods inherited from interface oracle.adf.model.ControlBinding
release, setListener

 

Method Detail

getInputValue

public java.lang.Object getInputValue(int index)
Return the value that should be rendered on a view for the attribute associated with this binding.

setInputValue

public void setInputValue(int index,
                          java.lang.Object inputVal)
Update the attribute value associated with this binding. If there are exceptions while updating this attribute, these exceptions should be accessible via getErrors()

isUpdateable

public boolean isUpdateable(int index)

getLabelSet

public java.lang.String[] getLabelSet()

Oracle Application Development Framework Lifecycle Java API Reference 10g Release 3 (10.1.3) B25779-01


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