public interface RangeBinding extends ControlBinding
| Modifier and Type | Method and Description | 
|---|---|
| void | applySortCriteria()Apply the sort criteria | 
| void | applySortCriteria(boolean inMemory)Apply the sort criteria | 
| int | getCurrentRowIndex()Returns the index of the current row. | 
| 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. | 
containerInitialized, getBindings, getMetadataDefinition, getName, releaseString[] 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 rowvoid applySortCriteria()
void applySortCriteria(boolean inMemory)