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