MindFusion.Java Package Programmer's Guide
Calendar.getResourceAt Method (Point)
See Also
 






Gets the Resource object associated with the calendar element at the specified point.

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

 Syntax

Java  Copy Code

public Resource getResourceAt (
    Point point
)

 Parameters

point

The point to test.

 Return Value

A Resource instance related to the calendar element at the specified position.

 Remarks

This method can be only be used in views that support grouping.

 See Also

getResourceAt Method Overload List
Calendar Members
Calendar Class
com.mindfusion.scheduling Namespace