IPresentationCollection<T> Interface
Defines methods and properties for managing a collection of presentation objects.
Declaration
public interface IPresentationCollection<T> extends List<T>
Type Parameters
| Name | Description |
|---|---|
| T | A collection of presentation objects. |
Implements
java.util.List<T>