@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,3493 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8">
|
|
5
|
-
<title>Element: <oj-c-checkbox></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="navItem56">
|
|
22
|
-
|
|
23
|
-
<h2>Oracle® JET</h2>
|
|
24
|
-
<h2>Core Pack Components</h2>
|
|
25
|
-
<h3>16.1.4</h3>
|
|
26
|
-
|
|
27
|
-
<div class="deprecation-checkboxes" style="display: none">
|
|
28
|
-
<ul style="list-style: none; display: none;">
|
|
29
|
-
<li style="margin-top:0px">
|
|
30
|
-
<label for="deprecated">
|
|
31
|
-
<div class="deprecated-cb-common"><input type="checkbox" id="deprecated"><span style="padding:2px">Show Deprecated APIs</span></div>
|
|
32
|
-
</label>
|
|
33
|
-
</li>
|
|
34
|
-
<li style="margin-top:0px">
|
|
35
|
-
<label for="jsonly"></label>
|
|
36
|
-
<div class="deprecated-cb-common"><input type="checkbox" id="jsonly"><span style="padding:2px 12px 2px 2px">Javascript Only APIs</span></div>
|
|
37
|
-
</li>
|
|
38
|
-
</ul>
|
|
39
|
-
</div>
|
|
40
|
-
<ul><li id="idx"><h2 id="navIndex"><a href="index.html" id="navIndexFocusable">Index</a></h2></li><li><div id="nav_toggle">
|
|
41
|
-
<input type="radio" id="elements_rb" name="toggle" value="Elements">
|
|
42
|
-
<label for="elements">Elements</label>
|
|
43
|
-
<input type="radio" id="modules_rb" name="toggle" value="Modules">
|
|
44
|
-
<label for="modules">Modules</label><br>
|
|
45
|
-
</div></li><li id="nav_elements" style="display: none"><h3 id="navElements">Elements</h3><ul class="subList"><li id="navItem0"><a href="oj-c.ActionCard.html"><oj-c-action-card></a></li><li id="navItem1"><a href="oj-c.AreaChart.html"><oj-c-area-chart></a></li><li id="navItem2"><a href="oj-c.AreaChartGroup.html"><oj-c-area-chart-group></a></li><li id="navItem3"><a href="oj-c.AreaChartItem.html"><oj-c-area-chart-item></a></li><li id="navItem4"><a href="oj-c.AreaChartSeries.html"><oj-c-area-chart-series></a></li><li class="deprecated-hidden" id="navItem5"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li><li class="deprecated-hidden" id="navItem6"><a href="oj-c.Button.html"><oj-c-button></a></li><li id="navItem7"><a href="oj-c.Checkbox.html"><oj-c-checkbox></a></li><li class="deprecated-hidden" id="navItem8"><a href="oj-c.Checkboxset.html"><oj-c-checkboxset></a></li><li id="navItem9"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li><li id="navItem10"><a href="oj-c.DrawerPopup.html"><oj-c-drawer-popup></a></li><li class="deprecated-hidden" id="navItem11"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li><li id="navItem12"><a href="oj-c.FormLayout.html"><oj-c-form-layout></a></li><li class="deprecated-hidden" id="navItem13"><a href="oj-c.HighlightText.html"><oj-c-highlight-text></a></li><li id="navItem14"><a href="oj-c.InputDateMask.html"><oj-c-input-date-mask></a></li><li id="navItem15"><a href="oj-c.InputDateText.html"><oj-c-input-date-text></a></li><li id="navItem16"><a href="oj-c.InputMonthMask.html"><oj-c-input-month-mask></a></li><li class="deprecated-hidden" id="navItem17"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li><li class="deprecated-hidden" id="navItem18"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li><li id="navItem19"><a href="oj-c.InputSensitiveText.html"><oj-c-input-sensitive-text></a></li><li class="deprecated-hidden" id="navItem20"><a href="oj-c.InputText.html"><oj-c-input-text></a></li><li id="navItem21"><a href="oj-c.LabelledLink.html"><oj-c-labelled-link></a></li><li id="navItem22"><a href="oj-c.Legend.html"><oj-c-legend></a></li><li id="navItem23"><a href="oj-c.LegendItem.html"><oj-c-legend-item></a></li><li id="navItem24"><a href="oj-c.LegendSection.html"><oj-c-legend-section></a></li><li id="navItem25"><a href="oj-c.LineChart.html"><oj-c-line-chart></a></li><li id="navItem26"><a href="oj-c.LineChartGroup.html"><oj-c-line-chart-group></a></li><li id="navItem27"><a href="oj-c.LineChartItem.html"><oj-c-line-chart-item></a></li><li id="navItem28"><a href="oj-c.LineChartSeries.html"><oj-c-line-chart-series></a></li><li class="deprecated-hidden" id="navItem29"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li><li id="navItem30"><a href="oj-c.ListView.html"><oj-c-list-view></a></li><li class="deprecated-hidden" id="navItem31"><a href="oj-c.MenuButton.html"><oj-c-menu-button></a></li><li class="deprecated-hidden" id="navItem32"><a href="oj-c.MessageBanner.html"><oj-c-message-banner></a></li><li class="deprecated-hidden" id="navItem33"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li><li class="deprecated-hidden" id="navItem34"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li><li class="deprecated-hidden" id="navItem35"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li><li class="deprecated-hidden" id="navItem36"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li><li class="deprecated-hidden" id="navItem37"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li><li class="deprecated-hidden" id="navItem38"><a href="oj-c.Radioset.html"><oj-c-radioset></a></li><li class="deprecated-hidden" id="navItem39"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li><li class="deprecated-hidden" id="navItem40"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li><li class="deprecated-hidden" id="navItem41"><a href="oj-c.Selector.html"><oj-c-selector></a></li><li class="deprecated-hidden" id="navItem42"><a href="oj-c.SelectorAll.html"><oj-c-selector-all></a></li><li id="navItem43"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li><li id="navItem44"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li><li id="navItem45"><a href="oj-c.TabBarMixed.html"><oj-c-tab-bar-mixed></a></li><li id="navItem46"><a href="oj-c.TagCloud.html"><oj-c-tag-cloud></a></li><li id="navItem47"><a href="oj-c.TagCloudItem.html"><oj-c-tag-cloud-item></a></li><li class="deprecated-hidden" id="navItem48"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li><li id="nav_modules" style="display: none"><h3 id="navElements">Modules</h3><ul class="subList_lev2"><li class="module">
|
|
46
|
-
<div id="action-card" class="module_element">
|
|
47
|
-
<a href="action-card.html">action-card</a>
|
|
48
|
-
</div><ul class="subList_lev3"><li id="navItem49"><a href="oj-c.ActionCard.html"><oj-c-action-card></a></li></ul></li><li class="module">
|
|
49
|
-
<div id="area-chart" class="module_element">
|
|
50
|
-
<a href="area-chart.html">area-chart</a>
|
|
51
|
-
</div><ul class="subList_lev3"><li id="navItem50"><a href="oj-c.AreaChart.html"><oj-c-area-chart></a></li></ul></li><li class="module">
|
|
52
|
-
<div id="area-chart-group" class="module_element">
|
|
53
|
-
<a href="area-chart-group.html">area-chart-group</a>
|
|
54
|
-
</div><ul class="subList_lev3"><li id="navItem51"><a href="oj-c.AreaChartGroup.html"><oj-c-area-chart-group></a></li></ul></li><li class="module">
|
|
55
|
-
<div id="area-chart-item" class="module_element">
|
|
56
|
-
<a href="area-chart-item.html">area-chart-item</a>
|
|
57
|
-
</div><ul class="subList_lev3"><li id="navItem52"><a href="oj-c.AreaChartItem.html"><oj-c-area-chart-item></a></li></ul></li><li class="module">
|
|
58
|
-
<div id="area-chart-series" class="module_element">
|
|
59
|
-
<a href="area-chart-series.html">area-chart-series</a>
|
|
60
|
-
</div><ul class="subList_lev3"><li id="navItem53"><a href="oj-c.AreaChartSeries.html"><oj-c-area-chart-series></a></li></ul></li><li class="deprecated-hidden">
|
|
61
|
-
<div id="avatar" class="module_element">
|
|
62
|
-
<a href="avatar.html">avatar</a>
|
|
63
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem54"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li></ul></li><li class="deprecated-hidden">
|
|
64
|
-
<div id="button" class="module_element">
|
|
65
|
-
<a href="button.html">button</a>
|
|
66
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem55"><a href="oj-c.Button.html"><oj-c-button></a></li></ul></li><li class="module">
|
|
67
|
-
<div id="checkbox" class="module_element">
|
|
68
|
-
<a href="checkbox.html">checkbox</a>
|
|
69
|
-
</div><ul class="subList_lev3"><li id="navItem56"><a href="oj-c.Checkbox.html"><oj-c-checkbox></a></li></ul></li><li class="deprecated-hidden">
|
|
70
|
-
<div id="checkboxset" class="module_element">
|
|
71
|
-
<a href="checkboxset.html">checkboxset</a>
|
|
72
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem57"><a href="oj-c.Checkboxset.html"><oj-c-checkboxset></a></li></ul></li><li class="module">
|
|
73
|
-
<div id="collapsible" class="module_element">
|
|
74
|
-
<a href="collapsible.html">collapsible</a>
|
|
75
|
-
</div><ul class="subList_lev3"><li id="navItem58"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li></ul></li><li class="module">
|
|
76
|
-
<div id="drawer-popup" class="module_element">
|
|
77
|
-
<a href="drawer-popup.html">drawer-popup</a>
|
|
78
|
-
</div><ul class="subList_lev3"><li id="navItem59"><a href="oj-c.DrawerPopup.html"><oj-c-drawer-popup></a></li></ul></li><li class="deprecated-hidden">
|
|
79
|
-
<div id="file-picker" class="module_element">
|
|
80
|
-
<a href="file-picker.html">file-picker</a>
|
|
81
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem60"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li></ul></li><li class="module">
|
|
82
|
-
<div id="form-layout" class="module_element">
|
|
83
|
-
<a href="form-layout.html">form-layout</a>
|
|
84
|
-
</div><ul class="subList_lev3"><li id="navItem61"><a href="oj-c.FormLayout.html"><oj-c-form-layout></a></li></ul></li><li class="deprecated-hidden">
|
|
85
|
-
<div id="highlight-text" class="module_element">
|
|
86
|
-
<a href="highlight-text.html">highlight-text</a>
|
|
87
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem62"><a href="oj-c.HighlightText.html"><oj-c-highlight-text></a></li></ul></li><li class="module">
|
|
88
|
-
<div id="input-date-mask" class="module_element">
|
|
89
|
-
<a href="input-date-mask.html">input-date-mask</a>
|
|
90
|
-
</div><ul class="subList_lev3"><li id="navItem63"><a href="oj-c.InputDateMask.html"><oj-c-input-date-mask></a></li></ul></li><li class="module">
|
|
91
|
-
<div id="input-date-text" class="module_element">
|
|
92
|
-
<a href="input-date-text.html">input-date-text</a>
|
|
93
|
-
</div><ul class="subList_lev3"><li id="navItem64"><a href="oj-c.InputDateText.html"><oj-c-input-date-text></a></li></ul></li><li class="module">
|
|
94
|
-
<div id="input-month-mask" class="module_element">
|
|
95
|
-
<a href="input-month-mask.html">input-month-mask</a>
|
|
96
|
-
</div><ul class="subList_lev3"><li id="navItem65"><a href="oj-c.InputMonthMask.html"><oj-c-input-month-mask></a></li></ul></li><li class="deprecated-hidden">
|
|
97
|
-
<div id="input-number" class="module_element">
|
|
98
|
-
<a href="input-number.html">input-number</a>
|
|
99
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem66"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li></ul></li><li class="deprecated-hidden">
|
|
100
|
-
<div id="input-password" class="module_element">
|
|
101
|
-
<a href="input-password.html">input-password</a>
|
|
102
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem67"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li></ul></li><li class="module">
|
|
103
|
-
<div id="input-sensitive-text" class="module_element">
|
|
104
|
-
<a href="input-sensitive-text.html">input-sensitive-text</a>
|
|
105
|
-
</div><ul class="subList_lev3"><li id="navItem68"><a href="oj-c.InputSensitiveText.html"><oj-c-input-sensitive-text></a></li></ul></li><li class="deprecated-hidden">
|
|
106
|
-
<div id="input-text" class="module_element">
|
|
107
|
-
<a href="input-text.html">input-text</a>
|
|
108
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem69"><a href="oj-c.InputText.html"><oj-c-input-text></a></li></ul></li><li class="module">
|
|
109
|
-
<div id="labelled-link" class="module_element">
|
|
110
|
-
<a href="labelled-link.html">labelled-link</a>
|
|
111
|
-
</div><ul class="subList_lev3"><li id="navItem70"><a href="oj-c.LabelledLink.html"><oj-c-labelled-link></a></li></ul></li><li class="module">
|
|
112
|
-
<div id="legend" class="module_element">
|
|
113
|
-
<a href="legend.html">legend</a>
|
|
114
|
-
</div><ul class="subList_lev3"><li id="navItem71"><a href="oj-c.Legend.html"><oj-c-legend></a></li></ul></li><li class="module">
|
|
115
|
-
<div id="legend-item" class="module_element">
|
|
116
|
-
<a href="legend-item.html">legend-item</a>
|
|
117
|
-
</div><ul class="subList_lev3"><li id="navItem72"><a href="oj-c.LegendItem.html"><oj-c-legend-item></a></li></ul></li><li class="module">
|
|
118
|
-
<div id="legend-section" class="module_element">
|
|
119
|
-
<a href="legend-section.html">legend-section</a>
|
|
120
|
-
</div><ul class="subList_lev3"><li id="navItem73"><a href="oj-c.LegendSection.html"><oj-c-legend-section></a></li></ul></li><li class="module">
|
|
121
|
-
<div id="line-chart" class="module_element">
|
|
122
|
-
<a href="line-chart.html">line-chart</a>
|
|
123
|
-
</div><ul class="subList_lev3"><li id="navItem74"><a href="oj-c.LineChart.html"><oj-c-line-chart></a></li></ul></li><li class="module">
|
|
124
|
-
<div id="line-chart-group" class="module_element">
|
|
125
|
-
<a href="line-chart-group.html">line-chart-group</a>
|
|
126
|
-
</div><ul class="subList_lev3"><li id="navItem75"><a href="oj-c.LineChartGroup.html"><oj-c-line-chart-group></a></li></ul></li><li class="module">
|
|
127
|
-
<div id="line-chart-item" class="module_element">
|
|
128
|
-
<a href="line-chart-item.html">line-chart-item</a>
|
|
129
|
-
</div><ul class="subList_lev3"><li id="navItem76"><a href="oj-c.LineChartItem.html"><oj-c-line-chart-item></a></li></ul></li><li class="module">
|
|
130
|
-
<div id="line-chart-series" class="module_element">
|
|
131
|
-
<a href="line-chart-series.html">line-chart-series</a>
|
|
132
|
-
</div><ul class="subList_lev3"><li id="navItem77"><a href="oj-c.LineChartSeries.html"><oj-c-line-chart-series></a></li></ul></li><li class="deprecated-hidden">
|
|
133
|
-
<div id="list-item-layout" class="module_element">
|
|
134
|
-
<a href="list-item-layout.html">list-item-layout</a>
|
|
135
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem78"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li></ul></li><li class="module">
|
|
136
|
-
<div id="list-view" class="module_element">
|
|
137
|
-
<a href="list-view.html">list-view</a>
|
|
138
|
-
</div><ul class="subList_lev3"><li id="navItem79"><a href="oj-c.ListView.html"><oj-c-list-view></a></li></ul></li><li class="deprecated-hidden">
|
|
139
|
-
<div id="menu-button" class="module_element">
|
|
140
|
-
<a href="menu-button.html">menu-button</a>
|
|
141
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem80"><a href="oj-c.MenuButton.html"><oj-c-menu-button></a></li></ul></li><li class="deprecated-hidden">
|
|
142
|
-
<div id="message-banner" class="module_element">
|
|
143
|
-
<a href="message-banner.html">message-banner</a>
|
|
144
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem81"><a href="oj-c.MessageBanner.html"><oj-c-message-banner></a></li></ul></li><li class="deprecated-hidden">
|
|
145
|
-
<div id="message-toast" class="module_element">
|
|
146
|
-
<a href="message-toast.html">message-toast</a>
|
|
147
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem82"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li></ul></li><li class="deprecated-hidden">
|
|
148
|
-
<div id="meter-bar" class="module_element">
|
|
149
|
-
<a href="meter-bar.html">meter-bar</a>
|
|
150
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem83"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li></ul></li><li class="deprecated-hidden">
|
|
151
|
-
<div id="meter-circle" class="module_element">
|
|
152
|
-
<a href="meter-circle.html">meter-circle</a>
|
|
153
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem84"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li></ul></li><li class="deprecated-hidden">
|
|
154
|
-
<div id="progress-bar" class="module_element">
|
|
155
|
-
<a href="progress-bar.html">progress-bar</a>
|
|
156
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem85"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li></ul></li><li class="deprecated-hidden">
|
|
157
|
-
<div id="progress-circle" class="module_element">
|
|
158
|
-
<a href="progress-circle.html">progress-circle</a>
|
|
159
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem86"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li></ul></li><li class="deprecated-hidden">
|
|
160
|
-
<div id="radioset" class="module_element">
|
|
161
|
-
<a href="radioset.html">radioset</a>
|
|
162
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem87"><a href="oj-c.Radioset.html"><oj-c-radioset></a></li></ul></li><li class="deprecated-hidden">
|
|
163
|
-
<div id="rating-gauge" class="module_element">
|
|
164
|
-
<a href="rating-gauge.html">rating-gauge</a>
|
|
165
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem88"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li></ul></li><li class="deprecated-hidden">
|
|
166
|
-
<div id="select-multiple" class="module_element">
|
|
167
|
-
<a href="select-multiple.html">select-multiple</a>
|
|
168
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem89"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li></ul></li><li class="module">
|
|
169
|
-
<div id="select-single" class="module_element">
|
|
170
|
-
<a href="select-single.html">select-single</a>
|
|
171
|
-
</div><ul class="subList_lev3"><li id="navItem90"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li></ul></li><li class="module">
|
|
172
|
-
<div id="selection-card" class="module_element">
|
|
173
|
-
<a href="selection-card.html">selection-card</a>
|
|
174
|
-
</div><ul class="subList_lev3"></ul></li><li class="deprecated-hidden">
|
|
175
|
-
<div id="selector" class="module_element">
|
|
176
|
-
<a href="selector.html">selector</a>
|
|
177
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem91"><a href="oj-c.Selector.html"><oj-c-selector></a></li></ul></li><li class="deprecated-hidden">
|
|
178
|
-
<div id="selector-all" class="module_element">
|
|
179
|
-
<a href="selector-all.html">selector-all</a>
|
|
180
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem92"><a href="oj-c.SelectorAll.html"><oj-c-selector-all></a></li></ul></li><li class="module">
|
|
181
|
-
<div id="split-menu-button" class="module_element">
|
|
182
|
-
<a href="split-menu-button.html">split-menu-button</a>
|
|
183
|
-
</div><ul class="subList_lev3"><li id="navItem93"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li></ul></li><li class="module">
|
|
184
|
-
<div id="tab-bar-mixed" class="module_element">
|
|
185
|
-
<a href="tab-bar-mixed.html">tab-bar-mixed</a>
|
|
186
|
-
</div><ul class="subList_lev3"><li id="navItem94"><a href="oj-c.TabBarMixed.html"><oj-c-tab-bar-mixed></a></li></ul></li><li class="module">
|
|
187
|
-
<div id="tag-cloud" class="module_element">
|
|
188
|
-
<a href="tag-cloud.html">tag-cloud</a>
|
|
189
|
-
</div><ul class="subList_lev3"><li id="navItem95"><a href="oj-c.TagCloud.html"><oj-c-tag-cloud></a></li></ul></li><li class="module">
|
|
190
|
-
<div id="tag-cloud-item" class="module_element">
|
|
191
|
-
<a href="tag-cloud-item.html">tag-cloud-item</a>
|
|
192
|
-
</div><ul class="subList_lev3"><li id="navItem96"><a href="oj-c.TagCloudItem.html"><oj-c-tag-cloud-item></a></li></ul></li><li class="deprecated-hidden">
|
|
193
|
-
<div id="text-area" class="module_element">
|
|
194
|
-
<a href="text-area.html">text-area</a>
|
|
195
|
-
</div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem97"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li></ul></li></ul>
|
|
196
|
-
</nav>
|
|
197
|
-
|
|
198
|
-
<div id="main">
|
|
199
|
-
|
|
200
|
-
<button onclick="topFunction()" id="jump-to-top-btn" title="Go to top"></button>
|
|
201
|
-
<div class="page-title">
|
|
202
|
-
<h1>Element: <oj-c-checkbox></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>checkbox</li></ul></dd>
|
|
228
|
-
|
|
229
|
-
</dl>
|
|
230
|
-
|
|
231
|
-
<section id="quick-nav" class="">
|
|
232
|
-
<header><h2>QuickNav</h2></header>
|
|
233
|
-
|
|
234
|
-
<div class="quick-nav-section5">
|
|
235
|
-
|
|
236
|
-
<h3> <a href="#slots-section">Slots</a></h3>
|
|
237
|
-
<ul class="subList">
|
|
238
|
-
|
|
239
|
-
<li><a href="#Default">Default</a></li>
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
</ul>
|
|
243
|
-
|
|
244
|
-
</div>
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
<div class="quick-nav-section5">
|
|
249
|
-
<h3> <a href="#members-section">Attributes</a></h3>
|
|
250
|
-
<ul class="optionsSubList">
|
|
251
|
-
|
|
252
|
-
<li><div><a href="#columnSpan">column-span</a></div>
|
|
253
|
-
|
|
254
|
-
</li>
|
|
255
|
-
|
|
256
|
-
<li><div><a href="#containerReadonly">container-readonly</a></div>
|
|
257
|
-
|
|
258
|
-
</li>
|
|
259
|
-
|
|
260
|
-
<li><div><a href="#disabled">disabled</a></div>
|
|
261
|
-
|
|
262
|
-
</li>
|
|
263
|
-
|
|
264
|
-
<li><div><a href="javascript:void(0)" ><b>display-options</b></a></div>
|
|
265
|
-
|
|
266
|
-
<ul class='optionsInnerSubList'>
|
|
267
|
-
|
|
268
|
-
<li><div><a href="#displayOptions.messages">messages</a></div>
|
|
269
|
-
|
|
270
|
-
</ul></li>
|
|
271
|
-
|
|
272
|
-
<li><div><a href="#help"><b>help</b></a></div>
|
|
273
|
-
|
|
274
|
-
</li>
|
|
275
|
-
|
|
276
|
-
<li><div><a href="#helpHints"><b>help-hints</b></a></div>
|
|
277
|
-
|
|
278
|
-
</li>
|
|
279
|
-
|
|
280
|
-
<li><div><a href="#messagesCustom"><b>messages-custom</b></a></div>
|
|
281
|
-
|
|
282
|
-
</li>
|
|
283
|
-
|
|
284
|
-
<li><div><a href="#readonly">readonly</a></div>
|
|
285
|
-
|
|
286
|
-
</li>
|
|
287
|
-
|
|
288
|
-
<li><div><a href="#required">required</a></div>
|
|
289
|
-
|
|
290
|
-
</li>
|
|
291
|
-
|
|
292
|
-
<li><div><a href="#requiredMessageDetail">required-message-detail</a></div>
|
|
293
|
-
|
|
294
|
-
</li>
|
|
295
|
-
|
|
296
|
-
<li><div><a href="#userAssistanceDensity">user-assistance-density</a></div>
|
|
297
|
-
|
|
298
|
-
</li>
|
|
299
|
-
|
|
300
|
-
<li><div><a href="#valid">valid</a></div>
|
|
301
|
-
|
|
302
|
-
</li>
|
|
303
|
-
|
|
304
|
-
<li><div><a href="#value">value</a></div>
|
|
305
|
-
|
|
306
|
-
</ul>
|
|
307
|
-
<script type="text/javascript" >
|
|
308
|
-
var innerSubLists = document.getElementsByClassName('optionsInnerSubList');
|
|
309
|
-
for (var i=0; i<innerSubLists.length; i++) {
|
|
310
|
-
innerSubLists[i].parentNode.onclick=function(event) {
|
|
311
|
-
event.stopPropagation();
|
|
312
|
-
// Only interpret the click event if the <a> element is the target and do nothing if click occurred elsewhere on the div
|
|
313
|
-
if (event.target.parentNode == this.firstChild.firstChild) {
|
|
314
|
-
// toggle only the clicked sub properties list and not any nested ones
|
|
315
|
-
var subProperties = this.getElementsByClassName('optionsInnerSubList');
|
|
316
|
-
subProperties[0].style.display = (subProperties[0].style.display=='block' ? 'none' : 'block');
|
|
317
|
-
}
|
|
318
|
-
}
|
|
319
|
-
}
|
|
320
|
-
</script>
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
</div>
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
<div class="quick-nav-section5">
|
|
333
|
-
<h3><a href="#methods-section">Methods</a></h3>
|
|
334
|
-
<ul class="subList">
|
|
335
|
-
|
|
336
|
-
<li><a href="#getProperty">getProperty</a></li>
|
|
337
|
-
|
|
338
|
-
<li><a href="#reset">reset</a></li>
|
|
339
|
-
|
|
340
|
-
<li><a href="#setProperties">setProperties</a></li>
|
|
341
|
-
|
|
342
|
-
<li><a href="#setProperty">setProperty</a></li>
|
|
343
|
-
|
|
344
|
-
<li><a href="#showMessages">showMessages</a></li>
|
|
345
|
-
|
|
346
|
-
<li><a href="#validate">validate</a></li>
|
|
347
|
-
|
|
348
|
-
</ul>
|
|
349
|
-
|
|
350
|
-
</div>
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
<div class="quick-nav-section5">
|
|
354
|
-
<h3><a href="#typedefs-section">Type Definitions</a></h3>
|
|
355
|
-
<ul class="subList">
|
|
356
|
-
|
|
357
|
-
<li><a href="#ComponentMessageItem">ComponentMessageItem</a></li>
|
|
358
|
-
|
|
359
|
-
<li><a href="#Help">Help</a></li>
|
|
360
|
-
|
|
361
|
-
<li><a href="#HelpHints">HelpHints</a></li>
|
|
362
|
-
|
|
363
|
-
</ul>
|
|
364
|
-
</div>
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
<div class="quick-nav-section5">
|
|
368
|
-
<h3>Other Topics</h3>
|
|
369
|
-
<ul class="subList">
|
|
370
|
-
|
|
371
|
-
<li><a href="#touch-section">Touch Section</a></li>
|
|
372
|
-
|
|
373
|
-
<li><a href="#keyboard-section">Keyboard Section</a></li>
|
|
374
|
-
|
|
375
|
-
<li><a href="#a11y-section">Accessibility Section</a></li>
|
|
376
|
-
|
|
377
|
-
</ul>
|
|
378
|
-
</div>
|
|
379
|
-
|
|
380
|
-
</section>
|
|
381
|
-
|
|
382
|
-
<section class="">
|
|
383
|
-
<header>
|
|
384
|
-
|
|
385
|
-
</br>
|
|
386
|
-
|
|
387
|
-
<div class="class-description">
|
|
388
|
-
<p><h3 id="checkboxOverview-section">
|
|
389
|
-
JET Checkbox Component
|
|
390
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#checkboxOverview-section"></a>
|
|
391
|
-
</h3>
|
|
392
|
-
|
|
393
|
-
Checkbox is a single standalone checkbox control. It represents a boolean value.
|
|
394
|
-
|
|
395
|
-
<p>The Checkbox label is placed in the default slot and can be a short string or block of text
|
|
396
|
-
</p>
|
|
397
|
-
|
|
398
|
-
<pre class="prettyprint">
|
|
399
|
-
<code>
|
|
400
|
-
<oj-c-checkbox value="false">
|
|
401
|
-
I Agree
|
|
402
|
-
</oj-c-checkbox>
|
|
403
|
-
</code>
|
|
404
|
-
</pre>
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
<h3 id="touch-section">
|
|
408
|
-
Touch End User Information
|
|
409
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#touch-section"></a>
|
|
410
|
-
</h3>
|
|
411
|
-
|
|
412
|
-
<table class="keyboard-table">
|
|
413
|
-
<thead>
|
|
414
|
-
<tr>
|
|
415
|
-
<th>Target</th>
|
|
416
|
-
<th>Gesture</th>
|
|
417
|
-
<th>Action</th>
|
|
418
|
-
</tr>
|
|
419
|
-
</thead>
|
|
420
|
-
<tbody>
|
|
421
|
-
<tr>
|
|
422
|
-
<td>Checkbox</td>
|
|
423
|
-
<td><kbd>Tap</kbd></td>
|
|
424
|
-
<td> Select/unselect the checkbox</td>
|
|
425
|
-
</tr>
|
|
426
|
-
<tr>
|
|
427
|
-
<td>Checkbox's Label</td>
|
|
428
|
-
<td><kbd>Tap</kbd></td>
|
|
429
|
-
<td> Select/unselect the corresponding checkbox</td>
|
|
430
|
-
</tr>
|
|
431
|
-
</tbody>
|
|
432
|
-
</table>
|
|
433
|
-
|
|
434
|
-
<h3 id="keyboard-section">
|
|
435
|
-
Keyboard End User Information
|
|
436
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#keyboard-section"></a>
|
|
437
|
-
</h3>
|
|
438
|
-
|
|
439
|
-
<table class="keyboard-table">
|
|
440
|
-
<thead>
|
|
441
|
-
<tr>
|
|
442
|
-
<th>Target</th>
|
|
443
|
-
<th>Key</th>
|
|
444
|
-
<th>Action</th>
|
|
445
|
-
</tr>
|
|
446
|
-
</thead>
|
|
447
|
-
<tbody>
|
|
448
|
-
<tr>
|
|
449
|
-
<td>Checkbox</td>
|
|
450
|
-
<td><kbd>Tab In</kbd></td>
|
|
451
|
-
<td>Set focus on the checkbox.
|
|
452
|
-
Disabled checkboxes are not focusable.</td>
|
|
453
|
-
</tr>
|
|
454
|
-
<tr>
|
|
455
|
-
<td>Checkbox</td>
|
|
456
|
-
<td><kbd>Space</kbd></td>
|
|
457
|
-
<td>Toggles the checkbox; If the checkbox is unselected, it will select it and vice versa.</td>
|
|
458
|
-
</tr>
|
|
459
|
-
<tr>
|
|
460
|
-
<td>Checkbox</td>
|
|
461
|
-
<td><kbd>Tab</kbd></td>
|
|
462
|
-
<td>Focus goes to the next focusable item after the oj-c-checkbox or help icon if present.</td>
|
|
463
|
-
</tr>
|
|
464
|
-
<tr>
|
|
465
|
-
<td>Checkbox</td>
|
|
466
|
-
<td><kbd>Shift+Tab</kbd></td>
|
|
467
|
-
<td>Sets focus to the previous focusable item before the oj-c-checkbox.</td>
|
|
468
|
-
</tr>
|
|
469
|
-
</tbody>
|
|
470
|
-
</table>
|
|
471
|
-
|
|
472
|
-
<h3 id="a11y-section">
|
|
473
|
-
Accessibility
|
|
474
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#a11y-section"></a>
|
|
475
|
-
</h3>
|
|
476
|
-
|
|
477
|
-
<p>Text as a label is required in the default slot to associate with the checkbox element</p></p>
|
|
478
|
-
</div>
|
|
479
|
-
</br>
|
|
480
|
-
|
|
481
|
-
</header>
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
<article>
|
|
485
|
-
<div class="container-overview">
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
<div class="usage-section">
|
|
489
|
-
<h3 id="usage-section">Usage<a class="bookmarkable-link" title="Bookmarkable Link" href="#usage-section"></a></h3>
|
|
490
|
-
|
|
491
|
-
<dt class="null" style="margin-right: 100px;"><h5><span>Signature: </span><p> <span class="name type-signature">interface CCheckboxElement</span></p></h5></dt>
|
|
492
|
-
|
|
493
|
-
<dl>
|
|
494
|
-
<dt><h5>Typescript Import Format</h5></dt>
|
|
495
|
-
<dd><pre class="prettyprint"><code>//To typecheck the element APIs, import as below.<br>import {CCheckboxElement} from "oj-c/checkbox";<br><br>//For the transpiled javascript to load the element's module, import as below<br>import "oj-c/checkbox";</code></pre></dd>
|
|
496
|
-
</dl>
|
|
497
|
-
|
|
498
|
-
<p>For additional information visit:</p>
|
|
499
|
-
<ul>
|
|
500
|
-
|
|
501
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview" target="_blank">Using JET Custom Elements</a></li>
|
|
502
|
-
|
|
503
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=typescriptoverview" target="_blank">Using JET with TypeScript</a></li>
|
|
504
|
-
<li><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=moduleloadingoverview" target="_blank">JET Module Loading</a></li>
|
|
505
|
-
</ul>
|
|
506
|
-
|
|
507
|
-
<p class="important">Note: Application logic should not interact with the component's properties or invoke its methods
|
|
508
|
-
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>
|
|
509
|
-
|
|
510
|
-
</div>
|
|
511
|
-
<br>
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
<dl class="details">
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
</dl>
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
</div>
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
<h3 id="slots-section" class="subsection-title">
|
|
568
|
-
Slots
|
|
569
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#slots-section"></a>
|
|
570
|
-
</h3>
|
|
571
|
-
|
|
572
|
-
<p>JET components that allow child content support slots.
|
|
573
|
-
Please see the <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-slots-section " target="_blank">slots section</a>
|
|
574
|
-
of the JET component overview doc for more information on allowed slot content and slot types.</p>
|
|
575
|
-
|
|
576
|
-
<dl>
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
<dt class="">
|
|
580
|
-
|
|
581
|
-
<h4 id="Default" class="name">
|
|
582
|
-
|
|
583
|
-
<span class="type-signature"></span>Default<span class="type-signature"></span>
|
|
584
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#Default"></a>
|
|
585
|
-
|
|
586
|
-
</h4>
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
</dt>
|
|
590
|
-
|
|
591
|
-
<dd class="">
|
|
592
|
-
|
|
593
|
-
<div class="description">
|
|
594
|
-
The default slot is the content associated with the checkbox. This can be a label or a block of text.
|
|
595
|
-
</div>
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
<dl class="details">
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
</dl>
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
</dd>
|
|
635
|
-
|
|
636
|
-
</dl>
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
<h3 id="members-section" class="subsection-title">
|
|
640
|
-
Attributes
|
|
641
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#members-section"></a>
|
|
642
|
-
</h3>
|
|
643
|
-
|
|
644
|
-
<dl>
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
<dt class="">
|
|
648
|
-
|
|
649
|
-
<h4 id="columnSpan" class="name">
|
|
650
|
-
|
|
651
|
-
<span class="type-signature"></span>column-span<span class="type-signature"> :number</span>
|
|
652
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#columnSpan"></a>
|
|
653
|
-
|
|
654
|
-
</h4>
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
</dt>
|
|
658
|
-
|
|
659
|
-
<dd class="">
|
|
660
|
-
|
|
661
|
-
<div class="description">
|
|
662
|
-
Specifies how many columns this component should span.
|
|
663
|
-
This only takes effect when this component is a child of a form layout
|
|
664
|
-
that has direction 'row'.
|
|
665
|
-
</div>
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
<dl class="details">
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
<dt class="tag-default">Default Value:</dt>
|
|
677
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">1</code></li></ul></dd>
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
</dl>
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
<h5>Names</h5>
|
|
708
|
-
<table class="keyboard-table">
|
|
709
|
-
<thead>
|
|
710
|
-
<tr>
|
|
711
|
-
<th>Item</th>
|
|
712
|
-
<th>Name</th>
|
|
713
|
-
</tr>
|
|
714
|
-
</thead>
|
|
715
|
-
<tbody>
|
|
716
|
-
<tr>
|
|
717
|
-
<td>Property</td>
|
|
718
|
-
<td><code class="prettyprint">columnSpan</code></td>
|
|
719
|
-
</tr>
|
|
720
|
-
|
|
721
|
-
<tr>
|
|
722
|
-
<td>Property change event</td>
|
|
723
|
-
<td><code class="prettyprint">columnSpanChanged</code></td>
|
|
724
|
-
</tr>
|
|
725
|
-
<tr>
|
|
726
|
-
<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>
|
|
727
|
-
<td><code class="pretty-print-noprettify">on-column-span-changed</code></td>
|
|
728
|
-
</tr>
|
|
729
|
-
|
|
730
|
-
</tbody>
|
|
731
|
-
</table>
|
|
732
|
-
|
|
733
|
-
</dd>
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
<dt class="">
|
|
737
|
-
|
|
738
|
-
<h4 id="containerReadonly" class="name">
|
|
739
|
-
|
|
740
|
-
<span class="type-signature"></span>container-readonly<span class="type-signature"> :boolean</span>
|
|
741
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#containerReadonly"></a>
|
|
742
|
-
|
|
743
|
-
</h4>
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
</dt>
|
|
747
|
-
|
|
748
|
-
<dd class="">
|
|
749
|
-
|
|
750
|
-
<div class="description">
|
|
751
|
-
Specifies whether an ancestor container, like oj-c-form-layout, is readonly.
|
|
752
|
-
This affects whether a readonly component renders in full or mixed readonly mode.
|
|
753
|
-
</div>
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
<dl class="details">
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
</dl>
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
<h5>Names</h5>
|
|
793
|
-
<table class="keyboard-table">
|
|
794
|
-
<thead>
|
|
795
|
-
<tr>
|
|
796
|
-
<th>Item</th>
|
|
797
|
-
<th>Name</th>
|
|
798
|
-
</tr>
|
|
799
|
-
</thead>
|
|
800
|
-
<tbody>
|
|
801
|
-
<tr>
|
|
802
|
-
<td>Property</td>
|
|
803
|
-
<td><code class="prettyprint">containerReadonly</code></td>
|
|
804
|
-
</tr>
|
|
805
|
-
|
|
806
|
-
<tr>
|
|
807
|
-
<td>Property change event</td>
|
|
808
|
-
<td><code class="prettyprint">containerReadonlyChanged</code></td>
|
|
809
|
-
</tr>
|
|
810
|
-
<tr>
|
|
811
|
-
<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>
|
|
812
|
-
<td><code class="pretty-print-noprettify">on-container-readonly-changed</code></td>
|
|
813
|
-
</tr>
|
|
814
|
-
|
|
815
|
-
</tbody>
|
|
816
|
-
</table>
|
|
817
|
-
|
|
818
|
-
</dd>
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
<dt class="">
|
|
822
|
-
|
|
823
|
-
<h4 id="disabled" class="name">
|
|
824
|
-
|
|
825
|
-
<span class="type-signature"></span>disabled<span class="type-signature"> :boolean</span>
|
|
826
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#disabled"></a>
|
|
827
|
-
|
|
828
|
-
</h4>
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
</dt>
|
|
832
|
-
|
|
833
|
-
<dd class="">
|
|
834
|
-
|
|
835
|
-
<div class="description">
|
|
836
|
-
Whether the component is disabled. The default is false.
|
|
837
|
-
|
|
838
|
-
<p>
|
|
839
|
-
When the <code class="prettyprint">disabled</code> property changes due to programmatic
|
|
840
|
-
intervention, the component may clear messages and run validation in some cases. </br>
|
|
841
|
-
<ul>
|
|
842
|
-
<li>when a required component is initialized as disabled
|
|
843
|
-
<code class="prettyprint">value="{{currentValue}}" required disabled</code>,
|
|
844
|
-
deferred validation is skipped.</li>
|
|
845
|
-
<li>when a disabled component is enabled,
|
|
846
|
-
<ul>
|
|
847
|
-
<li>if component is invalid and showing messages then all component messages are cleared,
|
|
848
|
-
and full validation run using the display value.
|
|
849
|
-
<ul>
|
|
850
|
-
<li>if there are validation errors, they are shown.</li>
|
|
851
|
-
<li>if no errors result from the validation, the <code class="prettyprint">value</code>
|
|
852
|
-
property is updated. Page authors can listen to the <code class="prettyprint">valueChanged</code>
|
|
853
|
-
event to clear custom errors.</li>
|
|
854
|
-
</ul>
|
|
855
|
-
</li>
|
|
856
|
-
|
|
857
|
-
<li>if component is valid and has no errors then deferred validation is run.
|
|
858
|
-
<ul>
|
|
859
|
-
<li>if there is a deferred validation error, then the valid property is updated. </li>
|
|
860
|
-
</ul>
|
|
861
|
-
</li>
|
|
862
|
-
<li>if component is invalid and deferred errors then component messages are cleared and
|
|
863
|
-
deferred validation re-run.
|
|
864
|
-
<ul>
|
|
865
|
-
<li>if there is a deferred validation error, then the valid property is updated.</li>
|
|
866
|
-
</ul>
|
|
867
|
-
</li>
|
|
868
|
-
</ul>
|
|
869
|
-
</li>
|
|
870
|
-
<li>when enabled component is disabled then no validation is run and the component appears
|
|
871
|
-
disabled.</li>
|
|
872
|
-
</ul>
|
|
873
|
-
</p>
|
|
874
|
-
</div>
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
<dl class="details">
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
<dt class="tag-default">Default Value:</dt>
|
|
886
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
</dl>
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
<h5>Names</h5>
|
|
917
|
-
<table class="keyboard-table">
|
|
918
|
-
<thead>
|
|
919
|
-
<tr>
|
|
920
|
-
<th>Item</th>
|
|
921
|
-
<th>Name</th>
|
|
922
|
-
</tr>
|
|
923
|
-
</thead>
|
|
924
|
-
<tbody>
|
|
925
|
-
<tr>
|
|
926
|
-
<td>Property</td>
|
|
927
|
-
<td><code class="prettyprint">disabled</code></td>
|
|
928
|
-
</tr>
|
|
929
|
-
|
|
930
|
-
<tr>
|
|
931
|
-
<td>Property change event</td>
|
|
932
|
-
<td><code class="prettyprint">disabledChanged</code></td>
|
|
933
|
-
</tr>
|
|
934
|
-
<tr>
|
|
935
|
-
<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>
|
|
936
|
-
<td><code class="pretty-print-noprettify">on-disabled-changed</code></td>
|
|
937
|
-
</tr>
|
|
938
|
-
|
|
939
|
-
</tbody>
|
|
940
|
-
</table>
|
|
941
|
-
|
|
942
|
-
</dd>
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
<dt class="">
|
|
946
|
-
|
|
947
|
-
<h4 id="displayOptions" class="name">
|
|
948
|
-
|
|
949
|
-
<span class="type-signature"></span>display-options<span class="type-signature"> :{ messages: DisplayOptions['messages']; }</span>
|
|
950
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#displayOptions"></a>
|
|
951
|
-
|
|
952
|
-
</h4>
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
</dt>
|
|
956
|
-
|
|
957
|
-
<dd class="">
|
|
958
|
-
|
|
959
|
-
<div class="description">
|
|
960
|
-
Display options for auxiliary content that describes whether or not it should be displayed.
|
|
961
|
-
</div>
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
<dl class="details">
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
</dl>
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
<h5>Names</h5>
|
|
1001
|
-
<table class="keyboard-table">
|
|
1002
|
-
<thead>
|
|
1003
|
-
<tr>
|
|
1004
|
-
<th>Item</th>
|
|
1005
|
-
<th>Name</th>
|
|
1006
|
-
</tr>
|
|
1007
|
-
</thead>
|
|
1008
|
-
<tbody>
|
|
1009
|
-
<tr>
|
|
1010
|
-
<td>Property</td>
|
|
1011
|
-
<td><code class="prettyprint">displayOptions</code></td>
|
|
1012
|
-
</tr>
|
|
1013
|
-
|
|
1014
|
-
<tr>
|
|
1015
|
-
<td>Property change event</td>
|
|
1016
|
-
<td><code class="prettyprint">displayOptionsChanged</code></td>
|
|
1017
|
-
</tr>
|
|
1018
|
-
<tr>
|
|
1019
|
-
<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>
|
|
1020
|
-
<td><code class="pretty-print-noprettify">on-display-options-changed</code></td>
|
|
1021
|
-
</tr>
|
|
1022
|
-
|
|
1023
|
-
</tbody>
|
|
1024
|
-
</table>
|
|
1025
|
-
|
|
1026
|
-
</dd>
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
<dt class="">
|
|
1030
|
-
|
|
1031
|
-
<h4 id="displayOptions.messages" class="name">
|
|
1032
|
-
|
|
1033
|
-
<span class="type-signature"></span>display-options.messages<span class="type-signature"> :"none"|"display"</span>
|
|
1034
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#displayOptions.messages"></a>
|
|
1035
|
-
|
|
1036
|
-
</h4>
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
</dt>
|
|
1040
|
-
|
|
1041
|
-
<dd class="">
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
<dl class="details">
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1053
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"display"</code></li></ul></dd>
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
</dl>
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
<h5>Names</h5>
|
|
1084
|
-
<table class="keyboard-table">
|
|
1085
|
-
<thead>
|
|
1086
|
-
<tr>
|
|
1087
|
-
<th>Item</th>
|
|
1088
|
-
<th>Name</th>
|
|
1089
|
-
</tr>
|
|
1090
|
-
</thead>
|
|
1091
|
-
<tbody>
|
|
1092
|
-
<tr>
|
|
1093
|
-
<td>Property</td>
|
|
1094
|
-
<td><code class="prettyprint">displayOptions.messages</code></td>
|
|
1095
|
-
</tr>
|
|
1096
|
-
|
|
1097
|
-
</tbody>
|
|
1098
|
-
</table>
|
|
1099
|
-
|
|
1100
|
-
</dd>
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
<dt class="">
|
|
1104
|
-
|
|
1105
|
-
<h4 id="help" class="name">
|
|
1106
|
-
|
|
1107
|
-
<span class="type-signature"></span>help<span class="type-signature"> :<a href="oj-c.Checkbox.html#Help">oj-c.Checkbox.Help</a></span>
|
|
1108
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#help"></a>
|
|
1109
|
-
|
|
1110
|
-
</h4>
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
</dt>
|
|
1114
|
-
|
|
1115
|
-
<dd class="">
|
|
1116
|
-
|
|
1117
|
-
<div class="description">
|
|
1118
|
-
Form component help information.
|
|
1119
|
-
</div>
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
<dl class="details">
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
</dl>
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
<h5>Names</h5>
|
|
1159
|
-
<table class="keyboard-table">
|
|
1160
|
-
<thead>
|
|
1161
|
-
<tr>
|
|
1162
|
-
<th>Item</th>
|
|
1163
|
-
<th>Name</th>
|
|
1164
|
-
</tr>
|
|
1165
|
-
</thead>
|
|
1166
|
-
<tbody>
|
|
1167
|
-
<tr>
|
|
1168
|
-
<td>Property</td>
|
|
1169
|
-
<td><code class="prettyprint">help</code></td>
|
|
1170
|
-
</tr>
|
|
1171
|
-
|
|
1172
|
-
<tr>
|
|
1173
|
-
<td>Property change event</td>
|
|
1174
|
-
<td><code class="prettyprint">helpChanged</code></td>
|
|
1175
|
-
</tr>
|
|
1176
|
-
<tr>
|
|
1177
|
-
<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>
|
|
1178
|
-
<td><code class="pretty-print-noprettify">on-help-changed</code></td>
|
|
1179
|
-
</tr>
|
|
1180
|
-
|
|
1181
|
-
</tbody>
|
|
1182
|
-
</table>
|
|
1183
|
-
|
|
1184
|
-
</dd>
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
<dt class="">
|
|
1188
|
-
|
|
1189
|
-
<h4 id="helpHints" class="name">
|
|
1190
|
-
|
|
1191
|
-
<span class="type-signature"></span>help-hints<span class="type-signature"> :<a href="oj-c.Checkbox.html#HelpHints">oj-c.Checkbox.HelpHints</a></span>
|
|
1192
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#helpHints"></a>
|
|
1193
|
-
|
|
1194
|
-
</h4>
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
</dt>
|
|
1198
|
-
|
|
1199
|
-
<dd class="">
|
|
1200
|
-
|
|
1201
|
-
<div class="description">
|
|
1202
|
-
The helpHints object contains a definition property, sourceText property, and a source property.
|
|
1203
|
-
</div>
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
<dl class="details">
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
</dl>
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
<h5>Names</h5>
|
|
1243
|
-
<table class="keyboard-table">
|
|
1244
|
-
<thead>
|
|
1245
|
-
<tr>
|
|
1246
|
-
<th>Item</th>
|
|
1247
|
-
<th>Name</th>
|
|
1248
|
-
</tr>
|
|
1249
|
-
</thead>
|
|
1250
|
-
<tbody>
|
|
1251
|
-
<tr>
|
|
1252
|
-
<td>Property</td>
|
|
1253
|
-
<td><code class="prettyprint">helpHints</code></td>
|
|
1254
|
-
</tr>
|
|
1255
|
-
|
|
1256
|
-
<tr>
|
|
1257
|
-
<td>Property change event</td>
|
|
1258
|
-
<td><code class="prettyprint">helpHintsChanged</code></td>
|
|
1259
|
-
</tr>
|
|
1260
|
-
<tr>
|
|
1261
|
-
<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>
|
|
1262
|
-
<td><code class="pretty-print-noprettify">on-help-hints-changed</code></td>
|
|
1263
|
-
</tr>
|
|
1264
|
-
|
|
1265
|
-
</tbody>
|
|
1266
|
-
</table>
|
|
1267
|
-
|
|
1268
|
-
</dd>
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
<dt class="">
|
|
1272
|
-
|
|
1273
|
-
<h4 id="messagesCustom" class="name">
|
|
1274
|
-
|
|
1275
|
-
<span class="type-signature"></span>messages-custom<span class="type-signature"> :Array.<<a href="oj-c.Checkbox.html#ComponentMessageItem">oj-c.Checkbox.ComponentMessageItem</a>></span>
|
|
1276
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#messagesCustom"></a>
|
|
1277
|
-
|
|
1278
|
-
</h4>
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
</dt>
|
|
1282
|
-
|
|
1283
|
-
<dd class="">
|
|
1284
|
-
|
|
1285
|
-
<div class="description">
|
|
1286
|
-
List of messages an app would add to the component when it has business/custom validation
|
|
1287
|
-
errors that it wants the component to show. This allows the app to perform further validation
|
|
1288
|
-
before sending data to the server. When this option is set the message shows to the
|
|
1289
|
-
user right away. To clear the custom message, set <code class="prettyprint">messagesCustom</code>
|
|
1290
|
-
back to an empty array.<br/>
|
|
1291
|
-
<p>
|
|
1292
|
-
See the <a href="#validation-section">Validation and Messages</a> section
|
|
1293
|
-
for details on when the component clears <code class="prettyprint">messagesCustom</code>;
|
|
1294
|
-
for example, when full validation is run.
|
|
1295
|
-
</p>
|
|
1296
|
-
</div>
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
<dl class="details">
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1308
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">[]</code></li></ul></dd>
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
<dt class="tag-default">Supports writeback:</dt>
|
|
1313
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
</dl>
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
<h5>Names</h5>
|
|
1342
|
-
<table class="keyboard-table">
|
|
1343
|
-
<thead>
|
|
1344
|
-
<tr>
|
|
1345
|
-
<th>Item</th>
|
|
1346
|
-
<th>Name</th>
|
|
1347
|
-
</tr>
|
|
1348
|
-
</thead>
|
|
1349
|
-
<tbody>
|
|
1350
|
-
<tr>
|
|
1351
|
-
<td>Property</td>
|
|
1352
|
-
<td><code class="prettyprint">messagesCustom</code></td>
|
|
1353
|
-
</tr>
|
|
1354
|
-
|
|
1355
|
-
<tr>
|
|
1356
|
-
<td>Property change event</td>
|
|
1357
|
-
<td><code class="prettyprint">messagesCustomChanged</code></td>
|
|
1358
|
-
</tr>
|
|
1359
|
-
<tr>
|
|
1360
|
-
<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>
|
|
1361
|
-
<td><code class="pretty-print-noprettify">on-messages-custom-changed</code></td>
|
|
1362
|
-
</tr>
|
|
1363
|
-
|
|
1364
|
-
</tbody>
|
|
1365
|
-
</table>
|
|
1366
|
-
|
|
1367
|
-
</dd>
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
<dt class="">
|
|
1371
|
-
|
|
1372
|
-
<h4 id="readonly" class="name">
|
|
1373
|
-
|
|
1374
|
-
<span class="type-signature"></span>readonly<span class="type-signature"> :boolean</span>
|
|
1375
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#readonly"></a>
|
|
1376
|
-
|
|
1377
|
-
</h4>
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
</dt>
|
|
1381
|
-
|
|
1382
|
-
<dd class="">
|
|
1383
|
-
|
|
1384
|
-
<div class="description">
|
|
1385
|
-
Whether the component is readonly. The readonly property sets or returns whether an element
|
|
1386
|
-
is readonly, or not. A readonly element cannot be modified. However, a user can tab to it,
|
|
1387
|
-
highlight it, focus on it, and copy the text from it. If you want to prevent the user from
|
|
1388
|
-
interacting with the element, use the disabled property instead.
|
|
1389
|
-
</div>
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
<dl class="details">
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1401
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
</dl>
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
<h5>Names</h5>
|
|
1432
|
-
<table class="keyboard-table">
|
|
1433
|
-
<thead>
|
|
1434
|
-
<tr>
|
|
1435
|
-
<th>Item</th>
|
|
1436
|
-
<th>Name</th>
|
|
1437
|
-
</tr>
|
|
1438
|
-
</thead>
|
|
1439
|
-
<tbody>
|
|
1440
|
-
<tr>
|
|
1441
|
-
<td>Property</td>
|
|
1442
|
-
<td><code class="prettyprint">readonly</code></td>
|
|
1443
|
-
</tr>
|
|
1444
|
-
|
|
1445
|
-
<tr>
|
|
1446
|
-
<td>Property change event</td>
|
|
1447
|
-
<td><code class="prettyprint">readonlyChanged</code></td>
|
|
1448
|
-
</tr>
|
|
1449
|
-
<tr>
|
|
1450
|
-
<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>
|
|
1451
|
-
<td><code class="pretty-print-noprettify">on-readonly-changed</code></td>
|
|
1452
|
-
</tr>
|
|
1453
|
-
|
|
1454
|
-
</tbody>
|
|
1455
|
-
</table>
|
|
1456
|
-
|
|
1457
|
-
</dd>
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
<dt class="">
|
|
1461
|
-
|
|
1462
|
-
<h4 id="required" class="name">
|
|
1463
|
-
|
|
1464
|
-
<span class="type-signature"></span>required<span class="type-signature"> :boolean</span>
|
|
1465
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#required"></a>
|
|
1466
|
-
|
|
1467
|
-
</h4>
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
</dt>
|
|
1471
|
-
|
|
1472
|
-
<dd class="">
|
|
1473
|
-
|
|
1474
|
-
<div class="description">
|
|
1475
|
-
<p>
|
|
1476
|
-
This property set to <code class="prettyprint">false</code> implies that a value is not required to be provided by the user.
|
|
1477
|
-
This is the default.
|
|
1478
|
-
This property set to <code class="prettyprint">true</code> implies that a value is required to be provided by the user.
|
|
1479
|
-
</p>
|
|
1480
|
-
<p>
|
|
1481
|
-
In the Redwood theme, by default, a Required text is rendered inline when the field is empty.
|
|
1482
|
-
</p>
|
|
1483
|
-
<p>The Required error text is based on Redwood UX designs, and it is not recommended that
|
|
1484
|
-
it be changed.
|
|
1485
|
-
To override the required error message,
|
|
1486
|
-
use the <code class="prettyprint">required-message-detail</code> attribute.
|
|
1487
|
-
The component's label text is passed in as a token {label} and can be used in the message detail.
|
|
1488
|
-
</p>
|
|
1489
|
-
<p>When required is set to true, an implicit
|
|
1490
|
-
required validator is created, i.e.,
|
|
1491
|
-
<code class="prettyprint">new RequiredValidator()</code>. The required validator is the only
|
|
1492
|
-
validator to run during initial render, and its error is not shown to the user at this time;
|
|
1493
|
-
this is called deferred validation. The required validator also runs during normal validation;
|
|
1494
|
-
this is when the errors are shown to the user.
|
|
1495
|
-
See the <a href="#validation-section">Validation and Messaging</a> section for details.
|
|
1496
|
-
</p>
|
|
1497
|
-
<p>
|
|
1498
|
-
When the <code class="prettyprint">required</code> property changes due to programmatic intervention,
|
|
1499
|
-
the component may clear component messages and run validation, based on the current state it's in. </br>
|
|
1500
|
-
|
|
1501
|
-
<h4>Running Validation when required property changes</h4>
|
|
1502
|
-
<ul>
|
|
1503
|
-
<li>if component is valid when required is set to true, then it runs deferred validation on
|
|
1504
|
-
the value property. If the field is empty, the valid state is invalidHidden. No errors are
|
|
1505
|
-
shown to the user.
|
|
1506
|
-
</li>
|
|
1507
|
-
<li>if component is valid when required is set from true to false, then no validation is run.
|
|
1508
|
-
</li>
|
|
1509
|
-
<li>if component is invalid and has deferred messages (invalidHidden) when required is set to false, then
|
|
1510
|
-
component messages are cleared (messages-custom messages are not cleared)
|
|
1511
|
-
but no deferred validation is run because required is false.
|
|
1512
|
-
</li>
|
|
1513
|
-
<li>if component is invalid and currently showing invalid messages (invalidShown) when required is changed
|
|
1514
|
-
to either true or false, then
|
|
1515
|
-
component messages are cleared and normal validation is run using the current display value.
|
|
1516
|
-
<ul>
|
|
1517
|
-
<li>if there are validation errors, then <code class="prettyprint">value</code>
|
|
1518
|
-
property is not updated and the error is shown.
|
|
1519
|
-
</li>
|
|
1520
|
-
<li>if no errors result from the validation, the <code class="prettyprint">value</code>
|
|
1521
|
-
property is updated; page author can listen to the <code class="prettyprint">valueChanged</code>
|
|
1522
|
-
event on the component to clear custom errors.</li>
|
|
1523
|
-
</ul>
|
|
1524
|
-
</li>
|
|
1525
|
-
</ul>
|
|
1526
|
-
|
|
1527
|
-
<h4>Clearing Messages when required property changes</h4>
|
|
1528
|
-
<ul>
|
|
1529
|
-
<li>Only messages created by the component, like validation messages, are cleared when the required property changes.</li>
|
|
1530
|
-
<li><code class="prettyprint">messagesCustom</code> property is not cleared.</li>
|
|
1531
|
-
</ul>
|
|
1532
|
-
|
|
1533
|
-
</p>
|
|
1534
|
-
</div>
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
<dl class="details">
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1546
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
</dl>
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
<h5>Names</h5>
|
|
1577
|
-
<table class="keyboard-table">
|
|
1578
|
-
<thead>
|
|
1579
|
-
<tr>
|
|
1580
|
-
<th>Item</th>
|
|
1581
|
-
<th>Name</th>
|
|
1582
|
-
</tr>
|
|
1583
|
-
</thead>
|
|
1584
|
-
<tbody>
|
|
1585
|
-
<tr>
|
|
1586
|
-
<td>Property</td>
|
|
1587
|
-
<td><code class="prettyprint">required</code></td>
|
|
1588
|
-
</tr>
|
|
1589
|
-
|
|
1590
|
-
<tr>
|
|
1591
|
-
<td>Property change event</td>
|
|
1592
|
-
<td><code class="prettyprint">requiredChanged</code></td>
|
|
1593
|
-
</tr>
|
|
1594
|
-
<tr>
|
|
1595
|
-
<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>
|
|
1596
|
-
<td><code class="pretty-print-noprettify">on-required-changed</code></td>
|
|
1597
|
-
</tr>
|
|
1598
|
-
|
|
1599
|
-
</tbody>
|
|
1600
|
-
</table>
|
|
1601
|
-
|
|
1602
|
-
</dd>
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
<dt class="">
|
|
1606
|
-
|
|
1607
|
-
<h4 id="requiredMessageDetail" class="name">
|
|
1608
|
-
|
|
1609
|
-
<span class="type-signature"></span>required-message-detail<span class="type-signature"> :string</span>
|
|
1610
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#requiredMessageDetail"></a>
|
|
1611
|
-
|
|
1612
|
-
</h4>
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
</dt>
|
|
1616
|
-
|
|
1617
|
-
<dd class="">
|
|
1618
|
-
|
|
1619
|
-
<div class="description">
|
|
1620
|
-
<p>
|
|
1621
|
-
The component-specific message detail when the required validation fails.
|
|
1622
|
-
If the component needs a required validation error message that is different from the default,
|
|
1623
|
-
set this property. It should be a translated string.
|
|
1624
|
-
</p>
|
|
1625
|
-
</div>
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
<dl class="details">
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
</dl>
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
<h5>Names</h5>
|
|
1665
|
-
<table class="keyboard-table">
|
|
1666
|
-
<thead>
|
|
1667
|
-
<tr>
|
|
1668
|
-
<th>Item</th>
|
|
1669
|
-
<th>Name</th>
|
|
1670
|
-
</tr>
|
|
1671
|
-
</thead>
|
|
1672
|
-
<tbody>
|
|
1673
|
-
<tr>
|
|
1674
|
-
<td>Property</td>
|
|
1675
|
-
<td><code class="prettyprint">requiredMessageDetail</code></td>
|
|
1676
|
-
</tr>
|
|
1677
|
-
|
|
1678
|
-
<tr>
|
|
1679
|
-
<td>Property change event</td>
|
|
1680
|
-
<td><code class="prettyprint">requiredMessageDetailChanged</code></td>
|
|
1681
|
-
</tr>
|
|
1682
|
-
<tr>
|
|
1683
|
-
<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>
|
|
1684
|
-
<td><code class="pretty-print-noprettify">on-required-message-detail-changed</code></td>
|
|
1685
|
-
</tr>
|
|
1686
|
-
|
|
1687
|
-
</tbody>
|
|
1688
|
-
</table>
|
|
1689
|
-
|
|
1690
|
-
</dd>
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
<dt class="">
|
|
1694
|
-
|
|
1695
|
-
<h4 id="userAssistanceDensity" class="name">
|
|
1696
|
-
|
|
1697
|
-
<span class="type-signature"></span>user-assistance-density<span class="type-signature"> :"reflow"|"efficient"|"compact"</span>
|
|
1698
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#userAssistanceDensity"></a>
|
|
1699
|
-
|
|
1700
|
-
</h4>
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
</dt>
|
|
1704
|
-
|
|
1705
|
-
<dd class="">
|
|
1706
|
-
|
|
1707
|
-
<div class="description">
|
|
1708
|
-
Specifies the density of the form component's user assistance presentation. It can be shown inline with
|
|
1709
|
-
reserved rows to prevent reflow if a user assistance text shows up, inline without reserved rows that would
|
|
1710
|
-
reflow if a user assistance text shows up, or it can be shown compactly in a popup instead.
|
|
1711
|
-
</div>
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
<dl class="details">
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
<h5 class="subsection-title">Supported Values:</h5>
|
|
1722
|
-
|
|
1723
|
-
<dl>
|
|
1724
|
-
|
|
1725
|
-
<table class="props">
|
|
1726
|
-
<thead>
|
|
1727
|
-
<tr>
|
|
1728
|
-
|
|
1729
|
-
<th>Value</th>
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
<th class="last">Description</th>
|
|
1738
|
-
|
|
1739
|
-
</tr>
|
|
1740
|
-
</thead>
|
|
1741
|
-
|
|
1742
|
-
<tbody>
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
<tr>
|
|
1746
|
-
|
|
1747
|
-
<td class="name"><code>compact</code></td>
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
<td class="description last">Messages and required are shown inline under the field with reserved space. Help & hints will appear in a popup with a help icon.
|
|
1756
|
-
</td>
|
|
1757
|
-
|
|
1758
|
-
</tr>
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
<tr>
|
|
1763
|
-
|
|
1764
|
-
<td class="name"><code>efficient</code></td>
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
<td class="description last">Messages and required are shown inline under the field with reserved space. Help & hints will appear in a popup with a help icon.
|
|
1773
|
-
</td>
|
|
1774
|
-
|
|
1775
|
-
</tr>
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
<tr>
|
|
1780
|
-
|
|
1781
|
-
<td class="name"><code>reflow</code></td>
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
<td class="description last">Messages and required are shown inline under the field with no reserved space. Help & hints will appear in a popup with a help icon.
|
|
1790
|
-
</td>
|
|
1791
|
-
|
|
1792
|
-
</tr>
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
</tbody>
|
|
1796
|
-
</table></dl>
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
<dt class="tag-default">Default Value:</dt>
|
|
1802
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"reflow"</code></li></ul></dd>
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
</dl>
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
<h5>Names</h5>
|
|
1833
|
-
<table class="keyboard-table">
|
|
1834
|
-
<thead>
|
|
1835
|
-
<tr>
|
|
1836
|
-
<th>Item</th>
|
|
1837
|
-
<th>Name</th>
|
|
1838
|
-
</tr>
|
|
1839
|
-
</thead>
|
|
1840
|
-
<tbody>
|
|
1841
|
-
<tr>
|
|
1842
|
-
<td>Property</td>
|
|
1843
|
-
<td><code class="prettyprint">userAssistanceDensity</code></td>
|
|
1844
|
-
</tr>
|
|
1845
|
-
|
|
1846
|
-
<tr>
|
|
1847
|
-
<td>Property change event</td>
|
|
1848
|
-
<td><code class="prettyprint">userAssistanceDensityChanged</code></td>
|
|
1849
|
-
</tr>
|
|
1850
|
-
<tr>
|
|
1851
|
-
<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>
|
|
1852
|
-
<td><code class="pretty-print-noprettify">on-user-assistance-density-changed</code></td>
|
|
1853
|
-
</tr>
|
|
1854
|
-
|
|
1855
|
-
</tbody>
|
|
1856
|
-
</table>
|
|
1857
|
-
|
|
1858
|
-
</dd>
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
<dt class="">
|
|
1862
|
-
|
|
1863
|
-
<h4 id="valid" class="name">
|
|
1864
|
-
|
|
1865
|
-
<span class="type-signature">(readonly) </span>valid<span class="type-signature"> :"valid"|"pending"|"invalidHidden"|"invalidShown"</span>
|
|
1866
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#valid"></a>
|
|
1867
|
-
|
|
1868
|
-
</h4>
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
</dt>
|
|
1872
|
-
|
|
1873
|
-
<dd class="">
|
|
1874
|
-
|
|
1875
|
-
<div class="description">
|
|
1876
|
-
<p>
|
|
1877
|
-
The current valid state of the component. It is evaluated on initial render.
|
|
1878
|
-
It is re-evaluated
|
|
1879
|
-
<ul>
|
|
1880
|
-
<li>when messagesCustom is updated,
|
|
1881
|
-
since messagesCustom can be added by the app developer any time.</li>
|
|
1882
|
-
<li>when showMessages() is called. Since showMessages() moves the
|
|
1883
|
-
hidden messages into messages shown,
|
|
1884
|
-
if the valid state was "invalidHidden" then it would become "invalidShown".</li>
|
|
1885
|
-
<li>when the required property has changed. If a component is empty and has required
|
|
1886
|
-
set, the valid state may be "invalidHidden" (if no invalid messages are being shown as well).
|
|
1887
|
-
If required property is removed, the valid state would change to "valid".</li>
|
|
1888
|
-
</ul>
|
|
1889
|
-
</p>
|
|
1890
|
-
<p>
|
|
1891
|
-
Note: New valid states may be added to the list of valid values in future releases.
|
|
1892
|
-
Any new values will start with "invalid"
|
|
1893
|
-
if it is an invalid state, "pending" if it is pending state,
|
|
1894
|
-
and "valid" if it is a valid state.
|
|
1895
|
-
</p>
|
|
1896
|
-
</div>
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
<dl class="details">
|
|
1902
|
-
|
|
1903
|
-
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
<h5 class="subsection-title">Supported Values:</h5>
|
|
1907
|
-
|
|
1908
|
-
<dl>
|
|
1909
|
-
|
|
1910
|
-
<table class="props">
|
|
1911
|
-
<thead>
|
|
1912
|
-
<tr>
|
|
1913
|
-
|
|
1914
|
-
<th>Value</th>
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
<th class="last">Description</th>
|
|
1923
|
-
|
|
1924
|
-
</tr>
|
|
1925
|
-
</thead>
|
|
1926
|
-
|
|
1927
|
-
<tbody>
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
<tr>
|
|
1931
|
-
|
|
1932
|
-
<td class="name"><code>invalidHidden</code></td>
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
<td class="description last">The component has invalid messages hidden and no invalid messages showing. An invalid message is one with severity 'error'.
|
|
1941
|
-
</td>
|
|
1942
|
-
|
|
1943
|
-
</tr>
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
<tr>
|
|
1948
|
-
|
|
1949
|
-
<td class="name"><code>invalidShown</code></td>
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
<td class="description last">The component has invalid messages showing. An invalid message is one with severity 'error'.
|
|
1958
|
-
</td>
|
|
1959
|
-
|
|
1960
|
-
</tr>
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
<tr>
|
|
1965
|
-
|
|
1966
|
-
<td class="name"><code>pending</code></td>
|
|
1967
|
-
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
<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.
|
|
1975
|
-
</td>
|
|
1976
|
-
|
|
1977
|
-
</tr>
|
|
1978
|
-
|
|
1979
|
-
|
|
1980
|
-
|
|
1981
|
-
<tr>
|
|
1982
|
-
|
|
1983
|
-
<td class="name"><code>valid</code></td>
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
<td class="description last">The component is valid
|
|
1992
|
-
</td>
|
|
1993
|
-
|
|
1994
|
-
</tr>
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
</tbody>
|
|
1998
|
-
</table></dl>
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
<dt class="tag-default">Supports writeback:</dt>
|
|
2006
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
</dl>
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
<h5>Names</h5>
|
|
2035
|
-
<table class="keyboard-table">
|
|
2036
|
-
<thead>
|
|
2037
|
-
<tr>
|
|
2038
|
-
<th>Item</th>
|
|
2039
|
-
<th>Name</th>
|
|
2040
|
-
</tr>
|
|
2041
|
-
</thead>
|
|
2042
|
-
<tbody>
|
|
2043
|
-
<tr>
|
|
2044
|
-
<td>Property</td>
|
|
2045
|
-
<td><code class="prettyprint">valid</code></td>
|
|
2046
|
-
</tr>
|
|
2047
|
-
|
|
2048
|
-
<tr>
|
|
2049
|
-
<td>Property change event</td>
|
|
2050
|
-
<td><code class="prettyprint">validChanged</code></td>
|
|
2051
|
-
</tr>
|
|
2052
|
-
<tr>
|
|
2053
|
-
<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>
|
|
2054
|
-
<td><code class="pretty-print-noprettify">on-valid-changed</code></td>
|
|
2055
|
-
</tr>
|
|
2056
|
-
|
|
2057
|
-
</tbody>
|
|
2058
|
-
</table>
|
|
2059
|
-
|
|
2060
|
-
</dd>
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
<dt class="">
|
|
2064
|
-
|
|
2065
|
-
<h4 id="value" class="name">
|
|
2066
|
-
|
|
2067
|
-
<span class="type-signature"></span>value<span class="type-signature"> :boolean</span>
|
|
2068
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#value"></a>
|
|
2069
|
-
|
|
2070
|
-
</h4>
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
</dt>
|
|
2074
|
-
|
|
2075
|
-
<dd class="">
|
|
2076
|
-
|
|
2077
|
-
<div class="description">
|
|
2078
|
-
The value of the component.
|
|
2079
|
-
|
|
2080
|
-
<p>
|
|
2081
|
-
When <code class="prettyprint">value</code> property changes due to programmatic
|
|
2082
|
-
intervention, the component always clears all messages
|
|
2083
|
-
including <code class="prettyprint">messagesCustom</code>, runs deferred validation, and
|
|
2084
|
-
always refreshes UI display value.
|
|
2085
|
-
</p>
|
|
2086
|
-
|
|
2087
|
-
<p>
|
|
2088
|
-
When the checkbox is cleared and the value is committed, the <code class="prettyprint">value</code>
|
|
2089
|
-
property is set to <code>false</code>.
|
|
2090
|
-
</p>
|
|
2091
|
-
|
|
2092
|
-
<h4>Running Validation</h4>
|
|
2093
|
-
<ul>
|
|
2094
|
-
<li>component always runs deferred validation; the
|
|
2095
|
-
<code class="prettyprint">valid</code> property is updated with the result.</li>
|
|
2096
|
-
</ul>
|
|
2097
|
-
</div>
|
|
2098
|
-
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
<dl class="details">
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
|
|
2106
|
-
|
|
2107
|
-
|
|
2108
|
-
<dt class="tag-default">Default Value:</dt>
|
|
2109
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2113
|
-
<dt class="tag-default">Supports writeback:</dt>
|
|
2114
|
-
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">true</code></li></ul></dd>
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
|
|
2128
|
-
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
</dl>
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2142
|
-
<h5>Names</h5>
|
|
2143
|
-
<table class="keyboard-table">
|
|
2144
|
-
<thead>
|
|
2145
|
-
<tr>
|
|
2146
|
-
<th>Item</th>
|
|
2147
|
-
<th>Name</th>
|
|
2148
|
-
</tr>
|
|
2149
|
-
</thead>
|
|
2150
|
-
<tbody>
|
|
2151
|
-
<tr>
|
|
2152
|
-
<td>Property</td>
|
|
2153
|
-
<td><code class="prettyprint">value</code></td>
|
|
2154
|
-
</tr>
|
|
2155
|
-
|
|
2156
|
-
<tr>
|
|
2157
|
-
<td>Property change event</td>
|
|
2158
|
-
<td><code class="prettyprint">valueChanged</code></td>
|
|
2159
|
-
</tr>
|
|
2160
|
-
<tr>
|
|
2161
|
-
<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>
|
|
2162
|
-
<td><code class="pretty-print-noprettify">on-value-changed</code></td>
|
|
2163
|
-
</tr>
|
|
2164
|
-
|
|
2165
|
-
</tbody>
|
|
2166
|
-
</table>
|
|
2167
|
-
|
|
2168
|
-
</dd>
|
|
2169
|
-
|
|
2170
|
-
</dl>
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
<h3 id="methods-section" class="subsection-title">
|
|
2174
|
-
Methods
|
|
2175
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#methods-section"></a>
|
|
2176
|
-
</h3>
|
|
2177
|
-
|
|
2178
|
-
<dl>
|
|
2179
|
-
|
|
2180
|
-
|
|
2181
|
-
<dt class="">
|
|
2182
|
-
|
|
2183
|
-
|
|
2184
|
-
|
|
2185
|
-
<h4 id="getProperty" class="name">
|
|
2186
|
-
|
|
2187
|
-
<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>
|
|
2188
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#getProperty"></a>
|
|
2189
|
-
|
|
2190
|
-
</h4>
|
|
2191
|
-
|
|
2192
|
-
|
|
2193
|
-
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
</dt>
|
|
2197
|
-
<dd class="">
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
<div class="description">
|
|
2201
|
-
Retrieves the value of a property or a subproperty.
|
|
2202
|
-
|
|
2203
|
-
</div>
|
|
2204
|
-
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
|
|
2215
|
-
<h5>Parameters:</h5>
|
|
2216
|
-
|
|
2217
|
-
|
|
2218
|
-
<table class="params">
|
|
2219
|
-
<thead>
|
|
2220
|
-
<tr>
|
|
2221
|
-
|
|
2222
|
-
<th>Name</th>
|
|
2223
|
-
|
|
2224
|
-
|
|
2225
|
-
<th>Type</th>
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2230
|
-
|
|
2231
|
-
<th class="last">Description</th>
|
|
2232
|
-
</tr>
|
|
2233
|
-
</thead>
|
|
2234
|
-
|
|
2235
|
-
<tbody>
|
|
2236
|
-
|
|
2237
|
-
|
|
2238
|
-
<tr>
|
|
2239
|
-
|
|
2240
|
-
<td class="name"><code>property</code></td>
|
|
2241
|
-
|
|
2242
|
-
|
|
2243
|
-
<td class="type">
|
|
2244
|
-
|
|
2245
|
-
</td>
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
<td class="description last">The property name to get. Supports dot notation for subproperty access.
|
|
2251
|
-
</td>
|
|
2252
|
-
</tr>
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
</tbody>
|
|
2256
|
-
</table>
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
<dl class="details">
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2271
|
-
|
|
2272
|
-
|
|
2273
|
-
|
|
2274
|
-
|
|
2275
|
-
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
-
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
|
|
2289
|
-
|
|
2290
|
-
</dl>
|
|
2291
|
-
|
|
2292
|
-
|
|
2293
|
-
|
|
2294
|
-
|
|
2295
|
-
|
|
2296
|
-
|
|
2297
|
-
|
|
2298
|
-
<h5>Returns:</h5>
|
|
2299
|
-
|
|
2300
|
-
|
|
2301
|
-
|
|
2302
|
-
|
|
2303
|
-
<dl>
|
|
2304
|
-
<dt>
|
|
2305
|
-
Type
|
|
2306
|
-
</dt>
|
|
2307
|
-
<dd>
|
|
2308
|
-
|
|
2309
|
-
<span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
|
|
2310
|
-
|
|
2311
|
-
|
|
2312
|
-
</dd>
|
|
2313
|
-
</dl>
|
|
2314
|
-
|
|
2315
|
-
|
|
2316
|
-
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
</dd>
|
|
2320
|
-
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
<dt class="">
|
|
2324
|
-
|
|
2325
|
-
|
|
2326
|
-
|
|
2327
|
-
<h4 id="reset" class="name">
|
|
2328
|
-
|
|
2329
|
-
<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>
|
|
2330
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#reset"></a>
|
|
2331
|
-
|
|
2332
|
-
</h4>
|
|
2333
|
-
|
|
2334
|
-
|
|
2335
|
-
|
|
2336
|
-
|
|
2337
|
-
|
|
2338
|
-
</dt>
|
|
2339
|
-
<dd class="">
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
<div class="description">
|
|
2343
|
-
Resets the component by clearing all messages and messagesCustom attribute
|
|
2344
|
-
and updates the component's display value using the attribute value.
|
|
2345
|
-
User entered value will be erased when this method is called.
|
|
2346
|
-
|
|
2347
|
-
</div>
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
<dl class="details">
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2367
|
-
|
|
2368
|
-
|
|
2369
|
-
|
|
2370
|
-
|
|
2371
|
-
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
</dl>
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2395
|
-
|
|
2396
|
-
|
|
2397
|
-
|
|
2398
|
-
|
|
2399
|
-
<h5>Returns:</h5>
|
|
2400
|
-
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
<dl>
|
|
2405
|
-
<dt>
|
|
2406
|
-
Type
|
|
2407
|
-
</dt>
|
|
2408
|
-
<dd>
|
|
2409
|
-
|
|
2410
|
-
<span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
|
|
2411
|
-
|
|
2412
|
-
|
|
2413
|
-
</dd>
|
|
2414
|
-
</dl>
|
|
2415
|
-
|
|
2416
|
-
|
|
2417
|
-
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
</dd>
|
|
2421
|
-
|
|
2422
|
-
|
|
2423
|
-
|
|
2424
|
-
<dt class="">
|
|
2425
|
-
|
|
2426
|
-
|
|
2427
|
-
|
|
2428
|
-
<h4 id="setProperties" class="name">
|
|
2429
|
-
|
|
2430
|
-
<span class="type-signature"></span>setProperties<span class="signature">(properties)</span><span class="type-signature"> : {void}</span>
|
|
2431
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperties"></a>
|
|
2432
|
-
|
|
2433
|
-
</h4>
|
|
2434
|
-
|
|
2435
|
-
|
|
2436
|
-
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
</dt>
|
|
2440
|
-
<dd class="">
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
<div class="description">
|
|
2444
|
-
Performs a batch set of properties.
|
|
2445
|
-
|
|
2446
|
-
</div>
|
|
2447
|
-
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
|
|
2452
|
-
|
|
2453
|
-
|
|
2454
|
-
|
|
2455
|
-
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
<h5>Parameters:</h5>
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
<table class="params">
|
|
2462
|
-
<thead>
|
|
2463
|
-
<tr>
|
|
2464
|
-
|
|
2465
|
-
<th>Name</th>
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
<th>Type</th>
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
|
|
2473
|
-
|
|
2474
|
-
<th class="last">Description</th>
|
|
2475
|
-
</tr>
|
|
2476
|
-
</thead>
|
|
2477
|
-
|
|
2478
|
-
<tbody>
|
|
2479
|
-
|
|
2480
|
-
|
|
2481
|
-
<tr>
|
|
2482
|
-
|
|
2483
|
-
<td class="name"><code>properties</code></td>
|
|
2484
|
-
|
|
2485
|
-
|
|
2486
|
-
<td class="type">
|
|
2487
|
-
|
|
2488
|
-
</td>
|
|
2489
|
-
|
|
2490
|
-
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
<td class="description last">An object containing the property and value pairs to set.
|
|
2494
|
-
</td>
|
|
2495
|
-
</tr>
|
|
2496
|
-
|
|
2497
|
-
|
|
2498
|
-
</tbody>
|
|
2499
|
-
</table>
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
<dl class="details">
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
|
|
2510
|
-
|
|
2511
|
-
|
|
2512
|
-
|
|
2513
|
-
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2520
|
-
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
|
|
2524
|
-
|
|
2525
|
-
|
|
2526
|
-
|
|
2527
|
-
|
|
2528
|
-
|
|
2529
|
-
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
</dl>
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
|
|
2541
|
-
<h5>Returns:</h5>
|
|
2542
|
-
|
|
2543
|
-
|
|
2544
|
-
|
|
2545
|
-
|
|
2546
|
-
<dl>
|
|
2547
|
-
<dt>
|
|
2548
|
-
Type
|
|
2549
|
-
</dt>
|
|
2550
|
-
<dd>
|
|
2551
|
-
|
|
2552
|
-
<span class="param-type">void</span>
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
</dd>
|
|
2556
|
-
</dl>
|
|
2557
|
-
|
|
2558
|
-
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
</dd>
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
<dt class="">
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2570
|
-
<h4 id="setProperty" class="name">
|
|
2571
|
-
|
|
2572
|
-
<span class="type-signature"></span>setProperty<span class="signature">(property, value)</span><span class="type-signature"> : {void}</span>
|
|
2573
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperty"></a>
|
|
2574
|
-
|
|
2575
|
-
</h4>
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2580
|
-
|
|
2581
|
-
</dt>
|
|
2582
|
-
<dd class="">
|
|
2583
|
-
|
|
2584
|
-
|
|
2585
|
-
<div class="description">
|
|
2586
|
-
Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.
|
|
2587
|
-
|
|
2588
|
-
</div>
|
|
2589
|
-
|
|
2590
|
-
|
|
2591
|
-
|
|
2592
|
-
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
<h5>Parameters:</h5>
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
<table class="params">
|
|
2604
|
-
<thead>
|
|
2605
|
-
<tr>
|
|
2606
|
-
|
|
2607
|
-
<th>Name</th>
|
|
2608
|
-
|
|
2609
|
-
|
|
2610
|
-
<th>Type</th>
|
|
2611
|
-
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
<th class="last">Description</th>
|
|
2617
|
-
</tr>
|
|
2618
|
-
</thead>
|
|
2619
|
-
|
|
2620
|
-
<tbody>
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
<tr>
|
|
2624
|
-
|
|
2625
|
-
<td class="name"><code>property</code></td>
|
|
2626
|
-
|
|
2627
|
-
|
|
2628
|
-
<td class="type">
|
|
2629
|
-
|
|
2630
|
-
</td>
|
|
2631
|
-
|
|
2632
|
-
|
|
2633
|
-
|
|
2634
|
-
|
|
2635
|
-
<td class="description last">The property name to set. Supports dot notation for subproperty access.
|
|
2636
|
-
</td>
|
|
2637
|
-
</tr>
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
<tr>
|
|
2642
|
-
|
|
2643
|
-
<td class="name"><code>value</code></td>
|
|
2644
|
-
|
|
2645
|
-
|
|
2646
|
-
<td class="type">
|
|
2647
|
-
|
|
2648
|
-
</td>
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
<td class="description last">The new value to set the property to.
|
|
2654
|
-
</td>
|
|
2655
|
-
</tr>
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
</tbody>
|
|
2659
|
-
</table>
|
|
2660
|
-
|
|
2661
|
-
|
|
2662
|
-
|
|
2663
|
-
<dl class="details">
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
|
|
2668
|
-
|
|
2669
|
-
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
|
|
2691
|
-
|
|
2692
|
-
|
|
2693
|
-
</dl>
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
<h5>Returns:</h5>
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
<dl>
|
|
2707
|
-
<dt>
|
|
2708
|
-
Type
|
|
2709
|
-
</dt>
|
|
2710
|
-
<dd>
|
|
2711
|
-
|
|
2712
|
-
<span class="param-type">void</span>
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
</dd>
|
|
2716
|
-
</dl>
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
</dd>
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
<dt class="">
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
<h4 id="showMessages" class="name">
|
|
2731
|
-
|
|
2732
|
-
<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>
|
|
2733
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#showMessages"></a>
|
|
2734
|
-
|
|
2735
|
-
</h4>
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
</dt>
|
|
2742
|
-
<dd class="">
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
<div class="description">
|
|
2746
|
-
Takes all deferred messages and shows them.
|
|
2747
|
-
It then updates the valid property;
|
|
2748
|
-
e.g., if the valid state was "invalidHidden" before showMessages(),
|
|
2749
|
-
the valid state will become "invalidShown" after showMessages().
|
|
2750
|
-
If there were no deferred messages this method simply returns.
|
|
2751
|
-
|
|
2752
|
-
</div>
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
|
|
2761
|
-
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
<dl class="details">
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
|
-
|
|
2780
|
-
|
|
2781
|
-
|
|
2782
|
-
|
|
2783
|
-
|
|
2784
|
-
|
|
2785
|
-
|
|
2786
|
-
|
|
2787
|
-
|
|
2788
|
-
|
|
2789
|
-
|
|
2790
|
-
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
|
|
2794
|
-
|
|
2795
|
-
|
|
2796
|
-
</dl>
|
|
2797
|
-
|
|
2798
|
-
|
|
2799
|
-
|
|
2800
|
-
|
|
2801
|
-
|
|
2802
|
-
|
|
2803
|
-
|
|
2804
|
-
<h5>Returns:</h5>
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
|
|
2809
|
-
<dl>
|
|
2810
|
-
<dt>
|
|
2811
|
-
Type
|
|
2812
|
-
</dt>
|
|
2813
|
-
<dd>
|
|
2814
|
-
|
|
2815
|
-
<span class="param-type"><a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-attrs-any-section">any</a></span>
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
</dd>
|
|
2819
|
-
</dl>
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
</dd>
|
|
2826
|
-
|
|
2827
|
-
|
|
2828
|
-
|
|
2829
|
-
<dt class="">
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
<h4 id="validate" class="name">
|
|
2834
|
-
|
|
2835
|
-
<span class="type-signature"></span>validate<span class="signature"></span><span class="type-signature"> : {Promise}</span>
|
|
2836
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#validate"></a>
|
|
2837
|
-
|
|
2838
|
-
</h4>
|
|
2839
|
-
|
|
2840
|
-
|
|
2841
|
-
|
|
2842
|
-
|
|
2843
|
-
|
|
2844
|
-
</dt>
|
|
2845
|
-
<dd class="">
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
<div class="description">
|
|
2849
|
-
If enabled, validates the component's display value (or undefined if display value is empty) and updates the value
|
|
2850
|
-
option by performing the following steps.
|
|
2851
|
-
<ol>
|
|
2852
|
-
<li>All messages are cleared, including custom messages added by the app.</li>
|
|
2853
|
-
<li>
|
|
2854
|
-
At the end of validation if there are errors, the messages are shown.
|
|
2855
|
-
If there were no errors, then the value option is updated.
|
|
2856
|
-
</li>
|
|
2857
|
-
</ol>
|
|
2858
|
-
<p>If the component is readonly or disabled, returns a Promise that resolves to 'valid'
|
|
2859
|
-
without doing any validation.</p>
|
|
2860
|
-
|
|
2861
|
-
</div>
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
<dl class="details">
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2883
|
-
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
|
|
2897
|
-
|
|
2898
|
-
|
|
2899
|
-
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
|
|
2903
|
-
|
|
2904
|
-
|
|
2905
|
-
</dl>
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
<h5>Returns:</h5>
|
|
2914
|
-
|
|
2915
|
-
|
|
2916
|
-
<div class="param-desc">
|
|
2917
|
-
<p>The Promise resolves to "valid" if the component is disabled or readonly.
|
|
2918
|
-
The Promise resolves to "invalid" if there were errors.</p>
|
|
2919
|
-
</div>
|
|
2920
|
-
|
|
2921
|
-
|
|
2922
|
-
|
|
2923
|
-
<dl>
|
|
2924
|
-
<dt>
|
|
2925
|
-
Type
|
|
2926
|
-
</dt>
|
|
2927
|
-
<dd>
|
|
2928
|
-
|
|
2929
|
-
<span class="param-type">Promise</span>
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
</dd>
|
|
2933
|
-
</dl>
|
|
2934
|
-
|
|
2935
|
-
|
|
2936
|
-
|
|
2937
|
-
|
|
2938
|
-
|
|
2939
|
-
</dd>
|
|
2940
|
-
|
|
2941
|
-
|
|
2942
|
-
</dl>
|
|
2943
|
-
|
|
2944
|
-
|
|
2945
|
-
<h3 id="typedefs-section" class="subsection-title">
|
|
2946
|
-
Type Definitions
|
|
2947
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#typedefs-section"></a>
|
|
2948
|
-
</h3>
|
|
2949
|
-
|
|
2950
|
-
<dl>
|
|
2951
|
-
|
|
2952
|
-
|
|
2953
|
-
<dt class="">
|
|
2954
|
-
|
|
2955
|
-
<h4 id="ComponentMessageItem" class="name">
|
|
2956
|
-
|
|
2957
|
-
ComponentMessageItem
|
|
2958
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#ComponentMessageItem"></a>
|
|
2959
|
-
|
|
2960
|
-
</h4>
|
|
2961
|
-
|
|
2962
|
-
|
|
2963
|
-
</dt>
|
|
2964
|
-
|
|
2965
|
-
<dd class="">
|
|
2966
|
-
|
|
2967
|
-
|
|
2968
|
-
|
|
2969
|
-
|
|
2970
|
-
<dl class="details">
|
|
2971
|
-
|
|
2972
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
2973
|
-
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
<dl>
|
|
2977
|
-
|
|
2978
|
-
<table class="props">
|
|
2979
|
-
<thead>
|
|
2980
|
-
<tr>
|
|
2981
|
-
|
|
2982
|
-
<th>Name</th>
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
<th>Type</th>
|
|
2986
|
-
|
|
2987
|
-
|
|
2988
|
-
<th>Argument</th>
|
|
2989
|
-
|
|
2990
|
-
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
</tr>
|
|
2995
|
-
</thead>
|
|
2996
|
-
|
|
2997
|
-
<tbody>
|
|
2998
|
-
|
|
2999
|
-
<tr>
|
|
3000
|
-
|
|
3001
|
-
<td class="name"><code>detail</code></td>
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
<td class="type">
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
<span class="param-type">string</span>
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
</td>
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
<td class="attributes">
|
|
3018
|
-
|
|
3019
|
-
<optional><br>
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
</td>
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
</tr>
|
|
3030
|
-
|
|
3031
|
-
|
|
3032
|
-
<tr>
|
|
3033
|
-
|
|
3034
|
-
<td class="name"><code>severity</code></td>
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3038
|
-
<td class="type">
|
|
3039
|
-
|
|
3040
|
-
|
|
3041
|
-
|
|
3042
|
-
<span class="param-type">"error"</span>
|
|
3043
|
-
|
|
|
3044
|
-
|
|
3045
|
-
<span class="param-type">"confirmation"</span>
|
|
3046
|
-
|
|
|
3047
|
-
|
|
3048
|
-
<span class="param-type">"info"</span>
|
|
3049
|
-
|
|
|
3050
|
-
|
|
3051
|
-
<span class="param-type">"warning"</span>
|
|
3052
|
-
|
|
3053
|
-
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
</td>
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
<td class="attributes">
|
|
3060
|
-
|
|
3061
|
-
<optional><br>
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
</td>
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
</tr>
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
<tr>
|
|
3075
|
-
|
|
3076
|
-
<td class="name"><code>summary</code></td>
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
<td class="type">
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
<span class="param-type">string</span>
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
</td>
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
<td class="attributes">
|
|
3093
|
-
|
|
3094
|
-
<optional><br>
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
</td>
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3104
|
-
</tr>
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
</tbody>
|
|
3108
|
-
</table></dl>
|
|
3109
|
-
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
|
|
3131
|
-
|
|
3132
|
-
|
|
3133
|
-
|
|
3134
|
-
|
|
3135
|
-
|
|
3136
|
-
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
</dl>
|
|
3140
|
-
|
|
3141
|
-
|
|
3142
|
-
|
|
3143
|
-
</dd>
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
<dt class="">
|
|
3147
|
-
|
|
3148
|
-
<h4 id="Help" class="name">
|
|
3149
|
-
|
|
3150
|
-
Help
|
|
3151
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#Help"></a>
|
|
3152
|
-
|
|
3153
|
-
</h4>
|
|
3154
|
-
|
|
3155
|
-
|
|
3156
|
-
</dt>
|
|
3157
|
-
|
|
3158
|
-
<dd class="">
|
|
3159
|
-
|
|
3160
|
-
<div class="description">
|
|
3161
|
-
Form component help information.
|
|
3162
|
-
</div>
|
|
3163
|
-
|
|
3164
|
-
|
|
3165
|
-
|
|
3166
|
-
|
|
3167
|
-
<dl class="details">
|
|
3168
|
-
|
|
3169
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
3170
|
-
|
|
3171
|
-
|
|
3172
|
-
|
|
3173
|
-
<dl>
|
|
3174
|
-
|
|
3175
|
-
<table class="props">
|
|
3176
|
-
<thead>
|
|
3177
|
-
<tr>
|
|
3178
|
-
|
|
3179
|
-
<th>Name</th>
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
<th>Type</th>
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
<th>Argument</th>
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
<th class="last">Description</th>
|
|
3192
|
-
|
|
3193
|
-
</tr>
|
|
3194
|
-
</thead>
|
|
3195
|
-
|
|
3196
|
-
<tbody>
|
|
3197
|
-
|
|
3198
|
-
<tr>
|
|
3199
|
-
|
|
3200
|
-
<td class="name"><code>instruction</code></td>
|
|
3201
|
-
|
|
3202
|
-
|
|
3203
|
-
|
|
3204
|
-
<td class="type">
|
|
3205
|
-
|
|
3206
|
-
|
|
3207
|
-
|
|
3208
|
-
<span class="param-type">string</span>
|
|
3209
|
-
|
|
3210
|
-
|
|
3211
|
-
|
|
3212
|
-
|
|
3213
|
-
</td>
|
|
3214
|
-
|
|
3215
|
-
|
|
3216
|
-
<td class="attributes">
|
|
3217
|
-
|
|
3218
|
-
<optional><br>
|
|
3219
|
-
|
|
3220
|
-
|
|
3221
|
-
|
|
3222
|
-
</td>
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
<td class="description last">A type of user assistance text. User assistance text is used to provide guidance to
|
|
3229
|
-
help the user understand what data to enter or select.
|
|
3230
|
-
</td>
|
|
3231
|
-
|
|
3232
|
-
</tr>
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
</tbody>
|
|
3236
|
-
</table></dl>
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
|
-
|
|
3246
|
-
|
|
3247
|
-
|
|
3248
|
-
|
|
3249
|
-
|
|
3250
|
-
|
|
3251
|
-
|
|
3252
|
-
|
|
3253
|
-
|
|
3254
|
-
|
|
3255
|
-
|
|
3256
|
-
|
|
3257
|
-
|
|
3258
|
-
|
|
3259
|
-
|
|
3260
|
-
|
|
3261
|
-
|
|
3262
|
-
|
|
3263
|
-
|
|
3264
|
-
|
|
3265
|
-
|
|
3266
|
-
|
|
3267
|
-
</dl>
|
|
3268
|
-
|
|
3269
|
-
|
|
3270
|
-
|
|
3271
|
-
</dd>
|
|
3272
|
-
|
|
3273
|
-
|
|
3274
|
-
<dt class="">
|
|
3275
|
-
|
|
3276
|
-
<h4 id="HelpHints" class="name">
|
|
3277
|
-
|
|
3278
|
-
HelpHints
|
|
3279
|
-
<a class="bookmarkable-link" title="Bookmarkable Link" href="#HelpHints"></a>
|
|
3280
|
-
|
|
3281
|
-
</h4>
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
</dt>
|
|
3285
|
-
|
|
3286
|
-
<dd class="">
|
|
3287
|
-
|
|
3288
|
-
<div class="description">
|
|
3289
|
-
The helpHints object contains a definition property and a source property.
|
|
3290
|
-
</div>
|
|
3291
|
-
|
|
3292
|
-
|
|
3293
|
-
|
|
3294
|
-
|
|
3295
|
-
<dl class="details">
|
|
3296
|
-
|
|
3297
|
-
<h5 class="subsection-title notoc">Properties:</h5>
|
|
3298
|
-
|
|
3299
|
-
|
|
3300
|
-
|
|
3301
|
-
<dl>
|
|
3302
|
-
|
|
3303
|
-
<table class="props">
|
|
3304
|
-
<thead>
|
|
3305
|
-
<tr>
|
|
3306
|
-
|
|
3307
|
-
<th>Name</th>
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
<th>Type</th>
|
|
3311
|
-
|
|
3312
|
-
|
|
3313
|
-
<th>Argument</th>
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3317
|
-
|
|
3318
|
-
|
|
3319
|
-
<th class="last">Description</th>
|
|
3320
|
-
|
|
3321
|
-
</tr>
|
|
3322
|
-
</thead>
|
|
3323
|
-
|
|
3324
|
-
<tbody>
|
|
3325
|
-
|
|
3326
|
-
<tr>
|
|
3327
|
-
|
|
3328
|
-
<td class="name"><code>definition</code></td>
|
|
3329
|
-
|
|
3330
|
-
|
|
3331
|
-
|
|
3332
|
-
<td class="type">
|
|
3333
|
-
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
<span class="param-type">string</span>
|
|
3337
|
-
|
|
3338
|
-
|
|
3339
|
-
|
|
3340
|
-
|
|
3341
|
-
</td>
|
|
3342
|
-
|
|
3343
|
-
|
|
3344
|
-
<td class="attributes">
|
|
3345
|
-
|
|
3346
|
-
<optional><br>
|
|
3347
|
-
|
|
3348
|
-
|
|
3349
|
-
|
|
3350
|
-
</td>
|
|
3351
|
-
|
|
3352
|
-
|
|
3353
|
-
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
<td class="description last">A type of user assistance text. User assistance text is used to provide guidance to help
|
|
3357
|
-
the user understand what data to enter or select. help-hints could come from a help system.
|
|
3358
|
-
</td>
|
|
3359
|
-
|
|
3360
|
-
</tr>
|
|
3361
|
-
|
|
3362
|
-
|
|
3363
|
-
<tr>
|
|
3364
|
-
|
|
3365
|
-
<td class="name"><code>source</code></td>
|
|
3366
|
-
|
|
3367
|
-
|
|
3368
|
-
|
|
3369
|
-
<td class="type">
|
|
3370
|
-
|
|
3371
|
-
|
|
3372
|
-
|
|
3373
|
-
<span class="param-type">string</span>
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
</td>
|
|
3379
|
-
|
|
3380
|
-
|
|
3381
|
-
<td class="attributes">
|
|
3382
|
-
|
|
3383
|
-
<optional><br>
|
|
3384
|
-
|
|
3385
|
-
|
|
3386
|
-
|
|
3387
|
-
</td>
|
|
3388
|
-
|
|
3389
|
-
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
|
|
3393
|
-
<td class="description last">Help source URL associated with the component.
|
|
3394
|
-
</td>
|
|
3395
|
-
|
|
3396
|
-
</tr>
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
|
-
<tr>
|
|
3400
|
-
|
|
3401
|
-
<td class="name"><code>sourceText</code></td>
|
|
3402
|
-
|
|
3403
|
-
|
|
3404
|
-
|
|
3405
|
-
<td class="type">
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
<span class="param-type">string</span>
|
|
3410
|
-
|
|
3411
|
-
|
|
3412
|
-
|
|
3413
|
-
|
|
3414
|
-
</td>
|
|
3415
|
-
|
|
3416
|
-
|
|
3417
|
-
<td class="attributes">
|
|
3418
|
-
|
|
3419
|
-
<optional><br>
|
|
3420
|
-
|
|
3421
|
-
|
|
3422
|
-
|
|
3423
|
-
</td>
|
|
3424
|
-
|
|
3425
|
-
|
|
3426
|
-
|
|
3427
|
-
|
|
3428
|
-
|
|
3429
|
-
<td class="description last">Custom text to be used for the source link.
|
|
3430
|
-
</td>
|
|
3431
|
-
|
|
3432
|
-
</tr>
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
</tbody>
|
|
3436
|
-
</table></dl>
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3463
|
-
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
</dl>
|
|
3468
|
-
|
|
3469
|
-
|
|
3470
|
-
|
|
3471
|
-
</dd>
|
|
3472
|
-
|
|
3473
|
-
</dl>
|
|
3474
|
-
|
|
3475
|
-
</article>
|
|
3476
|
-
|
|
3477
|
-
|
|
3478
|
-
</section>
|
|
3479
|
-
|
|
3480
|
-
|
|
3481
|
-
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
<footer>
|
|
3485
|
-
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>
|
|
3486
|
-
<span class="product-docs-footer">Copyright © 2014, 2024 Oracle. All rights reserved.<span>
|
|
3487
|
-
</footer>
|
|
3488
|
-
|
|
3489
|
-
</div>
|
|
3490
|
-
|
|
3491
|
-
<script> prettyPrint(); </script>
|
|
3492
|
-
</body>
|
|
3493
|
-
</html>
|