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


oracle.adf.model
Interface RangeBinding

All Superinterfaces:
ControlBinding

public interface RangeBinding
extends ControlBinding

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


Method Summary
 int getCurrentRowIndex()
           
 java.lang.String[] getLabelSet()
           
 java.util.List getRangeSet()
           
 void setCurrentRowAtIndex(int x)
           

 

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

 

Method Detail

getLabelSet

public java.lang.String[] getLabelSet()

getCurrentRowIndex

public int getCurrentRowIndex()

setCurrentRowAtIndex

public void setCurrentRowAtIndex(int x)

getRangeSet

public java.util.List getRangeSet()

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


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