public interface AddRemoveListModel
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object item) |
List |
getItems() |
void |
remove(Object item) |
void |
setItems(Collection items) |
void add(Object item)
void setItems(Collection items)
List getItems()
void remove(Object item)
Copyright © 2017 B3Partners B.V.. All rights reserved.