@oracle/oraclejet-core-pack 16.1.4 → 17.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/oj-c/ActionCard.json +82 -7
- package/oj-c/AreaChart.json +866 -382
- package/oj-c/AreaChartGroup.json +13 -7
- package/oj-c/AreaChartItem.json +23 -31
- package/oj-c/AreaChartSeries.json +21 -22
- package/oj-c/Avatar.json +11 -11
- package/oj-c/Button.json +55 -28
- package/oj-c/ButtonsetMultiple.json +567 -0
- package/oj-c/ButtonsetSingle.json +567 -0
- package/oj-c/CardView.json +638 -0
- package/oj-c/Checkbox.json +100 -85
- package/oj-c/Checkboxset.json +73 -81
- package/oj-c/Collapsible.json +70 -32
- package/oj-c/ConveyorBelt.json +325 -0
- package/oj-c/DatePicker.json +454 -0
- package/oj-c/DragHandle.json +135 -0
- package/oj-c/DrawerLayout.json +401 -0
- package/oj-c/DrawerPopup.json +36 -22
- package/oj-c/Dropdown/Dropdown.js +9 -0
- package/oj-c/Dropdown/index.js +6 -0
- package/oj-c/FilePicker.json +24 -83
- package/oj-c/FormLayout.json +27 -32
- package/oj-c/HighlightText.json +6 -6
- package/oj-c/InputDateMask.json +104 -117
- package/oj-c/InputDatePicker.json +1514 -0
- package/oj-c/InputDateText.json +104 -117
- package/oj-c/InputMonthMask.json +106 -130
- package/oj-c/InputNumber.json +87 -130
- package/oj-c/InputPassword.json +76 -112
- package/oj-c/InputSensitiveText.json +54 -64
- package/oj-c/InputText.json +85 -108
- package/oj-c/LabelledLink.json +31 -30
- package/oj-c/Legend.json +350 -356
- package/oj-c/LegendItem.json +79 -26
- package/oj-c/LegendSection.json +11 -5
- package/oj-c/LineChart.json +869 -385
- package/oj-c/LineChartGroup.json +13 -7
- package/oj-c/LineChartItem.json +23 -31
- package/oj-c/LineChartSeries.json +25 -26
- package/oj-c/ListItemLayout.json +16 -16
- package/oj-c/ListView.json +393 -33
- package/oj-c/MenuButton.json +46 -38
- package/oj-c/MessageBanner.json +162 -15
- package/oj-c/MessageToast.json +123 -26
- package/oj-c/MeterBar.json +40 -29
- package/oj-c/MeterCircle.json +44 -33
- package/oj-c/Popup.json +628 -0
- package/oj-c/ProgressBar.json +7 -7
- package/oj-c/ProgressCircle.json +7 -7
- package/oj-c/Radioset.json +42 -51
- package/oj-c/RatingGauge.json +23 -23
- package/oj-c/SelectMultiple.json +100 -117
- package/oj-c/SelectSingle.json +109 -112
- package/oj-c/SelectionCard.json +12 -6
- package/oj-c/Selector.json +9 -16
- package/oj-c/SelectorAll.json +7 -14
- package/oj-c/Sheet/Sheet.js +9 -0
- package/oj-c/Sheet/index.js +6 -0
- package/oj-c/SplitMenuButton.json +351 -27
- package/oj-c/TabBar.json +553 -0
- package/oj-c/TabBarMixed.json +43 -29
- package/oj-c/TagCloud.json +36 -36
- package/oj-c/TagCloudItem.json +17 -18
- package/oj-c/TextArea.json +84 -126
- package/oj-c/ToggleButton.json +513 -0
- package/oj-c/action-card/__webdriver__/ActionCardWebElement.js +1 -1
- package/oj-c/action-card/__webdriver__/ActionCardWebElement.js.map +1 -1
- package/oj-c/action-card/action-card.js +41 -4
- package/oj-c/action-card/component.json +20 -2
- package/oj-c/action-card.js +1 -1
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +11 -0
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +9 -0
- package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
- package/oj-c/area-chart/area-chart.js +7 -13
- package/oj-c/area-chart/component.json +51 -12
- package/oj-c/area-chart-group/component.json +8 -2
- package/oj-c/area-chart-group.js +1 -1
- package/oj-c/area-chart-item/component.json +8 -2
- package/oj-c/area-chart-item.js +1 -1
- package/oj-c/area-chart-series/component.json +8 -2
- package/oj-c/area-chart-series.js +1 -1
- package/oj-c/area-chart.js +1 -1
- package/oj-c/avatar/avatar-styles.css +1 -0
- package/oj-c/avatar/component.json +5 -2
- package/oj-c/avatar.js +1 -1
- package/oj-c/button/button.js +36 -34
- package/oj-c/button/component.json +18 -19
- package/oj-c/button.js +1 -1
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.d.ts +8 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js +13 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElement.js.map +1 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.d.ts +101 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js +104 -0
- package/oj-c/buttonset-multiple/__webdriver__/ButtonsetMultipleWebElementBase.js.map +1 -0
- package/oj-c/buttonset-multiple/__webdriver__/index.d.ts +17 -0
- package/oj-c/buttonset-multiple/__webdriver__/index.js +34 -0
- package/oj-c/buttonset-multiple/__webdriver__/index.js.map +1 -0
- package/oj-c/buttonset-multiple/buttonset-multiple-styles.css +12 -0
- package/oj-c/buttonset-multiple/buttonset-multiple.js +55 -0
- package/oj-c/buttonset-multiple/component.json +228 -0
- package/oj-c/buttonset-multiple/index.js +6 -0
- package/oj-c/buttonset-multiple.js +6 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.d.ts +8 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js +13 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElement.js.map +1 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.d.ts +101 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js +104 -0
- package/oj-c/buttonset-single/__webdriver__/ButtonsetSingleWebElementBase.js.map +1 -0
- package/oj-c/buttonset-single/__webdriver__/index.d.ts +17 -0
- package/oj-c/buttonset-single/__webdriver__/index.js +34 -0
- package/oj-c/buttonset-single/__webdriver__/index.js.map +1 -0
- package/oj-c/buttonset-single/buttonset-single-styles.css +12 -0
- package/oj-c/buttonset-single/buttonset-single.js +55 -0
- package/oj-c/buttonset-single/component.json +228 -0
- package/oj-c/buttonset-single/index.js +6 -0
- package/oj-c/buttonset-single.js +6 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElement.d.ts +33 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js +70 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElement.js.map +1 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.d.ts +95 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js +104 -0
- package/oj-c/card-view/__webdriver__/CardViewWebElementBase.js.map +1 -0
- package/oj-c/card-view/__webdriver__/index.d.ts +17 -0
- package/oj-c/card-view/__webdriver__/index.js +34 -0
- package/oj-c/card-view/__webdriver__/index.js.map +1 -0
- package/oj-c/card-view/card-view-styles.css +15 -0
- package/oj-c/card-view/card-view.js +71 -0
- package/oj-c/card-view/cardViewItem.js +15 -0
- package/oj-c/card-view/component.json +323 -0
- package/oj-c/card-view/index.js +6 -0
- package/oj-c/card-view/useCardViewPreact.js +80 -0
- package/oj-c/card-view.js +6 -0
- package/oj-c/checkbox/checkbox.js +51 -91
- package/oj-c/checkbox/component.json +32 -19
- package/oj-c/checkbox/useCheckboxPreact.js +2 -4
- package/oj-c/checkbox.js +1 -1
- package/oj-c/checkboxset/checkboxset.js +38 -77
- package/oj-c/checkboxset/component.json +32 -24
- package/oj-c/checkboxset/useCheckboxsetPreact.js +1 -1
- package/oj-c/checkboxset.js +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.d.ts +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +1 -1
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js.map +1 -1
- package/oj-c/collapsible/collapsible.js +9 -6
- package/oj-c/collapsible/component.json +40 -13
- package/oj-c/collapsible.js +1 -1
- package/oj-c/component.json +49 -5
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.d.ts +8 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js +13 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElement.js.map +1 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.d.ts +44 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js +59 -0
- package/oj-c/conveyor-belt/__webdriver__/ConveyorBeltWebElementBase.js.map +1 -0
- package/oj-c/conveyor-belt/__webdriver__/index.d.ts +17 -0
- package/oj-c/conveyor-belt/__webdriver__/index.js +34 -0
- package/oj-c/conveyor-belt/__webdriver__/index.js.map +1 -0
- package/oj-c/conveyor-belt/component.json +181 -0
- package/oj-c/conveyor-belt/conveyor-belt-styles.css +20 -0
- package/oj-c/conveyor-belt/conveyor-belt.js +125 -0
- package/oj-c/conveyor-belt/conveyorBeltItem.js +13 -0
- package/oj-c/conveyor-belt/index.js +6 -0
- package/oj-c/conveyor-belt.js +6 -0
- package/oj-c/corepackbundle.js +6975 -5062
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.d.ts +8 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js +13 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElement.js.map +1 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.d.ts +93 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js +122 -0
- package/oj-c/date-picker/__webdriver__/DatePickerWebElementBase.js.map +1 -0
- package/oj-c/date-picker/__webdriver__/index.d.ts +17 -0
- package/oj-c/date-picker/__webdriver__/index.js +34 -0
- package/oj-c/date-picker/__webdriver__/index.js.map +1 -0
- package/oj-c/date-picker/component.json +179 -0
- package/oj-c/date-picker/date-picker-styles.css +14 -0
- package/oj-c/date-picker/date-picker.js +34 -0
- package/oj-c/date-picker/index.js +6 -0
- package/oj-c/date-picker.js +6 -0
- package/oj-c/drag-handle/component.json +82 -0
- package/oj-c/drag-handle/drag-handle.js +11 -0
- package/oj-c/drag-handle/index.js +6 -0
- package/oj-c/drag-handle.js +6 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.d.ts +8 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js +13 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElement.js.map +1 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.d.ts +72 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js +95 -0
- package/oj-c/drawer-layout/__webdriver__/DrawerLayoutWebElementBase.js.map +1 -0
- package/oj-c/drawer-layout/__webdriver__/index.d.ts +17 -0
- package/oj-c/drawer-layout/__webdriver__/index.js +34 -0
- package/oj-c/drawer-layout/__webdriver__/index.js.map +1 -0
- package/oj-c/drawer-layout/component.json +208 -0
- package/oj-c/drawer-layout/drawer-layout-styles.css +11 -0
- package/oj-c/drawer-layout/drawer-layout.js +37 -0
- package/oj-c/drawer-layout/index.js +6 -0
- package/oj-c/drawer-layout.js +6 -0
- package/oj-c/drawer-popup/component.json +53 -15
- package/oj-c/drawer-popup/drawer-popup.js +33 -5
- package/oj-c/drawer-popup.js +1 -1
- package/oj-c/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +2 -2
- package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
- package/oj-c/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +2 -5
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.d.ts +15 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +89 -19
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js.map +1 -1
- package/oj-c/file-picker/component.json +10 -19
- package/oj-c/file-picker/file-picker.js +1 -9
- package/oj-c/file-picker.js +1 -1
- package/oj-c/form-layout/component.json +16 -11
- package/oj-c/form-layout/form-layout.js +11 -43
- package/oj-c/form-layout.js +1 -1
- package/oj-c/highlight-text/component.json +5 -2
- package/oj-c/highlight-text.js +1 -1
- package/oj-c/hooks/PRIVATE_useVisData/useVisData.js +44 -0
- package/oj-c/hooks/UNSAFE_useChartData/useChartData.js +4 -4
- package/oj-c/hooks/UNSAFE_useEditableValue/converterUtils.js +50 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/index.js +6 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/reducer.js +164 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/types.js +4 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/useEditableValue.js +336 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/utils.js +35 -0
- package/oj-c/hooks/UNSAFE_useEditableValue/validationUtils.js +53 -0
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +4 -1
- package/oj-c/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +23 -0
- package/oj-c/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +16 -0
- package/oj-c/input-date-mask/component.json +17 -7
- package/oj-c/input-date-mask/input-date-mask.js +11 -10
- package/oj-c/input-date-mask/useInputDateMaskPreact.js +22 -15
- package/oj-c/input-date-mask.js +1 -1
- package/oj-c/input-date-picker/DateRangeValidator.js +53 -0
- package/oj-c/input-date-picker/DateRestrictionValidator.js +35 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.d.ts +17 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js +73 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElement.js.map +1 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.d.ts +291 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js +302 -0
- package/oj-c/input-date-picker/__webdriver__/InputDatePickerWebElementBase.js.map +1 -0
- package/oj-c/input-date-picker/__webdriver__/index.d.ts +17 -0
- package/oj-c/input-date-picker/__webdriver__/index.js +34 -0
- package/oj-c/input-date-picker/__webdriver__/index.js.map +1 -0
- package/oj-c/input-date-picker/component.json +563 -0
- package/oj-c/input-date-picker/index.js +6 -0
- package/oj-c/input-date-picker/input-date-picker-styles.css +13 -0
- package/oj-c/input-date-picker/input-date-picker.js +39 -0
- package/oj-c/input-date-picker/useCombinedImplicitValidators.js +13 -0
- package/oj-c/input-date-picker/useImplicitCalendarDateConverter.js +17 -0
- package/oj-c/input-date-picker/useImplicitDateRangeValidator.js +29 -0
- package/oj-c/input-date-picker/useImplicitDateRestrictionValidator.js +16 -0
- package/oj-c/input-date-picker/useInputDatePicker.js +141 -0
- package/oj-c/input-date-picker/utils.js +23 -0
- package/oj-c/input-date-picker.js +6 -0
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.d.ts +0 -7
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js +0 -9
- package/oj-c/input-date-text/__webdriver__/InputDateTextWebElementBase.js.map +1 -1
- package/oj-c/input-date-text/component.json +34 -21
- package/oj-c/input-date-text/input-date-text.js +52 -94
- package/oj-c/input-date-text/useInputDateTextPreact.js +19 -13
- package/oj-c/input-date-text.js +1 -1
- package/oj-c/input-month-mask/component.json +17 -7
- package/oj-c/input-month-mask/input-month-mask.js +11 -10
- package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +9 -1
- package/oj-c/input-month-mask/useInputMonthMaskPreact.js +19 -13
- package/oj-c/input-month-mask.js +1 -1
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.d.ts +0 -7
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +0 -9
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js.map +1 -1
- package/oj-c/input-number/component.json +22 -19
- package/oj-c/input-number/input-number.js +52 -96
- package/oj-c/input-number.js +1 -1
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +0 -7
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +0 -9
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
- package/oj-c/input-password/component.json +22 -19
- package/oj-c/input-password/input-password.js +47 -90
- package/oj-c/input-password.js +1 -1
- package/oj-c/input-sensitive-text/component.json +13 -6
- package/oj-c/input-sensitive-text/input-sensitive-text.js +11 -10
- package/oj-c/input-sensitive-text.js +1 -1
- package/oj-c/input-text/component.json +22 -16
- package/oj-c/input-text/input-text.js +57 -96
- package/oj-c/input-text/useInputTextPreact.js +15 -12
- package/oj-c/input-text.js +1 -1
- package/oj-c/labelled-link/component.json +12 -3
- package/oj-c/labelled-link.js +1 -1
- package/oj-c/legend/component.json +17 -2
- package/oj-c/legend/events.js +3 -2
- package/oj-c/legend/legend.js +28 -16
- package/oj-c/legend/utils.js +28 -6
- package/oj-c/legend-item/component.json +41 -6
- package/oj-c/legend-item/legend-item.js +4 -3
- package/oj-c/legend-item.js +1 -1
- package/oj-c/legend-section/component.json +18 -2
- package/oj-c/legend-section.js +1 -1
- package/oj-c/legend.js +1 -1
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +11 -0
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +9 -0
- package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
- package/oj-c/line-chart/component.json +55 -16
- package/oj-c/line-chart/line-chart.js +7 -13
- package/oj-c/line-chart-group/component.json +8 -2
- package/oj-c/line-chart-group.js +1 -1
- package/oj-c/line-chart-item/component.json +8 -2
- package/oj-c/line-chart-item.js +1 -1
- package/oj-c/line-chart-series/component.json +10 -4
- package/oj-c/line-chart-series/line-chart-series.js +1 -1
- package/oj-c/line-chart-series.js +1 -1
- package/oj-c/line-chart.js +1 -1
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.d.ts +12 -3
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +12 -3
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js.map +1 -1
- package/oj-c/list-item-layout/component.json +10 -14
- package/oj-c/list-item-layout/list-item-layout.js +3 -3
- package/oj-c/list-item-layout.js +1 -1
- package/oj-c/list-view/DataFetchLiveRegion.js +30 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElement.d.ts +1 -1
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js +4 -7
- package/oj-c/list-view/__webdriver__/ListViewWebElement.js.map +1 -1
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.d.ts +26 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js +18 -0
- package/oj-c/list-view/__webdriver__/ListViewWebElementBase.js.map +1 -1
- package/oj-c/list-view/component.json +207 -3
- package/oj-c/list-view/list-view.js +32 -7
- package/oj-c/list-view/useListViewPreact.js +101 -10
- package/oj-c/list-view.js +1 -1
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.d.ts +1 -0
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js +14 -8
- package/oj-c/menu-button/__webdriver__/MenuButtonWebElement.js.map +1 -1
- package/oj-c/menu-button/component.json +21 -17
- package/oj-c/menu-button/menu-button.js +5 -8
- package/oj-c/menu-button.js +1 -1
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.d.ts +7 -0
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js +9 -0
- package/oj-c/message-banner/__webdriver__/MessageBannerWebElementBase.js.map +1 -1
- package/oj-c/message-banner/component.json +28 -3
- package/oj-c/message-banner/message-banner.js +30 -3
- package/oj-c/message-banner.js +1 -1
- package/oj-c/message-toast/component.json +9 -4
- package/oj-c/message-toast.js +1 -1
- package/oj-c/metadata/allComponents.json +4181 -637
- package/oj-c/meter-bar/component.json +11 -3
- package/oj-c/meter-bar/meter-bar-styles.css +14 -2
- package/oj-c/meter-bar/meter-bar.js +2 -2
- package/oj-c/meter-bar.js +1 -1
- package/oj-c/meter-circle/component.json +11 -3
- package/oj-c/meter-circle/meter-circle-styles.css +5 -0
- package/oj-c/meter-circle/meter-circle.js +2 -2
- package/oj-c/meter-circle.js +1 -1
- package/oj-c/min/Dropdown/Dropdown.js +9 -0
- package/oj-c/min/Dropdown/index.js +6 -0
- package/oj-c/min/Sheet/Sheet.js +9 -0
- package/oj-c/min/Sheet/index.js +6 -0
- package/oj-c/min/action-card.js +1 -1
- package/oj-c/min/action-card.js.map +1 -1
- package/oj-c/min/area-chart-group.js +1 -1
- package/oj-c/min/area-chart-group.js.map +1 -1
- package/oj-c/min/area-chart-item.js +1 -1
- package/oj-c/min/area-chart-item.js.map +1 -1
- package/oj-c/min/area-chart-series.js +1 -1
- package/oj-c/min/area-chart-series.js.map +1 -1
- package/oj-c/min/area-chart.js +1 -1
- package/oj-c/min/area-chart.js.map +1 -1
- package/oj-c/min/avatar/avatar-styles.css +1 -0
- package/oj-c/min/avatar.js +1 -1
- package/oj-c/min/avatar.js.map +1 -1
- package/oj-c/min/button.js +1 -1
- package/oj-c/min/button.js.map +1 -1
- package/oj-c/min/buttonset-multiple/buttonset-multiple-styles.css +12 -0
- package/oj-c/min/buttonset-multiple.js +2 -0
- package/oj-c/min/buttonset-multiple.js.map +1 -0
- package/oj-c/min/buttonset-single/buttonset-single-styles.css +12 -0
- package/oj-c/min/buttonset-single.js +2 -0
- package/oj-c/min/buttonset-single.js.map +1 -0
- package/oj-c/min/card-view/card-view-styles.css +15 -0
- package/oj-c/min/card-view.js +2 -0
- package/oj-c/min/card-view.js.map +1 -0
- package/oj-c/min/checkbox.js +1 -1
- package/oj-c/min/checkbox.js.map +1 -1
- package/oj-c/min/checkboxset.js +1 -1
- package/oj-c/min/checkboxset.js.map +1 -1
- package/oj-c/min/collapsible.js +1 -1
- package/oj-c/min/collapsible.js.map +1 -1
- package/oj-c/min/conveyor-belt/conveyor-belt-styles.css +20 -0
- package/oj-c/min/conveyor-belt.js +2 -0
- package/oj-c/min/conveyor-belt.js.map +1 -0
- package/oj-c/min/corepackbundle.css +121 -16
- package/oj-c/min/corepackbundle.js +1 -1
- package/oj-c/min/corepackbundle.js.map +1 -1
- package/oj-c/min/date-picker/date-picker-styles.css +14 -0
- package/oj-c/min/date-picker.js +2 -0
- package/oj-c/min/date-picker.js.map +1 -0
- package/oj-c/min/drag-handle.js +2 -0
- package/oj-c/min/drag-handle.js.map +1 -0
- package/oj-c/min/drawer-layout/drawer-layout-styles.css +11 -0
- package/oj-c/min/drawer-layout.js +2 -0
- package/oj-c/min/drawer-layout.js.map +1 -0
- package/oj-c/min/drawer-popup.js +1 -1
- package/oj-c/min/drawer-popup.js.map +1 -1
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +2 -2
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +2 -1
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +2 -5
- package/oj-c/min/file-picker.js +1 -1
- package/oj-c/min/file-picker.js.map +1 -1
- package/oj-c/min/form-layout.js +1 -1
- package/oj-c/min/form-layout.js.map +1 -1
- package/oj-c/min/highlight-text.js +1 -1
- package/oj-c/min/highlight-text.js.map +1 -1
- package/oj-c/min/hooks/PRIVATE_useVisData/useVisData.js +44 -0
- package/oj-c/min/hooks/UNSAFE_useChartData/useChartData.js +4 -4
- package/oj-c/min/hooks/UNSAFE_useEditableValue/converterUtils.js +50 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/index.js +6 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/reducer.js +164 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/types.js +4 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/useEditableValue.js +336 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/utils.js +35 -0
- package/oj-c/min/hooks/UNSAFE_useEditableValue/validationUtils.js +53 -0
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +4 -1
- package/oj-c/min/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.js +23 -0
- package/oj-c/min/hooks/UNSAFE_useVisBusyState/useVisBusyState.js +16 -0
- package/oj-c/min/input-date-mask.js +1 -1
- package/oj-c/min/input-date-mask.js.map +1 -1
- package/oj-c/min/input-date-picker/input-date-picker-styles.css +13 -0
- package/oj-c/min/input-date-picker.js +3 -0
- package/oj-c/min/input-date-picker.js.map +1 -0
- package/oj-c/min/input-date-text.js +1 -1
- package/oj-c/min/input-date-text.js.map +1 -1
- package/oj-c/min/input-month-mask.js +1 -1
- package/oj-c/min/input-month-mask.js.map +1 -1
- package/oj-c/min/input-number.js +1 -1
- package/oj-c/min/input-number.js.map +1 -1
- package/oj-c/min/input-password.js +1 -1
- package/oj-c/min/input-password.js.map +1 -1
- package/oj-c/min/input-sensitive-text.js +1 -1
- package/oj-c/min/input-sensitive-text.js.map +1 -1
- package/oj-c/min/input-text.js +1 -1
- package/oj-c/min/input-text.js.map +1 -1
- package/oj-c/min/labelled-link.js +1 -1
- package/oj-c/min/labelled-link.js.map +1 -1
- package/oj-c/min/legend-item.js +1 -1
- package/oj-c/min/legend-item.js.map +1 -1
- package/oj-c/min/legend-section.js +1 -1
- package/oj-c/min/legend-section.js.map +1 -1
- package/oj-c/min/legend.js +1 -1
- package/oj-c/min/legend.js.map +1 -1
- package/oj-c/min/line-chart-group.js +1 -1
- package/oj-c/min/line-chart-group.js.map +1 -1
- package/oj-c/min/line-chart-item.js +1 -1
- package/oj-c/min/line-chart-item.js.map +1 -1
- package/oj-c/min/line-chart-series.js +1 -1
- package/oj-c/min/line-chart-series.js.map +1 -1
- package/oj-c/min/line-chart.js +1 -1
- package/oj-c/min/line-chart.js.map +1 -1
- package/oj-c/min/list-item-layout.js +1 -1
- package/oj-c/min/list-item-layout.js.map +1 -1
- package/oj-c/min/list-view.js +1 -1
- package/oj-c/min/list-view.js.map +1 -1
- package/oj-c/min/menu-button.js +1 -1
- package/oj-c/min/menu-button.js.map +1 -1
- package/oj-c/min/message-banner.js +1 -1
- package/oj-c/min/message-banner.js.map +1 -1
- package/oj-c/min/message-toast.js +1 -1
- package/oj-c/min/message-toast.js.map +1 -1
- package/oj-c/min/meter-bar/meter-bar-styles.css +14 -2
- package/oj-c/min/meter-bar.js +1 -1
- package/oj-c/min/meter-bar.js.map +1 -1
- package/oj-c/min/meter-circle/meter-circle-styles.css +5 -0
- package/oj-c/min/meter-circle.js +1 -1
- package/oj-c/min/meter-circle.js.map +1 -1
- package/oj-c/min/popup/popup-styles.css +12 -0
- package/oj-c/min/popup/resources/nls/popup-strings.d.ts +8 -0
- package/oj-c/min/popup/resources/nls/popup-strings.js +10 -0
- package/oj-c/min/popup.js +2 -0
- package/oj-c/min/popup.js.map +1 -0
- package/oj-c/min/progress-bar.js +1 -1
- package/oj-c/min/progress-bar.js.map +1 -1
- package/oj-c/min/progress-circle.js +1 -1
- package/oj-c/min/progress-circle.js.map +1 -1
- package/oj-c/min/radioset/radioset-styles.css +5 -6
- package/oj-c/min/radioset.js +1 -1
- package/oj-c/min/radioset.js.map +1 -1
- package/oj-c/min/rating-gauge.js +1 -1
- package/oj-c/min/rating-gauge.js.map +1 -1
- package/oj-c/min/select-common/utils/utils.js +40 -2
- package/oj-c/min/select-multiple.js +2 -2
- package/oj-c/min/select-multiple.js.map +1 -1
- package/oj-c/min/select-single.js +2 -2
- package/oj-c/min/select-single.js.map +1 -1
- package/oj-c/min/selection-card.js +1 -1
- package/oj-c/min/selection-card.js.map +1 -1
- package/oj-c/min/selector-all.js +1 -1
- package/oj-c/min/selector-all.js.map +1 -1
- package/oj-c/min/selector.js +1 -1
- package/oj-c/min/selector.js.map +1 -1
- package/oj-c/min/split-menu-button.js +1 -1
- package/oj-c/min/split-menu-button.js.map +1 -1
- package/oj-c/min/tab-bar/tab-bar-styles.css +11 -0
- package/oj-c/min/tab-bar-mixed.js +1 -1
- package/oj-c/min/tab-bar-mixed.js.map +1 -1
- package/oj-c/min/tab-bar.js +2 -0
- package/oj-c/min/tab-bar.js.map +1 -0
- package/oj-c/min/tag-cloud-item.js +1 -1
- package/oj-c/min/tag-cloud-item.js.map +1 -1
- package/oj-c/min/tag-cloud.js +1 -1
- package/oj-c/min/tag-cloud.js.map +1 -1
- package/oj-c/min/text-area.js +1 -1
- package/oj-c/min/text-area.js.map +1 -1
- package/oj-c/min/toggle-button/toggle-button-styles.css +12 -0
- package/oj-c/min/toggle-button.js +2 -0
- package/oj-c/min/toggle-button.js.map +1 -0
- package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +1 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/index.js +7 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/toggle-item-icon.js +14 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/toggleTypes.js +4 -0
- package/oj-c/min/utils/PRIVATE_toggleUtils/widthStyle.js +19 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/keySetUtils.js +21 -1
- package/oj-c/min/utils/UNSAFE_vizUtils/TemplateHandler.js +15 -3
- package/oj-c/popup/README.md +6 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.d.ts +8 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.js +13 -0
- package/oj-c/popup/__webdriver__/PopupWebElement.js.map +1 -0
- package/oj-c/popup/__webdriver__/PopupWebElementBase.d.ts +138 -0
- package/oj-c/popup/__webdriver__/PopupWebElementBase.js +167 -0
- package/oj-c/popup/__webdriver__/PopupWebElementBase.js.map +1 -0
- package/oj-c/popup/__webdriver__/index.d.ts +17 -0
- package/oj-c/popup/__webdriver__/index.js +34 -0
- package/oj-c/popup/__webdriver__/index.js.map +1 -0
- package/oj-c/popup/component.json +310 -0
- package/oj-c/popup/index.js +6 -0
- package/oj-c/popup/popup-styles.css +12 -0
- package/oj-c/popup/popup.js +127 -0
- package/oj-c/popup/resources/nls/popup-strings.js +10 -0
- package/oj-c/popup/themes/base/_popup.scss +22 -0
- package/oj-c/popup/themes/redwood/_popup.scss +19 -0
- package/oj-c/popup/themes/stable/_popup.scss +19 -0
- package/oj-c/popup.js +6 -0
- package/oj-c/progress-bar/component.json +5 -2
- package/oj-c/progress-bar.js +1 -1
- package/oj-c/progress-circle/component.json +5 -2
- package/oj-c/progress-circle.js +1 -1
- package/oj-c/radioset/component.json +10 -9
- package/oj-c/radioset/radioset-styles.css +5 -6
- package/oj-c/radioset/radioset.js +24 -17
- package/oj-c/radioset.js +1 -1
- package/oj-c/rating-gauge/component.json +5 -2
- package/oj-c/rating-gauge.js +1 -1
- package/oj-c/select-common/utils/utils.js +40 -2
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.d.ts +7 -7
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +9 -9
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js.map +1 -1
- package/oj-c/select-multiple/component.json +31 -20
- package/oj-c/select-multiple/select-multiple.js +44 -91
- package/oj-c/select-multiple/useSelectMultiplePreact.js +17 -12
- package/oj-c/select-multiple/useSyncValueAndValueItems.js +32 -8
- package/oj-c/select-multiple.js +1 -1
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.d.ts +7 -7
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +9 -9
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js.map +1 -1
- package/oj-c/select-single/component.json +39 -21
- package/oj-c/select-single/select-single.js +45 -94
- package/oj-c/select-single/useSelectSinglePreact.js +25 -12
- package/oj-c/select-single/useSyncValueAndValueItem.js +32 -7
- package/oj-c/select-single.js +1 -1
- package/oj-c/selection-card/component.json +11 -2
- package/oj-c/selection-card.js +1 -1
- package/oj-c/selector/component.json +5 -2
- package/oj-c/selector-all/component.json +5 -2
- package/oj-c/selector-all/selector-all.js +1 -1
- package/oj-c/selector-all.js +1 -1
- package/oj-c/selector.js +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +13 -8
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +59 -1
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
- package/oj-c/split-menu-button/component.json +125 -13
- package/oj-c/split-menu-button/split-menu-button.js +3 -4
- package/oj-c/split-menu-button.js +1 -1
- package/oj-c/tab-bar/ContentRenderer.js +41 -0
- package/oj-c/tab-bar/DataTabBar.js +54 -0
- package/oj-c/tab-bar/DataTabBar.types.js +4 -0
- package/oj-c/tab-bar/DataTabBarIcon.js +16 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.d.ts +8 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js +13 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElement.js.map +1 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.d.ts +65 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js +86 -0
- package/oj-c/tab-bar/__webdriver__/TabBarWebElementBase.js.map +1 -0
- package/oj-c/tab-bar/__webdriver__/index.d.ts +17 -0
- package/oj-c/tab-bar/__webdriver__/index.js +34 -0
- package/oj-c/tab-bar/__webdriver__/index.js.map +1 -0
- package/oj-c/tab-bar/component.json +223 -0
- package/oj-c/tab-bar/index.js +6 -0
- package/oj-c/tab-bar/tab-bar-styles.css +11 -0
- package/oj-c/tab-bar/tab-bar.js +70 -0
- package/oj-c/tab-bar-mixed/DataTabBarMixed.js +1 -1
- package/oj-c/tab-bar-mixed/component.json +11 -2
- package/oj-c/tab-bar-mixed/sumBadge.js +3 -3
- package/oj-c/tab-bar-mixed/tab-bar-mixed.js +1 -1
- package/oj-c/tab-bar-mixed.js +1 -1
- package/oj-c/tab-bar.js +6 -0
- package/oj-c/tag-cloud/component.json +11 -2
- package/oj-c/tag-cloud/tag-cloud.js +3 -9
- package/oj-c/tag-cloud-item/component.json +8 -2
- package/oj-c/tag-cloud-item.js +1 -1
- package/oj-c/tag-cloud.js +1 -1
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.d.ts +0 -7
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +0 -9
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js.map +1 -1
- package/oj-c/text-area/component.json +24 -20
- package/oj-c/text-area/text-area.js +70 -98
- package/oj-c/text-area/useTextAreaAutosizePreact.js +12 -9
- package/oj-c/text-area/useTextAreaPreact.js +12 -9
- package/oj-c/text-area.js +1 -1
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.d.ts +8 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js +13 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElement.js.map +1 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.d.ts +72 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js +95 -0
- package/oj-c/toggle-button/__webdriver__/ToggleButtonWebElementBase.js.map +1 -0
- package/oj-c/toggle-button/__webdriver__/index.d.ts +17 -0
- package/oj-c/toggle-button/__webdriver__/index.js +34 -0
- package/oj-c/toggle-button/__webdriver__/index.js.map +1 -0
- package/oj-c/toggle-button/component.json +229 -0
- package/oj-c/toggle-button/index.js +6 -0
- package/oj-c/toggle-button/toggle-button-styles.css +12 -0
- package/oj-c/toggle-button/toggle-button.js +83 -0
- package/oj-c/toggle-button.js +6 -0
- package/oj-c/types/Dropdown/Dropdown.d.ts +5 -0
- package/oj-c/types/Dropdown/index.d.ts +1 -0
- package/oj-c/types/Sheet/Sheet.d.ts +5 -0
- package/oj-c/types/Sheet/index.d.ts +1 -0
- package/oj-c/types/action-card/action-card.d.ts +12 -4
- package/oj-c/types/area-chart/area-chart.d.ts +12 -4
- package/oj-c/types/button/button.d.ts +5 -3
- package/oj-c/types/buttonset-multiple/buttonset-multiple.d.ts +95 -0
- package/oj-c/types/buttonset-multiple/index.d.ts +2 -0
- package/oj-c/types/buttonset-single/buttonset-single.d.ts +95 -0
- package/oj-c/types/buttonset-single/index.d.ts +2 -0
- package/oj-c/types/card-view/card-view.d.ts +120 -0
- package/oj-c/types/card-view/cardViewItem.d.ts +9 -0
- package/oj-c/types/card-view/index.d.ts +2 -0
- package/oj-c/types/card-view/useCardViewPreact.d.ts +25 -0
- package/oj-c/types/checkbox/checkbox.d.ts +23 -39
- package/oj-c/types/checkbox/useCheckboxPreact.d.ts +3 -3
- package/oj-c/types/checkboxset/checkboxset.d.ts +29 -41
- package/oj-c/types/checkboxset/useCheckboxsetPreact.d.ts +2 -2
- package/oj-c/types/conveyor-belt/conveyor-belt.d.ts +77 -0
- package/oj-c/types/conveyor-belt/conveyorBeltItem.d.ts +24 -0
- package/oj-c/types/conveyor-belt/index.d.ts +2 -0
- package/oj-c/types/date-picker/date-picker.d.ts +113 -0
- package/oj-c/types/date-picker/index.d.ts +2 -0
- package/oj-c/types/drag-handle/drag-handle.d.ts +24 -0
- package/oj-c/types/drag-handle/index.d.ts +2 -0
- package/oj-c/types/drawer-layout/drawer-layout.d.ts +91 -0
- package/oj-c/types/drawer-layout/index.d.ts +2 -0
- package/oj-c/types/drawer-popup/drawer-popup.d.ts +7 -2
- package/oj-c/types/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +3 -3
- package/oj-c/types/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +4 -3
- package/oj-c/types/editable-value/UNSAFE_useValidators/useValidators.d.ts +2 -2
- package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +4 -4
- package/oj-c/types/file-picker/file-picker.d.ts +0 -1
- package/oj-c/types/form-layout/form-layout.d.ts +3 -8
- package/oj-c/types/hooks/PRIVATE_useVisData/useVisData.d.ts +10 -0
- package/oj-c/types/hooks/UNSAFE_useChartData/dataUtil.d.ts +1 -1
- package/oj-c/types/hooks/UNSAFE_useChartData/useChartData.d.ts +1 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/converterUtils.d.ts +14 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/index.d.ts +2 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/reducer.d.ts +106 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/types.d.ts +7 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/useEditableValue.d.ts +43 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/utils.d.ts +8 -0
- package/oj-c/types/hooks/UNSAFE_useEditableValue/validationUtils.d.ts +27 -0
- package/oj-c/types/hooks/UNSAFE_useMergedFormContext/useMergedFormContext.d.ts +16 -0
- package/oj-c/types/hooks/UNSAFE_useVisBusyState/useVisBusyState.d.ts +1 -0
- package/oj-c/types/input-date-mask/input-date-mask.d.ts +3 -3
- package/oj-c/types/input-date-mask/useInputDateMaskPreact.d.ts +6 -5
- package/oj-c/types/input-date-picker/DateRangeValidator.d.ts +31 -0
- package/oj-c/types/input-date-picker/DateRestrictionValidator.d.ts +25 -0
- package/oj-c/types/input-date-picker/index.d.ts +2 -0
- package/oj-c/types/input-date-picker/input-date-picker.d.ts +219 -0
- package/oj-c/types/input-date-picker/useCombinedImplicitValidators.d.ts +2 -0
- package/oj-c/types/input-date-picker/useImplicitCalendarDateConverter.d.ts +7 -0
- package/oj-c/types/input-date-picker/useImplicitDateRangeValidator.d.ts +4 -0
- package/oj-c/types/input-date-picker/useImplicitDateRestrictionValidator.d.ts +6 -0
- package/oj-c/types/input-date-picker/useInputDatePicker.d.ts +45 -0
- package/oj-c/types/input-date-picker/utils.d.ts +3 -0
- package/oj-c/types/input-date-text/input-date-text.d.ts +16 -26
- package/oj-c/types/input-date-text/useInputDateTextPreact.d.ts +3 -5
- package/oj-c/types/input-month-mask/input-month-mask.d.ts +3 -3
- package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +5 -6
- package/oj-c/types/input-number/input-number.d.ts +15 -25
- package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +3 -3
- package/oj-c/types/input-password/input-password.d.ts +16 -26
- package/oj-c/types/input-password/useInputPasswordPreact.d.ts +3 -3
- package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +3 -3
- package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +3 -3
- package/oj-c/types/input-text/input-text.d.ts +16 -21
- package/oj-c/types/input-text/useInputTextPreact.d.ts +5 -10
- package/oj-c/types/legend/events.d.ts +2 -2
- package/oj-c/types/legend/legend.d.ts +4 -2
- package/oj-c/types/legend/utils.d.ts +5 -3
- package/oj-c/types/legend-item/legend-item.d.ts +6 -1
- package/oj-c/types/line-chart/line-chart.d.ts +9 -1
- package/oj-c/types/list-view/DataFetchLiveRegion.d.ts +5 -0
- package/oj-c/types/list-view/index.d.ts +1 -1
- package/oj-c/types/list-view/list-view.d.ts +60 -3
- package/oj-c/types/list-view/useListViewPreact.d.ts +5 -2
- package/oj-c/types/menu-button/menu-button.d.ts +10 -9
- package/oj-c/types/message-banner/message-banner.d.ts +7 -1
- package/oj-c/types/message-toast/message-toast.d.ts +2 -0
- package/oj-c/types/meter-circle/meter-circle.d.ts +1 -0
- package/oj-c/types/popup/index.d.ts +2 -0
- package/oj-c/types/popup/popup.d.ts +150 -0
- package/oj-c/types/popup/resources/nls/popup-strings.d.ts +8 -0
- package/oj-c/types/radioset/useRadiosetPreact.d.ts +2 -2
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +4 -4
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +5 -5
- package/oj-c/types/select-common/utils/utils.d.ts +2 -0
- package/oj-c/types/select-multiple/select-multiple.d.ts +15 -28
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +4 -7
- package/oj-c/types/select-multiple/useSyncValueAndValueItems.d.ts +7 -4
- package/oj-c/types/select-single/select-single.d.ts +16 -30
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +4 -8
- package/oj-c/types/select-single/useSyncValueAndValueItem.d.ts +7 -4
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +6 -8
- package/oj-c/types/tab-bar/ContentRenderer.d.ts +5 -0
- package/oj-c/types/tab-bar/DataTabBar.d.ts +2 -0
- package/oj-c/types/tab-bar/DataTabBar.types.d.ts +32 -0
- package/oj-c/types/tab-bar/DataTabBarIcon.d.ts +10 -0
- package/oj-c/types/tab-bar/index.d.ts +2 -0
- package/oj-c/types/tab-bar/tab-bar.d.ts +125 -0
- package/oj-c/types/tag-cloud/tag-cloud.d.ts +1 -0
- package/oj-c/types/text-area/text-area.d.ts +16 -26
- package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +3 -5
- package/oj-c/types/text-area/useTextAreaPreact.d.ts +3 -5
- package/oj-c/types/toggle-button/index.d.ts +2 -0
- package/oj-c/types/toggle-button/toggle-button.d.ts +94 -0
- package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +8 -4
- package/oj-c/types/utils/PRIVATE_ItemsMenu/menuTypes.d.ts +20 -1
- package/oj-c/types/utils/PRIVATE_chartUtils/events.d.ts +4 -5
- package/oj-c/types/utils/PRIVATE_chartUtils/lineAreaUtils.d.ts +1 -1
- package/oj-c/types/utils/PRIVATE_chartUtils/plotAreaUtils.d.ts +2 -25
- package/oj-c/types/utils/PRIVATE_toggleUtils/index.d.ts +3 -0
- package/oj-c/types/utils/PRIVATE_toggleUtils/toggle-item-icon.d.ts +6 -0
- package/oj-c/types/utils/PRIVATE_toggleUtils/toggleTypes.d.ts +14 -0
- package/oj-c/types/utils/PRIVATE_toggleUtils/widthStyle.d.ts +11 -0
- package/oj-c/types/utils/UNSAFE_keyUtils/keySetUtils.d.ts +2 -0
- package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +1 -0
- package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
- package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +1 -0
- package/oj-c/utils/PRIVATE_toggleUtils/index.js +7 -0
- package/oj-c/utils/PRIVATE_toggleUtils/toggle-item-icon.js +14 -0
- package/oj-c/utils/PRIVATE_toggleUtils/toggleTypes.js +4 -0
- package/oj-c/utils/PRIVATE_toggleUtils/widthStyle.js +19 -0
- package/oj-c/utils/UNSAFE_keyUtils/keySetUtils.js +21 -1
- package/oj-c/utils/UNSAFE_vizUtils/TemplateHandler.js +15 -3
- package/package.json +4 -4
- package/webdriver/docs/assets/navigation.js +1 -1
- package/webdriver/docs/assets/search.js +1 -1
- package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
- package/webdriver/docs/classes/AreaChartWebElement.html +6 -2
- package/webdriver/docs/classes/AvatarWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonWebElement.html +1 -1
- package/webdriver/docs/classes/ButtonsetMultipleWebElement.html +143 -0
- package/webdriver/docs/classes/ButtonsetSingleWebElement.html +143 -0
- package/webdriver/docs/classes/CardViewWebElement.html +150 -0
- package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
- package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
- package/webdriver/docs/classes/CollapsibleWebElement.html +2 -2
- package/webdriver/docs/classes/ConveyorBeltWebElement.html +122 -0
- package/webdriver/docs/classes/DatePickerWebElement.html +143 -0
- package/webdriver/docs/classes/DrawerLayoutWebElement.html +139 -0
- package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
- package/webdriver/docs/classes/FilePickerWebElement.html +10 -1
- package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
- package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
- package/webdriver/docs/classes/InputDatePickerWebElement.html +231 -0
- package/webdriver/docs/classes/InputDateTextWebElement.html +2 -5
- package/webdriver/docs/classes/InputMonthMaskWebElement.html +1 -1
- package/webdriver/docs/classes/InputNumberWebElement.html +2 -5
- package/webdriver/docs/classes/InputPasswordWebElement.html +2 -5
- package/webdriver/docs/classes/InputSensitiveTextWebElement.html +1 -1
- package/webdriver/docs/classes/InputTextWebElement.html +1 -1
- package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
- package/webdriver/docs/classes/LegendWebElement.html +1 -1
- package/webdriver/docs/classes/LineChartWebElement.html +6 -2
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +13 -9
- package/webdriver/docs/classes/ListViewWebElement.html +13 -5
- package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
- package/webdriver/docs/classes/MessageBannerWebElement.html +6 -2
- package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
- package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
- package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
- package/webdriver/docs/classes/PopupWebElement.html +171 -0
- package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
- package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
- package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
- package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
- package/webdriver/docs/classes/SelectMultipleWebElement.html +7 -6
- package/webdriver/docs/classes/SelectSingleWebElement.html +7 -6
- package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorAllWebElement.html +1 -1
- package/webdriver/docs/classes/SelectorWebElement.html +1 -1
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +3 -3
- package/webdriver/docs/classes/TabBarMixedWebElement.html +1 -1
- package/webdriver/docs/classes/TabBarWebElement.html +135 -0
- package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
- package/webdriver/docs/classes/TextAreaWebElement.html +2 -5
- package/webdriver/docs/classes/ToggleButtonWebElement.html +139 -0
- package/webdriver/docs/functions/findActionCard.html +1 -1
- package/webdriver/docs/functions/findAreaChart.html +1 -1
- package/webdriver/docs/functions/findAvatar.html +1 -1
- package/webdriver/docs/functions/findButton.html +1 -1
- package/webdriver/docs/functions/findButtonsetMultiple.html +8 -0
- package/webdriver/docs/functions/findButtonsetSingle.html +8 -0
- package/webdriver/docs/functions/findCardView.html +8 -0
- package/webdriver/docs/functions/findCheckbox.html +1 -1
- package/webdriver/docs/functions/findCheckboxset.html +1 -1
- package/webdriver/docs/functions/findCollapsible.html +1 -1
- package/webdriver/docs/functions/findConveyorBelt.html +8 -0
- package/webdriver/docs/functions/findDatePicker.html +8 -0
- package/webdriver/docs/functions/findDrawerLayout.html +8 -0
- package/webdriver/docs/functions/findDrawerPopup.html +1 -1
- package/webdriver/docs/functions/findFilePicker.html +1 -1
- package/webdriver/docs/functions/findFormLayout.html +1 -1
- package/webdriver/docs/functions/findHighlightText.html +1 -1
- package/webdriver/docs/functions/findInputDateMask.html +1 -1
- package/webdriver/docs/functions/findInputDatePicker.html +8 -0
- package/webdriver/docs/functions/findInputDateText.html +1 -1
- package/webdriver/docs/functions/findInputMonthMask.html +1 -1
- package/webdriver/docs/functions/findInputNumber.html +1 -1
- package/webdriver/docs/functions/findInputPassword.html +1 -1
- package/webdriver/docs/functions/findInputSensitiveText.html +1 -1
- package/webdriver/docs/functions/findInputText.html +1 -1
- package/webdriver/docs/functions/findLabelledLink.html +1 -1
- package/webdriver/docs/functions/findLegend.html +1 -1
- package/webdriver/docs/functions/findLineChart.html +1 -1
- package/webdriver/docs/functions/findListItemLayout.html +1 -1
- package/webdriver/docs/functions/findListView.html +1 -1
- package/webdriver/docs/functions/findMenuButton.html +1 -1
- package/webdriver/docs/functions/findMessageBanner.html +1 -1
- package/webdriver/docs/functions/findMessageToast.html +1 -1
- package/webdriver/docs/functions/findMeterBar.html +1 -1
- package/webdriver/docs/functions/findMeterCircle.html +1 -1
- package/webdriver/docs/functions/findPopup.html +8 -0
- package/webdriver/docs/functions/findProgressBar.html +1 -1
- package/webdriver/docs/functions/findProgressCircle.html +1 -1
- package/webdriver/docs/functions/findRadioset.html +1 -1
- package/webdriver/docs/functions/findRatingGauge.html +1 -1
- package/webdriver/docs/functions/findSelectMultiple.html +1 -1
- package/webdriver/docs/functions/findSelectSingle.html +1 -1
- package/webdriver/docs/functions/findSelectionCard.html +1 -1
- package/webdriver/docs/functions/findSelector.html +1 -1
- package/webdriver/docs/functions/findSelectorAll.html +1 -1
- package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
- package/webdriver/docs/functions/findTabBar.html +8 -0
- package/webdriver/docs/functions/findTabBarMixed.html +1 -1
- package/webdriver/docs/functions/findTagCloud.html +1 -1
- package/webdriver/docs/functions/findTextArea.html +1 -1
- package/webdriver/docs/functions/findToggleButton.html +8 -0
- package/webdriver/docs/index.html +1 -1
- package/webdriver/docs/modules.html +21 -1
- package/webdriver/index.d.ts +10 -0
- package/webdriver/index.js +10 -0
- package/webdriver/index.js.map +1 -1
- package/webdriver/index.ts +11 -1
- package/oj-c/docs/action-card.html +0 -249
- package/oj-c/docs/area-chart-group.html +0 -249
- package/oj-c/docs/area-chart-item.html +0 -249
- package/oj-c/docs/area-chart-series.html +0 -249
- package/oj-c/docs/area-chart.html +0 -249
- package/oj-c/docs/avatar.html +0 -249
- package/oj-c/docs/button.html +0 -249
- package/oj-c/docs/checkbox.html +0 -249
- package/oj-c/docs/checkboxset.html +0 -249
- package/oj-c/docs/collapsible.html +0 -249
- package/oj-c/docs/drawer-popup.html +0 -249
- package/oj-c/docs/file-picker.html +0 -249
- package/oj-c/docs/form-layout.html +0 -249
- package/oj-c/docs/highlight-text.html +0 -249
- package/oj-c/docs/index.html +0 -247
- package/oj-c/docs/input-date-mask.html +0 -249
- package/oj-c/docs/input-date-text.html +0 -249
- package/oj-c/docs/input-month-mask.html +0 -249
- package/oj-c/docs/input-number.html +0 -249
- package/oj-c/docs/input-password.html +0 -249
- package/oj-c/docs/input-sensitive-text.html +0 -249
- package/oj-c/docs/input-text.html +0 -249
- package/oj-c/docs/jsDocMd.json +0 -1
- package/oj-c/docs/labelled-link.html +0 -249
- package/oj-c/docs/legend-item.html +0 -249
- package/oj-c/docs/legend-section.html +0 -249
- package/oj-c/docs/legend.html +0 -249
- package/oj-c/docs/line-chart-group.html +0 -249
- package/oj-c/docs/line-chart-item.html +0 -249
- package/oj-c/docs/line-chart-series.html +0 -249
- package/oj-c/docs/line-chart.html +0 -249
- package/oj-c/docs/list-item-layout.html +0 -249
- package/oj-c/docs/list-view.html +0 -249
- package/oj-c/docs/menu-button.html +0 -249
- package/oj-c/docs/message-banner.html +0 -249
- package/oj-c/docs/message-toast.html +0 -249
- package/oj-c/docs/meter-bar.html +0 -249
- package/oj-c/docs/meter-circle.html +0 -249
- package/oj-c/docs/oj-c.ActionCard.html +0 -1045
- package/oj-c/docs/oj-c.AreaChart.html +0 -9396
- package/oj-c/docs/oj-c.AreaChartGroup.html +0 -610
- package/oj-c/docs/oj-c.AreaChartItem.html +0 -1104
- package/oj-c/docs/oj-c.AreaChartSeries.html +0 -1044
- package/oj-c/docs/oj-c.Avatar.html +0 -1907
- package/oj-c/docs/oj-c.Button.html +0 -2301
- package/oj-c/docs/oj-c.Checkbox.html +0 -3493
- package/oj-c/docs/oj-c.Checkboxset.html +0 -4589
- package/oj-c/docs/oj-c.Collapsible.html +0 -2064
- package/oj-c/docs/oj-c.DrawerPopup.html +0 -1631
- package/oj-c/docs/oj-c.FilePicker.html +0 -2664
- package/oj-c/docs/oj-c.FormLayout.html +0 -2159
- package/oj-c/docs/oj-c.HighlightText.html +0 -1078
- package/oj-c/docs/oj-c.InputDateMask.html +0 -5271
- package/oj-c/docs/oj-c.InputDateText.html +0 -5534
- package/oj-c/docs/oj-c.InputMonthMask.html +0 -5940
- package/oj-c/docs/oj-c.InputNumber.html +0 -6369
- package/oj-c/docs/oj-c.InputPassword.html +0 -5261
- package/oj-c/docs/oj-c.InputSensitiveText.html +0 -5723
- package/oj-c/docs/oj-c.InputText.html +0 -6124
- package/oj-c/docs/oj-c.LabelledLink.html +0 -2552
- package/oj-c/docs/oj-c.Legend.html +0 -5146
- package/oj-c/docs/oj-c.LegendItem.html +0 -1493
- package/oj-c/docs/oj-c.LegendSection.html +0 -460
- package/oj-c/docs/oj-c.LineChart.html +0 -9491
- package/oj-c/docs/oj-c.LineChartGroup.html +0 -610
- package/oj-c/docs/oj-c.LineChartItem.html +0 -1104
- package/oj-c/docs/oj-c.LineChartSeries.html +0 -1168
- package/oj-c/docs/oj-c.ListItemLayout.html +0 -1680
- package/oj-c/docs/oj-c.ListView.html +0 -2733
- package/oj-c/docs/oj-c.MenuButton.html +0 -2444
- package/oj-c/docs/oj-c.MessageBanner.html +0 -2107
- package/oj-c/docs/oj-c.MessageToast.html +0 -2254
- package/oj-c/docs/oj-c.MeterBar.html +0 -3308
- package/oj-c/docs/oj-c.MeterCircle.html +0 -3845
- package/oj-c/docs/oj-c.ProgressBar.html +0 -1250
- package/oj-c/docs/oj-c.ProgressCircle.html +0 -1266
- package/oj-c/docs/oj-c.Radioset.html +0 -4585
- package/oj-c/docs/oj-c.RatingGauge.html +0 -2738
- package/oj-c/docs/oj-c.SelectMultiple.html +0 -5381
- package/oj-c/docs/oj-c.SelectSingle.html +0 -5691
- package/oj-c/docs/oj-c.Selector.html +0 -1363
- package/oj-c/docs/oj-c.SelectorAll.html +0 -1128
- package/oj-c/docs/oj-c.SplitMenuButton.html +0 -1990
- package/oj-c/docs/oj-c.TabBarMixed.html +0 -2660
- package/oj-c/docs/oj-c.TagCloud.html +0 -2441
- package/oj-c/docs/oj-c.TagCloudItem.html +0 -794
- package/oj-c/docs/oj-c.TextArea.html +0 -5809
- package/oj-c/docs/progress-bar.html +0 -249
- package/oj-c/docs/progress-circle.html +0 -249
- package/oj-c/docs/radioset.html +0 -249
- package/oj-c/docs/rating-gauge.html +0 -249
- package/oj-c/docs/scripts/deprecated.js +0 -268
- package/oj-c/docs/scripts/prettify/Apache-License-2.0.txt +0 -202
- package/oj-c/docs/scripts/prettify/lang-css.js +0 -9
- package/oj-c/docs/scripts/prettify/prettify.js +0 -35
- package/oj-c/docs/select-multiple.html +0 -249
- package/oj-c/docs/select-single.html +0 -249
- package/oj-c/docs/selection-card.html +0 -249
- package/oj-c/docs/selector-all.html +0 -249
- package/oj-c/docs/selector.html +0 -249
- package/oj-c/docs/split-menu-button.html +0 -249
- package/oj-c/docs/styles/images/bookmark.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_blue.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_hov.png +0 -0
- package/oj-c/docs/styles/images/linesarrowup_white.png +0 -0
- package/oj-c/docs/styles/images/oracle_logo_sm.png +0 -0
- package/oj-c/docs/styles/jsdoc-default.css +0 -851
- package/oj-c/docs/styles/prettify-jsdoc.css +0 -111
- package/oj-c/docs/styles/prettify-tomorrow.css +0 -132
- package/oj-c/docs/tab-bar-mixed.html +0 -249
- package/oj-c/docs/tag-cloud-item.html +0 -249
- package/oj-c/docs/tag-cloud.html +0 -249
- package/oj-c/docs/text-area.html +0 -249
- package/oj-c/editable-value/UNSAFE_useConverterObject/useConverterObject.js +0 -42
- package/oj-c/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.js +0 -147
- package/oj-c/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.js +0 -40
- package/oj-c/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.js +0 -27
- package/oj-c/min/editable-value/UNSAFE_useConverterObject/useConverterObject.js +0 -42
- package/oj-c/min/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.js +0 -147
- package/oj-c/min/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.js +0 -40
- package/oj-c/min/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.js +0 -27
- package/oj-c/types/editable-value/UNSAFE_useConverterObject/useConverterObject.d.ts +0 -15
- package/oj-c/types/editable-value/UNSAFE_useEditableValueRawValueObject/useEditableValueRawValueObject.d.ts +0 -49
- package/oj-c/types/editable-value/UNSAFE_useValueRawValueObject/useValueRawValueObject.d.ts +0 -23
- package/oj-c/types/editable-value/UNSAFE_useValueRawValueObjectLifecycle/useValueRawValueObjectLifecycle.d.ts +0 -9
|
@@ -1,2733 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>Element: <oj-c-list-view></title>
|
|
6
|
-
|
|
7
|
-
<script src="scripts/prettify/prettify.js"> </script>
|
|
8
|
-
<script src="scripts/prettify/lang-css.js"> </script>
|
|
9
|
-
<!--[if lt IE 9]>
|
|
10
|
-
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
|
11
|
-
<![endif]-->
|
|
12
|
-
<script src="scripts/deprecated.js"></script>
|
|
13
|
-
|
|
14
|
-
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css">
|
|
15
|
-
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css">
|
|
16
|
-
</head>
|
|
17
|
-
|
|
18
|
-
<body>
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
<nav id="nav" data-current-item="navItem79">
|
|
22
|
-
|
|
23
|
-
<h2>Oracle® JET</h2>
|
|
24
|
-
<h2>Core Pack Components</h2>
|
|
25
|
-
<h3>16.1.4</h3>
|
|
26
|
-
|
|
27
|
-
<div class="deprecation-checkboxes" style="display: none">
|
|
28
|
-
<ul style="list-style: none; display: none;">
|
|
29
|
-
<li style="margin-top:0px">
|
|
30
|
-
<label for="deprecated">
|
|
31
|
-
<div class="deprecated-cb-common"><input type="checkbox" id="deprecated"><span style="padding:2px">Show Deprecated APIs</span></div>
|
|
32
|
-
</label>
|
|
33
|
-
</li>
|
|
34
|
-
<li style="margin-top:0px">
|
|
35
|
-
<label for="jsonly"></label>
|
|
36
|
-
<div class="deprecated-cb-common"><input type="checkbox" id="jsonly"><span style="padding:2px 12px 2px 2px">Javascript Only APIs</span></div>
|
|
37
|
-
</li>
|
|
38
|
-
</ul>
|
|
39
|
-
</div>
|
|
40
|
-
<ul><li id="idx"><h2 id="navIndex"><a href="index.html" id="navIndexFocusable">Index</a></h2></li><li><div id="nav_toggle">
|
|
41
|
-
<input type="radio" id="elements_rb" name="toggle" value="Elements">
|
|
42
|
-
<label for="elements">Elements</label>
|
|
43
|
-
<input type="radio" id="modules_rb" name="toggle" value="Modules">
|
|
44
|
-
<label for="modules">Modules</label><br>
|
|
45
|
-
</div></li><li id="nav_elements" style="display: none"><h3 id="navElements">Elements</h3><ul class="subList"><li id="navItem0"><a href="oj-c.ActionCard.html"><oj-c-action-card></a></li><li id="navItem1"><a href="oj-c.AreaChart.html"><oj-c-area-chart></a></li><li id="navItem2"><a href="oj-c.AreaChartGroup.html"><oj-c-area-chart-group></a></li><li id="navItem3"><a href="oj-c.AreaChartItem.html"><oj-c-area-chart-item></a></li><li id="navItem4"><a href="oj-c.AreaChartSeries.html"><oj-c-area-chart-series></a></li><li class="deprecated-hidden" id="navItem5"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li><li class="deprecated-hidden" id="navItem6"><a href="oj-c.Button.html"><oj-c-button></a></li><li id="navItem7"><a href="oj-c.Checkbox.html"><oj-c-checkbox></a></li><li class="deprecated-hidden" id="navItem8"><a href="oj-c.Checkboxset.html"><oj-c-checkboxset></a></li><li id="navItem9"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li><li id="navItem10"><a href="oj-c.DrawerPopup.html"><oj-c-drawer-popup></a></li><li class="deprecated-hidden" id="navItem11"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li><li id="navItem12"><a href="oj-c.FormLayout.html"><oj-c-form-layout></a></li><li class="deprecated-hidden" id="navItem13"><a href="oj-c.HighlightText.html"><oj-c-highlight-text></a></li><li id="navItem14"><a href="oj-c.InputDateMask.html"><oj-c-input-date-mask></a></li><li id="navItem15"><a href="oj-c.InputDateText.html"><oj-c-input-date-text></a></li><li id="navItem16"><a href="oj-c.InputMonthMask.html"><oj-c-input-month-mask></a></li><li class="deprecated-hidden" id="navItem17"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li><li class="deprecated-hidden" id="navItem18"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li><li id="navItem19"><a href="oj-c.InputSensitiveText.html"><oj-c-input-sensitive-text></a></li><li class="deprecated-hidden" id="navItem20"><a href="oj-c.InputText.html"><oj-c-input-text></a></li><li id="navItem21"><a href="oj-c.LabelledLink.html"><oj-c-labelled-link></a></li><li id="navItem22"><a href="oj-c.Legend.html"><oj-c-legend></a></li><li id="navItem23"><a href="oj-c.LegendItem.html"><oj-c-legend-item></a></li><li id="navItem24"><a href="oj-c.LegendSection.html"><oj-c-legend-section></a></li><li id="navItem25"><a href="oj-c.LineChart.html"><oj-c-line-chart></a></li><li id="navItem26"><a href="oj-c.LineChartGroup.html"><oj-c-line-chart-group></a></li><li id="navItem27"><a href="oj-c.LineChartItem.html"><oj-c-line-chart-item></a></li><li id="navItem28"><a href="oj-c.LineChartSeries.html"><oj-c-line-chart-series></a></li><li class="deprecated-hidden" id="navItem29"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li><li id="navItem30"><a href="oj-c.ListView.html"><oj-c-list-view></a></li><li class="deprecated-hidden" id="navItem31"><a href="oj-c.MenuButton.html"><oj-c-menu-button></a></li><li class="deprecated-hidden" id="navItem32"><a href="oj-c.MessageBanner.html"><oj-c-message-banner></a></li><li class="deprecated-hidden" id="navItem33"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li><li class="deprecated-hidden" id="navItem34"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li><li class="deprecated-hidden" id="navItem35"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li><li class="deprecated-hidden" id="navItem36"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li><li class="deprecated-hidden" id="navItem37"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li><li class="deprecated-hidden" id="navItem38"><a href="oj-c.Radioset.html"><oj-c-radioset></a></li><li class="deprecated-hidden" id="navItem39"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li><li class="deprecated-hidden" id="navItem40"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li><li class="deprecated-hidden" id="navItem41"><a href="oj-c.Selector.html"><oj-c-selector></a></li><li class="deprecated-hidden" id="navItem42"><a href="oj-c.SelectorAll.html"><oj-c-selector-all></a></li><li id="navItem43"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li><li id="navItem44"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li><li id="navItem45"><a href="oj-c.TabBarMixed.html"><oj-c-tab-bar-mixed></a></li><li id="navItem46"><a href="oj-c.TagCloud.html"><oj-c-tag-cloud></a></li><li id="navItem47"><a href="oj-c.TagCloudItem.html"><oj-c-tag-cloud-item></a></li><li class="deprecated-hidden" id="navItem48"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li><li id="nav_modules" style="display: none"><h3 id="navElements">Modules</h3><ul class="subList_lev2"><li class="module">
|
|
46
|
-
<div id="action-card" class="module_element">
|
|
47
|
-
<a href="action-card.html">action-card</a>
|
|
48
|
-
</div><ul class="subList_lev3"><li id="navItem49"><a href="oj-c.ActionCard.html"><oj-c-action-card></a></li></ul></li><li class="module">
|
|
49
|
-
<div id="area-chart" class="module_element">
|
|
50
|
-
<a href="area-chart.html">area-chart</a>
|
|
51
|
-
</div><ul class="subList_lev3"><li id="navItem50"><a href="oj-c.AreaChart.html"><oj-c-area-chart></a></li></ul></li><li class="module">
|
|
52
|
-
<div id="area-chart-group" class="module_element">
|
|
53
|
-
<a href="area-chart-group.html">area-chart-group</a>
|
|
54
|
-
</div><ul class="subList_lev3"><li id="navItem51"><a href="oj-c.AreaChartGroup.html"><oj-c-area-chart-group></a></li></ul></li><li class="module">
|
|
55
|
-
<div id="area-chart-item" class="module_element">
|
|
56
|
-
<a href="area-chart-item.html">area-chart-item</a>
|
|
57
|
-
</div><ul class="subList_lev3"><li id="navItem52"><a href="oj-c.AreaChartItem.html"><oj-c-area-chart-item></a></li></ul></li><li class="module">
|
|
58
|
-
<div id="area-chart-series" class="module_element">
|
|
59
|
-
<a href="area-chart-series.html">area-chart-series</a>
|
|
60
|
-
</div><ul class="subList_lev3"><li id="navItem53"><a href="oj-c.AreaChartSeries.html"><oj-c-area-chart-series></a></li></ul></li><li class="deprecated-hidden">
|
|
61
|
-
<div id="avatar" class="module_element">
|
|
62
|
-
<a href="avatar.html">avatar</a>
|
|
63
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem54"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li></ul></li><li class="deprecated-hidden">
|
|
64
|
-
<div id="button" class="module_element">
|
|
65
|
-
<a href="button.html">button</a>
|
|
66
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem55"><a href="oj-c.Button.html"><oj-c-button></a></li></ul></li><li class="module">
|
|
67
|
-
<div id="checkbox" class="module_element">
|
|
68
|
-
<a href="checkbox.html">checkbox</a>
|
|
69
|
-
</div><ul class="subList_lev3"><li id="navItem56"><a href="oj-c.Checkbox.html"><oj-c-checkbox></a></li></ul></li><li class="deprecated-hidden">
|
|
70
|
-
<div id="checkboxset" class="module_element">
|
|
71
|
-
<a href="checkboxset.html">checkboxset</a>
|
|
72
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem57"><a href="oj-c.Checkboxset.html"><oj-c-checkboxset></a></li></ul></li><li class="module">
|
|
73
|
-
<div id="collapsible" class="module_element">
|
|
74
|
-
<a href="collapsible.html">collapsible</a>
|
|
75
|
-
</div><ul class="subList_lev3"><li id="navItem58"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li></ul></li><li class="module">
|
|
76
|
-
<div id="drawer-popup" class="module_element">
|
|
77
|
-
<a href="drawer-popup.html">drawer-popup</a>
|
|
78
|
-
</div><ul class="subList_lev3"><li id="navItem59"><a href="oj-c.DrawerPopup.html"><oj-c-drawer-popup></a></li></ul></li><li class="deprecated-hidden">
|
|
79
|
-
<div id="file-picker" class="module_element">
|
|
80
|
-
<a href="file-picker.html">file-picker</a>
|
|
81
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem60"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li></ul></li><li class="module">
|
|
82
|
-
<div id="form-layout" class="module_element">
|
|
83
|
-
<a href="form-layout.html">form-layout</a>
|
|
84
|
-
</div><ul class="subList_lev3"><li id="navItem61"><a href="oj-c.FormLayout.html"><oj-c-form-layout></a></li></ul></li><li class="deprecated-hidden">
|
|
85
|
-
<div id="highlight-text" class="module_element">
|
|
86
|
-
<a href="highlight-text.html">highlight-text</a>
|
|
87
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem62"><a href="oj-c.HighlightText.html"><oj-c-highlight-text></a></li></ul></li><li class="module">
|
|
88
|
-
<div id="input-date-mask" class="module_element">
|
|
89
|
-
<a href="input-date-mask.html">input-date-mask</a>
|
|
90
|
-
</div><ul class="subList_lev3"><li id="navItem63"><a href="oj-c.InputDateMask.html"><oj-c-input-date-mask></a></li></ul></li><li class="module">
|
|
91
|
-
<div id="input-date-text" class="module_element">
|
|
92
|
-
<a href="input-date-text.html">input-date-text</a>
|
|
93
|
-
</div><ul class="subList_lev3"><li id="navItem64"><a href="oj-c.InputDateText.html"><oj-c-input-date-text></a></li></ul></li><li class="module">
|
|
94
|
-
<div id="input-month-mask" class="module_element">
|
|
95
|
-
<a href="input-month-mask.html">input-month-mask</a>
|
|
96
|
-
</div><ul class="subList_lev3"><li id="navItem65"><a href="oj-c.InputMonthMask.html"><oj-c-input-month-mask></a></li></ul></li><li class="deprecated-hidden">
|
|
97
|
-
<div id="input-number" class="module_element">
|
|
98
|
-
<a href="input-number.html">input-number</a>
|
|
99
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem66"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li></ul></li><li class="deprecated-hidden">
|
|
100
|
-
<div id="input-password" class="module_element">
|
|
101
|
-
<a href="input-password.html">input-password</a>
|
|
102
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem67"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li></ul></li><li class="module">
|
|
103
|
-
<div id="input-sensitive-text" class="module_element">
|
|
104
|
-
<a href="input-sensitive-text.html">input-sensitive-text</a>
|
|
105
|
-
</div><ul class="subList_lev3"><li id="navItem68"><a href="oj-c.InputSensitiveText.html"><oj-c-input-sensitive-text></a></li></ul></li><li class="deprecated-hidden">
|
|
106
|
-
<div id="input-text" class="module_element">
|
|
107
|
-
<a href="input-text.html">input-text</a>
|
|
108
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem69"><a href="oj-c.InputText.html"><oj-c-input-text></a></li></ul></li><li class="module">
|
|
109
|
-
<div id="labelled-link" class="module_element">
|
|
110
|
-
<a href="labelled-link.html">labelled-link</a>
|
|
111
|
-
</div><ul class="subList_lev3"><li id="navItem70"><a href="oj-c.LabelledLink.html"><oj-c-labelled-link></a></li></ul></li><li class="module">
|
|
112
|
-
<div id="legend" class="module_element">
|
|
113
|
-
<a href="legend.html">legend</a>
|
|
114
|
-
</div><ul class="subList_lev3"><li id="navItem71"><a href="oj-c.Legend.html"><oj-c-legend></a></li></ul></li><li class="module">
|
|
115
|
-
<div id="legend-item" class="module_element">
|
|
116
|
-
<a href="legend-item.html">legend-item</a>
|
|
117
|
-
</div><ul class="subList_lev3"><li id="navItem72"><a href="oj-c.LegendItem.html"><oj-c-legend-item></a></li></ul></li><li class="module">
|
|
118
|
-
<div id="legend-section" class="module_element">
|
|
119
|
-
<a href="legend-section.html">legend-section</a>
|
|
120
|
-
</div><ul class="subList_lev3"><li id="navItem73"><a href="oj-c.LegendSection.html"><oj-c-legend-section></a></li></ul></li><li class="module">
|
|
121
|
-
<div id="line-chart" class="module_element">
|
|
122
|
-
<a href="line-chart.html">line-chart</a>
|
|
123
|
-
</div><ul class="subList_lev3"><li id="navItem74"><a href="oj-c.LineChart.html"><oj-c-line-chart></a></li></ul></li><li class="module">
|
|
124
|
-
<div id="line-chart-group" class="module_element">
|
|
125
|
-
<a href="line-chart-group.html">line-chart-group</a>
|
|
126
|
-
</div><ul class="subList_lev3"><li id="navItem75"><a href="oj-c.LineChartGroup.html"><oj-c-line-chart-group></a></li></ul></li><li class="module">
|
|
127
|
-
<div id="line-chart-item" class="module_element">
|
|
128
|
-
<a href="line-chart-item.html">line-chart-item</a>
|
|
129
|
-
</div><ul class="subList_lev3"><li id="navItem76"><a href="oj-c.LineChartItem.html"><oj-c-line-chart-item></a></li></ul></li><li class="module">
|
|
130
|
-
<div id="line-chart-series" class="module_element">
|
|
131
|
-
<a href="line-chart-series.html">line-chart-series</a>
|
|
132
|
-
</div><ul class="subList_lev3"><li id="navItem77"><a href="oj-c.LineChartSeries.html"><oj-c-line-chart-series></a></li></ul></li><li class="deprecated-hidden">
|
|
133
|
-
<div id="list-item-layout" class="module_element">
|
|
134
|
-
<a href="list-item-layout.html">list-item-layout</a>
|
|
135
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem78"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li></ul></li><li class="module">
|
|
136
|
-
<div id="list-view" class="module_element">
|
|
137
|
-
<a href="list-view.html">list-view</a>
|
|
138
|
-
</div><ul class="subList_lev3"><li id="navItem79"><a href="oj-c.ListView.html"><oj-c-list-view></a></li></ul></li><li class="deprecated-hidden">
|
|
139
|
-
<div id="menu-button" class="module_element">
|
|
140
|
-
<a href="menu-button.html">menu-button</a>
|
|
141
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem80"><a href="oj-c.MenuButton.html"><oj-c-menu-button></a></li></ul></li><li class="deprecated-hidden">
|
|
142
|
-
<div id="message-banner" class="module_element">
|
|
143
|
-
<a href="message-banner.html">message-banner</a>
|
|
144
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem81"><a href="oj-c.MessageBanner.html"><oj-c-message-banner></a></li></ul></li><li class="deprecated-hidden">
|
|
145
|
-
<div id="message-toast" class="module_element">
|
|
146
|
-
<a href="message-toast.html">message-toast</a>
|
|
147
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem82"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li></ul></li><li class="deprecated-hidden">
|
|
148
|
-
<div id="meter-bar" class="module_element">
|
|
149
|
-
<a href="meter-bar.html">meter-bar</a>
|
|
150
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem83"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li></ul></li><li class="deprecated-hidden">
|
|
151
|
-
<div id="meter-circle" class="module_element">
|
|
152
|
-
<a href="meter-circle.html">meter-circle</a>
|
|
153
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem84"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li></ul></li><li class="deprecated-hidden">
|
|
154
|
-
<div id="progress-bar" class="module_element">
|
|
155
|
-
<a href="progress-bar.html">progress-bar</a>
|
|
156
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem85"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li></ul></li><li class="deprecated-hidden">
|
|
157
|
-
<div id="progress-circle" class="module_element">
|
|
158
|
-
<a href="progress-circle.html">progress-circle</a>
|
|
159
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem86"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li></ul></li><li class="deprecated-hidden">
|
|
160
|
-
<div id="radioset" class="module_element">
|
|
161
|
-
<a href="radioset.html">radioset</a>
|
|
162
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem87"><a href="oj-c.Radioset.html"><oj-c-radioset></a></li></ul></li><li class="deprecated-hidden">
|
|
163
|
-
<div id="rating-gauge" class="module_element">
|
|
164
|
-
<a href="rating-gauge.html">rating-gauge</a>
|
|
165
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem88"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li></ul></li><li class="deprecated-hidden">
|
|
166
|
-
<div id="select-multiple" class="module_element">
|
|
167
|
-
<a href="select-multiple.html">select-multiple</a>
|
|
168
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem89"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li></ul></li><li class="module">
|
|
169
|
-
<div id="select-single" class="module_element">
|
|
170
|
-
<a href="select-single.html">select-single</a>
|
|
171
|
-
</div><ul class="subList_lev3"><li id="navItem90"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li></ul></li><li class="module">
|
|
172
|
-
<div id="selection-card" class="module_element">
|
|
173
|
-
<a href="selection-card.html">selection-card</a>
|
|
174
|
-
</div><ul class="subList_lev3"></ul></li><li class="deprecated-hidden">
|
|
175
|
-
<div id="selector" class="module_element">
|
|
176
|
-
<a href="selector.html">selector</a>
|
|
177
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem91"><a href="oj-c.Selector.html"><oj-c-selector></a></li></ul></li><li class="deprecated-hidden">
|
|
178
|
-
<div id="selector-all" class="module_element">
|
|
179
|
-
<a href="selector-all.html">selector-all</a>
|
|
180
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem92"><a href="oj-c.SelectorAll.html"><oj-c-selector-all></a></li></ul></li><li class="module">
|
|
181
|
-
<div id="split-menu-button" class="module_element">
|
|
182
|
-
<a href="split-menu-button.html">split-menu-button</a>
|
|
183
|
-
</div><ul class="subList_lev3"><li id="navItem93"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li></ul></li><li class="module">
|
|
184
|
-
<div id="tab-bar-mixed" class="module_element">
|
|
185
|
-
<a href="tab-bar-mixed.html">tab-bar-mixed</a>
|
|
186
|
-
</div><ul class="subList_lev3"><li id="navItem94"><a href="oj-c.TabBarMixed.html"><oj-c-tab-bar-mixed></a></li></ul></li><li class="module">
|
|
187
|
-
<div id="tag-cloud" class="module_element">
|
|
188
|
-
<a href="tag-cloud.html">tag-cloud</a>
|
|
189
|
-
</div><ul class="subList_lev3"><li id="navItem95"><a href="oj-c.TagCloud.html"><oj-c-tag-cloud></a></li></ul></li><li class="module">
|
|
190
|
-
<div id="tag-cloud-item" class="module_element">
|
|
191
|
-
<a href="tag-cloud-item.html">tag-cloud-item</a>
|
|
192
|
-
</div><ul class="subList_lev3"><li id="navItem96"><a href="oj-c.TagCloudItem.html"><oj-c-tag-cloud-item></a></li></ul></li><li class="deprecated-hidden">
|
|
193
|
-
<div id="text-area" class="module_element">
|
|
194
|
-
<a href="text-area.html">text-area</a>
|
|
195
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem97"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li></ul></li></ul>
|
|
196
|
-
</nav>
|
|
197
|
-
|
|
198
|
-
<div id="main">
|
|
199
|
-
|
|
200
|
-
<button onclick="topFunction()" id="jump-to-top-btn" title="Go to top"></button>
|
|
201
|
-
<div class="page-title">
|
|
202
|
-
<h1>Element: <oj-c-list-view></h1>
|
|
203
|
-
</div>
|
|
204
|
-
|
|
205
|
-
<p class="product-docs-header">
|
|
206
|
-
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
207
|
-
16.1.4</span><br>
|
|
208
|
-
</p>
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
<dl class="details">
|
|
222
|
-
|
|
223
|
-
<dt class="tag-since">Since:</dt>
|
|
224
|
-
<dd class="tag-since"><ul class="dummy"><li>15.0.0</li></ul></dd>
|
|
225
|
-
|
|
226
|
-
<dt class="tag-module">Module:</dt>
|
|
227
|
-
<dd class="tag-module"><ul class="dummy"><li>list-view</li></ul></dd>
|
|
228
|
-
|
|
229
|
-
</dl>
|
|
230
|
-
|
|
231
|
-
<section id="quick-nav" class="">
|
|
232
|
-
<header><h2>QuickNav</h2></header>
|
|
233
|
-
|
|
234
|
-
<div class="quick-nav-section6">
|
|
235
|
-
|
|
236
|
-
<h3> <a href="#slots-section">Slots</a></h3>
|
|
237
|
-
<ul class="subList">
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
<li><a href="#itemTemplate">itemTemplate</a></li>
|
|
241
|
-
|
|
242
|
-
<li><a href="#noData">noData</a></li>
|
|
243
|
-
|
|
244
|
-
</ul>
|
|
245
|
-
|
|
246
|
-
</div>
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
<div class="quick-nav-section6">
|
|
251
|
-
<h3> <a href="#members-section">Attributes</a></h3>
|
|
252
|
-
<ul class="optionsSubList">
|
|
253
|
-
|
|
254
|
-
<li><div><a href="#currentItem">current-item</a></div>
|
|
255
|
-
|
|
256
|
-
</li>
|
|
257
|
-
|
|
258
|
-
<li><div><a href="#data">data</a></div>
|
|
259
|
-
|
|
260
|
-
</li>
|
|
261
|
-
|
|
262
|
-
<li><div><a href="#gridlines"><b>gridlines</b></a></div>
|
|
263
|
-
|
|
264
|
-
</li>
|
|
265
|
-
|
|
266
|
-
<li><div><a href="javascript:void(0)" ><b>scroll-policy-options</b></a></div>
|
|
267
|
-
|
|
268
|
-
<ul class='optionsInnerSubList'>
|
|
269
|
-
|
|
270
|
-
<li><div><a href="#scrollPolicyOptions.fetchSize">fetch-size</a></div>
|
|
271
|
-
|
|
272
|
-
</li>
|
|
273
|
-
|
|
274
|
-
<li><div><a href="#scrollPolicyOptions.scroller">scroller</a></div>
|
|
275
|
-
|
|
276
|
-
</ul></li>
|
|
277
|
-
|
|
278
|
-
<li><div><a href="#selected">selected</a></div>
|
|
279
|
-
|
|
280
|
-
</li>
|
|
281
|
-
|
|
282
|
-
<li><div><a href="#selectionMode">selection-mode</a></div>
|
|
283
|
-
|
|
284
|
-
</ul>
|
|
285
|
-
<script type="text/javascript" >
|
|
286
|
-
var innerSubLists = document.getElementsByClassName('optionsInnerSubList');
|
|
287
|
-
for (var i=0; i<innerSubLists.length; i++) {
|
|
288
|
-
innerSubLists[i].parentNode.onclick=function(event) {
|
|
289
|
-
event.stopPropagation();
|
|
290
|
-
// Only interpret the click event if the <a> element is the target and do nothing if click occurred elsewhere on the div
|
|
291
|
-
if (event.target.parentNode == this.firstChild.firstChild) {
|
|
292
|
-
// toggle only the clicked sub properties list and not any nested ones
|
|
293
|
-
var subProperties = this.getElementsByClassName('optionsInnerSubList');
|
|
294
|
-
subProperties[0].style.display = (subProperties[0].style.display=='block' ? 'none' : 'block');
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
}
|
|
298
|
-
</script>
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
</div>
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
<div class="quick-nav-section6">
|
|
309
|
-
<h3><a href="#events-section">Events</a></h3>
|
|
310
|
-
<ul class="subList">
|
|
311
|
-
|
|
312
|
-
<li><a href="#event:ojItemAction">ojItemAction</a></li>
|
|
313
|
-
|
|
314
|
-
</ul>
|
|
315
|
-
</div>
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
<div class="quick-nav-section6">
|
|
320
|
-
<h3><a href="#methods-section">Methods</a></h3>
|
|
321
|
-
<ul class="subList">
|
|
322
|
-
|
|
323
|
-
<li><a href="#getProperty">getProperty</a></li>
|
|
324
|
-
|
|
325
|
-
<li><a href="#setProperties">setProperties</a></li>
|
|
326
|
-
|
|
327
|
-
<li><a href="#setProperty">setProperty</a></li>
|
|
328
|
-
|
|
329
|
-
</ul>
|
|
330
|
-
|
|
331
|
-
</div>
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
<div class="quick-nav-section6">
|
|
335
|
-
<h3><a href="#typedefs-section">Type Definitions</a></h3>
|
|
336
|
-
<ul class="subList">
|
|
337
|
-
|
|
338
|
-
<li><a href="#Gridlines">Gridlines</a></li>
|
|
339
|
-
|
|
340
|
-
<li><a href="#ListItemContext">ListItemContext</a></li>
|
|
341
|
-
|
|
342
|
-
</ul>
|
|
343
|
-
</div>
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
<div class="quick-nav-section6">
|
|
347
|
-
<h3>Other Topics</h3>
|
|
348
|
-
<ul class="subList">
|
|
349
|
-
|
|
350
|
-
<li><a href="#keyboard-section">Keyboard Section</a></li>
|
|
351
|
-
|
|
352
|
-
<li><a href="#a11y-section">Accessibility Section</a></li>
|
|
353
|
-
|
|
354
|
-
</ul>
|
|
355
|
-
</div>
|
|
356
|
-
|
|
357
|
-
</section>
|
|
358
|
-
|
|
359
|
-
<section class="">
|
|
360
|
-
<header>
|
|
361
|
-
|
|
362
|
-
</br>
|
|
363
|
-
|
|
364
|
-
<div class="class-description">
|
|
365
|
-
<p><h3 id="listViewOverview-section">
|
|
366
|
-
JET ListView Component
|
|
367
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#listViewOverview-section"></a>
|
|
368
|
-
</h3>
|
|
369
|
-
|
|
370
|
-
<p>Description: The JET ListView enhances a HTML list element into a themable, WAI-ARIA compliant, mobile friendly component with advance interactive features.
|
|
371
|
-
The child content can be configured via a DataProvider which should be used for mutable data.</p>
|
|
372
|
-
|
|
373
|
-
<p>For migration information from <code>oj-list-view</code> refer to the <a href="https://jet.oraclecorp.com/trunk/jsdocs/oj.ojListView.html#styling-section">migration section</a> in the API docs.
|
|
374
|
-
|
|
375
|
-
<h3 id="data-section">
|
|
376
|
-
Data
|
|
377
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#data-section"></a>
|
|
378
|
-
</h3>
|
|
379
|
-
<p>The JET ListView gets its data from a DataProvider.</p>
|
|
380
|
-
|
|
381
|
-
<p><b>ArrayDataProvider</b> - Use this when the underlying data is an array object or an observableArray. In the observableArray case, ListView will automatically react
|
|
382
|
-
when items are added or removed from the array. See the documentation for ArrayDataProvider for more details on the available options.</p>
|
|
383
|
-
|
|
384
|
-
<p>Example of data provider content</p>
|
|
385
|
-
<pre class="prettyprint"><code>
|
|
386
|
-
<oj-c-list-view aria-label="Accessible Summary" data="[[dataProvider]]">
|
|
387
|
-
</oj-c-list-view>
|
|
388
|
-
</code></pre>
|
|
389
|
-
|
|
390
|
-
<p>Check out the Listview Basic demo</a>
|
|
391
|
-
|
|
392
|
-
<h3 id="keyboard-section">
|
|
393
|
-
Coming Features
|
|
394
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#coming-features-section"></a>
|
|
395
|
-
</h3>
|
|
396
|
-
|
|
397
|
-
<p>These features will be the domain of new, specialized components</p>
|
|
398
|
-
<ul>
|
|
399
|
-
<li>Cards in grid layout</li>
|
|
400
|
-
<li>Cards in waterfall layout</li>
|
|
401
|
-
<li>Grouped list</li>
|
|
402
|
-
<li>Expandable list</li>
|
|
403
|
-
</ul>
|
|
404
|
-
|
|
405
|
-
<p>These features will be available in forthcoming versions</p>
|
|
406
|
-
<ul>
|
|
407
|
-
<li>Context menu</li>
|
|
408
|
-
<li>Selection required</li>
|
|
409
|
-
<li>First selected item</li>
|
|
410
|
-
<li>Reordering, drag and drop with move, copy and paste functionalities</li>
|
|
411
|
-
<li>Managing scroll position</li>
|
|
412
|
-
</ul>
|
|
413
|
-
|
|
414
|
-
<h3 id="keyboard-section">
|
|
415
|
-
Keyboard End User Information
|
|
416
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#keyboard-section"></a>
|
|
417
|
-
</h3>
|
|
418
|
-
|
|
419
|
-
<table class="keyboard-table">
|
|
420
|
-
<thead>
|
|
421
|
-
<tr>
|
|
422
|
-
<th>Target</th>
|
|
423
|
-
<th>Key</th>
|
|
424
|
-
<th>Action</th>
|
|
425
|
-
</tr>
|
|
426
|
-
</thead>
|
|
427
|
-
<tbody>
|
|
428
|
-
<tr>
|
|
429
|
-
<td rowspan = "20" nowrap>List Item</td>
|
|
430
|
-
<td><kbd>F2</kbd></td>
|
|
431
|
-
<td>Enters tabbable mode. This enables keyboard action on elements inside the item, including navigate between focusable elements inside the item. It can also be used to exit tabbable mode if already in tabbable mode.</td>
|
|
432
|
-
</tr>
|
|
433
|
-
<tr>
|
|
434
|
-
<td><kbd>Esc</kbd></td>
|
|
435
|
-
<td>Exits tabbable mode.</td>
|
|
436
|
-
</tr>
|
|
437
|
-
<tr>
|
|
438
|
-
<td><kbd>Tab</kbd></td>
|
|
439
|
-
<td>When in tabbable mode, navigates to next focusable element within the item. If the last focusable element is reached, shift focus back to the first focusable element.
|
|
440
|
-
When not in tabbable mode, navigates to next focusable element on page (outside ListView).</td>
|
|
441
|
-
</tr>
|
|
442
|
-
<tr>
|
|
443
|
-
<td><kbd>Shift+Tab</kbd></td>
|
|
444
|
-
<td>When in tabbable mode, navigates to previous focusable element within the item. If the first focusable element is reached, shift focus back to the last focusable element.
|
|
445
|
-
When not in tabbable mode, navigates to previous focusable element on page (outside ListView).</td>
|
|
446
|
-
</tr>
|
|
447
|
-
<tr>
|
|
448
|
-
<td><kbd>DownArrow</kbd></td>
|
|
449
|
-
<td>Move focus to the item below.</td>
|
|
450
|
-
</tr>
|
|
451
|
-
<tr>
|
|
452
|
-
<td><kbd>UpArrow</kbd></td>
|
|
453
|
-
<td>Move focus to the item above.</td>
|
|
454
|
-
</tr>
|
|
455
|
-
<tr>
|
|
456
|
-
<td><kbd>Shift+DownArrow</kbd></td>
|
|
457
|
-
<td>Extend the selection to the item below.</td>
|
|
458
|
-
</tr>
|
|
459
|
-
<tr>
|
|
460
|
-
<td><kbd>Shift+UpArrow</kbd></td>
|
|
461
|
-
<td>Extend the selection to the item above.</td>
|
|
462
|
-
</tr>
|
|
463
|
-
<tr>
|
|
464
|
-
<td><kbd>Space</kbd></td>
|
|
465
|
-
<td>Toggles to select and deselect the current item. If previous items have been selected, deselects them and selects the current item.</td>
|
|
466
|
-
</tr>
|
|
467
|
-
<tr>
|
|
468
|
-
<td><kbd>Shift+Space</kbd></td>
|
|
469
|
-
<td>Selects contiguous items from the last selected item to the current item.</td>
|
|
470
|
-
</tr>
|
|
471
|
-
<tr>
|
|
472
|
-
<td><kbd>Ctrl+Space</kbd></td>
|
|
473
|
-
<td>Toggles to select and deselect the current item while maintaining previous selected items.</td>
|
|
474
|
-
</tr>
|
|
475
|
-
</tbody>
|
|
476
|
-
</table>
|
|
477
|
-
|
|
478
|
-
<h3 id="a11y-section">
|
|
479
|
-
Accessibility
|
|
480
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#a11y-section"></a>
|
|
481
|
-
</h3>
|
|
482
|
-
|
|
483
|
-
<p>Application should specify a value for the aria-label attribute with a meaningful description of the purpose of this list.</p>
|
|
484
|
-
|
|
485
|
-
<p>Note that ListView uses the grid role and follows the <a href="https://www.w3.org/TR/wai-aria-practices/examples/grid/LayoutGrids.html">Layout Grid</a> design as outlined in the <a href="https://www.w3.org/TR/wai-aria-practices/#grid">grid design pattern</a></p>
|
|
486
|
-
<p>Nesting collection components such as ListView, Table, TreeView, and ListView inside of ListView is not supported.</p>
|
|
487
|
-
<h4>Custom Colours</h4>
|
|
488
|
-
<p>Using colors, including background and text colors, is not accessible if it is the only way information is conveyed.
|
|
489
|
-
Low vision users may not be able to see the different colors, and in high contrast mode the colors are removed.
|
|
490
|
-
The Redwood approved way to show status is to use badge.</p>
|
|
491
|
-
|
|
492
|
-
<h3 id="context-section">
|
|
493
|
-
Item Context
|
|
494
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#context-section"></a>
|
|
495
|
-
</h3>
|
|
496
|
-
|
|
497
|
-
<p>For all item options, developers can specify a function as the return value. The function takes a single argument, which is an object that contains contextual information about the particular item. This gives developers the flexibility to return different value depending on the context.</p>
|
|
498
|
-
|
|
499
|
-
<p>The context parameter contains the following keys:</p>
|
|
500
|
-
<table class="keyboard-table">
|
|
501
|
-
<thead>
|
|
502
|
-
<tr>
|
|
503
|
-
<th>Key</th>
|
|
504
|
-
<th>Description</th>
|
|
505
|
-
</tr>
|
|
506
|
-
</thead>
|
|
507
|
-
<tbody>
|
|
508
|
-
<tr>
|
|
509
|
-
<td><kbd>data</kbd></td>
|
|
510
|
-
<td>The data of the item. Note this is made available primarily to ease migration.
|
|
511
|
-
Applications should get the data from the item property instead.</td>
|
|
512
|
-
</tr>
|
|
513
|
-
<tr>
|
|
514
|
-
<td><kbd>item</kbd></td>
|
|
515
|
-
<td>An object that contains the data and metadata for the item.</td>
|
|
516
|
-
</tr>
|
|
517
|
-
<tr>
|
|
518
|
-
<td><kbd>isTabbable</kbd></td>
|
|
519
|
-
<td>A boolean indicating whether the item is in tabbable mode or not.
|
|
520
|
-
This should be used to implement conditional behavior for all tabbable elements, this avoids creating a keyboard trap when tabbing through a List.<br/>
|
|
521
|
-
This can be implemented as a conditional tabindex, for example <code>tabindex="[[!item.isTabbable && '-1']]"</code>.<br/>
|
|
522
|
-
When composing with core pack components, this is not needed, as they are tabbable mode aware.
|
|
523
|
-
</td>
|
|
524
|
-
</tr>
|
|
525
|
-
</tbody>
|
|
526
|
-
</table>
|
|
527
|
-
|
|
528
|
-
<p>The following keys are not currently supported:</p>
|
|
529
|
-
|
|
530
|
-
<table class="keyboard-table">
|
|
531
|
-
<thead>
|
|
532
|
-
<tr>
|
|
533
|
-
<th>Key</th>
|
|
534
|
-
<th>Description</th>
|
|
535
|
-
</tr>
|
|
536
|
-
</thead>
|
|
537
|
-
<tbody>
|
|
538
|
-
<tr>
|
|
539
|
-
<td><kbd>componentElement</kbd></td>
|
|
540
|
-
<td>A reference to the root element of ListView.</td>
|
|
541
|
-
</tr>
|
|
542
|
-
<tr>
|
|
543
|
-
<td><kbd>datasource</kbd></td>
|
|
544
|
-
<td>A reference to the data source object.</td>
|
|
545
|
-
</tr>
|
|
546
|
-
<tr>
|
|
547
|
-
<td><kbd>index</kbd></td>
|
|
548
|
-
<td>The index of the item, where 0 is the index of the first item. In the hierarchical case the index is relative to its parent.</td>
|
|
549
|
-
</tr>
|
|
550
|
-
<tr>
|
|
551
|
-
<td><kbd>key</kbd></td>
|
|
552
|
-
<td>The key of the item (this duplicates item.metadata.key and has been deprecated)</td>
|
|
553
|
-
</tr>
|
|
554
|
-
<tr>
|
|
555
|
-
<td><kbd>metadata</kbd></td>
|
|
556
|
-
<td>The metadata of the item (this is instead available in item)</td>
|
|
557
|
-
</tr>
|
|
558
|
-
<tr>
|
|
559
|
-
<td><kbd>parentElement</kbd></td>
|
|
560
|
-
<td>This will be supported by the Hierarchical list component and no longer applies to list view..</td>
|
|
561
|
-
</tr>
|
|
562
|
-
</tbody>
|
|
563
|
-
</table>
|
|
564
|
-
|
|
565
|
-
<h3 id="data-attributes-section">
|
|
566
|
-
Custom Data Attributes
|
|
567
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#data-attributes-section"></a>
|
|
568
|
-
</h3>
|
|
569
|
-
|
|
570
|
-
<p>ListView supports the following custom data attributes.
|
|
571
|
-
<table class="keyboard-table">
|
|
572
|
-
<thead>
|
|
573
|
-
<tr>
|
|
574
|
-
<th>Name</th>
|
|
575
|
-
<th>Description</th>
|
|
576
|
-
<th>Example</th>
|
|
577
|
-
</tr>
|
|
578
|
-
</thead>
|
|
579
|
-
<tbody>
|
|
580
|
-
<tr>
|
|
581
|
-
<td><kbd>data-oj-as</kbd></td>
|
|
582
|
-
<td>Provides an alias for a specific template instance and has the same subproperties as the $current variable.</td>
|
|
583
|
-
<td>
|
|
584
|
-
<pre class="prettyprint"><code><oj-c-list-view id="listView">
|
|
585
|
-
<template slot="itemTemplate" data-oj-as="item">
|
|
586
|
-
</template>
|
|
587
|
-
</oj-c-list-view></code></pre>
|
|
588
|
-
</td>
|
|
589
|
-
</tr>
|
|
590
|
-
<tr>
|
|
591
|
-
<td><kbd>data-oj-clickthrough</kbd></td>
|
|
592
|
-
<td><p>Specify on any element inside an item where you want to control whether ListView should perform actions triggered by
|
|
593
|
-
a click event originating from the element or one of its descendants.</p>
|
|
594
|
-
<p>For example, if you specify this attribute with a value of "disabled" on a link inside an item, then ListView
|
|
595
|
-
will not select or trigger itemAction event to be fired when user clicks on the link.</p>
|
|
596
|
-
<p>Note that the currentItem will still be updated to the item that the user clicked on.</p>
|
|
597
|
-
<p>Also note you do not need to set this attribute on core pack components such as oj-c-button, as it natively supports
|
|
598
|
-
disabling clickthrough.</p>
|
|
599
|
-
</td>
|
|
600
|
-
<td>
|
|
601
|
-
<pre class="prettyprint"><code><oj-c-list-view id="listView">
|
|
602
|
-
<template slot="itemTemplate">
|
|
603
|
-
<a href="#" data-oj-clickthrough="disabled"></a>
|
|
604
|
-
</template>
|
|
605
|
-
</oj-c-list-view></code></pre>
|
|
606
|
-
</td>
|
|
607
|
-
</tr>
|
|
608
|
-
<tr>
|
|
609
|
-
<td><kbd>data-oj-manage-tabs</kbd></td>
|
|
610
|
-
<td><p>ListView does not manipulate the tabindex of the item content. Applications should set the tabIndex of any focusable
|
|
611
|
-
element based on the isTabbableMode property from the context pass to the itemTemplate.</p>
|
|
612
|
-
<p>However, there will be cases where you can't control the tabindex of the content, for example, if you are using components from another team.</p>
|
|
613
|
-
<p>In that case, applications can specify this attribute on the element or one of its ancestors so that when the itemTemplate is processed,
|
|
614
|
-
it will scan and manipulate the tabindex of any focusable elements.</p>
|
|
615
|
-
</td>
|
|
616
|
-
<td>
|
|
617
|
-
<pre class="prettyprint"><code><oj-c-list-view id="listView">
|
|
618
|
-
<template slot="itemTemplate">
|
|
619
|
-
<some-component-with-focusable-elements data-oj-manage-tabs></some-component-with-focusable-elements>
|
|
620
|
-
</template>
|
|
621
|
-
</oj-c-list-view></code></pre>
|
|
622
|
-
</td>
|
|
623
|
-
</tr>
|
|
624
|
-
</tbody>
|
|
625
|
-
</table>
|
|
626
|
-
|
|
627
|
-
<h3 id="suggestion-items-section">
|
|
628
|
-
Suggestion Items
|
|
629
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#suggestion-items-section"></a>
|
|
630
|
-
</h3>
|
|
631
|
-
|
|
632
|
-
<p>If <a href="ItemMetadata.html">ItemMetadata</a> returned by the DataProvider contains suggestion field, ListView will apply special visual to those
|
|
633
|
-
items. The DataProvider must ensure the suggestion items are the first items returned by the initial fetchFirst call.</p></p>
|
|
634
|
-
</div>
|
|
635
|
-
</br>
|
|
636
|
-
|
|
637
|
-
</header>
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
<article>
|
|
641
|
-
<div class="container-overview">
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
<div class="usage-section">
|
|
645
|
-
<h3 id="usage-section">Usage<a class="bookmarkable-link" title="Bookmarkable Link" href="#usage-section"></a></h3>
|
|
646
|
-
|
|
647
|
-
<dt class="null" style="margin-right: 100px;"><h5><span>Signature: </span><p> <span class="name type-signature">interface CListViewElement<K extends string | number,D></span></p></h5></dt>
|
|
648
|
-
|
|
649
|
-
<dl>
|
|
650
|
-
<dt><h5>Typescript Import Format</h5></dt>
|
|
651
|
-
<dd><pre class="prettyprint"><code>//To typecheck the element APIs, import as below.<br>import {CListViewElement} from "oj-c/list-view";<br><br>//For the transpiled javascript to load the element's module, import as below<br>import "oj-c/list-view";</code></pre></dd>
|
|
652
|
-
</dl>
|
|
653
|
-
|
|
654
|
-
<p>For additional information visit:</p>
|
|
655
|
-
<ul>
|
|
656
|
-
|
|
657
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview" target="_blank">Using JET Custom Elements</a></li>
|
|
658
|
-
|
|
659
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=typescriptoverview" target="_blank">Using JET with TypeScript</a></li>
|
|
660
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=moduleloadingoverview" target="_blank">JET Module Loading</a></li>
|
|
661
|
-
</ul>
|
|
662
|
-
|
|
663
|
-
<p class="important">Note: Application logic should not interact with the component's properties or invoke its methods
|
|
664
|
-
until the <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=ojbusycontext" target="_blank">BusyContext</a> indicates that the component is ready for interaction.</p>
|
|
665
|
-
|
|
666
|
-
</div>
|
|
667
|
-
<br>
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
<dl class="details">
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
</dl>
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
</div>
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
<h3 id="slots-section" class="subsection-title">
|
|
724
|
-
Slots
|
|
725
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#slots-section"></a>
|
|
726
|
-
</h3>
|
|
727
|
-
|
|
728
|
-
<p>JET components that allow child content support slots.
|
|
729
|
-
Please see the <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-slots-section " target="_blank">slots section</a>
|
|
730
|
-
of the JET component overview doc for more information on allowed slot content and slot types.</p>
|
|
731
|
-
|
|
732
|
-
<dl>
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
<dt class="">
|
|
736
|
-
|
|
737
|
-
<h4 id="itemTemplate" class="name">
|
|
738
|
-
|
|
739
|
-
<span class="type-signature"></span>itemTemplate<span class="type-signature"></span>
|
|
740
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#itemTemplate"></a>
|
|
741
|
-
|
|
742
|
-
</h4>
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
</dt>
|
|
746
|
-
|
|
747
|
-
<dd class="">
|
|
748
|
-
|
|
749
|
-
<div class="description">
|
|
750
|
-
<p>The <code class="prettyprint">itemTemplate</code> slot is used to specify the template for rendering each item in the List. The slot content must be a <template> element.
|
|
751
|
-
<p>When the template is executed for each item, it will have access to the binding context containing the following properties:</p>
|
|
752
|
-
<ul>
|
|
753
|
-
<li>$current - an object that contains information for the current item.</li>
|
|
754
|
-
</ul>
|
|
755
|
-
</div>
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
<dl class="details">
|
|
761
|
-
|
|
762
|
-
<h5 class="subsection-title notoc">Properties of $current:</h5>
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
<dl>
|
|
767
|
-
|
|
768
|
-
<table class="props">
|
|
769
|
-
<thead>
|
|
770
|
-
<tr>
|
|
771
|
-
|
|
772
|
-
<th>Name</th>
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
<th>Type</th>
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
<th class="last">Description</th>
|
|
783
|
-
|
|
784
|
-
</tr>
|
|
785
|
-
</thead>
|
|
786
|
-
|
|
787
|
-
<tbody>
|
|
788
|
-
|
|
789
|
-
<tr>
|
|
790
|
-
|
|
791
|
-
<td class="name"><code>data</code></td>
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
<td class="type">
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
<span class="param-type">D</span>
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
</td>
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
<td class="description last">The data of the item. Note this is made available primarily to ease migration.
|
|
812
|
-
Applications should get the data from the item property instead.
|
|
813
|
-
</td>
|
|
814
|
-
|
|
815
|
-
</tr>
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
<tr>
|
|
819
|
-
|
|
820
|
-
<td class="name"><code>isTabbable</code></td>
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
<td class="type">
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
<span class="param-type">boolean</span>
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
</td>
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
<td class="description last">A boolean indicating whether the item is in tabbable mode or not.
|
|
841
|
-
Template elements should not be tab-stops when the item is not in tabbable mode, this context can be used to implement
|
|
842
|
-
conditional behavior for all tabbable child elements.
|
|
843
|
-
</td>
|
|
844
|
-
|
|
845
|
-
</tr>
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
<tr>
|
|
849
|
-
|
|
850
|
-
<td class="name"><code>item</code></td>
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
<td class="type">
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
<span class="param-type">Item<K, D></span>
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
</td>
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
<td class="description last">Contains the data and metadata of the item.
|
|
871
|
-
</td>
|
|
872
|
-
|
|
873
|
-
</tr>
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
</tbody>
|
|
877
|
-
</table></dl>
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
</dl>
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
</dd>
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
<dt class="">
|
|
916
|
-
|
|
917
|
-
<h4 id="noData" class="name">
|
|
918
|
-
|
|
919
|
-
<span class="type-signature"></span>noData<span class="type-signature"></span>
|
|
920
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#noData"></a>
|
|
921
|
-
|
|
922
|
-
</h4>
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
</dt>
|
|
926
|
-
|
|
927
|
-
<dd class="">
|
|
928
|
-
|
|
929
|
-
<div class="description">
|
|
930
|
-
<p>The <code class="prettyprint">noData</code> slot is used to specify the content to display when the list is empty. The slot content
|
|
931
|
-
must be a <template> element. If not specified then a default no data message will be displayed.
|
|
932
|
-
</div>
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
<dl class="details">
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
</dl>
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
</dd>
|
|
972
|
-
|
|
973
|
-
</dl>
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
<h3 id="members-section" class="subsection-title">
|
|
977
|
-
Attributes
|
|
978
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#members-section"></a>
|
|
979
|
-
</h3>
|
|
980
|
-
|
|
981
|
-
<dl>
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
<dt class="">
|
|
985
|
-
|
|
986
|
-
<h4 id="currentItem" class="name">
|
|
987
|
-
|
|
988
|
-
<span class="type-signature">(readonly) </span>current-item<span class="type-signature"> :any</span>
|
|
989
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#currentItem"></a>
|
|
990
|
-
|
|
991
|
-
</h4>
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
</dt>
|
|
995
|
-
|
|
996
|
-
<dd class="">
|
|
997
|
-
|
|
998
|
-
<div class="description">
|
|
999
|
-
The item that currently has keyboard focus
|
|
1000
|
-
</div>
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
<dl class="details">
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
<dt class="tag-default">Supports writeback:</dt>
|
|
1014
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
</dl>
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
<h5>Names</h5>
|
|
1043
|
-
<table class="keyboard-table">
|
|
1044
|
-
<thead>
|
|
1045
|
-
<tr>
|
|
1046
|
-
<th>Item</th>
|
|
1047
|
-
<th>Name</th>
|
|
1048
|
-
</tr>
|
|
1049
|
-
</thead>
|
|
1050
|
-
<tbody>
|
|
1051
|
-
<tr>
|
|
1052
|
-
<td>Property</td>
|
|
1053
|
-
<td><code class="prettyprint">currentItem</code></td>
|
|
1054
|
-
</tr>
|
|
1055
|
-
|
|
1056
|
-
<tr>
|
|
1057
|
-
<td>Property change event</td>
|
|
1058
|
-
<td><code class="prettyprint">currentItemChanged</code></td>
|
|
1059
|
-
</tr>
|
|
1060
|
-
<tr>
|
|
1061
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1062
|
-
<td><code class="pretty-print-noprettify">on-current-item-changed</code></td>
|
|
1063
|
-
</tr>
|
|
1064
|
-
|
|
1065
|
-
</tbody>
|
|
1066
|
-
</table>
|
|
1067
|
-
|
|
1068
|
-
</dd>
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
<dt class="">
|
|
1072
|
-
|
|
1073
|
-
<h4 id="data" class="name">
|
|
1074
|
-
|
|
1075
|
-
<span class="type-signature"></span>data<span class="type-signature"> :DataProvider<K, D>|null</span>
|
|
1076
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#data"></a>
|
|
1077
|
-
|
|
1078
|
-
</h4>
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
</dt>
|
|
1082
|
-
|
|
1083
|
-
<dd class="">
|
|
1084
|
-
|
|
1085
|
-
<div class="description">
|
|
1086
|
-
The data source for ListView. Must be of type DataProvider.
|
|
1087
|
-
</div>
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
<dl class="details">
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
</dl>
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
<h5>Names</h5>
|
|
1127
|
-
<table class="keyboard-table">
|
|
1128
|
-
<thead>
|
|
1129
|
-
<tr>
|
|
1130
|
-
<th>Item</th>
|
|
1131
|
-
<th>Name</th>
|
|
1132
|
-
</tr>
|
|
1133
|
-
</thead>
|
|
1134
|
-
<tbody>
|
|
1135
|
-
<tr>
|
|
1136
|
-
<td>Property</td>
|
|
1137
|
-
<td><code class="prettyprint">data</code></td>
|
|
1138
|
-
</tr>
|
|
1139
|
-
|
|
1140
|
-
<tr>
|
|
1141
|
-
<td>Property change event</td>
|
|
1142
|
-
<td><code class="prettyprint">dataChanged</code></td>
|
|
1143
|
-
</tr>
|
|
1144
|
-
<tr>
|
|
1145
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1146
|
-
<td><code class="pretty-print-noprettify">on-data-changed</code></td>
|
|
1147
|
-
</tr>
|
|
1148
|
-
|
|
1149
|
-
</tbody>
|
|
1150
|
-
</table>
|
|
1151
|
-
|
|
1152
|
-
</dd>
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
<dt class="">
|
|
1156
|
-
|
|
1157
|
-
<h4 id="gridlines" class="name">
|
|
1158
|
-
|
|
1159
|
-
<span class="type-signature"></span>gridlines<span class="type-signature"> :<a href="oj-c.ListView.html#Gridlines">oj-c.ListView.Gridlines</a></span>
|
|
1160
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#gridlines"></a>
|
|
1161
|
-
|
|
1162
|
-
</h4>
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
</dt>
|
|
1166
|
-
|
|
1167
|
-
<dd class="">
|
|
1168
|
-
|
|
1169
|
-
<div class="description">
|
|
1170
|
-
Specifies whether the horizontal grid lines should be visible. By default gridlines
|
|
1171
|
-
are hidden.
|
|
1172
|
-
|
|
1173
|
-
It takes the keys `item`, `top` and `bottom`,
|
|
1174
|
-
each of which are optional and take a value of "hidden" or "visible". `item`
|
|
1175
|
-
toggles the presence of bottom gridlines except the last item,
|
|
1176
|
-
and `top` and `bottom` toggle the initial and trailing gridlines.
|
|
1177
|
-
By default all gridlines are hidden.
|
|
1178
|
-
</div>
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
<dl class="details">
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
</dl>
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
<h5>Names</h5>
|
|
1218
|
-
<table class="keyboard-table">
|
|
1219
|
-
<thead>
|
|
1220
|
-
<tr>
|
|
1221
|
-
<th>Item</th>
|
|
1222
|
-
<th>Name</th>
|
|
1223
|
-
</tr>
|
|
1224
|
-
</thead>
|
|
1225
|
-
<tbody>
|
|
1226
|
-
<tr>
|
|
1227
|
-
<td>Property</td>
|
|
1228
|
-
<td><code class="prettyprint">gridlines</code></td>
|
|
1229
|
-
</tr>
|
|
1230
|
-
|
|
1231
|
-
<tr>
|
|
1232
|
-
<td>Property change event</td>
|
|
1233
|
-
<td><code class="prettyprint">gridlinesChanged</code></td>
|
|
1234
|
-
</tr>
|
|
1235
|
-
<tr>
|
|
1236
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1237
|
-
<td><code class="pretty-print-noprettify">on-gridlines-changed</code></td>
|
|
1238
|
-
</tr>
|
|
1239
|
-
|
|
1240
|
-
</tbody>
|
|
1241
|
-
</table>
|
|
1242
|
-
|
|
1243
|
-
</dd>
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
<dt class="">
|
|
1247
|
-
|
|
1248
|
-
<h4 id="scrollPolicyOptions" class="name">
|
|
1249
|
-
|
|
1250
|
-
<span class="type-signature"></span>scroll-policy-options<span class="type-signature"> :{ fetchSize?: number; scroller?: string }</span>
|
|
1251
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#scrollPolicyOptions"></a>
|
|
1252
|
-
|
|
1253
|
-
</h4>
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
</dt>
|
|
1257
|
-
|
|
1258
|
-
<dd class="">
|
|
1259
|
-
|
|
1260
|
-
<div class="description">
|
|
1261
|
-
scrollPolicy options.
|
|
1262
|
-
<p>
|
|
1263
|
-
The following options are supported:
|
|
1264
|
-
<ul>
|
|
1265
|
-
<li>fetchSize: The number of items fetched each time when scroll to the end.</li>
|
|
1266
|
-
<li>scroller: The css selector that locates the element in which listview uses to determine the scroll position as well as the maximum scroll position where scroll to the end will trigger a fetch. If not specified then the root element of listview is used.</li>
|
|
1267
|
-
</ul>
|
|
1268
|
-
By default, the next block of rows is fetched when the user scrolls to the end of the list/scroller. The fetchSize option determines how many rows are fetched in each block.
|
|
1269
|
-
</div>
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
<dl class="details">
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
</dl>
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
<h5>Names</h5>
|
|
1309
|
-
<table class="keyboard-table">
|
|
1310
|
-
<thead>
|
|
1311
|
-
<tr>
|
|
1312
|
-
<th>Item</th>
|
|
1313
|
-
<th>Name</th>
|
|
1314
|
-
</tr>
|
|
1315
|
-
</thead>
|
|
1316
|
-
<tbody>
|
|
1317
|
-
<tr>
|
|
1318
|
-
<td>Property</td>
|
|
1319
|
-
<td><code class="prettyprint">scrollPolicyOptions</code></td>
|
|
1320
|
-
</tr>
|
|
1321
|
-
|
|
1322
|
-
<tr>
|
|
1323
|
-
<td>Property change event</td>
|
|
1324
|
-
<td><code class="prettyprint">scrollPolicyOptionsChanged</code></td>
|
|
1325
|
-
</tr>
|
|
1326
|
-
<tr>
|
|
1327
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1328
|
-
<td><code class="pretty-print-noprettify">on-scroll-policy-options-changed</code></td>
|
|
1329
|
-
</tr>
|
|
1330
|
-
|
|
1331
|
-
</tbody>
|
|
1332
|
-
</table>
|
|
1333
|
-
|
|
1334
|
-
</dd>
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
<dt class="">
|
|
1338
|
-
|
|
1339
|
-
<h4 id="scrollPolicyOptions.fetchSize" class="name">
|
|
1340
|
-
|
|
1341
|
-
<span class="type-signature"></span>scroll-policy-options.fetch-size<span class="type-signature"> :number</span>
|
|
1342
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#scrollPolicyOptions.fetchSize"></a>
|
|
1343
|
-
|
|
1344
|
-
</h4>
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
</dt>
|
|
1348
|
-
|
|
1349
|
-
<dd class="">
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
<dl class="details">
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
</dl>
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
<h5>Names</h5>
|
|
1389
|
-
<table class="keyboard-table">
|
|
1390
|
-
<thead>
|
|
1391
|
-
<tr>
|
|
1392
|
-
<th>Item</th>
|
|
1393
|
-
<th>Name</th>
|
|
1394
|
-
</tr>
|
|
1395
|
-
</thead>
|
|
1396
|
-
<tbody>
|
|
1397
|
-
<tr>
|
|
1398
|
-
<td>Property</td>
|
|
1399
|
-
<td><code class="prettyprint">scrollPolicyOptions.fetchSize</code></td>
|
|
1400
|
-
</tr>
|
|
1401
|
-
|
|
1402
|
-
</tbody>
|
|
1403
|
-
</table>
|
|
1404
|
-
|
|
1405
|
-
</dd>
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
<dt class="">
|
|
1409
|
-
|
|
1410
|
-
<h4 id="scrollPolicyOptions.scroller" class="name">
|
|
1411
|
-
|
|
1412
|
-
<span class="type-signature"></span>scroll-policy-options.scroller<span class="type-signature"> :string</span>
|
|
1413
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#scrollPolicyOptions.scroller"></a>
|
|
1414
|
-
|
|
1415
|
-
</h4>
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
</dt>
|
|
1419
|
-
|
|
1420
|
-
<dd class="">
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
<dl class="details">
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
</dl>
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
<h5>Names</h5>
|
|
1460
|
-
<table class="keyboard-table">
|
|
1461
|
-
<thead>
|
|
1462
|
-
<tr>
|
|
1463
|
-
<th>Item</th>
|
|
1464
|
-
<th>Name</th>
|
|
1465
|
-
</tr>
|
|
1466
|
-
</thead>
|
|
1467
|
-
<tbody>
|
|
1468
|
-
<tr>
|
|
1469
|
-
<td>Property</td>
|
|
1470
|
-
<td><code class="prettyprint">scrollPolicyOptions.scroller</code></td>
|
|
1471
|
-
</tr>
|
|
1472
|
-
|
|
1473
|
-
</tbody>
|
|
1474
|
-
</table>
|
|
1475
|
-
|
|
1476
|
-
</dd>
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
<dt class="">
|
|
1480
|
-
|
|
1481
|
-
<h4 id="selected" class="name">
|
|
1482
|
-
|
|
1483
|
-
<span class="type-signature"></span>selected<span class="type-signature"> :ImmutableKeySet<K></span>
|
|
1484
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#selected"></a>
|
|
1485
|
-
|
|
1486
|
-
</h4>
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
</dt>
|
|
1490
|
-
|
|
1491
|
-
<dd class="">
|
|
1492
|
-
|
|
1493
|
-
<div class="description">
|
|
1494
|
-
The current selected items in the ListView. An empty KeySet indicates nothing is selected.
|
|
1495
|
-
Note that property change event for the deprecated selection property will still be fire when
|
|
1496
|
-
selected property has changed. In addition, <a href="AllKeySetImpl.html">AllKeySetImpl</a> set
|
|
1497
|
-
can be used to represent select all state. In this case, the value for selection would have an
|
|
1498
|
-
'inverted' property set to true, and would contain the keys of the items that are not selected.
|
|
1499
|
-
</div>
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
<dl class="details">
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
<dt class="tag-default">Supports writeback:</dt>
|
|
1513
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
</dl>
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
<h5>Names</h5>
|
|
1542
|
-
<table class="keyboard-table">
|
|
1543
|
-
<thead>
|
|
1544
|
-
<tr>
|
|
1545
|
-
<th>Item</th>
|
|
1546
|
-
<th>Name</th>
|
|
1547
|
-
</tr>
|
|
1548
|
-
</thead>
|
|
1549
|
-
<tbody>
|
|
1550
|
-
<tr>
|
|
1551
|
-
<td>Property</td>
|
|
1552
|
-
<td><code class="prettyprint">selected</code></td>
|
|
1553
|
-
</tr>
|
|
1554
|
-
|
|
1555
|
-
<tr>
|
|
1556
|
-
<td>Property change event</td>
|
|
1557
|
-
<td><code class="prettyprint">selectedChanged</code></td>
|
|
1558
|
-
</tr>
|
|
1559
|
-
<tr>
|
|
1560
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1561
|
-
<td><code class="pretty-print-noprettify">on-selected-changed</code></td>
|
|
1562
|
-
</tr>
|
|
1563
|
-
|
|
1564
|
-
</tbody>
|
|
1565
|
-
</table>
|
|
1566
|
-
|
|
1567
|
-
</dd>
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
<dt class="">
|
|
1571
|
-
|
|
1572
|
-
<h4 id="selectionMode" class="name">
|
|
1573
|
-
|
|
1574
|
-
<span class="type-signature"></span>selection-mode<span class="type-signature"> :"multiple"|"none"|"single"</span>
|
|
1575
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#selectionMode"></a>
|
|
1576
|
-
|
|
1577
|
-
</h4>
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
</dt>
|
|
1581
|
-
|
|
1582
|
-
<dd class="">
|
|
1583
|
-
|
|
1584
|
-
<div class="description">
|
|
1585
|
-
<p>The type of selection behavior that is enabled on the ListView. This attribute controls the number of selections that can be made via selection gestures at any given time.
|
|
1586
|
-
|
|
1587
|
-
<p>If <code class="prettyprint">single</code> or <code class="prettyprint">multiple</code> is specified, selection gestures will be enabled, and the ListView's selection styling will be applied to all items specified by the <a href="#selection">selection</a> and <a href="#selected">selected</a> attributes.
|
|
1588
|
-
If <code class="prettyprint">none</code> is specified, selection gestures will be disabled, and the ListView's selection styling will not be applied to any items specified by the <a href="#selection">selection</a> and <a href="#selected">selected</a> attributes.
|
|
1589
|
-
|
|
1590
|
-
<p>Changing the value of this attribute will not affect the value of the <a href="#selection">selection</a> or <a href="#selected">selected</a> attributes.
|
|
1591
|
-
</div>
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
<dl class="details">
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
<h5 class="subsection-title">Supported Values:</h5>
|
|
1602
|
-
|
|
1603
|
-
<dl>
|
|
1604
|
-
|
|
1605
|
-
<table class="props">
|
|
1606
|
-
<thead>
|
|
1607
|
-
<tr>
|
|
1608
|
-
|
|
1609
|
-
<th>Value</th>
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
<th class="last">Description</th>
|
|
1618
|
-
|
|
1619
|
-
</tr>
|
|
1620
|
-
</thead>
|
|
1621
|
-
|
|
1622
|
-
<tbody>
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
<tr>
|
|
1626
|
-
|
|
1627
|
-
<td class="name"><code>multiple</code></td>
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
<td class="description last">Multiple items can be selected at the same time.
|
|
1636
|
-
</td>
|
|
1637
|
-
|
|
1638
|
-
</tr>
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
<tr>
|
|
1643
|
-
|
|
1644
|
-
<td class="name"><code>none</code></td>
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
<td class="description last">Selection is disabled.
|
|
1653
|
-
</td>
|
|
1654
|
-
|
|
1655
|
-
</tr>
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
<tr>
|
|
1660
|
-
|
|
1661
|
-
<td class="name"><code>single</code></td>
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
<td class="description last">Only a single item can be selected at a time.
|
|
1670
|
-
</td>
|
|
1671
|
-
|
|
1672
|
-
</tr>
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
</tbody>
|
|
1676
|
-
</table></dl>
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1682
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
</dl>
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
<h5>Names</h5>
|
|
1713
|
-
<table class="keyboard-table">
|
|
1714
|
-
<thead>
|
|
1715
|
-
<tr>
|
|
1716
|
-
<th>Item</th>
|
|
1717
|
-
<th>Name</th>
|
|
1718
|
-
</tr>
|
|
1719
|
-
</thead>
|
|
1720
|
-
<tbody>
|
|
1721
|
-
<tr>
|
|
1722
|
-
<td>Property</td>
|
|
1723
|
-
<td><code class="prettyprint">selectionMode</code></td>
|
|
1724
|
-
</tr>
|
|
1725
|
-
|
|
1726
|
-
<tr>
|
|
1727
|
-
<td>Property change event</td>
|
|
1728
|
-
<td><code class="prettyprint">selectionModeChanged</code></td>
|
|
1729
|
-
</tr>
|
|
1730
|
-
<tr>
|
|
1731
|
-
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1732
|
-
<td><code class="pretty-print-noprettify">on-selection-mode-changed</code></td>
|
|
1733
|
-
</tr>
|
|
1734
|
-
|
|
1735
|
-
</tbody>
|
|
1736
|
-
</table>
|
|
1737
|
-
|
|
1738
|
-
</dd>
|
|
1739
|
-
|
|
1740
|
-
</dl>
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
<h3 id="events-section" class="subsection-title">
|
|
1744
|
-
Events
|
|
1745
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#events-section"></a>
|
|
1746
|
-
</h3>
|
|
1747
|
-
|
|
1748
|
-
<dl>
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
<dt class="">
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
<h4 id="event:ojItemAction" class="name">
|
|
1756
|
-
|
|
1757
|
-
ojItemAction
|
|
1758
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#event:ojItemAction"></a>
|
|
1759
|
-
|
|
1760
|
-
</h4>
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
</dt>
|
|
1767
|
-
<dd class="">
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
<div class="description">
|
|
1771
|
-
Triggered when user performs an action gesture on an item while ListView is in navigation mode. The action gestures include:
|
|
1772
|
-
<ul>
|
|
1773
|
-
<li>User clicks anywhere in an item</li>
|
|
1774
|
-
<li>User taps anywhere in an item</li>
|
|
1775
|
-
<li>User pressed spacebar on an item</li>
|
|
1776
|
-
</ul>
|
|
1777
|
-
|
|
1778
|
-
</div>
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
<dl class="details">
|
|
1793
|
-
|
|
1794
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
<p>All of the event payloads listed below can be found under <code class="prettyprint">event.detail</code>.
|
|
1798
|
-
See <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.
|
|
1799
|
-
</p>
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
<dl>
|
|
1803
|
-
|
|
1804
|
-
<table class="props">
|
|
1805
|
-
<thead>
|
|
1806
|
-
<tr>
|
|
1807
|
-
|
|
1808
|
-
<th>Name</th>
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
<th>Type</th>
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
</tr>
|
|
1819
|
-
</thead>
|
|
1820
|
-
|
|
1821
|
-
<tbody>
|
|
1822
|
-
|
|
1823
|
-
<tr>
|
|
1824
|
-
|
|
1825
|
-
<td class="name"><code>context</code></td>
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
<td class="type">
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
<span class="param-type"><a href="oj-c.ListView.html#ListItemContext">oj-c.ListView.ListItemContext</a></span>
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
</td>
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
</tr>
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
</tbody>
|
|
1849
|
-
</table></dl>
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
|
|
1880
|
-
</dl>
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
</dd>
|
|
1891
|
-
|
|
1892
|
-
|
|
1893
|
-
</dl>
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
<h3 id="methods-section" class="subsection-title">
|
|
1897
|
-
Methods
|
|
1898
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#methods-section"></a>
|
|
1899
|
-
</h3>
|
|
1900
|
-
|
|
1901
|
-
<dl>
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
<dt class="">
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
|
|
1908
|
-
<h4 id="getProperty" class="name">
|
|
1909
|
-
|
|
1910
|
-
<span class="type-signature"></span>getProperty<span class="signature">(property)</span><span class="type-signature"> : {<a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a>}</span>
|
|
1911
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#getProperty"></a>
|
|
1912
|
-
|
|
1913
|
-
</h4>
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
</dt>
|
|
1920
|
-
<dd class="">
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
<div class="description">
|
|
1924
|
-
Retrieves the value of a property or a subproperty.
|
|
1925
|
-
|
|
1926
|
-
</div>
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
<h5>Parameters:</h5>
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
<table class="params">
|
|
1942
|
-
<thead>
|
|
1943
|
-
<tr>
|
|
1944
|
-
|
|
1945
|
-
<th>Name</th>
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
<th>Type</th>
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
<th class="last">Description</th>
|
|
1955
|
-
</tr>
|
|
1956
|
-
</thead>
|
|
1957
|
-
|
|
1958
|
-
<tbody>
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
<tr>
|
|
1962
|
-
|
|
1963
|
-
<td class="name"><code>property</code></td>
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
<td class="type">
|
|
1967
|
-
|
|
1968
|
-
</td>
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
<td class="description last">The property name to get. Supports dot notation for subproperty access.
|
|
1974
|
-
</td>
|
|
1975
|
-
</tr>
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
</tbody>
|
|
1979
|
-
</table>
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
<dl class="details">
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
</dl>
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
<h5>Returns:</h5>
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
<dl>
|
|
2027
|
-
<dt>
|
|
2028
|
-
Type
|
|
2029
|
-
</dt>
|
|
2030
|
-
<dd>
|
|
2031
|
-
|
|
2032
|
-
<span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
</dd>
|
|
2036
|
-
</dl>
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
</dd>
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
<dt class="">
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
<h4 id="setProperties" class="name">
|
|
2051
|
-
|
|
2052
|
-
<span class="type-signature"></span>setProperties<span class="signature">(properties)</span><span class="type-signature"> : {void}</span>
|
|
2053
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperties"></a>
|
|
2054
|
-
|
|
2055
|
-
</h4>
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
</dt>
|
|
2062
|
-
<dd class="">
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
<div class="description">
|
|
2066
|
-
Performs a batch set of properties.
|
|
2067
|
-
|
|
2068
|
-
</div>
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
<h5>Parameters:</h5>
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
<table class="params">
|
|
2084
|
-
<thead>
|
|
2085
|
-
<tr>
|
|
2086
|
-
|
|
2087
|
-
<th>Name</th>
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
<th>Type</th>
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
<th class="last">Description</th>
|
|
2097
|
-
</tr>
|
|
2098
|
-
</thead>
|
|
2099
|
-
|
|
2100
|
-
<tbody>
|
|
2101
|
-
|
|
2102
|
-
|
|
2103
|
-
<tr>
|
|
2104
|
-
|
|
2105
|
-
<td class="name"><code>properties</code></td>
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
<td class="type">
|
|
2109
|
-
|
|
2110
|
-
</td>
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
|
|
2114
|
-
|
|
2115
|
-
<td class="description last">An object containing the property and value pairs to set.
|
|
2116
|
-
</td>
|
|
2117
|
-
</tr>
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
</tbody>
|
|
2121
|
-
</table>
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
<dl class="details">
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
|
|
2145
|
-
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
</dl>
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
<h5>Returns:</h5>
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
<dl>
|
|
2169
|
-
<dt>
|
|
2170
|
-
Type
|
|
2171
|
-
</dt>
|
|
2172
|
-
<dd>
|
|
2173
|
-
|
|
2174
|
-
<span class="param-type">void</span>
|
|
2175
|
-
|
|
2176
|
-
|
|
2177
|
-
</dd>
|
|
2178
|
-
</dl>
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
</dd>
|
|
2185
|
-
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
<dt class="">
|
|
2189
|
-
|
|
2190
|
-
|
|
2191
|
-
|
|
2192
|
-
<h4 id="setProperty" class="name">
|
|
2193
|
-
|
|
2194
|
-
<span class="type-signature"></span>setProperty<span class="signature">(property, value)</span><span class="type-signature"> : {void}</span>
|
|
2195
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperty"></a>
|
|
2196
|
-
|
|
2197
|
-
</h4>
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
</dt>
|
|
2204
|
-
<dd class="">
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
<div class="description">
|
|
2208
|
-
Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.
|
|
2209
|
-
|
|
2210
|
-
</div>
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
|
|
2219
|
-
|
|
2220
|
-
|
|
2221
|
-
|
|
2222
|
-
<h5>Parameters:</h5>
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
<table class="params">
|
|
2226
|
-
<thead>
|
|
2227
|
-
<tr>
|
|
2228
|
-
|
|
2229
|
-
<th>Name</th>
|
|
2230
|
-
|
|
2231
|
-
|
|
2232
|
-
<th>Type</th>
|
|
2233
|
-
|
|
2234
|
-
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
<th class="last">Description</th>
|
|
2239
|
-
</tr>
|
|
2240
|
-
</thead>
|
|
2241
|
-
|
|
2242
|
-
<tbody>
|
|
2243
|
-
|
|
2244
|
-
|
|
2245
|
-
<tr>
|
|
2246
|
-
|
|
2247
|
-
<td class="name"><code>property</code></td>
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
<td class="type">
|
|
2251
|
-
|
|
2252
|
-
</td>
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
<td class="description last">The property name to set. Supports dot notation for subproperty access.
|
|
2258
|
-
</td>
|
|
2259
|
-
</tr>
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
<tr>
|
|
2264
|
-
|
|
2265
|
-
<td class="name"><code>value</code></td>
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
<td class="type">
|
|
2269
|
-
|
|
2270
|
-
</td>
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
<td class="description last">The new value to set the property to.
|
|
2276
|
-
</td>
|
|
2277
|
-
</tr>
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
</tbody>
|
|
2281
|
-
</table>
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
<dl class="details">
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2306
|
-
|
|
2307
|
-
|
|
2308
|
-
|
|
2309
|
-
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
|
|
2313
|
-
|
|
2314
|
-
|
|
2315
|
-
</dl>
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
<h5>Returns:</h5>
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
|
|
2328
|
-
<dl>
|
|
2329
|
-
<dt>
|
|
2330
|
-
Type
|
|
2331
|
-
</dt>
|
|
2332
|
-
<dd>
|
|
2333
|
-
|
|
2334
|
-
<span class="param-type">void</span>
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
</dd>
|
|
2338
|
-
</dl>
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
</dd>
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
</dl>
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
<h3 id="typedefs-section" class="subsection-title">
|
|
2351
|
-
Type Definitions
|
|
2352
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#typedefs-section"></a>
|
|
2353
|
-
</h3>
|
|
2354
|
-
|
|
2355
|
-
<dl>
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
<dt class="">
|
|
2359
|
-
|
|
2360
|
-
<h4 id="Gridlines" class="name">
|
|
2361
|
-
|
|
2362
|
-
Gridlines
|
|
2363
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#Gridlines"></a>
|
|
2364
|
-
|
|
2365
|
-
</h4>
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
</dt>
|
|
2369
|
-
|
|
2370
|
-
<dd class="">
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
<dl class="details">
|
|
2376
|
-
|
|
2377
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
<dl>
|
|
2382
|
-
|
|
2383
|
-
<table class="props">
|
|
2384
|
-
<thead>
|
|
2385
|
-
<tr>
|
|
2386
|
-
|
|
2387
|
-
<th>Name</th>
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
<th>Type</th>
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
<th>Argument</th>
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
</tr>
|
|
2400
|
-
</thead>
|
|
2401
|
-
|
|
2402
|
-
<tbody>
|
|
2403
|
-
|
|
2404
|
-
<tr>
|
|
2405
|
-
|
|
2406
|
-
<td class="name"><code>bottom</code></td>
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
<td class="type">
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
|
|
2414
|
-
<span class="param-type">"hidden"</span>
|
|
2415
|
-
|
|
|
2416
|
-
|
|
2417
|
-
<span class="param-type">"visible"</span>
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2421
|
-
|
|
2422
|
-
</td>
|
|
2423
|
-
|
|
2424
|
-
|
|
2425
|
-
<td class="attributes">
|
|
2426
|
-
|
|
2427
|
-
<optional><br>
|
|
2428
|
-
|
|
2429
|
-
|
|
2430
|
-
|
|
2431
|
-
</td>
|
|
2432
|
-
|
|
2433
|
-
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
</tr>
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
<tr>
|
|
2441
|
-
|
|
2442
|
-
<td class="name"><code>item</code></td>
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
|
|
2446
|
-
<td class="type">
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
<span class="param-type">"hidden"</span>
|
|
2451
|
-
|
|
|
2452
|
-
|
|
2453
|
-
<span class="param-type">"visible"</span>
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
</td>
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
<td class="attributes">
|
|
2462
|
-
|
|
2463
|
-
<optional><br>
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
</td>
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
</tr>
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
<tr>
|
|
2477
|
-
|
|
2478
|
-
<td class="name"><code>top</code></td>
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
|
|
2482
|
-
<td class="type">
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
<span class="param-type">"hidden"</span>
|
|
2487
|
-
|
|
|
2488
|
-
|
|
2489
|
-
<span class="param-type">"visible"</span>
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
</td>
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
<td class="attributes">
|
|
2498
|
-
|
|
2499
|
-
<optional><br>
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
</td>
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
</tr>
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
</tbody>
|
|
2513
|
-
</table></dl>
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
</dl>
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
</dd>
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
<dt class="">
|
|
2552
|
-
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
<h4 id="ListItemContext" class="name">
|
|
2556
|
-
|
|
2557
|
-
ListItemContext<span class="type-signature"><K,D></span>
|
|
2558
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#ListItemContext"></a>
|
|
2559
|
-
|
|
2560
|
-
</h4>
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
</dt>
|
|
2567
|
-
<dd class="">
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
|
|
2582
|
-
<dl class="details">
|
|
2583
|
-
|
|
2584
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2588
|
-
<dl>
|
|
2589
|
-
|
|
2590
|
-
<table class="props">
|
|
2591
|
-
<thead>
|
|
2592
|
-
<tr>
|
|
2593
|
-
|
|
2594
|
-
<th>Name</th>
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
<th>Type</th>
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
<th class="last">Description</th>
|
|
2605
|
-
|
|
2606
|
-
</tr>
|
|
2607
|
-
</thead>
|
|
2608
|
-
|
|
2609
|
-
<tbody>
|
|
2610
|
-
|
|
2611
|
-
<tr>
|
|
2612
|
-
|
|
2613
|
-
<td class="name"><code>data</code></td>
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
<td class="type">
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
|
|
2621
|
-
<span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
</td>
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
<td class="description last">The data of the item. Note this is made available primarily to ease migration.
|
|
2634
|
-
Applications should get the data from the item property instead.
|
|
2635
|
-
</td>
|
|
2636
|
-
|
|
2637
|
-
</tr>
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
<tr>
|
|
2641
|
-
|
|
2642
|
-
<td class="name"><code>item</code></td>
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
<td class="type">
|
|
2647
|
-
|
|
2648
|
-
|
|
2649
|
-
|
|
2650
|
-
<span class="param-type">object</span>
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
</td>
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
<td class="description last">Contains the data and metadata of the item.
|
|
2663
|
-
</td>
|
|
2664
|
-
|
|
2665
|
-
</tr>
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
</tbody>
|
|
2669
|
-
</table></dl>
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
</dl>
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
</dd>
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
</dl>
|
|
2714
|
-
|
|
2715
|
-
</article>
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
</section>
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
<footer>
|
|
2725
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Jul 02 2024 05:14:15 GMT+0000 (Coordinated Universal Time)<br>
|
|
2726
|
-
<span class="product-docs-footer">Copyright © 2014, 2024 Oracle. All rights reserved.<span>
|
|
2727
|
-
</footer>
|
|
2728
|
-
|
|
2729
|
-
</div>
|
|
2730
|
-
|
|
2731
|
-
<script> prettyPrint(); </script>
|
|
2732
|
-
</body>
|
|
2733
|
-
</html>
|