public class UIListImpl<T extends UIIdentifiedObject> extends Object implements UIList<T>
| Constructor and Description |
|---|
UIListImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addObject(T object) |
void |
defineObjects(Collection<T> objects) |
Collection<T> |
getObjects() |
void |
setObjects(Collection<T> objects) |
@Nullable public Collection<T> getObjects()
getObjects in interface UIList<T extends UIIdentifiedObject>public void setObjects(@Nullable Collection<T> objects)
setObjects in interface UIList<T extends UIIdentifiedObject>public void defineObjects(@Nonnull Collection<T> objects)
defineObjects in interface UIList<T extends UIIdentifiedObject>Copyright © 2025. All rights reserved.