public class RecurringItemConfirmEvent extends ItemEvent
recurringItemDeleting
event.Modifier and Type | Method and Description |
---|---|
boolean |
getConfirmAll()
Gets a value indicating whether the operation is allowed for all occurrences of a repeating item.
|
boolean |
getConfirmOccurrence()
Gets a value indicating whether the operation is allowed for the particular occurrence.
|
void |
setConfirmAll(boolean value)
Sets a value indicating whether the operation is allowed for all occurrences of a repeating item.
|
void |
setConfirmOccurrence(boolean value)
Sets a value indicating whether the operation is allowed for the particular occurrence.
|
public boolean getConfirmOccurrence()
public void setConfirmOccurrence(boolean value)
value
- true to allow the operation for the specified item's occurrence; otherwise, false.public boolean getConfirmAll()
public void setConfirmAll(boolean value)
value
- true to allow the operation for all occurrences of the recurring item.