|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
V - The type of values contained in the model.public interface ListSelectEditor<V>
An object for editing values in a list model. Prototypes are provided for common edit functionality.
| Method Summary | |
|---|---|
void |
editValue()
Edits the currently selected value in the list. |
ActionPrototype |
getEditActionPrototype()
|
ActionPrototype |
getInsertActionPrototype()
|
ListSelectModel<V> |
getListSelectModel()
|
ActionPrototype |
getLowerActionPrototype()
|
ActionPrototype |
getRaiseActionPrototype()
|
ActionPrototype |
getRemoveActionPrototype()
|
void |
insertValue()
Creates and allows the user to edit a new value. |
void |
removeValue()
Removes the currently selected value in the list. |
| Method Detail |
|---|
ListSelectModel<V> getListSelectModel()
ActionPrototype getInsertActionPrototype()
ActionPrototype getEditActionPrototype()
ActionPrototype getRemoveActionPrototype()
ActionPrototype getLowerActionPrototype()
ActionPrototype getRaiseActionPrototype()
void insertValue()
void editValue()
void removeValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||