ILimitedPresentationObjectCollection<T> Interface
Defines methods and properties for managing a collection of presentation objects.
Declaration
public interface ILimitedPresentationObjectCollection<T> extends ILimitedPresentationObjectCollectionBase<T>
Type Parameters
| Name | Description |
|---|---|
| T | A collection of presentation objects. |
Implements
com.devexpress.docs.presentation.ILimitedPresentationObjectCollectionBase<T>
Methods
resetTo(T item) Method
Replaces the collection content with the specified element.
Declaration
public abstract void resetTo(T item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | T | The element used to reset the collection. |