ig.scheduler.SchedulerHitTestResult
Base class for the result of a hit test of the Scheduler
Dependencies
jquery-1.4.4.js
infragistics.util.js
infragistics.ext_core.js
infragistics.ext_collections.js
infragistics.ext_collectionsExtended.js
infragistics.ext_io.js
infragistics.ext_text.js
infragistics.ext_web.js
infragistics.dv_core.js
infragistics.dv_jquerydom.js
infragistics.dv_interactivity.js
infragistics.ext_ui.js
The current widget has no options.
The current widget has no events.
-
appointment
- .appointment( );
- Return Type:
- ig.scheduler.Appointment
- Return Type Description:
- The appointment or null if not applicable
Gets the SchedulerHitTestResult.appointment under that point.
See Also
-
day
- .day( );
- Return Type:
- number
- Return Type Description:
- The day of the month or 0 if not applicable
Gets the day of the month.
-
dayOfWeek
- .dayOfWeek( );
- Return Type:
- number
- Return Type Description:
- A number from 0 to 6 or -1 if not applicable
Gets the day of the week.
-
height
- .height( );
Gets the height of the element.
-
isLeading
- .isLeading( );
Whether this is a leading day element.
-
isTrailing
- .isTrailing( );
Whether this is a trailing day element.
-
left
- .left( );
Gets the left edge of the element relative to the scheduler view control.
-
month
- .month( );
- Return Type:
- number
- Return Type Description:
- The month or 0 if not applicable
Gets the month.
-
roleDescription
- .roleDescription( );
Gets the description of the role this element plays
-
top
- .top( );
Gets the top edge of the element relative to the scheduler view control.
-
viewMode
- .viewMode( );
- Return Type:
- ig.scheduler.SchedulerViewMode
- Return Type Description:
- Returns a SchedulerViewMode.
Gets the view mode
See Also
-
week
- .week( );
- Return Type:
- number
- Return Type Description:
- The week of the year or 0 if not applicable
Gets the week of the year.
-
width
- .width( );
Gets the width of the element.
-
year
- .year( );
- Return Type:
- number
- Return Type Description:
- The year or 0 if not applicable
Gets the year.