public interface IComponentDeletionParticipant
Modifier and Type | Method and Description |
---|---|
boolean |
deleteChildren(RadComponent parent,
java.util.List<RadComponent> deleted)
Called when one or more children are about to be deleted by the user.
|
boolean deleteChildren(RadComponent parent, java.util.List<RadComponent> deleted) throws java.lang.Exception
parent
- the parent of the deleted children (which still contains
the children since this method is called before the deletion
is performed)deleted
- a nonempty list of children about to be deletedjava.lang.Exception