|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RangeBinding
A ControlBinding that binds a single attribute value exposed via a datacontrol to a view component.
| Method Summary | |
|---|---|
int |
getCurrentRowIndex()Returns the index of the current row. |
java.lang.String[] |
getLabelSet()Returns the display label or prompt for the all the attributes represented by this binding. |
java.util.List |
getRangeSet()Returns a list of Map elements over the range of rows. |
void |
setCurrentRowAtIndex(int x)Designates a given index as the current row. |
| Methods inherited from interface oracle.adf.model.ControlBinding |
|---|
release, setListener |
| Methods inherited from interface oracle.binding.ControlBinding |
|---|
getName, getPath, release, resolvePath, setListener |
| Method Detail |
|---|
java.lang.String[] getLabelSet()
RangeBindinggetLabelSet in interface RangeBindingint getCurrentRowIndex()
RangeBindinggetCurrentRowIndex in interface RangeBindingvoid setCurrentRowAtIndex(int x)
RangeBindingsetCurrentRowAtIndex in interface RangeBindingx - the index of the new current row.java.util.List getRangeSet()
RangeBindingindex - returns index of the rowkey - returns Key of the rowkeyStr - returns String format of the key of the row at this index()currencyString - if this row is the current row, returns "*" else returns a space.attributeValues - returns an array of attribute values for attributes that are bound to this rowgetRangeSet in interface RangeBinding
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||