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

Method _getRowSize

packages/main/src/YearRangePicker.ts:158–160  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

156 }
157
158 _getRowSize() {
159 return this._shouldShowOneColumn() ? 1 : 2;
160 }
161
162 _getInitialFocusedIndex() {
163 return 2;

Callers 3

_getYearRangesMethod · 0.95
_onkeydownMethod · 0.95
_onHomeOrEndMethod · 0.95

Calls 1

_shouldShowOneColumnMethod · 0.95

Tested by

no test coverage detected