Search
ItemEditor.endEdit Method
See Also
 






Invoked when an operation outside of the item editor causes the editor to be closed.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

void endEdit (
    ItemEditContext context,
    boolean accept
)

 Parameters

context

An instance of the ItemEditContext class that exposes information about the edit operation.

accept

true to accept the change, false to cancel it.

 Remarks

This method is invoked by the Calendar when it closes the editor.

 See Also