Search
AppointmentForm.applyItemChanges Method
See Also
 






Called when the user presses the 'Save and Close' button to apply the changes to the appointment.

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

 Syntax

Java  Copy Code

protected boolean applyItemChanges (
    Appointment app
)

 Parameters

app

The appointment to apply the changes to.

 Return Value

true, if there were actual changes to the appointment; otherwise, false.

 See Also