|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RangeBinding
A ControlBinding that binds multiple attribute values exposed via a datacontrol
to a view component, and manages access to current ranges and position within
the attribute collection. It can be used for binding the detail rows in a
master-detail relationship.
This interface is implemented by the data binding framework, and is made available
to the View components through the binding container.
| Method Summary | |
|---|---|
void |
applySortCriteria()
-DRM added |
void |
applySortCriteria(boolean inMemory)
-DRM added |
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. |
List |
getRangeSet()
Returns a list of Map elements over the range of rows. |
SortCriterion[] |
getSortCriteria()
-DRM added |
void |
setCurrentRowAtIndex(int index)
Designates a given index as the current row. |
void |
setSortCriteria(SortCriterion[] criteria)
-DRM added |
| Methods inherited from interface oracle.adfnmc.bindings.ControlBinding |
|---|
containerInitialized, getBindings, getMetadataDefinition, getName, getPath, release, resolvePath, setListener |
| Method Detail |
|---|
java.lang.String[] getLabelSet()
int getCurrentRowIndex()
void setCurrentRowAtIndex(int index)
index - the index of the new current row.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
SortCriterion[] getSortCriteria()
void setSortCriteria(SortCriterion[] criteria)
void applySortCriteria()
void applySortCriteria(boolean inMemory)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||