MCPcopy Create free account
hub / github.com/UI5/webcomponents / _showNextPage

Method _showNextPage

packages/main/src/MonthPicker.ts:428–430  ·  view source on GitHub ↗

* Called by Calendar.js * **Note:** when the user presses the ">" button in the calendar header (same as "PageDown") * @protected

()

Source from the content-addressed store, hash-verified

426 * @protected
427 */
428 _showNextPage() {
429 this._modifyTimestampBy(PAGE_SIZE, true);
430 }
431
432 _isOutOfSelectableRange(date: CalendarDate, minDate: CalendarDate, maxDate: CalendarDate): boolean {
433 const month = date.getMonth();

Callers

nothing calls this directly

Calls 1

_modifyTimestampByMethod · 0.95

Tested by

no test coverage detected