Search
AppointmentForm Constructor (Schedule)
See Also
 






Initializes a new instance of the AppointmentForm class.

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

 Syntax

Java  Copy Code

public AppointmentForm (
    Schedule schedule
)

 Parameters

schedule

A Schedule object used to initialize certain fields on the form, such as the list with available locations. This value cannot be null.

 See Also