@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,4589 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>Element: <oj-c-checkboxset></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="navItem57">
|
|
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 deprecated-hidden">
|
|
202
|
-
<h1>Element: <oj-c-checkboxset></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>16.0.0</li></ul></dd>
|
|
225
|
-
|
|
226
|
-
<dt class="tag-module">Module:</dt>
|
|
227
|
-
<dd class="tag-module"><ul class="dummy"><li>checkboxset</li></ul></dd>
|
|
228
|
-
|
|
229
|
-
</dl>
|
|
230
|
-
|
|
231
|
-
<section id="quick-nav" class="deprecated-hidden">
|
|
232
|
-
<header><h2>QuickNav</h2></header>
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
<div class="quick-nav-section4">
|
|
237
|
-
<h3> <a href="#members-section">Attributes</a></h3>
|
|
238
|
-
<ul class="optionsSubList">
|
|
239
|
-
|
|
240
|
-
<li><div><a href="#columnSpan">column-span</a></div>
|
|
241
|
-
|
|
242
|
-
</li>
|
|
243
|
-
|
|
244
|
-
<li><div><a href="#containerReadonly">container-readonly</a></div>
|
|
245
|
-
|
|
246
|
-
</li>
|
|
247
|
-
|
|
248
|
-
<li><div><a href="#direction">direction</a></div>
|
|
249
|
-
|
|
250
|
-
</li>
|
|
251
|
-
|
|
252
|
-
<li><div><a href="#disabled">disabled</a></div>
|
|
253
|
-
|
|
254
|
-
</li>
|
|
255
|
-
|
|
256
|
-
<li><div><a href="#displayOptions"><b>display-options</b></a></div>
|
|
257
|
-
|
|
258
|
-
</li>
|
|
259
|
-
|
|
260
|
-
<li><div><a href="#help"><b>help</b></a></div>
|
|
261
|
-
|
|
262
|
-
</li>
|
|
263
|
-
|
|
264
|
-
<li><div><a href="#helpHints"><b>help-hints</b></a></div>
|
|
265
|
-
|
|
266
|
-
</li>
|
|
267
|
-
|
|
268
|
-
<li><div><a href="#labelEdge">label-edge</a></div>
|
|
269
|
-
|
|
270
|
-
</li>
|
|
271
|
-
|
|
272
|
-
<li><div><a href="#labelHint">label-hint</a></div>
|
|
273
|
-
|
|
274
|
-
</li>
|
|
275
|
-
|
|
276
|
-
<li><div><a href="#labelStartWidth">label-start-width</a></div>
|
|
277
|
-
|
|
278
|
-
</li>
|
|
279
|
-
|
|
280
|
-
<li><div><a href="#labelWrapping">label-wrapping</a></div>
|
|
281
|
-
|
|
282
|
-
</li>
|
|
283
|
-
|
|
284
|
-
<li><div><a href="#messagesCustom"><b>messages-custom</b></a></div>
|
|
285
|
-
|
|
286
|
-
</li>
|
|
287
|
-
|
|
288
|
-
<li><div><a href="#options"><b>options</b></a></div>
|
|
289
|
-
|
|
290
|
-
</li>
|
|
291
|
-
|
|
292
|
-
<li><div><a href="#readonly">readonly</a></div>
|
|
293
|
-
|
|
294
|
-
</li>
|
|
295
|
-
|
|
296
|
-
<li><div><a href="#required">required</a></div>
|
|
297
|
-
|
|
298
|
-
</li>
|
|
299
|
-
|
|
300
|
-
<li><div><a href="#requiredMessageDetail">required-message-detail</a></div>
|
|
301
|
-
|
|
302
|
-
</li>
|
|
303
|
-
|
|
304
|
-
<li><div><a href="#userAssistanceDensity">user-assistance-density</a></div>
|
|
305
|
-
|
|
306
|
-
</li>
|
|
307
|
-
|
|
308
|
-
<li><div><a href="#valid">valid</a></div>
|
|
309
|
-
|
|
310
|
-
</li>
|
|
311
|
-
|
|
312
|
-
<li><div><a href="#value">value</a></div>
|
|
313
|
-
|
|
314
|
-
</ul>
|
|
315
|
-
<script type="text/javascript" >
|
|
316
|
-
var innerSubLists = document.getElementsByClassName('optionsInnerSubList');
|
|
317
|
-
for (var i=0; i<innerSubLists.length; i++) {
|
|
318
|
-
innerSubLists[i].parentNode.onclick=function(event) {
|
|
319
|
-
event.stopPropagation();
|
|
320
|
-
// Only interpret the click event if the <a> element is the target and do nothing if click occurred elsewhere on the div
|
|
321
|
-
if (event.target.parentNode == this.firstChild.firstChild) {
|
|
322
|
-
// toggle only the clicked sub properties list and not any nested ones
|
|
323
|
-
var subProperties = this.getElementsByClassName('optionsInnerSubList');
|
|
324
|
-
subProperties[0].style.display = (subProperties[0].style.display=='block' ? 'none' : 'block');
|
|
325
|
-
}
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
</script>
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
</div>
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
<div class="quick-nav-section4">
|
|
341
|
-
<h3><a href="#methods-section">Methods</a></h3>
|
|
342
|
-
<ul class="subList">
|
|
343
|
-
|
|
344
|
-
<li><a href="#getProperty">getProperty</a></li>
|
|
345
|
-
|
|
346
|
-
<li><a href="#reset">reset</a></li>
|
|
347
|
-
|
|
348
|
-
<li><a href="#setProperties">setProperties</a></li>
|
|
349
|
-
|
|
350
|
-
<li><a href="#setProperty">setProperty</a></li>
|
|
351
|
-
|
|
352
|
-
<li><a href="#showMessages">showMessages</a></li>
|
|
353
|
-
|
|
354
|
-
<li><a href="#validate">validate</a></li>
|
|
355
|
-
|
|
356
|
-
</ul>
|
|
357
|
-
|
|
358
|
-
</div>
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
<div class="quick-nav-section4">
|
|
362
|
-
<h3><a href="#typedefs-section">Type Definitions</a></h3>
|
|
363
|
-
<ul class="subList">
|
|
364
|
-
|
|
365
|
-
<li><a href="#CheckboxsetDataItem">CheckboxsetDataItem</a></li>
|
|
366
|
-
|
|
367
|
-
<li><a href="#ComponentMessageItem">ComponentMessageItem</a></li>
|
|
368
|
-
|
|
369
|
-
<li><a href="#DisplayOptions">DisplayOptions</a></li>
|
|
370
|
-
|
|
371
|
-
<li><a href="#Help">Help</a></li>
|
|
372
|
-
|
|
373
|
-
<li><a href="#HelpHints">HelpHints</a></li>
|
|
374
|
-
|
|
375
|
-
</ul>
|
|
376
|
-
</div>
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
<div class="quick-nav-section4">
|
|
380
|
-
<h3>Other Topics</h3>
|
|
381
|
-
<ul class="subList">
|
|
382
|
-
|
|
383
|
-
<li><a href="#touch-section">Touch Section</a></li>
|
|
384
|
-
|
|
385
|
-
<li><a href="#keyboard-section">Keyboard Section</a></li>
|
|
386
|
-
|
|
387
|
-
<li><a href="#a11y-section">Accessibility Section</a></li>
|
|
388
|
-
|
|
389
|
-
</ul>
|
|
390
|
-
</div>
|
|
391
|
-
|
|
392
|
-
</section>
|
|
393
|
-
|
|
394
|
-
<section class="deprecated-hidden">
|
|
395
|
-
<header>
|
|
396
|
-
|
|
397
|
-
</br>
|
|
398
|
-
|
|
399
|
-
<div class="class-description">
|
|
400
|
-
<p><h3 id="checkboxsetOverview-section">
|
|
401
|
-
JET Checkboxset Component
|
|
402
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#checkboxsetOverview-section"></a>
|
|
403
|
-
</h3>
|
|
404
|
-
|
|
405
|
-
<p>
|
|
406
|
-
A checkbox set allows the user to select one or more options from a set and creates the necessary dom elements for
|
|
407
|
-
the actual checkboxes.
|
|
408
|
-
</p>
|
|
409
|
-
|
|
410
|
-
<p>The options content can be configured via an array or a DataProvider.
|
|
411
|
-
It is recommended that a DataProvider should always be used for mutable data.
|
|
412
|
-
</p>
|
|
413
|
-
|
|
414
|
-
<p>A JET Checkbox Set can be created with an array or DataProvider.</p>
|
|
415
|
-
|
|
416
|
-
<pre class="prettyprint">
|
|
417
|
-
<code>
|
|
418
|
-
<oj-c-checkboxset options="[[arrayOrDP]]">
|
|
419
|
-
</oj-c-checkboxset>
|
|
420
|
-
</code>
|
|
421
|
-
</pre>
|
|
422
|
-
|
|
423
|
-
<p>
|
|
424
|
-
You can enable and disable an oj-c-checkboxset,
|
|
425
|
-
which will enable and disable all contained checkboxes.
|
|
426
|
-
</p>
|
|
427
|
-
|
|
428
|
-
<h3 id="validation-section">
|
|
429
|
-
Validation and Messaging
|
|
430
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#validation-section"></a>
|
|
431
|
-
</h3>
|
|
432
|
-
|
|
433
|
-
<p>
|
|
434
|
-
An editable component runs validation (normal or deferred) based on the action performed on it
|
|
435
|
-
(either by end-user or page author), and the state it was in when the action occurred. Examples
|
|
436
|
-
of actions are - creating a component, user changing the value of the component by interacting
|
|
437
|
-
with it, the app setting a value programmatically, the app calling the validate() method etc. At
|
|
438
|
-
the time the action occurs, the component could already be showing errors, or can have a deferred
|
|
439
|
-
error or have no errors.
|
|
440
|
-
</p>
|
|
441
|
-
<p>
|
|
442
|
-
These factors also determine whether validation errors/messages get shown to the user immediately
|
|
443
|
-
or get deferred. The following sections highlight the kinds of validation that are run and how
|
|
444
|
-
messages get handled.
|
|
445
|
-
</p>
|
|
446
|
-
|
|
447
|
-
<h4 id="normal-validation-section">
|
|
448
|
-
Normal Validation
|
|
449
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#normal-validation-section"></a>
|
|
450
|
-
</h4>
|
|
451
|
-
Normal validation is run in the following cases on the display value, using the converter and
|
|
452
|
-
validators (this includes async-validators) set on the component,
|
|
453
|
-
and validation errors are reported to user immediately.
|
|
454
|
-
<ul>
|
|
455
|
-
<li>When value changes as a result of user interaction all messages are cleared, including custom
|
|
456
|
-
messages added by the app, and full validation is run on the UI value. The steps performed are
|
|
457
|
-
outlined below.
|
|
458
|
-
<ol>
|
|
459
|
-
<li>All messages are cleared and <code class="prettyprint">messagesCustom</code> property is cleared</li>
|
|
460
|
-
<li>If no converter is present then processing continues to next step. If a converter is
|
|
461
|
-
present, the UI value is first converted (i.e., parsed). If there is a parse error then
|
|
462
|
-
the messages are shown and processing returns.</li>
|
|
463
|
-
<li>If there are no validators setup for the component then the value is set on the component.
|
|
464
|
-
Otherwise all validators are run in sequence using the parsed value from the previous step. The
|
|
465
|
-
implicit required is run first if the component is marked required. When a validation error is
|
|
466
|
-
encountered it is remembered and the next validator in the sequence is run.
|
|
467
|
-
<ul><li>NOTE: The value is trimmed before required validation is run</li></ul>
|
|
468
|
-
</li>
|
|
469
|
-
<li>At the end of the validation run if there are errors, the messages are shown
|
|
470
|
-
and processing returns. If there are async-validators, those errors are shown as soon as they
|
|
471
|
-
come in, and not until all validators, sync and async validators, are complete, does processing
|
|
472
|
-
return, that is, value and valid are updated. If there are no errors, then the
|
|
473
|
-
<code class="prettyprint">value</code> property is updated and the formatted value displayed on the
|
|
474
|
-
UI.</li>
|
|
475
|
-
</ol>
|
|
476
|
-
</li>
|
|
477
|
-
<li>When the <code class="prettyprint">validate</code> method is called by app, all messages are
|
|
478
|
-
cleared and full validation run using the display value. See <code class="prettyprint">validate</code>
|
|
479
|
-
method on the sub-classes for details. Note: JET validation is designed to catch user input errors, and not invalid
|
|
480
|
-
data passed from the server; this should be caught on the server.</li>
|
|
481
|
-
<li>When certain properties change through programmatic intervention by app, the component
|
|
482
|
-
determines whether it needs to run normal validation based on the state the component is in.
|
|
483
|
-
Refer to the <a href="#mixed-validation-section">Mixed Validation</a> section below for details. </li>
|
|
484
|
-
</ul>
|
|
485
|
-
|
|
486
|
-
<h4 id="deferred-validation-section">
|
|
487
|
-
Deferred Validation
|
|
488
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#deferred-validation-section"></a>
|
|
489
|
-
</h4>
|
|
490
|
-
Deferred validation is run in the following cases on the component value using the implicit
|
|
491
|
-
required validator if required is true, and validation errors are deferred, i.e., not shown to user immediately.
|
|
492
|
-
Refer to the <a href="#deferred-messages-section">Showing Deferred Messages</a> section to
|
|
493
|
-
understand how deferred messages can be shown.
|
|
494
|
-
<ul>
|
|
495
|
-
<li>When a component is created and it is required deferred validation is run and no messages are cleared
|
|
496
|
-
prior to running validation.
|
|
497
|
-
Refer to the <a href="#deferred-validators-section">Validators
|
|
498
|
-
Participating in Deferred Validation</a> section for details.</li>
|
|
499
|
-
<li>When the <code class="prettyprint">value</code> property changes due to programmatic
|
|
500
|
-
intervention deferred validation is run, after all messages and messagesCustom property are cleared.</li>
|
|
501
|
-
<li>When the <code class="prettyprint">reset</code> method is called, deferred validation is run
|
|
502
|
-
after all messages and messagesCustom property are cleared.</li>
|
|
503
|
-
<li>When certain properties change through programmatic intervention by app, the component
|
|
504
|
-
determines whether it needs to run deferred validation based on the state the component is in.
|
|
505
|
-
Refer to the <a href="#mixed-validation-section">Mixed Validation</a> section below for details.</li>
|
|
506
|
-
</ul>
|
|
507
|
-
|
|
508
|
-
<h4 id="mixed-validation-section">
|
|
509
|
-
Mixed Validation
|
|
510
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#mixed-validation-section"></a>
|
|
511
|
-
</h4>
|
|
512
|
-
Either deferred or normal validation is run in the following cases based on the state the
|
|
513
|
-
component is in and any validation errors encountered are either hidden or shown to user.
|
|
514
|
-
<ul>
|
|
515
|
-
<li>when disabled property changes. See <a href="#disabled">disabled</a> property for details.</li>
|
|
516
|
-
<li>when converter property changes. See <a href="#converter">converter</a> property for details.</li>
|
|
517
|
-
<li>when required property changes. See <a href="#required">required</a> property for details.</li>
|
|
518
|
-
<li>when validators property changes. See <a href="#validators">validators</a> property for details.</li>
|
|
519
|
-
</ul>
|
|
520
|
-
|
|
521
|
-
<h3 id="deferred-messages-section">
|
|
522
|
-
Showing Deferred Messages
|
|
523
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#deferred-messages-section"></a>
|
|
524
|
-
</h3>
|
|
525
|
-
Deferred validation messages are displayed only when page author requests for it explicitly in
|
|
526
|
-
one of the following ways:
|
|
527
|
-
<ul>
|
|
528
|
-
<li>calls the <a href="#showMessages"><code class="prettyprint">showMessages</code></a> method on the component</li>
|
|
529
|
-
</ul>
|
|
530
|
-
|
|
531
|
-
<h3 id="deferred-validators-section">
|
|
532
|
-
Validators Participating in Deferred Validation
|
|
533
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#deferred-validators-section"></a>
|
|
534
|
-
</h3>
|
|
535
|
-
The required validator is the only validator type that participates in deferred validation.
|
|
536
|
-
The required property needs to be set to true for the required validator to run.
|
|
537
|
-
|
|
538
|
-
<h3 id="user-assistance-text-section">
|
|
539
|
-
User Assistance Text
|
|
540
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#user-assistance-text-section"></a>
|
|
541
|
-
</h3>
|
|
542
|
-
<p>
|
|
543
|
-
User assistive text provides guidance to help the user understand what data to enter or select.
|
|
544
|
-
</p>
|
|
545
|
-
<p>
|
|
546
|
-
By default all user assistance text shows inline at the top of the checkboxset and is always displayed if there is any defined for the set.
|
|
547
|
-
See the user-assistance-density property for other ways the user assistance text can render. User assistance can also be provided at the
|
|
548
|
-
individual checkbox level which renders as a "?" icon and when clicked will display the assistive text in a pop-up.
|
|
549
|
-
</p>
|
|
550
|
-
<p>
|
|
551
|
-
The JET form component properties that are used for user assistance text are help.instruction, and help-hints.
|
|
552
|
-
In the Redwood theme for clarity only one user assistance text shows to the user.
|
|
553
|
-
The precedence rules are:
|
|
554
|
-
<ul>
|
|
555
|
-
<li>help.instruction shows;</li>
|
|
556
|
-
<li>if no help.instruction, then help-hints.definition shows;</li>
|
|
557
|
-
<li>help-hints.source always shows along side the above.</li>
|
|
558
|
-
</ul>
|
|
559
|
-
</p>
|
|
560
|
-
<p>
|
|
561
|
-
If the required property was set to true, this can also be used to guide the user.
|
|
562
|
-
In this case, the word Required will be rendered under the checkboxset when no value was set for the component.
|
|
563
|
-
</p>
|
|
564
|
-
|
|
565
|
-
<h3 id="touch-section">
|
|
566
|
-
Touch End User Information
|
|
567
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#touch-section"></a>
|
|
568
|
-
</h3>
|
|
569
|
-
|
|
570
|
-
<table class="keyboard-table">
|
|
571
|
-
<thead>
|
|
572
|
-
<tr>
|
|
573
|
-
<th>Target</th>
|
|
574
|
-
<th>Gesture</th>
|
|
575
|
-
<th>Action</th>
|
|
576
|
-
</tr>
|
|
577
|
-
</thead>
|
|
578
|
-
<tbody>
|
|
579
|
-
<tr>
|
|
580
|
-
<td>Checkbox</td>
|
|
581
|
-
<td><kbd>Tap</kbd></td>
|
|
582
|
-
<td> Select/unselect the checkbox</td>
|
|
583
|
-
</tr>
|
|
584
|
-
<tr>
|
|
585
|
-
<td>Checkbox's Label</td>
|
|
586
|
-
<td><kbd>Tap</kbd></td>
|
|
587
|
-
<td> Select/unselect the corresponding checkbox</td>
|
|
588
|
-
</tr>
|
|
589
|
-
<tr>
|
|
590
|
-
<td>Assistive help icon</td>
|
|
591
|
-
<td><kbd>Tap</kbd></td>
|
|
592
|
-
<td>If assistive text was setup for the checkbox, pop up the notewindow.</td>
|
|
593
|
-
</tr>
|
|
594
|
-
</tbody>
|
|
595
|
-
</table>
|
|
596
|
-
|
|
597
|
-
<h3 id="keyboard-section">
|
|
598
|
-
Keyboard End User Information
|
|
599
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#keyboard-section"></a>
|
|
600
|
-
</h3>
|
|
601
|
-
|
|
602
|
-
<table class="keyboard-table">
|
|
603
|
-
<thead>
|
|
604
|
-
<tr>
|
|
605
|
-
<th>Target</th>
|
|
606
|
-
<th>Key</th>
|
|
607
|
-
<th>Action</th>
|
|
608
|
-
</tr>
|
|
609
|
-
</thead>
|
|
610
|
-
<tbody>
|
|
611
|
-
<tr>
|
|
612
|
-
<td>Checkboxset</td>
|
|
613
|
-
<td><kbd>Tab In</kbd></td>
|
|
614
|
-
<td>Set focus to the first focusable checkbox in the checkboxset.
|
|
615
|
-
Disabled checkboxes are not focusable.</td>
|
|
616
|
-
</tr>
|
|
617
|
-
<tr>
|
|
618
|
-
<td>Checkbox</td>
|
|
619
|
-
<td><kbd>Space</kbd></td>
|
|
620
|
-
<td>Toggles the checkbox; If the checkbox is unselected, it will select it and vice versa.</td>
|
|
621
|
-
</tr>
|
|
622
|
-
<tr>
|
|
623
|
-
<td>Checkbox</td>
|
|
624
|
-
<td><kbd>Tab</kbd></td>
|
|
625
|
-
<td>Sets focus to the next focusable checkbox in the checkboxset or help icon if it is present.
|
|
626
|
-
Disabled checkboxes are not focusable. If focus is on the last focusable checkbox in the
|
|
627
|
-
checkboxset, focus goes to the next focusable item after the oj-c-checkboxset.</td>
|
|
628
|
-
</tr>
|
|
629
|
-
<tr>
|
|
630
|
-
<td>Checkbox</td>
|
|
631
|
-
<td><kbd>Shift+Tab</kbd></td>
|
|
632
|
-
<td>Sets focus to the previous focusable checkbox in the checkboxset.
|
|
633
|
-
Disabled checkboxes are not focusable. If focus is on the first focusable checkbox in the
|
|
634
|
-
checkboxset, focus goes to the previous focusable item before the oj-c-checkboxset.</td>
|
|
635
|
-
</tr>
|
|
636
|
-
<tr>
|
|
637
|
-
<td>Assistive help icon</td>
|
|
638
|
-
<td><kbd>Tab In</kbd></td>
|
|
639
|
-
<td>If the checkbox has assistive text, sets the focus on the icon. Hitting Enter or Space on the icon will launch a pop-up.
|
|
640
|
-
Pressing F6 transfers the focus inside the popup and tabbing inside the popup will move focus to the link inside the popup, if one exists.
|
|
641
|
-
Hitting Enter on the link will launch a new window with the url that was setup in the helpSourceLink property of the checkbox.
|
|
642
|
-
See <a href="#CheckboxsetDataItem">CheckboxsetDataItem</a> for information on assistive properties of the checkbox.
|
|
643
|
-
</td>
|
|
644
|
-
</tr>
|
|
645
|
-
</tbody>
|
|
646
|
-
</table>
|
|
647
|
-
|
|
648
|
-
<h3 id="a11y-section">
|
|
649
|
-
Accessibility
|
|
650
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#a11y-section"></a>
|
|
651
|
-
</h3>
|
|
652
|
-
|
|
653
|
-
<p>JET Checkboxset takes care of setting <code class="prettyprint">role="group"</code>.</p>
|
|
654
|
-
</div>
|
|
655
|
-
</br>
|
|
656
|
-
|
|
657
|
-
</header>
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
<article>
|
|
661
|
-
<div class="container-overview">
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
<div class="usage-section">
|
|
665
|
-
<h3 id="usage-section">Usage<a class="bookmarkable-link" title="Bookmarkable Link" href="#usage-section"></a></h3>
|
|
666
|
-
|
|
667
|
-
<dt class="deprecated-hidden" style="margin-right: 100px;"><h5><span>Signature: </span><p> <span class="name type-signature">interface CCheckboxsetElement<V extends string | number,D extends <a href="oj-c.Checkboxset.html#CheckboxsetDataItem">oj-c.Checkboxset.CheckboxsetDataItem</a>></span></p></h5></dt>
|
|
668
|
-
|
|
669
|
-
<dl>
|
|
670
|
-
<dt><h5>Typescript Import Format</h5></dt>
|
|
671
|
-
<dd><pre class="prettyprint"><code>//To typecheck the element APIs, import as below.<br>import {CCheckboxsetElement} from "oj-c/checkboxset";<br><br>//For the transpiled javascript to load the element's module, import as below<br>import "oj-c/checkboxset";</code></pre></dd>
|
|
672
|
-
</dl>
|
|
673
|
-
|
|
674
|
-
<p>For additional information visit:</p>
|
|
675
|
-
<ul>
|
|
676
|
-
|
|
677
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview" target="_blank">Using JET Custom Elements</a></li>
|
|
678
|
-
|
|
679
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=typescriptoverview" target="_blank">Using JET with TypeScript</a></li>
|
|
680
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=moduleloadingoverview" target="_blank">JET Module Loading</a></li>
|
|
681
|
-
</ul>
|
|
682
|
-
|
|
683
|
-
<p class="important">Note: Application logic should not interact with the component's properties or invoke its methods
|
|
684
|
-
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>
|
|
685
|
-
|
|
686
|
-
</div>
|
|
687
|
-
<br>
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
<span class="dep-type deprecated-hidden-only jsdoc-type">
|
|
696
|
-
<dl class="deprecated deprecated-hidden-only">
|
|
697
|
-
<dt class="important">Deprecated:</dt>
|
|
698
|
-
<dd><table class="params">
|
|
699
|
-
<thead>
|
|
700
|
-
<tr>
|
|
701
|
-
|
|
702
|
-
<th>Since</th>
|
|
703
|
-
<th>Value</th>
|
|
704
|
-
|
|
705
|
-
<th>Description</th>
|
|
706
|
-
</tr>
|
|
707
|
-
</thead>
|
|
708
|
-
|
|
709
|
-
<tbody>
|
|
710
|
-
|
|
711
|
-
<tr>
|
|
712
|
-
<td class="name"><code>16.0.0</code></td>
|
|
713
|
-
<td class="description">oj-checkboxset</td>
|
|
714
|
-
|
|
715
|
-
<td class="description last"></td>
|
|
716
|
-
</tr>
|
|
717
|
-
|
|
718
|
-
</tbody>
|
|
719
|
-
</table></dd>
|
|
720
|
-
</dl>
|
|
721
|
-
</span>
|
|
722
|
-
|
|
723
|
-
<dl class="details">
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
</dl>
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
</div>
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
<h3 id="members-section" class="subsection-title">
|
|
772
|
-
Attributes
|
|
773
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#members-section"></a>
|
|
774
|
-
</h3>
|
|
775
|
-
|
|
776
|
-
<dl>
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
<dt class="">
|
|
780
|
-
|
|
781
|
-
<h4 id="columnSpan" class="name">
|
|
782
|
-
|
|
783
|
-
<span class="type-signature"></span>column-span<span class="type-signature"> :number</span>
|
|
784
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#columnSpan"></a>
|
|
785
|
-
|
|
786
|
-
</h4>
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
</dt>
|
|
790
|
-
|
|
791
|
-
<dd class="">
|
|
792
|
-
|
|
793
|
-
<div class="description">
|
|
794
|
-
Specifies how many columns this component should span.
|
|
795
|
-
This only takes effect when this component is a child of a form layout
|
|
796
|
-
that has direction 'row'.
|
|
797
|
-
</div>
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
<dl class="details">
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
<dt class="tag-default">Default Value:</dt>
|
|
809
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">1</code></li></ul></dd>
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
</dl>
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
<h5>Names</h5>
|
|
840
|
-
<table class="keyboard-table">
|
|
841
|
-
<thead>
|
|
842
|
-
<tr>
|
|
843
|
-
<th>Item</th>
|
|
844
|
-
<th>Name</th>
|
|
845
|
-
</tr>
|
|
846
|
-
</thead>
|
|
847
|
-
<tbody>
|
|
848
|
-
<tr>
|
|
849
|
-
<td>Property</td>
|
|
850
|
-
<td><code class="prettyprint">columnSpan</code></td>
|
|
851
|
-
</tr>
|
|
852
|
-
|
|
853
|
-
<tr>
|
|
854
|
-
<td>Property change event</td>
|
|
855
|
-
<td><code class="prettyprint">columnSpanChanged</code></td>
|
|
856
|
-
</tr>
|
|
857
|
-
<tr>
|
|
858
|
-
<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>
|
|
859
|
-
<td><code class="pretty-print-noprettify">on-column-span-changed</code></td>
|
|
860
|
-
</tr>
|
|
861
|
-
|
|
862
|
-
</tbody>
|
|
863
|
-
</table>
|
|
864
|
-
|
|
865
|
-
</dd>
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
<dt class="">
|
|
869
|
-
|
|
870
|
-
<h4 id="containerReadonly" class="name">
|
|
871
|
-
|
|
872
|
-
<span class="type-signature"></span>container-readonly<span class="type-signature"> :boolean</span>
|
|
873
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#containerReadonly"></a>
|
|
874
|
-
|
|
875
|
-
</h4>
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
</dt>
|
|
879
|
-
|
|
880
|
-
<dd class="">
|
|
881
|
-
|
|
882
|
-
<div class="description">
|
|
883
|
-
Specifies whether an ancestor container, like oj-c-form-layout, is readonly.
|
|
884
|
-
This affects whether a readonly component renders in full or mixed readonly mode.
|
|
885
|
-
</div>
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
<dl class="details">
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
</dl>
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
<h5>Names</h5>
|
|
925
|
-
<table class="keyboard-table">
|
|
926
|
-
<thead>
|
|
927
|
-
<tr>
|
|
928
|
-
<th>Item</th>
|
|
929
|
-
<th>Name</th>
|
|
930
|
-
</tr>
|
|
931
|
-
</thead>
|
|
932
|
-
<tbody>
|
|
933
|
-
<tr>
|
|
934
|
-
<td>Property</td>
|
|
935
|
-
<td><code class="prettyprint">containerReadonly</code></td>
|
|
936
|
-
</tr>
|
|
937
|
-
|
|
938
|
-
<tr>
|
|
939
|
-
<td>Property change event</td>
|
|
940
|
-
<td><code class="prettyprint">containerReadonlyChanged</code></td>
|
|
941
|
-
</tr>
|
|
942
|
-
<tr>
|
|
943
|
-
<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>
|
|
944
|
-
<td><code class="pretty-print-noprettify">on-container-readonly-changed</code></td>
|
|
945
|
-
</tr>
|
|
946
|
-
|
|
947
|
-
</tbody>
|
|
948
|
-
</table>
|
|
949
|
-
|
|
950
|
-
</dd>
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
<dt class="">
|
|
954
|
-
|
|
955
|
-
<h4 id="direction" class="name">
|
|
956
|
-
|
|
957
|
-
<span class="type-signature"></span>direction<span class="type-signature"> :"row"|"column"</span>
|
|
958
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#direction"></a>
|
|
959
|
-
|
|
960
|
-
</h4>
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
</dt>
|
|
964
|
-
|
|
965
|
-
<dd class="">
|
|
966
|
-
|
|
967
|
-
<div class="description">
|
|
968
|
-
Layout direction of the checkbox elements.
|
|
969
|
-
</div>
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
<dl class="details">
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
</dl>
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
<h5>Names</h5>
|
|
1009
|
-
<table class="keyboard-table">
|
|
1010
|
-
<thead>
|
|
1011
|
-
<tr>
|
|
1012
|
-
<th>Item</th>
|
|
1013
|
-
<th>Name</th>
|
|
1014
|
-
</tr>
|
|
1015
|
-
</thead>
|
|
1016
|
-
<tbody>
|
|
1017
|
-
<tr>
|
|
1018
|
-
<td>Property</td>
|
|
1019
|
-
<td><code class="prettyprint">direction</code></td>
|
|
1020
|
-
</tr>
|
|
1021
|
-
|
|
1022
|
-
<tr>
|
|
1023
|
-
<td>Property change event</td>
|
|
1024
|
-
<td><code class="prettyprint">directionChanged</code></td>
|
|
1025
|
-
</tr>
|
|
1026
|
-
<tr>
|
|
1027
|
-
<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>
|
|
1028
|
-
<td><code class="pretty-print-noprettify">on-direction-changed</code></td>
|
|
1029
|
-
</tr>
|
|
1030
|
-
|
|
1031
|
-
</tbody>
|
|
1032
|
-
</table>
|
|
1033
|
-
|
|
1034
|
-
</dd>
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
<dt class="">
|
|
1038
|
-
|
|
1039
|
-
<h4 id="disabled" class="name">
|
|
1040
|
-
|
|
1041
|
-
<span class="type-signature"></span>disabled<span class="type-signature"> :boolean</span>
|
|
1042
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#disabled"></a>
|
|
1043
|
-
|
|
1044
|
-
</h4>
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
</dt>
|
|
1048
|
-
|
|
1049
|
-
<dd class="">
|
|
1050
|
-
|
|
1051
|
-
<div class="description">
|
|
1052
|
-
Whether the component is disabled. The default is false.
|
|
1053
|
-
|
|
1054
|
-
<p>
|
|
1055
|
-
When the <code class="prettyprint">disabled</code> property changes due to programmatic
|
|
1056
|
-
intervention, the component may clear messages and run validation in some cases. </br>
|
|
1057
|
-
<ul>
|
|
1058
|
-
<li>when a required component is initialized as disabled
|
|
1059
|
-
<code class="prettyprint">value="{{currentValue}}" required disabled</code>,
|
|
1060
|
-
deferred validation is skipped.</li>
|
|
1061
|
-
<li>when a disabled component is enabled,
|
|
1062
|
-
<ul>
|
|
1063
|
-
<li>if component is invalid and showing messages then all component messages are cleared,
|
|
1064
|
-
and full validation run using the display value.
|
|
1065
|
-
<ul>
|
|
1066
|
-
<li>if there are validation errors, they are shown.</li>
|
|
1067
|
-
<li>if no errors result from the validation, the <code class="prettyprint">value</code>
|
|
1068
|
-
property is updated. Page authors can listen to the <code class="prettyprint">valueChanged</code>
|
|
1069
|
-
event to clear custom errors.</li>
|
|
1070
|
-
</ul>
|
|
1071
|
-
</li>
|
|
1072
|
-
|
|
1073
|
-
<li>if component is valid and has no errors then deferred validation is run.
|
|
1074
|
-
<ul>
|
|
1075
|
-
<li>if there is a deferred validation error, then the valid property is updated. </li>
|
|
1076
|
-
</ul>
|
|
1077
|
-
</li>
|
|
1078
|
-
<li>if component is invalid and deferred errors then component messages are cleared and
|
|
1079
|
-
deferred validation re-run.
|
|
1080
|
-
<ul>
|
|
1081
|
-
<li>if there is a deferred validation error, then the valid property is updated.</li>
|
|
1082
|
-
</ul>
|
|
1083
|
-
</li>
|
|
1084
|
-
</ul>
|
|
1085
|
-
</li>
|
|
1086
|
-
<li>when enabled component is disabled then no validation is run and the component appears
|
|
1087
|
-
disabled.</li>
|
|
1088
|
-
</ul>
|
|
1089
|
-
</p>
|
|
1090
|
-
</div>
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
<dl class="details">
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1102
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
</dl>
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
<h5>Names</h5>
|
|
1133
|
-
<table class="keyboard-table">
|
|
1134
|
-
<thead>
|
|
1135
|
-
<tr>
|
|
1136
|
-
<th>Item</th>
|
|
1137
|
-
<th>Name</th>
|
|
1138
|
-
</tr>
|
|
1139
|
-
</thead>
|
|
1140
|
-
<tbody>
|
|
1141
|
-
<tr>
|
|
1142
|
-
<td>Property</td>
|
|
1143
|
-
<td><code class="prettyprint">disabled</code></td>
|
|
1144
|
-
</tr>
|
|
1145
|
-
|
|
1146
|
-
<tr>
|
|
1147
|
-
<td>Property change event</td>
|
|
1148
|
-
<td><code class="prettyprint">disabledChanged</code></td>
|
|
1149
|
-
</tr>
|
|
1150
|
-
<tr>
|
|
1151
|
-
<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>
|
|
1152
|
-
<td><code class="pretty-print-noprettify">on-disabled-changed</code></td>
|
|
1153
|
-
</tr>
|
|
1154
|
-
|
|
1155
|
-
</tbody>
|
|
1156
|
-
</table>
|
|
1157
|
-
|
|
1158
|
-
</dd>
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
<dt class="">
|
|
1162
|
-
|
|
1163
|
-
<h4 id="displayOptions" class="name">
|
|
1164
|
-
|
|
1165
|
-
<span class="type-signature"></span>display-options<span class="type-signature"> :<a href="oj-c.Checkboxset.html#DisplayOptions">oj-c.Checkboxset.DisplayOptions</a></span>
|
|
1166
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#displayOptions"></a>
|
|
1167
|
-
|
|
1168
|
-
</h4>
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
</dt>
|
|
1172
|
-
|
|
1173
|
-
<dd class="">
|
|
1174
|
-
|
|
1175
|
-
<div class="description">
|
|
1176
|
-
Display options for auxiliary content that describes whether or not it should be displayed.
|
|
1177
|
-
</div>
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
<dl class="details">
|
|
1183
|
-
|
|
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
|
-
</dl>
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
<h5>Names</h5>
|
|
1217
|
-
<table class="keyboard-table">
|
|
1218
|
-
<thead>
|
|
1219
|
-
<tr>
|
|
1220
|
-
<th>Item</th>
|
|
1221
|
-
<th>Name</th>
|
|
1222
|
-
</tr>
|
|
1223
|
-
</thead>
|
|
1224
|
-
<tbody>
|
|
1225
|
-
<tr>
|
|
1226
|
-
<td>Property</td>
|
|
1227
|
-
<td><code class="prettyprint">displayOptions</code></td>
|
|
1228
|
-
</tr>
|
|
1229
|
-
|
|
1230
|
-
<tr>
|
|
1231
|
-
<td>Property change event</td>
|
|
1232
|
-
<td><code class="prettyprint">displayOptionsChanged</code></td>
|
|
1233
|
-
</tr>
|
|
1234
|
-
<tr>
|
|
1235
|
-
<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>
|
|
1236
|
-
<td><code class="pretty-print-noprettify">on-display-options-changed</code></td>
|
|
1237
|
-
</tr>
|
|
1238
|
-
|
|
1239
|
-
</tbody>
|
|
1240
|
-
</table>
|
|
1241
|
-
|
|
1242
|
-
</dd>
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
<dt class="">
|
|
1246
|
-
|
|
1247
|
-
<h4 id="help" class="name">
|
|
1248
|
-
|
|
1249
|
-
<span class="type-signature"></span>help<span class="type-signature"> :<a href="oj-c.Checkboxset.html#Help">oj-c.Checkboxset.Help</a></span>
|
|
1250
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#help"></a>
|
|
1251
|
-
|
|
1252
|
-
</h4>
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
</dt>
|
|
1256
|
-
|
|
1257
|
-
<dd class="">
|
|
1258
|
-
|
|
1259
|
-
<div class="description">
|
|
1260
|
-
Form component help information.
|
|
1261
|
-
</div>
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
<dl class="details">
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
</dl>
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
<h5>Names</h5>
|
|
1301
|
-
<table class="keyboard-table">
|
|
1302
|
-
<thead>
|
|
1303
|
-
<tr>
|
|
1304
|
-
<th>Item</th>
|
|
1305
|
-
<th>Name</th>
|
|
1306
|
-
</tr>
|
|
1307
|
-
</thead>
|
|
1308
|
-
<tbody>
|
|
1309
|
-
<tr>
|
|
1310
|
-
<td>Property</td>
|
|
1311
|
-
<td><code class="prettyprint">help</code></td>
|
|
1312
|
-
</tr>
|
|
1313
|
-
|
|
1314
|
-
<tr>
|
|
1315
|
-
<td>Property change event</td>
|
|
1316
|
-
<td><code class="prettyprint">helpChanged</code></td>
|
|
1317
|
-
</tr>
|
|
1318
|
-
<tr>
|
|
1319
|
-
<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>
|
|
1320
|
-
<td><code class="pretty-print-noprettify">on-help-changed</code></td>
|
|
1321
|
-
</tr>
|
|
1322
|
-
|
|
1323
|
-
</tbody>
|
|
1324
|
-
</table>
|
|
1325
|
-
|
|
1326
|
-
</dd>
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
<dt class="">
|
|
1330
|
-
|
|
1331
|
-
<h4 id="helpHints" class="name">
|
|
1332
|
-
|
|
1333
|
-
<span class="type-signature"></span>help-hints<span class="type-signature"> :<a href="oj-c.Checkboxset.html#HelpHints">oj-c.Checkboxset.HelpHints</a></span>
|
|
1334
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#helpHints"></a>
|
|
1335
|
-
|
|
1336
|
-
</h4>
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
</dt>
|
|
1340
|
-
|
|
1341
|
-
<dd class="">
|
|
1342
|
-
|
|
1343
|
-
<div class="description">
|
|
1344
|
-
The helpHints object contains a definition property, sourceText property, and a source property.
|
|
1345
|
-
</div>
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
<dl class="details">
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
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
|
-
</dl>
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
<h5>Names</h5>
|
|
1385
|
-
<table class="keyboard-table">
|
|
1386
|
-
<thead>
|
|
1387
|
-
<tr>
|
|
1388
|
-
<th>Item</th>
|
|
1389
|
-
<th>Name</th>
|
|
1390
|
-
</tr>
|
|
1391
|
-
</thead>
|
|
1392
|
-
<tbody>
|
|
1393
|
-
<tr>
|
|
1394
|
-
<td>Property</td>
|
|
1395
|
-
<td><code class="prettyprint">helpHints</code></td>
|
|
1396
|
-
</tr>
|
|
1397
|
-
|
|
1398
|
-
<tr>
|
|
1399
|
-
<td>Property change event</td>
|
|
1400
|
-
<td><code class="prettyprint">helpHintsChanged</code></td>
|
|
1401
|
-
</tr>
|
|
1402
|
-
<tr>
|
|
1403
|
-
<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>
|
|
1404
|
-
<td><code class="pretty-print-noprettify">on-help-hints-changed</code></td>
|
|
1405
|
-
</tr>
|
|
1406
|
-
|
|
1407
|
-
</tbody>
|
|
1408
|
-
</table>
|
|
1409
|
-
|
|
1410
|
-
</dd>
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
<dt class="">
|
|
1414
|
-
|
|
1415
|
-
<h4 id="labelEdge" class="name">
|
|
1416
|
-
|
|
1417
|
-
<span class="type-signature"></span>label-edge<span class="type-signature"> :"inside"|"none"|"start"|"top"</span>
|
|
1418
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#labelEdge"></a>
|
|
1419
|
-
|
|
1420
|
-
</h4>
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
</dt>
|
|
1424
|
-
|
|
1425
|
-
<dd class="">
|
|
1426
|
-
|
|
1427
|
-
<div class="description">
|
|
1428
|
-
Specifies how the label of the component is positioned when the label-hint
|
|
1429
|
-
attribute is set on the component.
|
|
1430
|
-
</div>
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
<dl class="details">
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
<h5 class="subsection-title">Supported Values:</h5>
|
|
1441
|
-
|
|
1442
|
-
<dl>
|
|
1443
|
-
|
|
1444
|
-
<table class="props">
|
|
1445
|
-
<thead>
|
|
1446
|
-
<tr>
|
|
1447
|
-
|
|
1448
|
-
<th>Value</th>
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
<th class="last">Description</th>
|
|
1457
|
-
|
|
1458
|
-
</tr>
|
|
1459
|
-
</thead>
|
|
1460
|
-
|
|
1461
|
-
<tbody>
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
<tr>
|
|
1465
|
-
|
|
1466
|
-
<td class="name"><code>inside</code></td>
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
<td class="description last">The label will be placed on top of the checkboxset, but is smaller than 'top' option.
|
|
1475
|
-
</td>
|
|
1476
|
-
|
|
1477
|
-
</tr>
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
<tr>
|
|
1482
|
-
|
|
1483
|
-
<td class="name"><code>none</code></td>
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
<td class="description last">The checkboxset will not create a label, but instead set the aria-label property on the checkboxset.
|
|
1492
|
-
</td>
|
|
1493
|
-
|
|
1494
|
-
</tr>
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
<tr>
|
|
1499
|
-
|
|
1500
|
-
<td class="name"><code>start</code></td>
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
<td class="description last">The label will be placed before the start of the checkboxset.
|
|
1509
|
-
</td>
|
|
1510
|
-
|
|
1511
|
-
</tr>
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
<tr>
|
|
1516
|
-
|
|
1517
|
-
<td class="name"><code>top</code></td>
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
<td class="description last">The label will be placed on top of the checkboxset.
|
|
1526
|
-
</td>
|
|
1527
|
-
|
|
1528
|
-
</tr>
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
</tbody>
|
|
1532
|
-
</table></dl>
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
</dl>
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
<h5>Names</h5>
|
|
1566
|
-
<table class="keyboard-table">
|
|
1567
|
-
<thead>
|
|
1568
|
-
<tr>
|
|
1569
|
-
<th>Item</th>
|
|
1570
|
-
<th>Name</th>
|
|
1571
|
-
</tr>
|
|
1572
|
-
</thead>
|
|
1573
|
-
<tbody>
|
|
1574
|
-
<tr>
|
|
1575
|
-
<td>Property</td>
|
|
1576
|
-
<td><code class="prettyprint">labelEdge</code></td>
|
|
1577
|
-
</tr>
|
|
1578
|
-
|
|
1579
|
-
<tr>
|
|
1580
|
-
<td>Property change event</td>
|
|
1581
|
-
<td><code class="prettyprint">labelEdgeChanged</code></td>
|
|
1582
|
-
</tr>
|
|
1583
|
-
<tr>
|
|
1584
|
-
<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>
|
|
1585
|
-
<td><code class="pretty-print-noprettify">on-label-edge-changed</code></td>
|
|
1586
|
-
</tr>
|
|
1587
|
-
|
|
1588
|
-
</tbody>
|
|
1589
|
-
</table>
|
|
1590
|
-
|
|
1591
|
-
</dd>
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
<dt class="">
|
|
1595
|
-
|
|
1596
|
-
<h4 id="labelHint" class="name">
|
|
1597
|
-
|
|
1598
|
-
<span class="type-signature"></span>label-hint<span class="type-signature"> :string</span>
|
|
1599
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#labelHint"></a>
|
|
1600
|
-
|
|
1601
|
-
</h4>
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
</dt>
|
|
1605
|
-
|
|
1606
|
-
<dd class="">
|
|
1607
|
-
|
|
1608
|
-
<div class="description">
|
|
1609
|
-
Represents a hint for rendering a label on the component.
|
|
1610
|
-
This is used in combination with the label-edge attribute to control how the label should be rendered.
|
|
1611
|
-
</div>
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
<dl class="details">
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
</dl>
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
<h5>Names</h5>
|
|
1651
|
-
<table class="keyboard-table">
|
|
1652
|
-
<thead>
|
|
1653
|
-
<tr>
|
|
1654
|
-
<th>Item</th>
|
|
1655
|
-
<th>Name</th>
|
|
1656
|
-
</tr>
|
|
1657
|
-
</thead>
|
|
1658
|
-
<tbody>
|
|
1659
|
-
<tr>
|
|
1660
|
-
<td>Property</td>
|
|
1661
|
-
<td><code class="prettyprint">labelHint</code></td>
|
|
1662
|
-
</tr>
|
|
1663
|
-
|
|
1664
|
-
<tr>
|
|
1665
|
-
<td>Property change event</td>
|
|
1666
|
-
<td><code class="prettyprint">labelHintChanged</code></td>
|
|
1667
|
-
</tr>
|
|
1668
|
-
<tr>
|
|
1669
|
-
<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>
|
|
1670
|
-
<td><code class="pretty-print-noprettify">on-label-hint-changed</code></td>
|
|
1671
|
-
</tr>
|
|
1672
|
-
|
|
1673
|
-
</tbody>
|
|
1674
|
-
</table>
|
|
1675
|
-
|
|
1676
|
-
</dd>
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
<dt class="">
|
|
1680
|
-
|
|
1681
|
-
<h4 id="labelStartWidth" class="name">
|
|
1682
|
-
|
|
1683
|
-
<span class="type-signature"></span>label-start-width<span class="type-signature"> :Size</span>
|
|
1684
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#labelStartWidth"></a>
|
|
1685
|
-
|
|
1686
|
-
</h4>
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
</dt>
|
|
1690
|
-
|
|
1691
|
-
<dd class="">
|
|
1692
|
-
|
|
1693
|
-
<div class="description">
|
|
1694
|
-
<p> The width of the label when labelEdge is 'start'.</p>
|
|
1695
|
-
<p> This attribute accepts values of type
|
|
1696
|
-
<code>0 | `var(${string})` | `--${string}` | `${number}%` | `${number}x` | `calc(${string})` | `${number}${CssUnits}</code></p>
|
|
1697
|
-
</div>
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
<dl class="details">
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
</dl>
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
<h5>Names</h5>
|
|
1737
|
-
<table class="keyboard-table">
|
|
1738
|
-
<thead>
|
|
1739
|
-
<tr>
|
|
1740
|
-
<th>Item</th>
|
|
1741
|
-
<th>Name</th>
|
|
1742
|
-
</tr>
|
|
1743
|
-
</thead>
|
|
1744
|
-
<tbody>
|
|
1745
|
-
<tr>
|
|
1746
|
-
<td>Property</td>
|
|
1747
|
-
<td><code class="prettyprint">labelStartWidth</code></td>
|
|
1748
|
-
</tr>
|
|
1749
|
-
|
|
1750
|
-
<tr>
|
|
1751
|
-
<td>Property change event</td>
|
|
1752
|
-
<td><code class="prettyprint">labelStartWidthChanged</code></td>
|
|
1753
|
-
</tr>
|
|
1754
|
-
<tr>
|
|
1755
|
-
<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>
|
|
1756
|
-
<td><code class="pretty-print-noprettify">on-label-start-width-changed</code></td>
|
|
1757
|
-
</tr>
|
|
1758
|
-
|
|
1759
|
-
</tbody>
|
|
1760
|
-
</table>
|
|
1761
|
-
|
|
1762
|
-
</dd>
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
<dt class="">
|
|
1766
|
-
|
|
1767
|
-
<h4 id="labelWrapping" class="name">
|
|
1768
|
-
|
|
1769
|
-
<span class="type-signature"></span>label-wrapping<span class="type-signature"> :"truncate"|"wrap"</span>
|
|
1770
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#labelWrapping"></a>
|
|
1771
|
-
|
|
1772
|
-
</h4>
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
</dt>
|
|
1776
|
-
|
|
1777
|
-
<dd class="">
|
|
1778
|
-
|
|
1779
|
-
<div class="description">
|
|
1780
|
-
Should the labels wrap or truncate when there is not enough available space.
|
|
1781
|
-
</div>
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
<dl class="details">
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
<h5 class="subsection-title">Supported Values:</h5>
|
|
1792
|
-
|
|
1793
|
-
<dl>
|
|
1794
|
-
|
|
1795
|
-
<table class="props">
|
|
1796
|
-
<thead>
|
|
1797
|
-
<tr>
|
|
1798
|
-
|
|
1799
|
-
<th>Value</th>
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
<th class="last">Description</th>
|
|
1808
|
-
|
|
1809
|
-
</tr>
|
|
1810
|
-
</thead>
|
|
1811
|
-
|
|
1812
|
-
<tbody>
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
<tr>
|
|
1816
|
-
|
|
1817
|
-
<td class="name"><code>truncate</code></td>
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
<td class="description last">Label will truncate if needed.
|
|
1826
|
-
</td>
|
|
1827
|
-
|
|
1828
|
-
</tr>
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
<tr>
|
|
1833
|
-
|
|
1834
|
-
<td class="name"><code>wrap</code></td>
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
<td class="description last">Label will wrap if needed.
|
|
1843
|
-
</td>
|
|
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
|
-
</dl>
|
|
1879
|
-
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
<h5>Names</h5>
|
|
1883
|
-
<table class="keyboard-table">
|
|
1884
|
-
<thead>
|
|
1885
|
-
<tr>
|
|
1886
|
-
<th>Item</th>
|
|
1887
|
-
<th>Name</th>
|
|
1888
|
-
</tr>
|
|
1889
|
-
</thead>
|
|
1890
|
-
<tbody>
|
|
1891
|
-
<tr>
|
|
1892
|
-
<td>Property</td>
|
|
1893
|
-
<td><code class="prettyprint">labelWrapping</code></td>
|
|
1894
|
-
</tr>
|
|
1895
|
-
|
|
1896
|
-
<tr>
|
|
1897
|
-
<td>Property change event</td>
|
|
1898
|
-
<td><code class="prettyprint">labelWrappingChanged</code></td>
|
|
1899
|
-
</tr>
|
|
1900
|
-
<tr>
|
|
1901
|
-
<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>
|
|
1902
|
-
<td><code class="pretty-print-noprettify">on-label-wrapping-changed</code></td>
|
|
1903
|
-
</tr>
|
|
1904
|
-
|
|
1905
|
-
</tbody>
|
|
1906
|
-
</table>
|
|
1907
|
-
|
|
1908
|
-
</dd>
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
<dt class="">
|
|
1912
|
-
|
|
1913
|
-
<h4 id="messagesCustom" class="name">
|
|
1914
|
-
|
|
1915
|
-
<span class="type-signature"></span>messages-custom<span class="type-signature"> :Array.<<a href="oj-c.Checkboxset.html#ComponentMessageItem">oj-c.Checkboxset.ComponentMessageItem</a>></span>
|
|
1916
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#messagesCustom"></a>
|
|
1917
|
-
|
|
1918
|
-
</h4>
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
</dt>
|
|
1922
|
-
|
|
1923
|
-
<dd class="">
|
|
1924
|
-
|
|
1925
|
-
<div class="description">
|
|
1926
|
-
List of messages an app would add to the component when it has business/custom validation
|
|
1927
|
-
errors that it wants the component to show. This allows the app to perform further validation
|
|
1928
|
-
before sending data to the server. When this option is set the message shows to the
|
|
1929
|
-
user right away. To clear the custom message, set <code class="prettyprint">messagesCustom</code>
|
|
1930
|
-
back to an empty array.<br/>
|
|
1931
|
-
<p>
|
|
1932
|
-
See the <a href="#validation-section">Validation and Messages</a> section
|
|
1933
|
-
for details on when the component clears <code class="prettyprint">messagesCustom</code>;
|
|
1934
|
-
for example, when full validation is run.
|
|
1935
|
-
</p>
|
|
1936
|
-
</div>
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
<dl class="details">
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1948
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">[]</code></li></ul></dd>
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
<dt class="tag-default">Supports writeback:</dt>
|
|
1953
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
</dl>
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
<h5>Names</h5>
|
|
1982
|
-
<table class="keyboard-table">
|
|
1983
|
-
<thead>
|
|
1984
|
-
<tr>
|
|
1985
|
-
<th>Item</th>
|
|
1986
|
-
<th>Name</th>
|
|
1987
|
-
</tr>
|
|
1988
|
-
</thead>
|
|
1989
|
-
<tbody>
|
|
1990
|
-
<tr>
|
|
1991
|
-
<td>Property</td>
|
|
1992
|
-
<td><code class="prettyprint">messagesCustom</code></td>
|
|
1993
|
-
</tr>
|
|
1994
|
-
|
|
1995
|
-
<tr>
|
|
1996
|
-
<td>Property change event</td>
|
|
1997
|
-
<td><code class="prettyprint">messagesCustomChanged</code></td>
|
|
1998
|
-
</tr>
|
|
1999
|
-
<tr>
|
|
2000
|
-
<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>
|
|
2001
|
-
<td><code class="pretty-print-noprettify">on-messages-custom-changed</code></td>
|
|
2002
|
-
</tr>
|
|
2003
|
-
|
|
2004
|
-
</tbody>
|
|
2005
|
-
</table>
|
|
2006
|
-
|
|
2007
|
-
</dd>
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
<dt class="">
|
|
2011
|
-
|
|
2012
|
-
<h4 id="options" class="name">
|
|
2013
|
-
|
|
2014
|
-
<span class="type-signature"></span>options<span class="type-signature"> :Array<(<a href="oj-c.Checkboxset.html#CheckboxsetDataItem">oj-c.Checkboxset.CheckboxsetDataItem</a> & { value: V; })>|DataProvider<V, D></span>
|
|
2015
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#options"></a>
|
|
2016
|
-
|
|
2017
|
-
</h4>
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
</dt>
|
|
2021
|
-
|
|
2022
|
-
<dd class="">
|
|
2023
|
-
|
|
2024
|
-
<div class="description">
|
|
2025
|
-
An array of data items or a data provider that returns the option items for the Checkboxset.
|
|
2026
|
-
</div>
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
<dl class="details">
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
</dl>
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
<h5>Names</h5>
|
|
2066
|
-
<table class="keyboard-table">
|
|
2067
|
-
<thead>
|
|
2068
|
-
<tr>
|
|
2069
|
-
<th>Item</th>
|
|
2070
|
-
<th>Name</th>
|
|
2071
|
-
</tr>
|
|
2072
|
-
</thead>
|
|
2073
|
-
<tbody>
|
|
2074
|
-
<tr>
|
|
2075
|
-
<td>Property</td>
|
|
2076
|
-
<td><code class="prettyprint">options</code></td>
|
|
2077
|
-
</tr>
|
|
2078
|
-
|
|
2079
|
-
<tr>
|
|
2080
|
-
<td>Property change event</td>
|
|
2081
|
-
<td><code class="prettyprint">optionsChanged</code></td>
|
|
2082
|
-
</tr>
|
|
2083
|
-
<tr>
|
|
2084
|
-
<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>
|
|
2085
|
-
<td><code class="pretty-print-noprettify">on-options-changed</code></td>
|
|
2086
|
-
</tr>
|
|
2087
|
-
|
|
2088
|
-
</tbody>
|
|
2089
|
-
</table>
|
|
2090
|
-
|
|
2091
|
-
</dd>
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
<dt class="">
|
|
2095
|
-
|
|
2096
|
-
<h4 id="readonly" class="name">
|
|
2097
|
-
|
|
2098
|
-
<span class="type-signature"></span>readonly<span class="type-signature"> :boolean</span>
|
|
2099
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#readonly"></a>
|
|
2100
|
-
|
|
2101
|
-
</h4>
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
</dt>
|
|
2105
|
-
|
|
2106
|
-
<dd class="">
|
|
2107
|
-
|
|
2108
|
-
<div class="description">
|
|
2109
|
-
Whether the component is readonly. The readonly property sets or returns whether an element
|
|
2110
|
-
is readonly, or not. A readonly element cannot be modified. However, a user can tab to it,
|
|
2111
|
-
highlight it, focus on it, and copy the text from it. If you want to prevent the user from
|
|
2112
|
-
interacting with the element, use the disabled property instead.
|
|
2113
|
-
</div>
|
|
2114
|
-
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
<dl class="details">
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2125
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
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
|
-
</dl>
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
<h5>Names</h5>
|
|
2156
|
-
<table class="keyboard-table">
|
|
2157
|
-
<thead>
|
|
2158
|
-
<tr>
|
|
2159
|
-
<th>Item</th>
|
|
2160
|
-
<th>Name</th>
|
|
2161
|
-
</tr>
|
|
2162
|
-
</thead>
|
|
2163
|
-
<tbody>
|
|
2164
|
-
<tr>
|
|
2165
|
-
<td>Property</td>
|
|
2166
|
-
<td><code class="prettyprint">readonly</code></td>
|
|
2167
|
-
</tr>
|
|
2168
|
-
|
|
2169
|
-
<tr>
|
|
2170
|
-
<td>Property change event</td>
|
|
2171
|
-
<td><code class="prettyprint">readonlyChanged</code></td>
|
|
2172
|
-
</tr>
|
|
2173
|
-
<tr>
|
|
2174
|
-
<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>
|
|
2175
|
-
<td><code class="pretty-print-noprettify">on-readonly-changed</code></td>
|
|
2176
|
-
</tr>
|
|
2177
|
-
|
|
2178
|
-
</tbody>
|
|
2179
|
-
</table>
|
|
2180
|
-
|
|
2181
|
-
</dd>
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
<dt class="">
|
|
2185
|
-
|
|
2186
|
-
<h4 id="required" class="name">
|
|
2187
|
-
|
|
2188
|
-
<span class="type-signature"></span>required<span class="type-signature"> :boolean</span>
|
|
2189
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#required"></a>
|
|
2190
|
-
|
|
2191
|
-
</h4>
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
</dt>
|
|
2195
|
-
|
|
2196
|
-
<dd class="">
|
|
2197
|
-
|
|
2198
|
-
<div class="description">
|
|
2199
|
-
<p>
|
|
2200
|
-
This property set to <code class="prettyprint">false</code> implies that a value is not required to be provided by the user.
|
|
2201
|
-
This is the default.
|
|
2202
|
-
This property set to <code class="prettyprint">true</code> implies that a value is required to be provided by the user.
|
|
2203
|
-
</p>
|
|
2204
|
-
<p>
|
|
2205
|
-
In the Redwood theme, by default, a Required text is rendered inline when the field is empty.
|
|
2206
|
-
</p>
|
|
2207
|
-
<p>The Required error text is based on Redwood UX designs, and it is not recommended that
|
|
2208
|
-
it be changed.
|
|
2209
|
-
To override the required error message,
|
|
2210
|
-
use the <code class="prettyprint">required-message-detail</code> attribute.
|
|
2211
|
-
The component's label text is passed in as a token {label} and can be used in the message detail.
|
|
2212
|
-
</p>
|
|
2213
|
-
<p>When required is set to true, an implicit
|
|
2214
|
-
required validator is created, i.e.,
|
|
2215
|
-
<code class="prettyprint">new RequiredValidator()</code>. The required validator is the only
|
|
2216
|
-
validator to run during initial render, and its error is not shown to the user at this time;
|
|
2217
|
-
this is called deferred validation. The required validator also runs during normal validation;
|
|
2218
|
-
this is when the errors are shown to the user.
|
|
2219
|
-
See the <a href="#validation-section">Validation and Messaging</a> section for details.
|
|
2220
|
-
</p>
|
|
2221
|
-
<p>
|
|
2222
|
-
When the <code class="prettyprint">required</code> property changes due to programmatic intervention,
|
|
2223
|
-
the component may clear component messages and run validation, based on the current state it's in. </br>
|
|
2224
|
-
|
|
2225
|
-
<h4>Running Validation when required property changes</h4>
|
|
2226
|
-
<ul>
|
|
2227
|
-
<li>if component is valid when required is set to true, then it runs deferred validation on
|
|
2228
|
-
the value property. If the field is empty, the valid state is invalidHidden. No errors are
|
|
2229
|
-
shown to the user.
|
|
2230
|
-
</li>
|
|
2231
|
-
<li>if component is valid when required is set from true to false, then no validation is run.
|
|
2232
|
-
</li>
|
|
2233
|
-
<li>if component is invalid and has deferred messages (invalidHidden) when required is set to false, then
|
|
2234
|
-
component messages are cleared (messages-custom messages are not cleared)
|
|
2235
|
-
but no deferred validation is run because required is false.
|
|
2236
|
-
</li>
|
|
2237
|
-
<li>if component is invalid and currently showing invalid messages (invalidShown) when required is changed
|
|
2238
|
-
to either true or false, then
|
|
2239
|
-
component messages are cleared and normal validation is run using the current display value.
|
|
2240
|
-
<ul>
|
|
2241
|
-
<li>if there are validation errors, then <code class="prettyprint">value</code>
|
|
2242
|
-
property is not updated and the error is shown.
|
|
2243
|
-
</li>
|
|
2244
|
-
<li>if no errors result from the validation, the <code class="prettyprint">value</code>
|
|
2245
|
-
property is updated; page author can listen to the <code class="prettyprint">valueChanged</code>
|
|
2246
|
-
event on the component to clear custom errors.</li>
|
|
2247
|
-
</ul>
|
|
2248
|
-
</li>
|
|
2249
|
-
</ul>
|
|
2250
|
-
|
|
2251
|
-
<h4>Clearing Messages when required property changes</h4>
|
|
2252
|
-
<ul>
|
|
2253
|
-
<li>Only messages created by the component, like validation messages, are cleared when the required property changes.</li>
|
|
2254
|
-
<li><code class="prettyprint">messagesCustom</code> property is not cleared.</li>
|
|
2255
|
-
</ul>
|
|
2256
|
-
|
|
2257
|
-
</p>
|
|
2258
|
-
</div>
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
<dl class="details">
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2270
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
</dl>
|
|
2297
|
-
|
|
2298
|
-
|
|
2299
|
-
|
|
2300
|
-
<h5>Names</h5>
|
|
2301
|
-
<table class="keyboard-table">
|
|
2302
|
-
<thead>
|
|
2303
|
-
<tr>
|
|
2304
|
-
<th>Item</th>
|
|
2305
|
-
<th>Name</th>
|
|
2306
|
-
</tr>
|
|
2307
|
-
</thead>
|
|
2308
|
-
<tbody>
|
|
2309
|
-
<tr>
|
|
2310
|
-
<td>Property</td>
|
|
2311
|
-
<td><code class="prettyprint">required</code></td>
|
|
2312
|
-
</tr>
|
|
2313
|
-
|
|
2314
|
-
<tr>
|
|
2315
|
-
<td>Property change event</td>
|
|
2316
|
-
<td><code class="prettyprint">requiredChanged</code></td>
|
|
2317
|
-
</tr>
|
|
2318
|
-
<tr>
|
|
2319
|
-
<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>
|
|
2320
|
-
<td><code class="pretty-print-noprettify">on-required-changed</code></td>
|
|
2321
|
-
</tr>
|
|
2322
|
-
|
|
2323
|
-
</tbody>
|
|
2324
|
-
</table>
|
|
2325
|
-
|
|
2326
|
-
</dd>
|
|
2327
|
-
|
|
2328
|
-
|
|
2329
|
-
<dt class="">
|
|
2330
|
-
|
|
2331
|
-
<h4 id="requiredMessageDetail" class="name">
|
|
2332
|
-
|
|
2333
|
-
<span class="type-signature"></span>required-message-detail<span class="type-signature"> :string</span>
|
|
2334
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#requiredMessageDetail"></a>
|
|
2335
|
-
|
|
2336
|
-
</h4>
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
</dt>
|
|
2340
|
-
|
|
2341
|
-
<dd class="">
|
|
2342
|
-
|
|
2343
|
-
<div class="description">
|
|
2344
|
-
<p>
|
|
2345
|
-
The component-specific message detail when the required validation fails.
|
|
2346
|
-
If the component needs a required validation error message that is different from the default,
|
|
2347
|
-
set this property. It should be a translated string.
|
|
2348
|
-
</p>
|
|
2349
|
-
</div>
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
<dl class="details">
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
</dl>
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
<h5>Names</h5>
|
|
2389
|
-
<table class="keyboard-table">
|
|
2390
|
-
<thead>
|
|
2391
|
-
<tr>
|
|
2392
|
-
<th>Item</th>
|
|
2393
|
-
<th>Name</th>
|
|
2394
|
-
</tr>
|
|
2395
|
-
</thead>
|
|
2396
|
-
<tbody>
|
|
2397
|
-
<tr>
|
|
2398
|
-
<td>Property</td>
|
|
2399
|
-
<td><code class="prettyprint">requiredMessageDetail</code></td>
|
|
2400
|
-
</tr>
|
|
2401
|
-
|
|
2402
|
-
<tr>
|
|
2403
|
-
<td>Property change event</td>
|
|
2404
|
-
<td><code class="prettyprint">requiredMessageDetailChanged</code></td>
|
|
2405
|
-
</tr>
|
|
2406
|
-
<tr>
|
|
2407
|
-
<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>
|
|
2408
|
-
<td><code class="pretty-print-noprettify">on-required-message-detail-changed</code></td>
|
|
2409
|
-
</tr>
|
|
2410
|
-
|
|
2411
|
-
</tbody>
|
|
2412
|
-
</table>
|
|
2413
|
-
|
|
2414
|
-
</dd>
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
<dt class="">
|
|
2418
|
-
|
|
2419
|
-
<h4 id="userAssistanceDensity" class="name">
|
|
2420
|
-
|
|
2421
|
-
<span class="type-signature"></span>user-assistance-density<span class="type-signature"> :"reflow"|"efficient"|"compact"</span>
|
|
2422
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#userAssistanceDensity"></a>
|
|
2423
|
-
|
|
2424
|
-
</h4>
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
</dt>
|
|
2428
|
-
|
|
2429
|
-
<dd class="">
|
|
2430
|
-
|
|
2431
|
-
<div class="description">
|
|
2432
|
-
Specifies the density of the form component's user assistance presentation. It can be shown inline with
|
|
2433
|
-
reserved rows to prevent reflow if a user assistance text shows up, inline without reserved rows that would
|
|
2434
|
-
reflow if a user assistance text shows up, or it can be shown compactly in a popup instead.
|
|
2435
|
-
</div>
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
<dl class="details">
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
<h5 class="subsection-title">Supported Values:</h5>
|
|
2446
|
-
|
|
2447
|
-
<dl>
|
|
2448
|
-
|
|
2449
|
-
<table class="props">
|
|
2450
|
-
<thead>
|
|
2451
|
-
<tr>
|
|
2452
|
-
|
|
2453
|
-
<th>Value</th>
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
<th class="last">Description</th>
|
|
2462
|
-
|
|
2463
|
-
</tr>
|
|
2464
|
-
</thead>
|
|
2465
|
-
|
|
2466
|
-
<tbody>
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
<tr>
|
|
2470
|
-
|
|
2471
|
-
<td class="name"><code>compact</code></td>
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
<td class="description last">Help and hints are shown above under the field. Messages and required are shown inline under the field with reserved space.
|
|
2480
|
-
</td>
|
|
2481
|
-
|
|
2482
|
-
</tr>
|
|
2483
|
-
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
<tr>
|
|
2487
|
-
|
|
2488
|
-
<td class="name"><code>efficient</code></td>
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
<td class="description last">Help and hints are shown above under the field. Messages and required are shown inline under the field with reserved space.
|
|
2497
|
-
</td>
|
|
2498
|
-
|
|
2499
|
-
</tr>
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
<tr>
|
|
2504
|
-
|
|
2505
|
-
<td class="name"><code>reflow</code></td>
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
<td class="description last">Help and hints are shown above under the field. Messages and required are shown inline under the field with no reserved space.
|
|
2514
|
-
</td>
|
|
2515
|
-
|
|
2516
|
-
</tr>
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
</tbody>
|
|
2520
|
-
</table></dl>
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2526
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"reflow"</code></li></ul></dd>
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2552
|
-
</dl>
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
<h5>Names</h5>
|
|
2557
|
-
<table class="keyboard-table">
|
|
2558
|
-
<thead>
|
|
2559
|
-
<tr>
|
|
2560
|
-
<th>Item</th>
|
|
2561
|
-
<th>Name</th>
|
|
2562
|
-
</tr>
|
|
2563
|
-
</thead>
|
|
2564
|
-
<tbody>
|
|
2565
|
-
<tr>
|
|
2566
|
-
<td>Property</td>
|
|
2567
|
-
<td><code class="prettyprint">userAssistanceDensity</code></td>
|
|
2568
|
-
</tr>
|
|
2569
|
-
|
|
2570
|
-
<tr>
|
|
2571
|
-
<td>Property change event</td>
|
|
2572
|
-
<td><code class="prettyprint">userAssistanceDensityChanged</code></td>
|
|
2573
|
-
</tr>
|
|
2574
|
-
<tr>
|
|
2575
|
-
<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>
|
|
2576
|
-
<td><code class="pretty-print-noprettify">on-user-assistance-density-changed</code></td>
|
|
2577
|
-
</tr>
|
|
2578
|
-
|
|
2579
|
-
</tbody>
|
|
2580
|
-
</table>
|
|
2581
|
-
|
|
2582
|
-
</dd>
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
<dt class="">
|
|
2586
|
-
|
|
2587
|
-
<h4 id="valid" class="name">
|
|
2588
|
-
|
|
2589
|
-
<span class="type-signature">(readonly) </span>valid<span class="type-signature"> :"valid"|"pending"|"invalidHidden"|"invalidShown"</span>
|
|
2590
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#valid"></a>
|
|
2591
|
-
|
|
2592
|
-
</h4>
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
</dt>
|
|
2596
|
-
|
|
2597
|
-
<dd class="">
|
|
2598
|
-
|
|
2599
|
-
<div class="description">
|
|
2600
|
-
<p>
|
|
2601
|
-
The current valid state of the component. It is evaluated on initial render.
|
|
2602
|
-
It is re-evaluated
|
|
2603
|
-
<ul>
|
|
2604
|
-
<li>when messagesCustom is updated,
|
|
2605
|
-
since messagesCustom can be added by the app developer any time.</li>
|
|
2606
|
-
<li>when showMessages() is called. Since showMessages() moves the
|
|
2607
|
-
hidden messages into messages shown,
|
|
2608
|
-
if the valid state was "invalidHidden" then it would become "invalidShown".</li>
|
|
2609
|
-
<li>when the required property has changed. If a component is empty and has required
|
|
2610
|
-
set, the valid state may be "invalidHidden" (if no invalid messages are being shown as well).
|
|
2611
|
-
If required property is removed, the valid state would change to "valid".</li>
|
|
2612
|
-
</ul>
|
|
2613
|
-
</p>
|
|
2614
|
-
<p>
|
|
2615
|
-
Note: New valid states may be added to the list of valid values in future releases.
|
|
2616
|
-
Any new values will start with "invalid"
|
|
2617
|
-
if it is an invalid state, "pending" if it is pending state,
|
|
2618
|
-
and "valid" if it is a valid state.
|
|
2619
|
-
</p>
|
|
2620
|
-
</div>
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
<dl class="details">
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
|
|
2629
|
-
|
|
2630
|
-
<h5 class="subsection-title">Supported Values:</h5>
|
|
2631
|
-
|
|
2632
|
-
<dl>
|
|
2633
|
-
|
|
2634
|
-
<table class="props">
|
|
2635
|
-
<thead>
|
|
2636
|
-
<tr>
|
|
2637
|
-
|
|
2638
|
-
<th>Value</th>
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
<th class="last">Description</th>
|
|
2647
|
-
|
|
2648
|
-
</tr>
|
|
2649
|
-
</thead>
|
|
2650
|
-
|
|
2651
|
-
<tbody>
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
<tr>
|
|
2655
|
-
|
|
2656
|
-
<td class="name"><code>invalidHidden</code></td>
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
|
|
2664
|
-
<td class="description last">The component has invalid messages hidden and no invalid messages showing. An invalid message is one with severity 'error'.
|
|
2665
|
-
</td>
|
|
2666
|
-
|
|
2667
|
-
</tr>
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
<tr>
|
|
2672
|
-
|
|
2673
|
-
<td class="name"><code>invalidShown</code></td>
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
<td class="description last">The component has invalid messages showing. An invalid message is one with severity 'error'.
|
|
2682
|
-
</td>
|
|
2683
|
-
|
|
2684
|
-
</tr>
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
<tr>
|
|
2689
|
-
|
|
2690
|
-
<td class="name"><code>pending</code></td>
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
<td class="description last">The component is waiting for the validation state to be determined. The 'pending' state is set at the start of the convert/validate process.
|
|
2699
|
-
</td>
|
|
2700
|
-
|
|
2701
|
-
</tr>
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
<tr>
|
|
2706
|
-
|
|
2707
|
-
<td class="name"><code>valid</code></td>
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
<td class="description last">The component is valid
|
|
2716
|
-
</td>
|
|
2717
|
-
|
|
2718
|
-
</tr>
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
</tbody>
|
|
2722
|
-
</table></dl>
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
<dt class="tag-default">Supports writeback:</dt>
|
|
2730
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
</dl>
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
<h5>Names</h5>
|
|
2759
|
-
<table class="keyboard-table">
|
|
2760
|
-
<thead>
|
|
2761
|
-
<tr>
|
|
2762
|
-
<th>Item</th>
|
|
2763
|
-
<th>Name</th>
|
|
2764
|
-
</tr>
|
|
2765
|
-
</thead>
|
|
2766
|
-
<tbody>
|
|
2767
|
-
<tr>
|
|
2768
|
-
<td>Property</td>
|
|
2769
|
-
<td><code class="prettyprint">valid</code></td>
|
|
2770
|
-
</tr>
|
|
2771
|
-
|
|
2772
|
-
<tr>
|
|
2773
|
-
<td>Property change event</td>
|
|
2774
|
-
<td><code class="prettyprint">validChanged</code></td>
|
|
2775
|
-
</tr>
|
|
2776
|
-
<tr>
|
|
2777
|
-
<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>
|
|
2778
|
-
<td><code class="pretty-print-noprettify">on-valid-changed</code></td>
|
|
2779
|
-
</tr>
|
|
2780
|
-
|
|
2781
|
-
</tbody>
|
|
2782
|
-
</table>
|
|
2783
|
-
|
|
2784
|
-
</dd>
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
<dt class="">
|
|
2788
|
-
|
|
2789
|
-
<h4 id="value" class="name">
|
|
2790
|
-
|
|
2791
|
-
<span class="type-signature"></span>value<span class="type-signature"> :Array<V>|null</span>
|
|
2792
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#value"></a>
|
|
2793
|
-
|
|
2794
|
-
</h4>
|
|
2795
|
-
|
|
2796
|
-
|
|
2797
|
-
</dt>
|
|
2798
|
-
|
|
2799
|
-
<dd class="">
|
|
2800
|
-
|
|
2801
|
-
<div class="description">
|
|
2802
|
-
The value of the component.
|
|
2803
|
-
|
|
2804
|
-
<p>
|
|
2805
|
-
When <code class="prettyprint">value</code> property changes due to programmatic
|
|
2806
|
-
intervention, the component always clears all messages
|
|
2807
|
-
including <code class="prettyprint">messagesCustom</code>, runs deferred validation, and
|
|
2808
|
-
always refreshes UI display value.
|
|
2809
|
-
</p>
|
|
2810
|
-
|
|
2811
|
-
<p>
|
|
2812
|
-
When the checkboxset is cleared and the value is committed, the <code class="prettyprint">value</code>
|
|
2813
|
-
property is set to <code>null</code>.
|
|
2814
|
-
</p>
|
|
2815
|
-
|
|
2816
|
-
<h4>Running Validation</h4>
|
|
2817
|
-
<ul>
|
|
2818
|
-
<li>component always runs deferred validation; the
|
|
2819
|
-
<code class="prettyprint">valid</code> property is updated with the result.</li>
|
|
2820
|
-
</ul>
|
|
2821
|
-
</div>
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
<dl class="details">
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2833
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">null</code></li></ul></dd>
|
|
2834
|
-
|
|
2835
|
-
|
|
2836
|
-
|
|
2837
|
-
<dt class="tag-default">Supports writeback:</dt>
|
|
2838
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
</dl>
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
<h5>Names</h5>
|
|
2867
|
-
<table class="keyboard-table">
|
|
2868
|
-
<thead>
|
|
2869
|
-
<tr>
|
|
2870
|
-
<th>Item</th>
|
|
2871
|
-
<th>Name</th>
|
|
2872
|
-
</tr>
|
|
2873
|
-
</thead>
|
|
2874
|
-
<tbody>
|
|
2875
|
-
<tr>
|
|
2876
|
-
<td>Property</td>
|
|
2877
|
-
<td><code class="prettyprint">value</code></td>
|
|
2878
|
-
</tr>
|
|
2879
|
-
|
|
2880
|
-
<tr>
|
|
2881
|
-
<td>Property change event</td>
|
|
2882
|
-
<td><code class="prettyprint">valueChanged</code></td>
|
|
2883
|
-
</tr>
|
|
2884
|
-
<tr>
|
|
2885
|
-
<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>
|
|
2886
|
-
<td><code class="pretty-print-noprettify">on-value-changed</code></td>
|
|
2887
|
-
</tr>
|
|
2888
|
-
|
|
2889
|
-
</tbody>
|
|
2890
|
-
</table>
|
|
2891
|
-
|
|
2892
|
-
</dd>
|
|
2893
|
-
|
|
2894
|
-
</dl>
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
<h3 id="methods-section" class="subsection-title">
|
|
2898
|
-
Methods
|
|
2899
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#methods-section"></a>
|
|
2900
|
-
</h3>
|
|
2901
|
-
|
|
2902
|
-
<dl>
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
<dt class="">
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
<h4 id="getProperty" class="name">
|
|
2910
|
-
|
|
2911
|
-
<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>
|
|
2912
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#getProperty"></a>
|
|
2913
|
-
|
|
2914
|
-
</h4>
|
|
2915
|
-
|
|
2916
|
-
|
|
2917
|
-
|
|
2918
|
-
|
|
2919
|
-
|
|
2920
|
-
</dt>
|
|
2921
|
-
<dd class="">
|
|
2922
|
-
|
|
2923
|
-
|
|
2924
|
-
<div class="description">
|
|
2925
|
-
Retrieves the value of a property or a subproperty.
|
|
2926
|
-
|
|
2927
|
-
</div>
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
|
|
2933
|
-
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
<h5>Parameters:</h5>
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
<table class="params">
|
|
2943
|
-
<thead>
|
|
2944
|
-
<tr>
|
|
2945
|
-
|
|
2946
|
-
<th>Name</th>
|
|
2947
|
-
|
|
2948
|
-
|
|
2949
|
-
<th>Type</th>
|
|
2950
|
-
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
<th class="last">Description</th>
|
|
2956
|
-
</tr>
|
|
2957
|
-
</thead>
|
|
2958
|
-
|
|
2959
|
-
<tbody>
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
<tr>
|
|
2963
|
-
|
|
2964
|
-
<td class="name"><code>property</code></td>
|
|
2965
|
-
|
|
2966
|
-
|
|
2967
|
-
<td class="type">
|
|
2968
|
-
|
|
2969
|
-
</td>
|
|
2970
|
-
|
|
2971
|
-
|
|
2972
|
-
|
|
2973
|
-
|
|
2974
|
-
<td class="description last">The property name to get. Supports dot notation for subproperty access.
|
|
2975
|
-
</td>
|
|
2976
|
-
</tr>
|
|
2977
|
-
|
|
2978
|
-
|
|
2979
|
-
</tbody>
|
|
2980
|
-
</table>
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
<dl class="details">
|
|
2985
|
-
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
</dl>
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
<h5>Returns:</h5>
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
<dl>
|
|
3028
|
-
<dt>
|
|
3029
|
-
Type
|
|
3030
|
-
</dt>
|
|
3031
|
-
<dd>
|
|
3032
|
-
|
|
3033
|
-
<span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
</dd>
|
|
3037
|
-
</dl>
|
|
3038
|
-
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
|
|
3043
|
-
</dd>
|
|
3044
|
-
|
|
3045
|
-
|
|
3046
|
-
|
|
3047
|
-
<dt class="">
|
|
3048
|
-
|
|
3049
|
-
|
|
3050
|
-
|
|
3051
|
-
<h4 id="reset" class="name">
|
|
3052
|
-
|
|
3053
|
-
<span class="type-signature"></span>reset<span class="signature"></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>
|
|
3054
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#reset"></a>
|
|
3055
|
-
|
|
3056
|
-
</h4>
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
</dt>
|
|
3063
|
-
<dd class="">
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
<div class="description">
|
|
3067
|
-
Resets the component by clearing all messages and messagesCustom attribute
|
|
3068
|
-
and updates the component's display value using the attribute value.
|
|
3069
|
-
User entered value will be erased when this method is called.
|
|
3070
|
-
|
|
3071
|
-
</div>
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
<dl class="details">
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
</dl>
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
<h5>Returns:</h5>
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
<dl>
|
|
3129
|
-
<dt>
|
|
3130
|
-
Type
|
|
3131
|
-
</dt>
|
|
3132
|
-
<dd>
|
|
3133
|
-
|
|
3134
|
-
<span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
</dd>
|
|
3138
|
-
</dl>
|
|
3139
|
-
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
</dd>
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
|
|
3148
|
-
<dt class="">
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
3152
|
-
<h4 id="setProperties" class="name">
|
|
3153
|
-
|
|
3154
|
-
<span class="type-signature"></span>setProperties<span class="signature">(properties)</span><span class="type-signature"> : {void}</span>
|
|
3155
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperties"></a>
|
|
3156
|
-
|
|
3157
|
-
</h4>
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
</dt>
|
|
3164
|
-
<dd class="">
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
<div class="description">
|
|
3168
|
-
Performs a batch set of properties.
|
|
3169
|
-
|
|
3170
|
-
</div>
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
|
|
3174
|
-
|
|
3175
|
-
|
|
3176
|
-
|
|
3177
|
-
|
|
3178
|
-
|
|
3179
|
-
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
<h5>Parameters:</h5>
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
<table class="params">
|
|
3186
|
-
<thead>
|
|
3187
|
-
<tr>
|
|
3188
|
-
|
|
3189
|
-
<th>Name</th>
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
<th>Type</th>
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
|
|
3198
|
-
<th class="last">Description</th>
|
|
3199
|
-
</tr>
|
|
3200
|
-
</thead>
|
|
3201
|
-
|
|
3202
|
-
<tbody>
|
|
3203
|
-
|
|
3204
|
-
|
|
3205
|
-
<tr>
|
|
3206
|
-
|
|
3207
|
-
<td class="name"><code>properties</code></td>
|
|
3208
|
-
|
|
3209
|
-
|
|
3210
|
-
<td class="type">
|
|
3211
|
-
|
|
3212
|
-
</td>
|
|
3213
|
-
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
|
|
3217
|
-
<td class="description last">An object containing the property and value pairs to set.
|
|
3218
|
-
</td>
|
|
3219
|
-
</tr>
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
</tbody>
|
|
3223
|
-
</table>
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
<dl class="details">
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
</dl>
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
<h5>Returns:</h5>
|
|
3266
|
-
|
|
3267
|
-
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
<dl>
|
|
3271
|
-
<dt>
|
|
3272
|
-
Type
|
|
3273
|
-
</dt>
|
|
3274
|
-
<dd>
|
|
3275
|
-
|
|
3276
|
-
<span class="param-type">void</span>
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
</dd>
|
|
3280
|
-
</dl>
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
|
|
3285
|
-
|
|
3286
|
-
</dd>
|
|
3287
|
-
|
|
3288
|
-
|
|
3289
|
-
|
|
3290
|
-
<dt class="">
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
<h4 id="setProperty" class="name">
|
|
3295
|
-
|
|
3296
|
-
<span class="type-signature"></span>setProperty<span class="signature">(property, value)</span><span class="type-signature"> : {void}</span>
|
|
3297
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperty"></a>
|
|
3298
|
-
|
|
3299
|
-
</h4>
|
|
3300
|
-
|
|
3301
|
-
|
|
3302
|
-
|
|
3303
|
-
|
|
3304
|
-
|
|
3305
|
-
</dt>
|
|
3306
|
-
<dd class="">
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
<div class="description">
|
|
3310
|
-
Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.
|
|
3311
|
-
|
|
3312
|
-
</div>
|
|
3313
|
-
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
|
|
3323
|
-
|
|
3324
|
-
<h5>Parameters:</h5>
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
<table class="params">
|
|
3328
|
-
<thead>
|
|
3329
|
-
<tr>
|
|
3330
|
-
|
|
3331
|
-
<th>Name</th>
|
|
3332
|
-
|
|
3333
|
-
|
|
3334
|
-
<th>Type</th>
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
<th class="last">Description</th>
|
|
3341
|
-
</tr>
|
|
3342
|
-
</thead>
|
|
3343
|
-
|
|
3344
|
-
<tbody>
|
|
3345
|
-
|
|
3346
|
-
|
|
3347
|
-
<tr>
|
|
3348
|
-
|
|
3349
|
-
<td class="name"><code>property</code></td>
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
<td class="type">
|
|
3353
|
-
|
|
3354
|
-
</td>
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
|
|
3358
|
-
|
|
3359
|
-
<td class="description last">The property name to set. Supports dot notation for subproperty access.
|
|
3360
|
-
</td>
|
|
3361
|
-
</tr>
|
|
3362
|
-
|
|
3363
|
-
|
|
3364
|
-
|
|
3365
|
-
<tr>
|
|
3366
|
-
|
|
3367
|
-
<td class="name"><code>value</code></td>
|
|
3368
|
-
|
|
3369
|
-
|
|
3370
|
-
<td class="type">
|
|
3371
|
-
|
|
3372
|
-
</td>
|
|
3373
|
-
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
<td class="description last">The new value to set the property to.
|
|
3378
|
-
</td>
|
|
3379
|
-
</tr>
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
</tbody>
|
|
3383
|
-
</table>
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
<dl class="details">
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
|
|
3400
|
-
|
|
3401
|
-
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
</dl>
|
|
3418
|
-
|
|
3419
|
-
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
|
|
3424
|
-
|
|
3425
|
-
<h5>Returns:</h5>
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
|
|
3430
|
-
<dl>
|
|
3431
|
-
<dt>
|
|
3432
|
-
Type
|
|
3433
|
-
</dt>
|
|
3434
|
-
<dd>
|
|
3435
|
-
|
|
3436
|
-
<span class="param-type">void</span>
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
</dd>
|
|
3440
|
-
</dl>
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
</dd>
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
<dt class="">
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
<h4 id="showMessages" class="name">
|
|
3455
|
-
|
|
3456
|
-
<span class="type-signature"></span>showMessages<span class="signature"></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>
|
|
3457
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#showMessages"></a>
|
|
3458
|
-
|
|
3459
|
-
</h4>
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
</dt>
|
|
3466
|
-
<dd class="">
|
|
3467
|
-
|
|
3468
|
-
|
|
3469
|
-
<div class="description">
|
|
3470
|
-
Takes all deferred messages and shows them.
|
|
3471
|
-
It then updates the valid property;
|
|
3472
|
-
e.g., if the valid state was "invalidHidden" before showMessages(),
|
|
3473
|
-
the valid state will become "invalidShown" after showMessages().
|
|
3474
|
-
If there were no deferred messages this method simply returns.
|
|
3475
|
-
|
|
3476
|
-
</div>
|
|
3477
|
-
|
|
3478
|
-
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
3487
|
-
|
|
3488
|
-
|
|
3489
|
-
|
|
3490
|
-
<dl class="details">
|
|
3491
|
-
|
|
3492
|
-
|
|
3493
|
-
|
|
3494
|
-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
|
|
3500
|
-
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
|
|
3504
|
-
|
|
3505
|
-
|
|
3506
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
3509
|
-
|
|
3510
|
-
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
|
|
3515
|
-
|
|
3516
|
-
|
|
3517
|
-
|
|
3518
|
-
|
|
3519
|
-
|
|
3520
|
-
</dl>
|
|
3521
|
-
|
|
3522
|
-
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
<h5>Returns:</h5>
|
|
3529
|
-
|
|
3530
|
-
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
<dl>
|
|
3534
|
-
<dt>
|
|
3535
|
-
Type
|
|
3536
|
-
</dt>
|
|
3537
|
-
<dd>
|
|
3538
|
-
|
|
3539
|
-
<span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
|
|
3540
|
-
|
|
3541
|
-
|
|
3542
|
-
</dd>
|
|
3543
|
-
</dl>
|
|
3544
|
-
|
|
3545
|
-
|
|
3546
|
-
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
</dd>
|
|
3550
|
-
|
|
3551
|
-
|
|
3552
|
-
|
|
3553
|
-
<dt class="">
|
|
3554
|
-
|
|
3555
|
-
|
|
3556
|
-
|
|
3557
|
-
<h4 id="validate" class="name">
|
|
3558
|
-
|
|
3559
|
-
<span class="type-signature"></span>validate<span class="signature"></span><span class="type-signature"> : {Promise}</span>
|
|
3560
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#validate"></a>
|
|
3561
|
-
|
|
3562
|
-
</h4>
|
|
3563
|
-
|
|
3564
|
-
|
|
3565
|
-
|
|
3566
|
-
|
|
3567
|
-
|
|
3568
|
-
</dt>
|
|
3569
|
-
<dd class="">
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
<div class="description">
|
|
3573
|
-
If enabled, validates the component's display value (or null if display value is empty) and updates the value
|
|
3574
|
-
option by performing the following steps.
|
|
3575
|
-
<ol>
|
|
3576
|
-
<li>All messages are cleared, including custom messages added by the app.</li>
|
|
3577
|
-
<li>
|
|
3578
|
-
At the end of validation if there are errors, the messages are shown.
|
|
3579
|
-
If there were no errors, then the value option is updated.
|
|
3580
|
-
</li>
|
|
3581
|
-
</ol>
|
|
3582
|
-
<p>If the component is readonly or disabled, returns a Promise that resolves to 'valid'
|
|
3583
|
-
without doing any validation.</p>
|
|
3584
|
-
|
|
3585
|
-
</div>
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
<dl class="details">
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
3616
|
-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3621
|
-
|
|
3622
|
-
|
|
3623
|
-
|
|
3624
|
-
|
|
3625
|
-
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
</dl>
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
<h5>Returns:</h5>
|
|
3638
|
-
|
|
3639
|
-
|
|
3640
|
-
<div class="param-desc">
|
|
3641
|
-
<p>The Promise resolves to "valid" if the component is disabled or readonly.
|
|
3642
|
-
The Promise resolves to "invalid" if there were errors.</p>
|
|
3643
|
-
</div>
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
<dl>
|
|
3648
|
-
<dt>
|
|
3649
|
-
Type
|
|
3650
|
-
</dt>
|
|
3651
|
-
<dd>
|
|
3652
|
-
|
|
3653
|
-
<span class="param-type">Promise</span>
|
|
3654
|
-
|
|
3655
|
-
|
|
3656
|
-
</dd>
|
|
3657
|
-
</dl>
|
|
3658
|
-
|
|
3659
|
-
|
|
3660
|
-
|
|
3661
|
-
|
|
3662
|
-
|
|
3663
|
-
</dd>
|
|
3664
|
-
|
|
3665
|
-
|
|
3666
|
-
</dl>
|
|
3667
|
-
|
|
3668
|
-
|
|
3669
|
-
<h3 id="typedefs-section" class="subsection-title">
|
|
3670
|
-
Type Definitions
|
|
3671
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#typedefs-section"></a>
|
|
3672
|
-
</h3>
|
|
3673
|
-
|
|
3674
|
-
<dl>
|
|
3675
|
-
|
|
3676
|
-
|
|
3677
|
-
<dt class="">
|
|
3678
|
-
|
|
3679
|
-
<h4 id="CheckboxsetDataItem" class="name">
|
|
3680
|
-
|
|
3681
|
-
CheckboxsetDataItem
|
|
3682
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#CheckboxsetDataItem"></a>
|
|
3683
|
-
|
|
3684
|
-
</h4>
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
</dt>
|
|
3688
|
-
|
|
3689
|
-
<dd class="">
|
|
3690
|
-
|
|
3691
|
-
<div class="description">
|
|
3692
|
-
The data item object that represents a checkbox in the rendered checkboxset. The label property is required and
|
|
3693
|
-
provides the text for the checkbox.
|
|
3694
|
-
</div>
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
<dl class="details">
|
|
3700
|
-
|
|
3701
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
<dl>
|
|
3706
|
-
|
|
3707
|
-
<table class="props">
|
|
3708
|
-
<thead>
|
|
3709
|
-
<tr>
|
|
3710
|
-
|
|
3711
|
-
<th>Name</th>
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
<th>Type</th>
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
<th>Argument</th>
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
|
|
3722
|
-
|
|
3723
|
-
<th class="last">Description</th>
|
|
3724
|
-
|
|
3725
|
-
</tr>
|
|
3726
|
-
</thead>
|
|
3727
|
-
|
|
3728
|
-
<tbody>
|
|
3729
|
-
|
|
3730
|
-
<tr>
|
|
3731
|
-
|
|
3732
|
-
<td class="name"><code>assistiveText</code></td>
|
|
3733
|
-
|
|
3734
|
-
|
|
3735
|
-
|
|
3736
|
-
<td class="type">
|
|
3737
|
-
|
|
3738
|
-
|
|
3739
|
-
|
|
3740
|
-
<span class="param-type">string</span>
|
|
3741
|
-
|
|
3742
|
-
|
|
3743
|
-
|
|
3744
|
-
|
|
3745
|
-
</td>
|
|
3746
|
-
|
|
3747
|
-
|
|
3748
|
-
<td class="attributes">
|
|
3749
|
-
|
|
3750
|
-
<optional><br>
|
|
3751
|
-
|
|
3752
|
-
|
|
3753
|
-
|
|
3754
|
-
</td>
|
|
3755
|
-
|
|
3756
|
-
|
|
3757
|
-
|
|
3758
|
-
|
|
3759
|
-
|
|
3760
|
-
<td class="description last">Optional value to provide guidance to the user about the checkbox this applies to.
|
|
3761
|
-
</td>
|
|
3762
|
-
|
|
3763
|
-
</tr>
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
<tr>
|
|
3767
|
-
|
|
3768
|
-
<td class="name"><code>helpSourceLink</code></td>
|
|
3769
|
-
|
|
3770
|
-
|
|
3771
|
-
|
|
3772
|
-
<td class="type">
|
|
3773
|
-
|
|
3774
|
-
|
|
3775
|
-
|
|
3776
|
-
<span class="param-type">string</span>
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
|
|
3781
|
-
</td>
|
|
3782
|
-
|
|
3783
|
-
|
|
3784
|
-
<td class="attributes">
|
|
3785
|
-
|
|
3786
|
-
<optional><br>
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
</td>
|
|
3791
|
-
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
|
|
3795
|
-
|
|
3796
|
-
<td class="description last">Optional link to aid the user in the checkbox this applies to.
|
|
3797
|
-
</td>
|
|
3798
|
-
|
|
3799
|
-
</tr>
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
<tr>
|
|
3803
|
-
|
|
3804
|
-
<td class="name"><code>helpSourceText</code></td>
|
|
3805
|
-
|
|
3806
|
-
|
|
3807
|
-
|
|
3808
|
-
<td class="type">
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3812
|
-
<span class="param-type">string</span>
|
|
3813
|
-
|
|
3814
|
-
|
|
3815
|
-
|
|
3816
|
-
|
|
3817
|
-
</td>
|
|
3818
|
-
|
|
3819
|
-
|
|
3820
|
-
<td class="attributes">
|
|
3821
|
-
|
|
3822
|
-
<optional><br>
|
|
3823
|
-
|
|
3824
|
-
|
|
3825
|
-
|
|
3826
|
-
</td>
|
|
3827
|
-
|
|
3828
|
-
|
|
3829
|
-
|
|
3830
|
-
|
|
3831
|
-
|
|
3832
|
-
<td class="description last">Optional custom text to be rendered for the <code>helpSourceLink</code>.
|
|
3833
|
-
</td>
|
|
3834
|
-
|
|
3835
|
-
</tr>
|
|
3836
|
-
|
|
3837
|
-
|
|
3838
|
-
<tr>
|
|
3839
|
-
|
|
3840
|
-
<td class="name"><code>label</code></td>
|
|
3841
|
-
|
|
3842
|
-
|
|
3843
|
-
|
|
3844
|
-
<td class="type">
|
|
3845
|
-
|
|
3846
|
-
|
|
3847
|
-
|
|
3848
|
-
<span class="param-type">string</span>
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
</td>
|
|
3854
|
-
|
|
3855
|
-
|
|
3856
|
-
<td class="attributes">
|
|
3857
|
-
|
|
3858
|
-
|
|
3859
|
-
|
|
3860
|
-
</td>
|
|
3861
|
-
|
|
3862
|
-
|
|
3863
|
-
|
|
3864
|
-
|
|
3865
|
-
|
|
3866
|
-
<td class="description last">The value of this required property will provide the text for the checkbox's label.
|
|
3867
|
-
</td>
|
|
3868
|
-
|
|
3869
|
-
</tr>
|
|
3870
|
-
|
|
3871
|
-
|
|
3872
|
-
</tbody>
|
|
3873
|
-
</table></dl>
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
|
|
3878
|
-
|
|
3879
|
-
|
|
3880
|
-
|
|
3881
|
-
|
|
3882
|
-
|
|
3883
|
-
|
|
3884
|
-
|
|
3885
|
-
|
|
3886
|
-
|
|
3887
|
-
|
|
3888
|
-
|
|
3889
|
-
|
|
3890
|
-
|
|
3891
|
-
|
|
3892
|
-
|
|
3893
|
-
|
|
3894
|
-
|
|
3895
|
-
|
|
3896
|
-
|
|
3897
|
-
|
|
3898
|
-
|
|
3899
|
-
|
|
3900
|
-
|
|
3901
|
-
|
|
3902
|
-
|
|
3903
|
-
|
|
3904
|
-
</dl>
|
|
3905
|
-
|
|
3906
|
-
|
|
3907
|
-
|
|
3908
|
-
</dd>
|
|
3909
|
-
|
|
3910
|
-
|
|
3911
|
-
<dt class="">
|
|
3912
|
-
|
|
3913
|
-
<h4 id="ComponentMessageItem" class="name">
|
|
3914
|
-
|
|
3915
|
-
ComponentMessageItem
|
|
3916
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#ComponentMessageItem"></a>
|
|
3917
|
-
|
|
3918
|
-
</h4>
|
|
3919
|
-
|
|
3920
|
-
|
|
3921
|
-
</dt>
|
|
3922
|
-
|
|
3923
|
-
<dd class="">
|
|
3924
|
-
|
|
3925
|
-
|
|
3926
|
-
|
|
3927
|
-
|
|
3928
|
-
<dl class="details">
|
|
3929
|
-
|
|
3930
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
3931
|
-
|
|
3932
|
-
|
|
3933
|
-
|
|
3934
|
-
<dl>
|
|
3935
|
-
|
|
3936
|
-
<table class="props">
|
|
3937
|
-
<thead>
|
|
3938
|
-
<tr>
|
|
3939
|
-
|
|
3940
|
-
<th>Name</th>
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
<th>Type</th>
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
<th>Argument</th>
|
|
3947
|
-
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
</tr>
|
|
3953
|
-
</thead>
|
|
3954
|
-
|
|
3955
|
-
<tbody>
|
|
3956
|
-
|
|
3957
|
-
<tr>
|
|
3958
|
-
|
|
3959
|
-
<td class="name"><code>detail</code></td>
|
|
3960
|
-
|
|
3961
|
-
|
|
3962
|
-
|
|
3963
|
-
<td class="type">
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
<span class="param-type">string</span>
|
|
3968
|
-
|
|
3969
|
-
|
|
3970
|
-
|
|
3971
|
-
|
|
3972
|
-
</td>
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
<td class="attributes">
|
|
3976
|
-
|
|
3977
|
-
<optional><br>
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
</td>
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
</tr>
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
<tr>
|
|
3991
|
-
|
|
3992
|
-
<td class="name"><code>severity</code></td>
|
|
3993
|
-
|
|
3994
|
-
|
|
3995
|
-
|
|
3996
|
-
<td class="type">
|
|
3997
|
-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
<span class="param-type">"error"</span>
|
|
4001
|
-
|
|
|
4002
|
-
|
|
4003
|
-
<span class="param-type">"confirmation"</span>
|
|
4004
|
-
|
|
|
4005
|
-
|
|
4006
|
-
<span class="param-type">"info"</span>
|
|
4007
|
-
|
|
|
4008
|
-
|
|
4009
|
-
<span class="param-type">"warning"</span>
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
</td>
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
<td class="attributes">
|
|
4018
|
-
|
|
4019
|
-
<optional><br>
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
</td>
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
|
|
4028
|
-
|
|
4029
|
-
</tr>
|
|
4030
|
-
|
|
4031
|
-
|
|
4032
|
-
<tr>
|
|
4033
|
-
|
|
4034
|
-
<td class="name"><code>summary</code></td>
|
|
4035
|
-
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
<td class="type">
|
|
4039
|
-
|
|
4040
|
-
|
|
4041
|
-
|
|
4042
|
-
<span class="param-type">string</span>
|
|
4043
|
-
|
|
4044
|
-
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
</td>
|
|
4048
|
-
|
|
4049
|
-
|
|
4050
|
-
<td class="attributes">
|
|
4051
|
-
|
|
4052
|
-
<optional><br>
|
|
4053
|
-
|
|
4054
|
-
|
|
4055
|
-
|
|
4056
|
-
</td>
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
</tr>
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
</tbody>
|
|
4066
|
-
</table></dl>
|
|
4067
|
-
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
|
|
4077
|
-
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4081
|
-
|
|
4082
|
-
|
|
4083
|
-
|
|
4084
|
-
|
|
4085
|
-
|
|
4086
|
-
|
|
4087
|
-
|
|
4088
|
-
|
|
4089
|
-
|
|
4090
|
-
|
|
4091
|
-
|
|
4092
|
-
|
|
4093
|
-
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
</dl>
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
</dd>
|
|
4102
|
-
|
|
4103
|
-
|
|
4104
|
-
<dt class="">
|
|
4105
|
-
|
|
4106
|
-
<h4 id="DisplayOptions" class="name">
|
|
4107
|
-
|
|
4108
|
-
DisplayOptions
|
|
4109
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#DisplayOptions"></a>
|
|
4110
|
-
|
|
4111
|
-
</h4>
|
|
4112
|
-
|
|
4113
|
-
|
|
4114
|
-
</dt>
|
|
4115
|
-
|
|
4116
|
-
<dd class="">
|
|
4117
|
-
|
|
4118
|
-
<div class="description">
|
|
4119
|
-
Display options for auxiliary content that determines whether or not it should be displayed.
|
|
4120
|
-
</div>
|
|
4121
|
-
|
|
4122
|
-
|
|
4123
|
-
|
|
4124
|
-
|
|
4125
|
-
<dl class="details">
|
|
4126
|
-
|
|
4127
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
<dl>
|
|
4132
|
-
|
|
4133
|
-
<table class="props">
|
|
4134
|
-
<thead>
|
|
4135
|
-
<tr>
|
|
4136
|
-
|
|
4137
|
-
<th>Name</th>
|
|
4138
|
-
|
|
4139
|
-
|
|
4140
|
-
<th>Type</th>
|
|
4141
|
-
|
|
4142
|
-
|
|
4143
|
-
<th>Argument</th>
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
|
-
|
|
4147
|
-
<th>Default</th>
|
|
4148
|
-
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
<th class="last">Description</th>
|
|
4152
|
-
|
|
4153
|
-
</tr>
|
|
4154
|
-
</thead>
|
|
4155
|
-
|
|
4156
|
-
<tbody>
|
|
4157
|
-
|
|
4158
|
-
<tr>
|
|
4159
|
-
|
|
4160
|
-
<td class="name"><code>messages</code></td>
|
|
4161
|
-
|
|
4162
|
-
|
|
4163
|
-
|
|
4164
|
-
<td class="type">
|
|
4165
|
-
|
|
4166
|
-
|
|
4167
|
-
|
|
4168
|
-
<span class="param-type">"none"</span>
|
|
4169
|
-
|
|
|
4170
|
-
|
|
4171
|
-
<span class="param-type">"display"</span>
|
|
4172
|
-
|
|
4173
|
-
|
|
4174
|
-
|
|
4175
|
-
|
|
4176
|
-
</td>
|
|
4177
|
-
|
|
4178
|
-
|
|
4179
|
-
<td class="attributes">
|
|
4180
|
-
|
|
4181
|
-
<optional><br>
|
|
4182
|
-
|
|
4183
|
-
|
|
4184
|
-
|
|
4185
|
-
</td>
|
|
4186
|
-
|
|
4187
|
-
|
|
4188
|
-
|
|
4189
|
-
<td class="default">
|
|
4190
|
-
|
|
4191
|
-
"display"
|
|
4192
|
-
|
|
4193
|
-
</td>
|
|
4194
|
-
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
<td class="description last">Display options for auxiliary message text.
|
|
4198
|
-
</td>
|
|
4199
|
-
|
|
4200
|
-
</tr>
|
|
4201
|
-
|
|
4202
|
-
|
|
4203
|
-
</tbody>
|
|
4204
|
-
</table></dl>
|
|
4205
|
-
|
|
4206
|
-
|
|
4207
|
-
|
|
4208
|
-
|
|
4209
|
-
|
|
4210
|
-
|
|
4211
|
-
|
|
4212
|
-
|
|
4213
|
-
|
|
4214
|
-
|
|
4215
|
-
|
|
4216
|
-
|
|
4217
|
-
|
|
4218
|
-
|
|
4219
|
-
|
|
4220
|
-
|
|
4221
|
-
|
|
4222
|
-
|
|
4223
|
-
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
4228
|
-
|
|
4229
|
-
|
|
4230
|
-
|
|
4231
|
-
|
|
4232
|
-
|
|
4233
|
-
|
|
4234
|
-
|
|
4235
|
-
</dl>
|
|
4236
|
-
|
|
4237
|
-
|
|
4238
|
-
|
|
4239
|
-
</dd>
|
|
4240
|
-
|
|
4241
|
-
|
|
4242
|
-
<dt class="">
|
|
4243
|
-
|
|
4244
|
-
<h4 id="Help" class="name">
|
|
4245
|
-
|
|
4246
|
-
Help
|
|
4247
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#Help"></a>
|
|
4248
|
-
|
|
4249
|
-
</h4>
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
</dt>
|
|
4253
|
-
|
|
4254
|
-
<dd class="">
|
|
4255
|
-
|
|
4256
|
-
<div class="description">
|
|
4257
|
-
Form component help information.
|
|
4258
|
-
</div>
|
|
4259
|
-
|
|
4260
|
-
|
|
4261
|
-
|
|
4262
|
-
|
|
4263
|
-
<dl class="details">
|
|
4264
|
-
|
|
4265
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
4266
|
-
|
|
4267
|
-
|
|
4268
|
-
|
|
4269
|
-
<dl>
|
|
4270
|
-
|
|
4271
|
-
<table class="props">
|
|
4272
|
-
<thead>
|
|
4273
|
-
<tr>
|
|
4274
|
-
|
|
4275
|
-
<th>Name</th>
|
|
4276
|
-
|
|
4277
|
-
|
|
4278
|
-
<th>Type</th>
|
|
4279
|
-
|
|
4280
|
-
|
|
4281
|
-
<th>Argument</th>
|
|
4282
|
-
|
|
4283
|
-
|
|
4284
|
-
|
|
4285
|
-
|
|
4286
|
-
|
|
4287
|
-
<th class="last">Description</th>
|
|
4288
|
-
|
|
4289
|
-
</tr>
|
|
4290
|
-
</thead>
|
|
4291
|
-
|
|
4292
|
-
<tbody>
|
|
4293
|
-
|
|
4294
|
-
<tr>
|
|
4295
|
-
|
|
4296
|
-
<td class="name"><code>instruction</code></td>
|
|
4297
|
-
|
|
4298
|
-
|
|
4299
|
-
|
|
4300
|
-
<td class="type">
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
-
|
|
4304
|
-
<span class="param-type">string</span>
|
|
4305
|
-
|
|
4306
|
-
|
|
4307
|
-
|
|
4308
|
-
|
|
4309
|
-
</td>
|
|
4310
|
-
|
|
4311
|
-
|
|
4312
|
-
<td class="attributes">
|
|
4313
|
-
|
|
4314
|
-
<optional><br>
|
|
4315
|
-
|
|
4316
|
-
|
|
4317
|
-
|
|
4318
|
-
</td>
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
|
|
4324
|
-
<td class="description last">A type of user assistance text. User assistance text is used to provide guidance to
|
|
4325
|
-
help the user understand what data to enter or select.
|
|
4326
|
-
</td>
|
|
4327
|
-
|
|
4328
|
-
</tr>
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
</tbody>
|
|
4332
|
-
</table></dl>
|
|
4333
|
-
|
|
4334
|
-
|
|
4335
|
-
|
|
4336
|
-
|
|
4337
|
-
|
|
4338
|
-
|
|
4339
|
-
|
|
4340
|
-
|
|
4341
|
-
|
|
4342
|
-
|
|
4343
|
-
|
|
4344
|
-
|
|
4345
|
-
|
|
4346
|
-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
|
|
4352
|
-
|
|
4353
|
-
|
|
4354
|
-
|
|
4355
|
-
|
|
4356
|
-
|
|
4357
|
-
|
|
4358
|
-
|
|
4359
|
-
|
|
4360
|
-
|
|
4361
|
-
|
|
4362
|
-
|
|
4363
|
-
</dl>
|
|
4364
|
-
|
|
4365
|
-
|
|
4366
|
-
|
|
4367
|
-
</dd>
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
<dt class="">
|
|
4371
|
-
|
|
4372
|
-
<h4 id="HelpHints" class="name">
|
|
4373
|
-
|
|
4374
|
-
HelpHints
|
|
4375
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#HelpHints"></a>
|
|
4376
|
-
|
|
4377
|
-
</h4>
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
</dt>
|
|
4381
|
-
|
|
4382
|
-
<dd class="">
|
|
4383
|
-
|
|
4384
|
-
<div class="description">
|
|
4385
|
-
The helpHints object contains a definition property and a source property.
|
|
4386
|
-
</div>
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
<dl class="details">
|
|
4392
|
-
|
|
4393
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
<dl>
|
|
4398
|
-
|
|
4399
|
-
<table class="props">
|
|
4400
|
-
<thead>
|
|
4401
|
-
<tr>
|
|
4402
|
-
|
|
4403
|
-
<th>Name</th>
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
<th>Type</th>
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
<th>Argument</th>
|
|
4410
|
-
|
|
4411
|
-
|
|
4412
|
-
|
|
4413
|
-
|
|
4414
|
-
|
|
4415
|
-
<th class="last">Description</th>
|
|
4416
|
-
|
|
4417
|
-
</tr>
|
|
4418
|
-
</thead>
|
|
4419
|
-
|
|
4420
|
-
<tbody>
|
|
4421
|
-
|
|
4422
|
-
<tr>
|
|
4423
|
-
|
|
4424
|
-
<td class="name"><code>definition</code></td>
|
|
4425
|
-
|
|
4426
|
-
|
|
4427
|
-
|
|
4428
|
-
<td class="type">
|
|
4429
|
-
|
|
4430
|
-
|
|
4431
|
-
|
|
4432
|
-
<span class="param-type">string</span>
|
|
4433
|
-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4437
|
-
</td>
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
<td class="attributes">
|
|
4441
|
-
|
|
4442
|
-
<optional><br>
|
|
4443
|
-
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
</td>
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
<td class="description last">A type of user assistance text. User assistance text is used to provide guidance to help
|
|
4453
|
-
the user understand what data to enter or select. help-hints could come from a help system.
|
|
4454
|
-
</td>
|
|
4455
|
-
|
|
4456
|
-
</tr>
|
|
4457
|
-
|
|
4458
|
-
|
|
4459
|
-
<tr>
|
|
4460
|
-
|
|
4461
|
-
<td class="name"><code>source</code></td>
|
|
4462
|
-
|
|
4463
|
-
|
|
4464
|
-
|
|
4465
|
-
<td class="type">
|
|
4466
|
-
|
|
4467
|
-
|
|
4468
|
-
|
|
4469
|
-
<span class="param-type">string</span>
|
|
4470
|
-
|
|
4471
|
-
|
|
4472
|
-
|
|
4473
|
-
|
|
4474
|
-
</td>
|
|
4475
|
-
|
|
4476
|
-
|
|
4477
|
-
<td class="attributes">
|
|
4478
|
-
|
|
4479
|
-
<optional><br>
|
|
4480
|
-
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
</td>
|
|
4484
|
-
|
|
4485
|
-
|
|
4486
|
-
|
|
4487
|
-
|
|
4488
|
-
|
|
4489
|
-
<td class="description last">Help source URL associated with the component.
|
|
4490
|
-
</td>
|
|
4491
|
-
|
|
4492
|
-
</tr>
|
|
4493
|
-
|
|
4494
|
-
|
|
4495
|
-
<tr>
|
|
4496
|
-
|
|
4497
|
-
<td class="name"><code>sourceText</code></td>
|
|
4498
|
-
|
|
4499
|
-
|
|
4500
|
-
|
|
4501
|
-
<td class="type">
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
<span class="param-type">string</span>
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
</td>
|
|
4511
|
-
|
|
4512
|
-
|
|
4513
|
-
<td class="attributes">
|
|
4514
|
-
|
|
4515
|
-
<optional><br>
|
|
4516
|
-
|
|
4517
|
-
|
|
4518
|
-
|
|
4519
|
-
</td>
|
|
4520
|
-
|
|
4521
|
-
|
|
4522
|
-
|
|
4523
|
-
|
|
4524
|
-
|
|
4525
|
-
<td class="description last">Custom text to be used for the source link.
|
|
4526
|
-
</td>
|
|
4527
|
-
|
|
4528
|
-
</tr>
|
|
4529
|
-
|
|
4530
|
-
|
|
4531
|
-
</tbody>
|
|
4532
|
-
</table></dl>
|
|
4533
|
-
|
|
4534
|
-
|
|
4535
|
-
|
|
4536
|
-
|
|
4537
|
-
|
|
4538
|
-
|
|
4539
|
-
|
|
4540
|
-
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
|
|
4544
|
-
|
|
4545
|
-
|
|
4546
|
-
|
|
4547
|
-
|
|
4548
|
-
|
|
4549
|
-
|
|
4550
|
-
|
|
4551
|
-
|
|
4552
|
-
|
|
4553
|
-
|
|
4554
|
-
|
|
4555
|
-
|
|
4556
|
-
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4560
|
-
|
|
4561
|
-
|
|
4562
|
-
|
|
4563
|
-
</dl>
|
|
4564
|
-
|
|
4565
|
-
|
|
4566
|
-
|
|
4567
|
-
</dd>
|
|
4568
|
-
|
|
4569
|
-
</dl>
|
|
4570
|
-
|
|
4571
|
-
</article>
|
|
4572
|
-
|
|
4573
|
-
|
|
4574
|
-
</section>
|
|
4575
|
-
|
|
4576
|
-
|
|
4577
|
-
|
|
4578
|
-
|
|
4579
|
-
|
|
4580
|
-
<footer>
|
|
4581
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue Jul 02 2024 05:14:14 GMT+0000 (Coordinated Universal Time)<br>
|
|
4582
|
-
<span class="product-docs-footer">Copyright © 2014, 2024 Oracle. All rights reserved.<span>
|
|
4583
|
-
</footer>
|
|
4584
|
-
|
|
4585
|
-
</div>
|
|
4586
|
-
|
|
4587
|
-
<script> prettyPrint(); </script>
|
|
4588
|
-
</body>
|
|
4589
|
-
</html>
|