|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexAdapter
Adds an index aspect to the backing object mostly used by collection type backing objects. The index can be set to point to a specific item which can be manipulated using get/setValue().
| Field Summary |
|---|
| Fields inherited from interface org.springframework.binding.value.ValueModel |
|---|
VALUE_PROPERTY |
| Method Summary | |
|---|---|
void |
fireIndexedObjectChanged()
Code to be executed when the index has changed. |
int |
getIndex()
Returns the index of the item which is currently being manipulated. |
void |
setIndex(int index)
Set the index of the item to manipulate. |
| Methods inherited from interface org.springframework.binding.value.ValueModel |
|---|
addValueChangeListener, getValue, removeValueChangeListener, setValue, setValueSilently |
| Method Detail |
|---|
int getIndex()
void setIndex(int index)
void fireIndexedObjectChanged()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||