public interface RangeBinding extends ControlBinding
| Modifier and Type | Method and Description | 
|---|---|
| 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 index)Designates a given index as the current row. | 
getName, getPath, release, resolvePath, setListenerjava.lang.String[] getLabelSet()
int getCurrentRowIndex()
void setCurrentRowAtIndex(int index)
index - the index of the new current row.java.util.List getRangeSet()
index - 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 row