public interface IMultiDeleteInfo
Modifier and Type | Method and Description |
---|---|
int |
getNumber()
Returns the number of elements which are selected for deletion.
|
boolean |
isDeleteCanceled()
Returns the state whether delete has been canceled or not.
|
boolean |
isShowDialog()
Returns whether a dialog can be shown or should be suppressed.
|
void |
setDeleteCanceled(boolean deleteCanceled)
Sets the state whether delete has been canceled or not.
|
void |
setShowDialog(boolean showDialog)
Sets whether a dialog can be shown or should be suppressed.
|
boolean isShowDialog()
void setShowDialog(boolean showDialog)
showDialog
- TRUE, a dialog can be shownboolean isDeleteCanceled()
void setDeleteCanceled(boolean deleteCanceled)
deleteCanceled
- TRUE, if delete canceled; FALSE in all other casesint getNumber()