ig.scheduler.DateQueryResult

Contains information about a date-related ScheduleDataSource query.

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.
  • completedCallback
    Inherited

    .completedCallback( );

    Returns a delegate which is called upon completion of the task associated with this result.

    Remarks

    Certain ScheduleDataSource methods return a result containing the data yielded by the associated operation.

    In cases where the operation executes asynchronously, the CompletedCallback can be used to receive a notification what the operation has completed.

    Before assigning a callback, the developer should check the value of the OperationResultBase.status property; if the status is 'Completed', the result is already available, in which case the callback is unnecessary.

  • completedCallback
    Inherited

    .completedCallback( value:function );

    Sets a delegate which is called upon completion of the task associated with this result.

    • value
    • Type:function

    Remarks

    Certain ScheduleDataSource methods return a result containing the data yielded by the associated operation.

    In cases where the operation executes asynchronously, the CompletedCallback can be used to receive a notification what the operation has completed.

    Before assigning a callback, the developer should check the value of the OperationResultBase.status property; if the status is 'Completed', the result is already available, in which case the callback is unnecessary.

  • dates
    Inherited

    .dates( );

    List of dates selected by the query.

    Remarks

    The list of dates returned from this property represents each date within the query DateRangeQueryResultBase.range that contains activity.

  • errors
    Inherited

    .errors( );

    Returns a list of errors that were encountered during the query.

  • findFirst

    .findFirst( );

    Determines whether the query is terminated after the first date which fits the search criteria is found. Specify true to signify that the query should "early out" upon discovery of the first match for a given date.

  • hasActivity
    Inherited

    .hasActivity( );

    Returns a boolean value indicating whether the query yielded any activity for the specified range.

  • range
    Inherited

    .range( );
    Return Type:
    ig.scheduler.DateTimeRange
    Return Type Description:
    Returns a DateTimeRange.

    Returns the range for which the associated query was created.

  • resources
    Inherited

    .resources( );

    Returns the owners for which the associated query was created.

  • status
    Inherited

    .status( );
    Return Type:
    ig.scheduler.OperationStatus
    Return Type Description:
    Returns a OperationStatus.

    Returns a constant which describes the current status of the operation.

Copyright © 1996 - 2024 Infragistics, Inc. All rights reserved.