public interface ITrashSupport extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
void | 
deleteFromTrash()
Delete the element from the trash. 
 | 
boolean | 
isInTrash()
Check if the element has been sent to the trash. 
 | 
void | 
moveToTrash()
Move the element to the trash. 
 | 
void | 
restoreFromTrash()
Restore the element from the trash. 
 | 
boolean isInTrash()
false otherwise.void deleteFromTrash()
void restoreFromTrash()
void moveToTrash()
Copyright © 2019 Visiativ Software. All rights reserved.