@oracle/oraclejet-core-pack 14.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/Avatar.json +458 -0
- package/oj-c/Button.json +536 -0
- package/oj-c/Collapsible.json +396 -0
- package/oj-c/FilePicker.json +555 -0
- package/oj-c/InputNumber.json +1321 -0
- package/oj-c/InputPassword.json +1164 -0
- package/oj-c/InputText.json +1411 -0
- package/oj-c/ListItemLayout.json +313 -0
- package/oj-c/MessageToast.json +334 -0
- package/oj-c/MeterBar.json +735 -0
- package/oj-c/MeterCircle.json +797 -0
- package/oj-c/ProgressBar.json +212 -0
- package/oj-c/ProgressCircle.json +223 -0
- package/oj-c/RatingGauge.json +495 -0
- package/oj-c/SelectMultiple.json +1143 -0
- package/oj-c/SelectSingle.json +1450 -0
- package/oj-c/SplitMenuButton.json +495 -0
- package/oj-c/TextArea.json +1283 -0
- package/oj-c/avatar/__webdriver__/AvatarWebElement.js +32 -0
- package/oj-c/avatar/__webdriver__/AvatarWebElementBase.js +87 -0
- package/oj-c/avatar/__webdriver__/index.js +74 -0
- package/oj-c/avatar/avatar-styles.css +10 -0
- package/oj-c/avatar/avatar.js +27 -0
- package/oj-c/avatar/component.json +227 -0
- package/oj-c/avatar/index.js +6 -0
- package/oj-c/avatar.js +6 -0
- package/oj-c/button/__tests__/button.test.js +20 -0
- package/oj-c/button/__webdriver__/ButtonWebElement.js +96 -0
- package/oj-c/button/__webdriver__/ButtonWebElementBase.js +96 -0
- package/oj-c/button/__webdriver__/index.js +74 -0
- package/oj-c/button/button-styles.css +11 -0
- package/oj-c/button/button.js +71 -0
- package/oj-c/button/component.json +243 -0
- package/oj-c/button/index.js +6 -0
- package/oj-c/button.js +6 -0
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElement.js +116 -0
- package/oj-c/collapsible/__webdriver__/CollapsibleWebElementBase.js +60 -0
- package/oj-c/collapsible/__webdriver__/index.js +74 -0
- package/oj-c/collapsible/collapsible-styles.css +11 -0
- package/oj-c/collapsible/collapsible.js +69 -0
- package/oj-c/collapsible/component.json +184 -0
- package/oj-c/collapsible/index.js +6 -0
- package/oj-c/collapsible.js +6 -0
- package/oj-c/component.json +104 -0
- package/oj-c/corepackbundle.js +4049 -0
- package/oj-c/docs/avatar.html +149 -0
- package/oj-c/docs/button.html +149 -0
- package/oj-c/docs/collapsible.html +149 -0
- package/oj-c/docs/file-picker.html +149 -0
- package/oj-c/docs/index.html +168 -0
- package/oj-c/docs/input-number.html +149 -0
- package/oj-c/docs/input-password.html +149 -0
- package/oj-c/docs/input-text.html +149 -0
- package/oj-c/docs/jsDocMd.json +1 -0
- package/oj-c/docs/list-item-layout.html +149 -0
- package/oj-c/docs/message-toast.html +149 -0
- package/oj-c/docs/meter-bar.html +149 -0
- package/oj-c/docs/meter-circle.html +149 -0
- package/oj-c/docs/oj-c.Avatar.html +1778 -0
- package/oj-c/docs/oj-c.Button.html +2065 -0
- package/oj-c/docs/oj-c.Collapsible.html +1990 -0
- package/oj-c/docs/oj-c.FilePicker.html +2380 -0
- package/oj-c/docs/oj-c.InputNumber.html +5850 -0
- package/oj-c/docs/oj-c.InputPassword.html +4891 -0
- package/oj-c/docs/oj-c.InputText.html +5772 -0
- package/oj-c/docs/oj-c.ListItemLayout.html +1549 -0
- package/oj-c/docs/oj-c.MessageToast.html +1574 -0
- package/oj-c/docs/oj-c.MeterBar.html +3193 -0
- package/oj-c/docs/oj-c.MeterCircle.html +3502 -0
- package/oj-c/docs/oj-c.ProgressBar.html +1122 -0
- package/oj-c/docs/oj-c.ProgressCircle.html +1138 -0
- package/oj-c/docs/oj-c.RatingGauge.html +2320 -0
- package/oj-c/docs/oj-c.SelectMultiple.html +4720 -0
- package/oj-c/docs/oj-c.SelectSingle.html +5920 -0
- package/oj-c/docs/oj-c.SplitMenuButton.html +1891 -0
- package/oj-c/docs/oj-c.TextArea.html +5447 -0
- package/oj-c/docs/progress-bar.html +149 -0
- package/oj-c/docs/progress-circle.html +149 -0
- package/oj-c/docs/rating-gauge.html +149 -0
- package/oj-c/docs/scripts/deprecated.js +268 -0
- package/oj-c/docs/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/oj-c/docs/scripts/prettify/lang-css.js +9 -0
- package/oj-c/docs/scripts/prettify/prettify.js +35 -0
- package/oj-c/docs/select-multiple.html +149 -0
- package/oj-c/docs/select-single.html +149 -0
- package/oj-c/docs/split-menu-button.html +149 -0
- 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 +851 -0
- package/oj-c/docs/styles/prettify-jsdoc.css +111 -0
- package/oj-c/docs/styles/prettify-tomorrow.css +132 -0
- package/oj-c/docs/text-area.html +149 -0
- package/oj-c/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +57 -0
- package/oj-c/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +80 -0
- package/oj-c/editable-value/UNSAFE_useConverter/useConverter.js +56 -0
- package/oj-c/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +26 -0
- package/oj-c/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +22 -0
- package/oj-c/editable-value/UNSAFE_useEditableValue/useEditableValue.js +154 -0
- package/oj-c/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +17 -0
- package/oj-c/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +118 -0
- package/oj-c/editable-value/UNSAFE_useValidators/useValidators.js +153 -0
- package/oj-c/editable-value/UNSAFE_useValue/useValue.js +42 -0
- package/oj-c/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +27 -0
- package/oj-c/editable-value/component.json +9 -0
- package/oj-c/editable-value/utils/utils.js +31 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElement.js +32 -0
- package/oj-c/file-picker/__webdriver__/FilePickerWebElementBase.js +87 -0
- package/oj-c/file-picker/__webdriver__/index.js +74 -0
- package/oj-c/file-picker/component.json +209 -0
- package/oj-c/file-picker/file-picker-styles.css +17 -0
- package/oj-c/file-picker/file-picker.js +59 -0
- package/oj-c/file-picker/index.js +6 -0
- package/oj-c/file-picker.js +6 -0
- package/oj-c/hooks/UNSAFE_useDataProvider/DataProviderHandler.js +89 -0
- package/oj-c/hooks/UNSAFE_useDataProvider/useDataProvider.js +25 -0
- package/oj-c/hooks/UNSAFE_useDataProvider/utils.js +202 -0
- package/oj-c/hooks/UNSAFE_useListData/__tests__/useListData.test.js +124 -0
- package/oj-c/hooks/UNSAFE_useListData/useListData.js +297 -0
- package/oj-c/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.js +62 -0
- package/oj-c/hooks/UNSAFE_useTreeData/useTreeData.js +130 -0
- package/oj-c/hooks/component.json +9 -0
- package/oj-c/input-number/__dev__/input-number.doc.mdx +31 -0
- package/oj-c/input-number/__webdriver__/InputNumberWebElement.js +32 -0
- package/oj-c/input-number/__webdriver__/InputNumberWebElementBase.js +339 -0
- package/oj-c/input-number/__webdriver__/index.js +74 -0
- package/oj-c/input-number/component.json +536 -0
- package/oj-c/input-number/index.js +6 -0
- package/oj-c/input-number/input-number-styles.css +13 -0
- package/oj-c/input-number/input-number.js +119 -0
- package/oj-c/input-number/stepBasisUtils.js +76 -0
- package/oj-c/input-number/useImplicitNumberConverter.js +12 -0
- package/oj-c/input-number/useImplicitNumberRangeValidator.js +28 -0
- package/oj-c/input-number/useNumberInputTextPreact.js +153 -0
- package/oj-c/input-number.js +6 -0
- package/oj-c/input-password/__webdriver__/InputPasswordWebElement.js +32 -0
- package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +258 -0
- package/oj-c/input-password/__webdriver__/index.js +74 -0
- package/oj-c/input-password/component.json +488 -0
- package/oj-c/input-password/index.js +6 -0
- package/oj-c/input-password/input-password-styles.css +13 -0
- package/oj-c/input-password/input-password.js +112 -0
- package/oj-c/input-password/useInputPasswordPreact.js +46 -0
- package/oj-c/input-password.js +6 -0
- package/oj-c/input-text/__dev__/input-text.doc.mdx +30 -0
- package/oj-c/input-text/__tests__/input-text.test.js +70 -0
- package/oj-c/input-text/__webdriver__/InputTextWebElement.js +32 -0
- package/oj-c/input-text/__webdriver__/InputTextWebElementBase.js +294 -0
- package/oj-c/input-text/__webdriver__/index.js +74 -0
- package/oj-c/input-text/component.json +580 -0
- package/oj-c/input-text/index.js +6 -0
- package/oj-c/input-text/input-text-styles.css +13 -0
- package/oj-c/input-text/input-text.js +118 -0
- package/oj-c/input-text/useInputTextPreact.js +46 -0
- package/oj-c/input-text.js +6 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElement.js +32 -0
- package/oj-c/list-item-layout/__webdriver__/ListItemLayoutWebElementBase.js +42 -0
- package/oj-c/list-item-layout/__webdriver__/index.js +74 -0
- package/oj-c/list-item-layout/component.json +139 -0
- package/oj-c/list-item-layout/index.js +6 -0
- package/oj-c/list-item-layout/list-item-layout-styles.css +12 -0
- package/oj-c/list-item-layout/list-item-layout.js +30 -0
- package/oj-c/list-item-layout.js +6 -0
- package/oj-c/message-toast/__webdriver__/MessageToastWebElement.js +32 -0
- package/oj-c/message-toast/__webdriver__/MessageToastWebElementBase.js +78 -0
- package/oj-c/message-toast/__webdriver__/index.js +74 -0
- package/oj-c/message-toast/component.json +244 -0
- package/oj-c/message-toast/index.js +6 -0
- package/oj-c/message-toast/message-toast-styles.css +8 -0
- package/oj-c/message-toast/message-toast.js +35 -0
- package/oj-c/message-toast.js +6 -0
- package/oj-c/metadata/allComponents.json +5552 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElement.js +32 -0
- package/oj-c/meter-bar/__webdriver__/MeterBarWebElementBase.js +195 -0
- package/oj-c/meter-bar/__webdriver__/index.js +74 -0
- package/oj-c/meter-bar/component.json +246 -0
- package/oj-c/meter-bar/index.js +6 -0
- package/oj-c/meter-bar/meter-bar-styles.css +21 -0
- package/oj-c/meter-bar/meter-bar.js +44 -0
- package/oj-c/meter-bar.js +6 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElement.js +32 -0
- package/oj-c/meter-circle/__webdriver__/MeterCircleWebElementBase.js +213 -0
- package/oj-c/meter-circle/__webdriver__/index.js +74 -0
- package/oj-c/meter-circle/component.json +289 -0
- package/oj-c/meter-circle/index.js +6 -0
- package/oj-c/meter-circle/meter-circle-styles.css +14 -0
- package/oj-c/meter-circle/meter-circle.js +47 -0
- package/oj-c/meter-circle.js +6 -0
- package/oj-c/min/avatar/avatar-styles.css +10 -0
- package/oj-c/min/avatar.js +2 -0
- package/oj-c/min/avatar.js.map +1 -0
- package/oj-c/min/button/button-styles.css +11 -0
- package/oj-c/min/button.js +2 -0
- package/oj-c/min/button.js.map +1 -0
- package/oj-c/min/collapsible/collapsible-styles.css +11 -0
- package/oj-c/min/collapsible.js +2 -0
- package/oj-c/min/collapsible.js.map +1 -0
- package/oj-c/min/corepackbundle.css +226 -0
- package/oj-c/min/corepackbundle.js +6 -0
- package/oj-c/min/corepackbundle.js.map +1 -0
- package/oj-c/min/editable-value/UNSAFE_useAssistiveText/useAssistiveText.d.ts +32 -0
- package/oj-c/min/editable-value/UNSAFE_useAssistiveText/useAssistiveText.js +57 -0
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +24 -0
- package/oj-c/min/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.js +80 -0
- package/oj-c/min/editable-value/UNSAFE_useConverter/useConverter.d.ts +14 -0
- package/oj-c/min/editable-value/UNSAFE_useConverter/useConverter.js +56 -0
- package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +11 -0
- package/oj-c/min/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.js +26 -0
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +8 -0
- package/oj-c/min/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.js +22 -0
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +47 -0
- package/oj-c/min/editable-value/UNSAFE_useEditableValue/useEditableValue.js +154 -0
- package/oj-c/min/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.d.ts +5 -0
- package/oj-c/min/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.js +17 -0
- package/oj-c/min/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.d.ts +15 -0
- package/oj-c/min/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.js +118 -0
- package/oj-c/min/editable-value/UNSAFE_useValidators/useValidators.d.ts +35 -0
- package/oj-c/min/editable-value/UNSAFE_useValidators/useValidators.js +153 -0
- package/oj-c/min/editable-value/UNSAFE_useValue/useValue.d.ts +23 -0
- package/oj-c/min/editable-value/UNSAFE_useValue/useValue.js +42 -0
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.d.ts +9 -0
- package/oj-c/min/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.js +27 -0
- package/oj-c/min/editable-value/component.json +9 -0
- package/oj-c/min/editable-value/utils/utils.d.ts +6 -0
- package/oj-c/min/editable-value/utils/utils.js +31 -0
- package/oj-c/min/file-picker/file-picker-styles.css +17 -0
- package/oj-c/min/file-picker.js +2 -0
- package/oj-c/min/file-picker.js.map +1 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/DataProviderHandler.d.ts +18 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/DataProviderHandler.js +89 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/useDataProvider.d.ts +10 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/useDataProvider.js +25 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/utils.d.ts +3 -0
- package/oj-c/min/hooks/UNSAFE_useDataProvider/utils.js +202 -0
- package/oj-c/min/hooks/UNSAFE_useListData/__tests__/useListData.test.d.ts +1 -0
- package/oj-c/min/hooks/UNSAFE_useListData/__tests__/useListData.test.js +124 -0
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.d.ts +21 -0
- package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +297 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.d.ts +1 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.js +62 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/useTreeData.d.ts +27 -0
- package/oj-c/min/hooks/UNSAFE_useTreeData/useTreeData.js +130 -0
- package/oj-c/min/hooks/component.json +9 -0
- package/oj-c/min/input-number/input-number-styles.css +13 -0
- package/oj-c/min/input-number.js +2 -0
- package/oj-c/min/input-number.js.map +1 -0
- package/oj-c/min/input-password/input-password-styles.css +13 -0
- package/oj-c/min/input-password.js +2 -0
- package/oj-c/min/input-password.js.map +1 -0
- package/oj-c/min/input-text/input-text-styles.css +13 -0
- package/oj-c/min/input-text.js +2 -0
- package/oj-c/min/input-text.js.map +1 -0
- package/oj-c/min/list-item-layout/list-item-layout-styles.css +12 -0
- package/oj-c/min/list-item-layout.js +2 -0
- package/oj-c/min/list-item-layout.js.map +1 -0
- package/oj-c/min/message-toast/message-toast-styles.css +8 -0
- package/oj-c/min/message-toast.js +2 -0
- package/oj-c/min/message-toast.js.map +1 -0
- package/oj-c/min/meter-bar/meter-bar-styles.css +21 -0
- package/oj-c/min/meter-bar.js +2 -0
- package/oj-c/min/meter-bar.js.map +1 -0
- package/oj-c/min/meter-circle/meter-circle-styles.css +14 -0
- package/oj-c/min/meter-circle.js +2 -0
- package/oj-c/min/meter-circle.js.map +1 -0
- package/oj-c/min/progress-bar/progress-bar-styles.css +11 -0
- package/oj-c/min/progress-bar.js +2 -0
- package/oj-c/min/progress-bar.js.map +1 -0
- package/oj-c/min/progress-circle/progress-circle-styles.css +14 -0
- package/oj-c/min/progress-circle.js +2 -0
- package/oj-c/min/progress-circle.js.map +1 -0
- package/oj-c/min/rating-gauge/rating-gauge-styles.css +12 -0
- package/oj-c/min/rating-gauge.js +2 -0
- package/oj-c/min/rating-gauge.js.map +1 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/index.d.ts +2 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/index.js +6 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +13 -0
- package/oj-c/min/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +96 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/index.d.ts +1 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/index.js +6 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.d.ts +3 -0
- package/oj-c/min/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +16 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/index.d.ts +1 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/index.js +6 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +23 -0
- package/oj-c/min/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +23 -0
- package/oj-c/min/select-common/component.json +9 -0
- package/oj-c/min/select-common/utils/utils.d.ts +10 -0
- package/oj-c/min/select-common/utils/utils.js +19 -0
- package/oj-c/min/select-multiple/select-multiple-styles.css +13 -0
- package/oj-c/min/select-multiple.js +3 -0
- package/oj-c/min/select-multiple.js.map +1 -0
- package/oj-c/min/select-single/select-single-styles.css +22 -0
- package/oj-c/min/select-single.js +3 -0
- package/oj-c/min/select-single.js.map +1 -0
- package/oj-c/min/split-menu-button/split-menu-button-styles.css +11 -0
- package/oj-c/min/split-menu-button.js +2 -0
- package/oj-c/min/split-menu-button.js.map +1 -0
- package/oj-c/min/text-area/text-area-styles.css +13 -0
- package/oj-c/min/text-area.js +2 -0
- package/oj-c/min/text-area.js.map +1 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/focusUtils.d.ts +2 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/focusUtils.js +23 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/index.d.ts +1 -0
- package/oj-c/min/utils/UNSAFE_focusTabUtils/index.js +6 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/index.d.ts +1 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/index.js +19 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/keySetUtils.d.ts +4 -0
- package/oj-c/min/utils/UNSAFE_keyUtils/keySetUtils.js +33 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/index.d.ts +1 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/index.js +6 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/meterUtils.d.ts +2 -0
- package/oj-c/min/utils/UNSAFE_meterUtils/meterUtils.js +12 -0
- package/oj-c/min/utils/component.json +9 -0
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElement.js +32 -0
- package/oj-c/progress-bar/__webdriver__/ProgressBarWebElementBase.js +60 -0
- package/oj-c/progress-bar/__webdriver__/index.js +74 -0
- package/oj-c/progress-bar/component.json +123 -0
- package/oj-c/progress-bar/index.js +6 -0
- package/oj-c/progress-bar/progress-bar-styles.css +11 -0
- package/oj-c/progress-bar/progress-bar.js +26 -0
- package/oj-c/progress-bar.js +6 -0
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElement.js +32 -0
- package/oj-c/progress-circle/__webdriver__/ProgressCircleWebElementBase.js +60 -0
- package/oj-c/progress-circle/__webdriver__/index.js +74 -0
- package/oj-c/progress-circle/component.json +128 -0
- package/oj-c/progress-circle/index.js +6 -0
- package/oj-c/progress-circle/progress-circle-styles.css +14 -0
- package/oj-c/progress-circle/progress-circle.js +26 -0
- package/oj-c/progress-circle.js +6 -0
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElement.js +32 -0
- package/oj-c/rating-gauge/__webdriver__/RatingGaugeWebElementBase.js +168 -0
- package/oj-c/rating-gauge/__webdriver__/index.js +74 -0
- package/oj-c/rating-gauge/component.json +188 -0
- package/oj-c/rating-gauge/index.js +6 -0
- package/oj-c/rating-gauge/rating-gauge-styles.css +12 -0
- package/oj-c/rating-gauge/rating-gauge.js +44 -0
- package/oj-c/rating-gauge.js +6 -0
- package/oj-c/select-common/UNSAFE_useDataProviderListeners/index.js +6 -0
- package/oj-c/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.js +96 -0
- package/oj-c/select-common/UNSAFE_useWrapDataProvider/index.js +6 -0
- package/oj-c/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.js +16 -0
- package/oj-c/select-common/UNSAFE_useWrapValueState/index.js +6 -0
- package/oj-c/select-common/UNSAFE_useWrapValueState/useWrapValueState.js +23 -0
- package/oj-c/select-common/component.json +9 -0
- package/oj-c/select-common/utils/utils.js +19 -0
- package/oj-c/select-multiple/__dev__/select-multiple.doc.mdx +30 -0
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElement.js +32 -0
- package/oj-c/select-multiple/__webdriver__/SelectMultipleWebElementBase.js +258 -0
- package/oj-c/select-multiple/__webdriver__/index.js +74 -0
- package/oj-c/select-multiple/component.json +475 -0
- package/oj-c/select-multiple/index.js +6 -0
- package/oj-c/select-multiple/select-multiple-styles.css +13 -0
- package/oj-c/select-multiple/select-multiple.js +108 -0
- package/oj-c/select-multiple/useSelectMultiplePreact.js +123 -0
- package/oj-c/select-multiple/useSyncValueAndValueItems.js +125 -0
- package/oj-c/select-multiple/useValueItems.js +22 -0
- package/oj-c/select-multiple.js +6 -0
- package/oj-c/select-single/__dev__/select-single.doc.mdx +30 -0
- package/oj-c/select-single/__webdriver__/SelectSingleWebElement.js +32 -0
- package/oj-c/select-single/__webdriver__/SelectSingleWebElementBase.js +258 -0
- package/oj-c/select-single/__webdriver__/index.js +74 -0
- package/oj-c/select-single/component.json +545 -0
- package/oj-c/select-single/index.js +6 -0
- package/oj-c/select-single/select-single-styles.css +22 -0
- package/oj-c/select-single/select-single.js +108 -0
- package/oj-c/select-single/useSelectSinglePreact.js +157 -0
- package/oj-c/select-single/useSyncValueAndValueItem.js +110 -0
- package/oj-c/select-single/useValueItem.js +18 -0
- package/oj-c/select-single.js +6 -0
- package/oj-c/split-menu-button/__dev__/split-menu-button.doc.mdx +32 -0
- package/oj-c/split-menu-button/__tests__/split-menu-button.test.js +17 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +32 -0
- package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +87 -0
- package/oj-c/split-menu-button/__webdriver__/index.js +74 -0
- package/oj-c/split-menu-button/component.json +205 -0
- package/oj-c/split-menu-button/index.js +6 -0
- package/oj-c/split-menu-button/split-menu-button-styles.css +11 -0
- package/oj-c/split-menu-button/split-menu-button.js +76 -0
- package/oj-c/split-menu-button.js +6 -0
- package/oj-c/text-area/__webdriver__/TextAreaWebElement.js +32 -0
- package/oj-c/text-area/__webdriver__/TextAreaWebElementBase.js +285 -0
- package/oj-c/text-area/__webdriver__/index.js +74 -0
- package/oj-c/text-area/component.json +497 -0
- package/oj-c/text-area/index.js +6 -0
- package/oj-c/text-area/text-area-styles.css +13 -0
- package/oj-c/text-area/text-area.js +138 -0
- package/oj-c/text-area/useTextAreaAutosizePreact.js +44 -0
- package/oj-c/text-area/useTextAreaPreact.js +46 -0
- package/oj-c/text-area.js +6 -0
- package/oj-c/types/avatar/avatar.d.ts +68 -0
- package/oj-c/types/avatar/index.d.ts +2 -0
- package/oj-c/types/button/__tests__/button.test.d.ts +1 -0
- package/oj-c/types/button/button.d.ts +91 -0
- package/oj-c/types/button/index.d.ts +2 -0
- package/oj-c/types/collapsible/collapsible.d.ts +88 -0
- package/oj-c/types/collapsible/index.d.ts +2 -0
- package/oj-c/types/editable-value/UNSAFE_useAssistiveText/useAssistiveText.d.ts +32 -0
- package/oj-c/types/editable-value/UNSAFE_useComponentMessaging/useComponentMessaging.d.ts +24 -0
- package/oj-c/types/editable-value/UNSAFE_useConverter/useConverter.d.ts +14 -0
- package/oj-c/types/editable-value/UNSAFE_useConverterLifecycle/useConverterLifecycle.d.ts +11 -0
- package/oj-c/types/editable-value/UNSAFE_useDeferredValidators/useDeferredValidators.d.ts +8 -0
- package/oj-c/types/editable-value/UNSAFE_useEditableValue/useEditableValue.d.ts +47 -0
- package/oj-c/types/editable-value/UNSAFE_useStaleIdentity/useStaleIdentity.d.ts +5 -0
- package/oj-c/types/editable-value/UNSAFE_useValidationLifecycle/useValidationLifecycle.d.ts +15 -0
- package/oj-c/types/editable-value/UNSAFE_useValidators/useValidators.d.ts +35 -0
- package/oj-c/types/editable-value/UNSAFE_useValue/useValue.d.ts +23 -0
- package/oj-c/types/editable-value/UNSAFE_useValueLifecycle/useValueLifecycle.d.ts +9 -0
- package/oj-c/types/editable-value/utils/utils.d.ts +6 -0
- package/oj-c/types/file-picker/file-picker.d.ts +103 -0
- package/oj-c/types/file-picker/index.d.ts +2 -0
- package/oj-c/types/hooks/UNSAFE_useDataProvider/DataProviderHandler.d.ts +18 -0
- package/oj-c/types/hooks/UNSAFE_useDataProvider/useDataProvider.d.ts +10 -0
- package/oj-c/types/hooks/UNSAFE_useDataProvider/utils.d.ts +3 -0
- package/oj-c/types/hooks/UNSAFE_useListData/__tests__/useListData.test.d.ts +1 -0
- package/oj-c/types/hooks/UNSAFE_useListData/useListData.d.ts +21 -0
- package/oj-c/types/hooks/UNSAFE_useTreeData/__tests__/useTreeData.test.d.ts +1 -0
- package/oj-c/types/hooks/UNSAFE_useTreeData/useTreeData.d.ts +27 -0
- package/oj-c/types/input-number/index.d.ts +2 -0
- package/oj-c/types/input-number/input-number.d.ts +231 -0
- package/oj-c/types/input-number/stepBasisUtils.d.ts +1 -0
- package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +10 -0
- package/oj-c/types/input-number/useImplicitNumberRangeValidator.d.ts +17 -0
- package/oj-c/types/input-number/useNumberInputTextPreact.d.ts +54 -0
- package/oj-c/types/input-password/index.d.ts +2 -0
- package/oj-c/types/input-password/input-password.d.ts +183 -0
- package/oj-c/types/input-password/useInputPasswordPreact.d.ts +40 -0
- package/oj-c/types/input-text/__tests__/input-text.test.d.ts +1 -0
- package/oj-c/types/input-text/index.d.ts +2 -0
- package/oj-c/types/input-text/input-text.d.ts +212 -0
- package/oj-c/types/input-text/useInputTextPreact.d.ts +47 -0
- package/oj-c/types/list-item-layout/index.d.ts +2 -0
- package/oj-c/types/list-item-layout/list-item-layout.d.ts +53 -0
- package/oj-c/types/message-toast/index.d.ts +2 -0
- package/oj-c/types/message-toast/message-toast.d.ts +83 -0
- package/oj-c/types/meter-bar/index.d.ts +2 -0
- package/oj-c/types/meter-bar/meter-bar.d.ts +133 -0
- package/oj-c/types/meter-circle/index.d.ts +2 -0
- package/oj-c/types/meter-circle/meter-circle.d.ts +148 -0
- package/oj-c/types/progress-bar/index.d.ts +2 -0
- package/oj-c/types/progress-bar/progress-bar.d.ts +53 -0
- package/oj-c/types/progress-circle/index.d.ts +2 -0
- package/oj-c/types/progress-circle/progress-circle.d.ts +53 -0
- package/oj-c/types/rating-gauge/index.d.ts +2 -0
- package/oj-c/types/rating-gauge/rating-gauge.d.ts +109 -0
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/index.d.ts +2 -0
- package/oj-c/types/select-common/UNSAFE_useDataProviderListeners/useDataProviderListeners.d.ts +13 -0
- package/oj-c/types/select-common/UNSAFE_useWrapDataProvider/index.d.ts +1 -0
- package/oj-c/types/select-common/UNSAFE_useWrapDataProvider/useWrapDataProvider.d.ts +3 -0
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/index.d.ts +1 -0
- package/oj-c/types/select-common/UNSAFE_useWrapValueState/useWrapValueState.d.ts +23 -0
- package/oj-c/types/select-common/utils/utils.d.ts +10 -0
- package/oj-c/types/select-multiple/index.d.ts +2 -0
- package/oj-c/types/select-multiple/select-multiple.d.ts +176 -0
- package/oj-c/types/select-multiple/useSelectMultiplePreact.d.ts +42 -0
- package/oj-c/types/select-multiple/useSyncValueAndValueItems.d.ts +17 -0
- package/oj-c/types/select-multiple/useValueItems.d.ts +6 -0
- package/oj-c/types/select-single/index.d.ts +2 -0
- package/oj-c/types/select-single/select-single.d.ts +186 -0
- package/oj-c/types/select-single/useSelectSinglePreact.d.ts +42 -0
- package/oj-c/types/select-single/useSyncValueAndValueItem.d.ts +17 -0
- package/oj-c/types/select-single/useValueItem.d.ts +5 -0
- package/oj-c/types/split-menu-button/__tests__/split-menu-button.test.d.ts +1 -0
- package/oj-c/types/split-menu-button/index.d.ts +2 -0
- package/oj-c/types/split-menu-button/split-menu-button.d.ts +93 -0
- package/oj-c/types/text-area/index.d.ts +2 -0
- package/oj-c/types/text-area/text-area.d.ts +209 -0
- package/oj-c/types/text-area/useTextAreaAutosizePreact.d.ts +44 -0
- package/oj-c/types/text-area/useTextAreaPreact.d.ts +44 -0
- package/oj-c/types/utils/UNSAFE_focusTabUtils/focusUtils.d.ts +2 -0
- package/oj-c/types/utils/UNSAFE_focusTabUtils/index.d.ts +1 -0
- package/oj-c/types/utils/UNSAFE_keyUtils/index.d.ts +1 -0
- package/oj-c/types/utils/UNSAFE_keyUtils/keySetUtils.d.ts +4 -0
- package/oj-c/types/utils/UNSAFE_meterUtils/index.d.ts +1 -0
- package/oj-c/types/utils/UNSAFE_meterUtils/meterUtils.d.ts +2 -0
- package/oj-c/utils/UNSAFE_focusTabUtils/focusUtils.js +23 -0
- package/oj-c/utils/UNSAFE_focusTabUtils/index.js +6 -0
- package/oj-c/utils/UNSAFE_keyUtils/index.js +19 -0
- package/oj-c/utils/UNSAFE_keyUtils/keySetUtils.js +33 -0
- package/oj-c/utils/UNSAFE_meterUtils/index.js +6 -0
- package/oj-c/utils/UNSAFE_meterUtils/meterUtils.js +12 -0
- package/oj-c/utils/component.json +9 -0
- package/package.json +22 -0
- package/webdriver/docs/.nojekyll +1 -0
- package/webdriver/docs/assets/highlight.css +78 -0
- package/webdriver/docs/assets/icons.css +1043 -0
- package/webdriver/docs/assets/icons.png +0 -0
- package/webdriver/docs/assets/icons@2x.png +0 -0
- package/webdriver/docs/assets/main.js +52 -0
- package/webdriver/docs/assets/search.js +1 -0
- package/webdriver/docs/assets/style.css +1414 -0
- package/webdriver/docs/assets/widgets.png +0 -0
- package/webdriver/docs/assets/widgets@2x.png +0 -0
- package/webdriver/docs/classes/AvatarWebElement.html +117 -0
- package/webdriver/docs/classes/ButtonWebElement.html +163 -0
- package/webdriver/docs/classes/CollapsibleWebElement.html +111 -0
- package/webdriver/docs/classes/FilePickerWebElement.html +117 -0
- package/webdriver/docs/classes/InputNumberWebElement.html +231 -0
- package/webdriver/docs/classes/InputPasswordWebElement.html +195 -0
- package/webdriver/docs/classes/InputTextWebElement.html +211 -0
- package/webdriver/docs/classes/ListItemLayoutWebElement.html +97 -0
- package/webdriver/docs/classes/MessageToastWebElement.html +113 -0
- package/webdriver/docs/classes/MeterBarWebElement.html +153 -0
- package/webdriver/docs/classes/MeterCircleWebElement.html +159 -0
- package/webdriver/docs/classes/ProgressBarWebElement.html +105 -0
- package/webdriver/docs/classes/ProgressCircleWebElement.html +105 -0
- package/webdriver/docs/classes/RatingGaugeWebElement.html +147 -0
- package/webdriver/docs/classes/SelectMultipleWebElement.html +196 -0
- package/webdriver/docs/classes/SelectSingleWebElement.html +196 -0
- package/webdriver/docs/classes/SplitMenuButtonWebElement.html +117 -0
- package/webdriver/docs/classes/TextAreaWebElement.html +207 -0
- package/webdriver/docs/index.html +16 -0
- package/webdriver/docs/modules.html +181 -0
- package/webdriver/index.js +34 -0
- package/webdriver/index.ts +18 -0
|
@@ -0,0 +1,1891 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<title>Element: <oj-c-split-menu-button></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="navItem34">
|
|
22
|
+
<h2>Oracle® JET</h2>
|
|
23
|
+
<h2>Core Pack Components</h2>
|
|
24
|
+
<h3>14.0.0</h3
|
|
25
|
+
<div class="deprecation-checkboxes" style="display: none">
|
|
26
|
+
<ul style="list-style: none; display: none;">
|
|
27
|
+
<li style="margin-top:0px">
|
|
28
|
+
<label for="deprecated">
|
|
29
|
+
<div class="deprecated-cb-common"><input type="checkbox" id="deprecated"><span style="padding:2px">Show Deprecated APIs</span></div>
|
|
30
|
+
</label>
|
|
31
|
+
</li>
|
|
32
|
+
<li style="margin-top:0px">
|
|
33
|
+
<label for="jsonly"></label>
|
|
34
|
+
<div class="deprecated-cb-common"><input type="checkbox" id="jsonly"><span style="padding:2px 12px 2px 2px">Javascript Only APIs</span></div>
|
|
35
|
+
</li>
|
|
36
|
+
</ul>
|
|
37
|
+
</div>
|
|
38
|
+
<ul><li id="idx"><h2 id="navIndex"><a href="index.html" id="navIndexFocusable">Index</a></h2></li><li><div id="nav_toggle">
|
|
39
|
+
<input type="radio" id="elements_rb" name="toggle" value="Elements">
|
|
40
|
+
<label for="elements">Elements</label>
|
|
41
|
+
<input type="radio" id="modules_rb" name="toggle" value="Modules">
|
|
42
|
+
<label for="modules">Modules</label><br>
|
|
43
|
+
</div></li><li id="nav_elements" style="display: none"><h3 id="navElements">Elements</h3><ul class="subList"><li id="navItem0"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li><li id="navItem1"><a href="oj-c.Button.html"><oj-c-button></a></li><li id="navItem2"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li><li id="navItem3"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li><li id="navItem4"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li><li id="navItem5"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li><li id="navItem6"><a href="oj-c.InputText.html"><oj-c-input-text></a></li><li id="navItem7"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li><li id="navItem8"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li><li id="navItem9"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li><li id="navItem10"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li><li id="navItem11"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li><li id="navItem12"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li><li id="navItem13"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li><li id="navItem14"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li><li id="navItem15"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li><li id="navItem16"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li><li id="navItem17"><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">
|
|
44
|
+
<div id="avatar" class="module_element">
|
|
45
|
+
<a href="avatar.html">avatar</a>
|
|
46
|
+
</div><ul class="subList_lev3"><li id="navItem18"><a href="oj-c.Avatar.html"><oj-c-avatar></a></li></ul></li><li class="module">
|
|
47
|
+
<div id="button" class="module_element">
|
|
48
|
+
<a href="button.html">button</a>
|
|
49
|
+
</div><ul class="subList_lev3"><li id="navItem19"><a href="oj-c.Button.html"><oj-c-button></a></li></ul></li><li class="module">
|
|
50
|
+
<div id="collapsible" class="module_element">
|
|
51
|
+
<a href="collapsible.html">collapsible</a>
|
|
52
|
+
</div><ul class="subList_lev3"><li id="navItem20"><a href="oj-c.Collapsible.html"><oj-c-collapsible></a></li></ul></li><li class="module">
|
|
53
|
+
<div id="file-picker" class="module_element">
|
|
54
|
+
<a href="file-picker.html">file-picker</a>
|
|
55
|
+
</div><ul class="subList_lev3"><li id="navItem21"><a href="oj-c.FilePicker.html"><oj-c-file-picker></a></li></ul></li><li class="module">
|
|
56
|
+
<div id="input-number" class="module_element">
|
|
57
|
+
<a href="input-number.html">input-number</a>
|
|
58
|
+
</div><ul class="subList_lev3"><li id="navItem22"><a href="oj-c.InputNumber.html"><oj-c-input-number></a></li></ul></li><li class="module">
|
|
59
|
+
<div id="input-password" class="module_element">
|
|
60
|
+
<a href="input-password.html">input-password</a>
|
|
61
|
+
</div><ul class="subList_lev3"><li id="navItem23"><a href="oj-c.InputPassword.html"><oj-c-input-password></a></li></ul></li><li class="module">
|
|
62
|
+
<div id="input-text" class="module_element">
|
|
63
|
+
<a href="input-text.html">input-text</a>
|
|
64
|
+
</div><ul class="subList_lev3"><li id="navItem24"><a href="oj-c.InputText.html"><oj-c-input-text></a></li></ul></li><li class="module">
|
|
65
|
+
<div id="list-item-layout" class="module_element">
|
|
66
|
+
<a href="list-item-layout.html">list-item-layout</a>
|
|
67
|
+
</div><ul class="subList_lev3"><li id="navItem25"><a href="oj-c.ListItemLayout.html"><oj-c-list-item-layout></a></li></ul></li><li class="module">
|
|
68
|
+
<div id="message-toast" class="module_element">
|
|
69
|
+
<a href="message-toast.html">message-toast</a>
|
|
70
|
+
</div><ul class="subList_lev3"><li id="navItem26"><a href="oj-c.MessageToast.html"><oj-c-message-toast></a></li></ul></li><li class="module">
|
|
71
|
+
<div id="meter-bar" class="module_element">
|
|
72
|
+
<a href="meter-bar.html">meter-bar</a>
|
|
73
|
+
</div><ul class="subList_lev3"><li id="navItem27"><a href="oj-c.MeterBar.html"><oj-c-meter-bar></a></li></ul></li><li class="module">
|
|
74
|
+
<div id="meter-circle" class="module_element">
|
|
75
|
+
<a href="meter-circle.html">meter-circle</a>
|
|
76
|
+
</div><ul class="subList_lev3"><li id="navItem28"><a href="oj-c.MeterCircle.html"><oj-c-meter-circle></a></li></ul></li><li class="module">
|
|
77
|
+
<div id="progress-bar" class="module_element">
|
|
78
|
+
<a href="progress-bar.html">progress-bar</a>
|
|
79
|
+
</div><ul class="subList_lev3"><li id="navItem29"><a href="oj-c.ProgressBar.html"><oj-c-progress-bar></a></li></ul></li><li class="module">
|
|
80
|
+
<div id="progress-circle" class="module_element">
|
|
81
|
+
<a href="progress-circle.html">progress-circle</a>
|
|
82
|
+
</div><ul class="subList_lev3"><li id="navItem30"><a href="oj-c.ProgressCircle.html"><oj-c-progress-circle></a></li></ul></li><li class="module">
|
|
83
|
+
<div id="rating-gauge" class="module_element">
|
|
84
|
+
<a href="rating-gauge.html">rating-gauge</a>
|
|
85
|
+
</div><ul class="subList_lev3"><li id="navItem31"><a href="oj-c.RatingGauge.html"><oj-c-rating-gauge></a></li></ul></li><li class="module">
|
|
86
|
+
<div id="select-multiple" class="module_element">
|
|
87
|
+
<a href="select-multiple.html">select-multiple</a>
|
|
88
|
+
</div><ul class="subList_lev3"><li id="navItem32"><a href="oj-c.SelectMultiple.html"><oj-c-select-multiple></a></li></ul></li><li class="module">
|
|
89
|
+
<div id="select-single" class="module_element">
|
|
90
|
+
<a href="select-single.html">select-single</a>
|
|
91
|
+
</div><ul class="subList_lev3"><li id="navItem33"><a href="oj-c.SelectSingle.html"><oj-c-select-single></a></li></ul></li><li class="module">
|
|
92
|
+
<div id="split-menu-button" class="module_element">
|
|
93
|
+
<a href="split-menu-button.html">split-menu-button</a>
|
|
94
|
+
</div><ul class="subList_lev3"><li id="navItem34"><a href="oj-c.SplitMenuButton.html"><oj-c-split-menu-button></a></li></ul></li><li class="module">
|
|
95
|
+
<div id="text-area" class="module_element">
|
|
96
|
+
<a href="text-area.html">text-area</a>
|
|
97
|
+
</div><ul class="subList_lev3"><li id="navItem35"><a href="oj-c.TextArea.html"><oj-c-text-area></a></li></ul></li></ul></li></ul>
|
|
98
|
+
</nav>
|
|
99
|
+
|
|
100
|
+
<div id="main">
|
|
101
|
+
|
|
102
|
+
<button onclick="topFunction()" id="jump-to-top-btn" title="Go to top"></button>
|
|
103
|
+
<div class="page-title">
|
|
104
|
+
<h1>Element: <oj-c-split-menu-button></h1>
|
|
105
|
+
</div>
|
|
106
|
+
|
|
107
|
+
<p class="product-docs-header">
|
|
108
|
+
<span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
|
|
109
|
+
14.0.0</span><br>
|
|
110
|
+
</p>
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
<dl class="details">
|
|
124
|
+
|
|
125
|
+
<dt class="tag-since">Since:</dt>
|
|
126
|
+
<dd class="tag-since"><ul class="dummy"><li>14.0.0</li></ul></dd>
|
|
127
|
+
|
|
128
|
+
<dt class="tag-module">Module:</dt>
|
|
129
|
+
<dd class="tag-module"><ul class="dummy"><li>split-menu-button</li></ul></dd>
|
|
130
|
+
|
|
131
|
+
</dl>
|
|
132
|
+
|
|
133
|
+
<section id="quick-nav" class="">
|
|
134
|
+
<header><h2>QuickNav</h2></header>
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
<div class="quick-nav-section5">
|
|
139
|
+
<h3> <a href="#members-section">Attributes</a></h3>
|
|
140
|
+
<ul class="optionsSubList">
|
|
141
|
+
|
|
142
|
+
<li><div><a href="#chroming">chroming</a></div>
|
|
143
|
+
|
|
144
|
+
</li>
|
|
145
|
+
|
|
146
|
+
<li><div><a href="#disabled">disabled</a></div>
|
|
147
|
+
|
|
148
|
+
</li>
|
|
149
|
+
|
|
150
|
+
<li><div><a href="#items"><b>items</b></a></div>
|
|
151
|
+
|
|
152
|
+
</li>
|
|
153
|
+
|
|
154
|
+
<li><div><a href="#label">label</a></div>
|
|
155
|
+
|
|
156
|
+
</li>
|
|
157
|
+
|
|
158
|
+
<li><div><a href="#size">size</a></div>
|
|
159
|
+
|
|
160
|
+
</li>
|
|
161
|
+
|
|
162
|
+
<li><div><a href="#width">width</a></div>
|
|
163
|
+
|
|
164
|
+
</ul>
|
|
165
|
+
<script type="text/javascript" >
|
|
166
|
+
var innerSubLists = document.getElementsByClassName('optionsInnerSubList');
|
|
167
|
+
for (var i=0; i<innerSubLists.length; i++) {
|
|
168
|
+
innerSubLists[i].parentNode.onclick=function(event) {
|
|
169
|
+
event.stopPropagation();
|
|
170
|
+
// Only interpret the click event if the <a> element is the target and do nothing if click occurred elsewhere on the div
|
|
171
|
+
if (event.target.parentNode == this.firstChild.firstChild) {
|
|
172
|
+
// toggle only the clicked sub properties list and not any nested ones
|
|
173
|
+
var subProperties = this.getElementsByClassName('optionsInnerSubList');
|
|
174
|
+
subProperties[0].style.display = (subProperties[0].style.display=='block' ? 'none' : 'block');
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
</script>
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
</div>
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
<div class="quick-nav-section5">
|
|
189
|
+
<h3><a href="#events-section">Events</a></h3>
|
|
190
|
+
<ul class="subList">
|
|
191
|
+
|
|
192
|
+
<li><a href="#event:ojAction">ojAction</a></li>
|
|
193
|
+
|
|
194
|
+
</ul>
|
|
195
|
+
</div>
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
<div class="quick-nav-section5">
|
|
200
|
+
<h3><a href="#methods-section">Methods</a></h3>
|
|
201
|
+
<ul class="subList">
|
|
202
|
+
|
|
203
|
+
<li><a href="#getProperty">getProperty</a></li>
|
|
204
|
+
|
|
205
|
+
<li><a href="#setProperties">setProperties</a></li>
|
|
206
|
+
|
|
207
|
+
<li><a href="#setProperty">setProperty</a></li>
|
|
208
|
+
|
|
209
|
+
</ul>
|
|
210
|
+
|
|
211
|
+
</div>
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
<div class="quick-nav-section5">
|
|
215
|
+
<h3><a href="#typedefs-section">Type Definitions</a></h3>
|
|
216
|
+
<ul class="subList">
|
|
217
|
+
|
|
218
|
+
<li><a href="#SplitMenuButtonMenuItem">SplitMenuButtonMenuItem</a></li>
|
|
219
|
+
|
|
220
|
+
</ul>
|
|
221
|
+
</div>
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
<div class="quick-nav-section5">
|
|
225
|
+
<h3>Other Topics</h3>
|
|
226
|
+
<ul class="subList">
|
|
227
|
+
|
|
228
|
+
<li><a href="#touch-section">Touch Section</a></li>
|
|
229
|
+
|
|
230
|
+
<li><a href="#keyboard-section">Keyboard Section</a></li>
|
|
231
|
+
|
|
232
|
+
<li><a href="#a11y-section">Accessibility Section</a></li>
|
|
233
|
+
|
|
234
|
+
</ul>
|
|
235
|
+
</div>
|
|
236
|
+
|
|
237
|
+
</section>
|
|
238
|
+
|
|
239
|
+
<section class="">
|
|
240
|
+
<header>
|
|
241
|
+
|
|
242
|
+
</br>
|
|
243
|
+
|
|
244
|
+
<div class="class-description">
|
|
245
|
+
<p><h3 id="splitMenuButtonOverview-section">
|
|
246
|
+
JET Split Menu Button
|
|
247
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#buttonOverview-section"></a>
|
|
248
|
+
</h3>
|
|
249
|
+
|
|
250
|
+
<p>Description: A Split Menu Button combines a push button and menu button.
|
|
251
|
+
|
|
252
|
+
<pre class="prettyprint"><code><oj-c-split-menu-button label="Copy" onAction="[[action]]" items="[[items]]">
|
|
253
|
+
</oj-c-split-menu-button>
|
|
254
|
+
</code></pre>
|
|
255
|
+
|
|
256
|
+
<h3 id="touch-section">
|
|
257
|
+
Touch End User Information
|
|
258
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#touch-section"></a>
|
|
259
|
+
</h3>
|
|
260
|
+
|
|
261
|
+
<table class="keyboard-table">
|
|
262
|
+
<thead>
|
|
263
|
+
<tr>
|
|
264
|
+
<th>Target</th>
|
|
265
|
+
<th>Gesture</th>
|
|
266
|
+
<th>Action</th>
|
|
267
|
+
</tr>
|
|
268
|
+
</thead>
|
|
269
|
+
<tbody>
|
|
270
|
+
<tr>
|
|
271
|
+
<td>Button</td>
|
|
272
|
+
<td><kbd>Tap on action side</kbd></td>
|
|
273
|
+
<td>Invoke the action.</td>
|
|
274
|
+
</tr>
|
|
275
|
+
<tr>
|
|
276
|
+
<td>Button</td>
|
|
277
|
+
<td><kbd>Tap on menu side</kbd></td>
|
|
278
|
+
<td>Invoke the menu.</td>
|
|
279
|
+
</tr>
|
|
280
|
+
</tbody>
|
|
281
|
+
</table>
|
|
282
|
+
|
|
283
|
+
<h3 id="keyboard-section">
|
|
284
|
+
Keyboard End User Information
|
|
285
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#keyboard-section"></a>
|
|
286
|
+
</h3>
|
|
287
|
+
|
|
288
|
+
<table class="keyboard-table">
|
|
289
|
+
<thead>
|
|
290
|
+
<tr>
|
|
291
|
+
<th>Target</th>
|
|
292
|
+
<th>Key</th>
|
|
293
|
+
<th>Action</th>
|
|
294
|
+
</tr>
|
|
295
|
+
</thead>
|
|
296
|
+
<tbody>
|
|
297
|
+
<tr>
|
|
298
|
+
<td>Split Menu Button</td>
|
|
299
|
+
<td><kbd>Enter</kbd> or <kbd>Space</kbd></td>
|
|
300
|
+
<td>Invoke the Button action.</td>
|
|
301
|
+
</tr>
|
|
302
|
+
<tr>
|
|
303
|
+
<td>Split Menu Button</td>
|
|
304
|
+
<td><kbd>Down Arrow</kbd></td>
|
|
305
|
+
<td>Invoke the Button menu.</td>
|
|
306
|
+
</tr>
|
|
307
|
+
</tbody>
|
|
308
|
+
</table>
|
|
309
|
+
|
|
310
|
+
<h3 id="a11y-section">
|
|
311
|
+
Accessibility
|
|
312
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#a11y-section"></a>
|
|
313
|
+
</h3>
|
|
314
|
+
|
|
315
|
+
<p>For accessibility, the label is used as the accessible aria label. This is required
|
|
316
|
+
as persistent split menu buttons modify the label depending on the last menu item selection.
|
|
317
|
+
|
|
318
|
+
<p>Disabled content: JET supports an accessible luminosity contrast ratio,
|
|
319
|
+
as specified in <a href="http://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast">WCAG 2.0 - Section 1.4.3 "Contrast"</a>,
|
|
320
|
+
in the themes that are accessible. (See the "Theming" chapter of the JET Developer Guide for more information on which
|
|
321
|
+
themes are accessible.) Note that Section 1.4.3 says that text or images of text that are part of an inactive user
|
|
322
|
+
interface component have no contrast requirement. Because disabled content may not meet the minimum contrast ratio
|
|
323
|
+
required of enabled content, it cannot be used to convey meaningful information.<p></p>
|
|
324
|
+
</div>
|
|
325
|
+
</br>
|
|
326
|
+
|
|
327
|
+
</header>
|
|
328
|
+
|
|
329
|
+
|
|
330
|
+
<article>
|
|
331
|
+
<div class="container-overview">
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
<div class="usage-section">
|
|
335
|
+
<h3 id="usage-section">Usage<a class="bookmarkable-link" title="Bookmarkable Link" href="#usage-section"></a></h3>
|
|
336
|
+
|
|
337
|
+
<dt class="null" style="margin-right: 100px;"><h5><span>Signature: </span><p> <span class="name type-signature">interface CSplitMenuButtonElement</span></p></h5></dt>
|
|
338
|
+
|
|
339
|
+
<dl>
|
|
340
|
+
<dt><h5>Typescript Import Format</h5></dt>
|
|
341
|
+
<dd><pre class="prettyprint"><code>//To typecheck the element APIs, import as below.<br>import {CSplitMenuButtonElement} from "oj-c/split-menu-button";<br><br>//For the transpiled javascript to load the element's module, import as below<br>import "oj-c/split-menu-button";</code></pre></dd>
|
|
342
|
+
</dl>
|
|
343
|
+
|
|
344
|
+
<p>For additional information visit:</p>
|
|
345
|
+
<ul>
|
|
346
|
+
|
|
347
|
+
<li><a href="../../../jsdocs/CustomElementOverview.html" target="_blank">Using JET Custom Elements</a></li>
|
|
348
|
+
|
|
349
|
+
<li><a href="../../../jsdocs/TypescriptOverview.html" target="_blank">Using JET with TypeScript</a></li>
|
|
350
|
+
<li><a href="../../../jsdocs/ModuleLoadingOverview.html" target="_blank">JET Module Loading</a></li>
|
|
351
|
+
</ul>
|
|
352
|
+
|
|
353
|
+
<p class="important">Note: Application logic should not interact with the component's properties or invoke its methods
|
|
354
|
+
until the <a href="../../../jsdocs/oj.BusyContext.html" target="_blank">BusyContext</a> indicates that the component is ready for interaction.</p>
|
|
355
|
+
|
|
356
|
+
</div>
|
|
357
|
+
<br>
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
<dl class="details">
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
</dl>
|
|
396
|
+
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
</div>
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
|
|
404
|
+
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
|
|
410
|
+
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
<h3 id="members-section" class="subsection-title">
|
|
414
|
+
Attributes
|
|
415
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#members-section"></a>
|
|
416
|
+
</h3>
|
|
417
|
+
|
|
418
|
+
<dl>
|
|
419
|
+
|
|
420
|
+
|
|
421
|
+
<dt class="">
|
|
422
|
+
|
|
423
|
+
<h4 id="chroming" class="name">
|
|
424
|
+
|
|
425
|
+
<span class="type-signature"></span>chroming<span class="type-signature"> :"outlined"|"solid"|"callToAction"</span>
|
|
426
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#chroming"></a>
|
|
427
|
+
|
|
428
|
+
</h4>
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
</dt>
|
|
432
|
+
|
|
433
|
+
<dd class="">
|
|
434
|
+
|
|
435
|
+
<div class="description">
|
|
436
|
+
Indicates in what states the button has chromings in background and border.
|
|
437
|
+
</div>
|
|
438
|
+
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
<dl class="details">
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
|
|
447
|
+
<h5 class="subsection-title">Supported Values:</h5>
|
|
448
|
+
|
|
449
|
+
<dl>
|
|
450
|
+
|
|
451
|
+
<table class="props">
|
|
452
|
+
<thead>
|
|
453
|
+
<tr>
|
|
454
|
+
|
|
455
|
+
<th>Value</th>
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
<th class="last">Description</th>
|
|
464
|
+
|
|
465
|
+
</tr>
|
|
466
|
+
</thead>
|
|
467
|
+
|
|
468
|
+
<tbody>
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
<tr>
|
|
472
|
+
|
|
473
|
+
<td class="name"><code>callToAction</code></td>
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
<td class="description last">A Call To Action (CTA) button guides the user to take or complete the action that is the main goal of the page or page section. There should only be one CTA button on a page at any given time.
|
|
482
|
+
</td>
|
|
483
|
+
|
|
484
|
+
</tr>
|
|
485
|
+
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
<tr>
|
|
489
|
+
|
|
490
|
+
<td class="name"><code>outlined</code></td>
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
<td class="description last">Outlined buttons are salient, but lighter weight than solid buttons. Outlined buttons are useful for secondary actions.
|
|
499
|
+
</td>
|
|
500
|
+
|
|
501
|
+
</tr>
|
|
502
|
+
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
<tr>
|
|
506
|
+
|
|
507
|
+
<td class="name"><code>solid</code></td>
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
<td class="description last">Solid buttons stand out, and direct the user's attention to the most important actions in the UI.
|
|
516
|
+
</td>
|
|
517
|
+
|
|
518
|
+
</tr>
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
</tbody>
|
|
522
|
+
</table></dl>
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
<dt class="tag-default">Default Value:</dt>
|
|
528
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"outlined"</code></li></ul></dd>
|
|
529
|
+
|
|
530
|
+
|
|
531
|
+
|
|
532
|
+
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
|
|
536
|
+
|
|
537
|
+
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
|
|
550
|
+
|
|
551
|
+
|
|
552
|
+
|
|
553
|
+
|
|
554
|
+
</dl>
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
<h5>Names</h5>
|
|
559
|
+
<table class="keyboard-table">
|
|
560
|
+
<thead>
|
|
561
|
+
<tr>
|
|
562
|
+
<th>Item</th>
|
|
563
|
+
<th>Name</th>
|
|
564
|
+
</tr>
|
|
565
|
+
</thead>
|
|
566
|
+
<tbody>
|
|
567
|
+
<tr>
|
|
568
|
+
<td>Property</td>
|
|
569
|
+
<td><code class="prettyprint">chroming</code></td>
|
|
570
|
+
</tr>
|
|
571
|
+
|
|
572
|
+
<tr>
|
|
573
|
+
<td>Property change event</td>
|
|
574
|
+
<td><code class="prettyprint">chromingChanged</code></td>
|
|
575
|
+
</tr>
|
|
576
|
+
<tr>
|
|
577
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
578
|
+
<td><code class="pretty-print-noprettify">on-chroming-changed</code></td>
|
|
579
|
+
</tr>
|
|
580
|
+
|
|
581
|
+
</tbody>
|
|
582
|
+
</table>
|
|
583
|
+
|
|
584
|
+
</dd>
|
|
585
|
+
|
|
586
|
+
|
|
587
|
+
<dt class="">
|
|
588
|
+
|
|
589
|
+
<h4 id="disabled" class="name">
|
|
590
|
+
|
|
591
|
+
<span class="type-signature"></span>disabled<span class="type-signature"> :boolean</span>
|
|
592
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#disabled"></a>
|
|
593
|
+
|
|
594
|
+
</h4>
|
|
595
|
+
|
|
596
|
+
|
|
597
|
+
</dt>
|
|
598
|
+
|
|
599
|
+
<dd class="">
|
|
600
|
+
|
|
601
|
+
<div class="description">
|
|
602
|
+
Specifies that the button element should be disabled.
|
|
603
|
+
</div>
|
|
604
|
+
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
<dl class="details">
|
|
609
|
+
|
|
610
|
+
|
|
611
|
+
|
|
612
|
+
|
|
613
|
+
|
|
614
|
+
<dt class="tag-default">Default Value:</dt>
|
|
615
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">false</code></li></ul></dd>
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
|
|
628
|
+
|
|
629
|
+
|
|
630
|
+
|
|
631
|
+
|
|
632
|
+
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
|
|
639
|
+
|
|
640
|
+
|
|
641
|
+
</dl>
|
|
642
|
+
|
|
643
|
+
|
|
644
|
+
|
|
645
|
+
<h5>Names</h5>
|
|
646
|
+
<table class="keyboard-table">
|
|
647
|
+
<thead>
|
|
648
|
+
<tr>
|
|
649
|
+
<th>Item</th>
|
|
650
|
+
<th>Name</th>
|
|
651
|
+
</tr>
|
|
652
|
+
</thead>
|
|
653
|
+
<tbody>
|
|
654
|
+
<tr>
|
|
655
|
+
<td>Property</td>
|
|
656
|
+
<td><code class="prettyprint">disabled</code></td>
|
|
657
|
+
</tr>
|
|
658
|
+
|
|
659
|
+
<tr>
|
|
660
|
+
<td>Property change event</td>
|
|
661
|
+
<td><code class="prettyprint">disabledChanged</code></td>
|
|
662
|
+
</tr>
|
|
663
|
+
<tr>
|
|
664
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
665
|
+
<td><code class="pretty-print-noprettify">on-disabled-changed</code></td>
|
|
666
|
+
</tr>
|
|
667
|
+
|
|
668
|
+
</tbody>
|
|
669
|
+
</table>
|
|
670
|
+
|
|
671
|
+
</dd>
|
|
672
|
+
|
|
673
|
+
|
|
674
|
+
<dt class="">
|
|
675
|
+
|
|
676
|
+
<h4 id="items" class="name">
|
|
677
|
+
|
|
678
|
+
<span class="type-signature"></span>items<span class="type-signature"> :<a href="oj-c.SplitMenuButton.html#SplitMenuButtonMenuItem">oj-c.SplitMenuButton.SplitMenuButtonMenuItem</a></span>
|
|
679
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#items"></a>
|
|
680
|
+
|
|
681
|
+
</h4>
|
|
682
|
+
|
|
683
|
+
|
|
684
|
+
</dt>
|
|
685
|
+
|
|
686
|
+
<dd class="">
|
|
687
|
+
|
|
688
|
+
<div class="description">
|
|
689
|
+
Items describe the menu items rendered by the menu button.
|
|
690
|
+
</div>
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
|
|
694
|
+
|
|
695
|
+
<dl class="details">
|
|
696
|
+
|
|
697
|
+
|
|
698
|
+
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
<dt class="tag-default">Default Value:</dt>
|
|
702
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">[]</code></li></ul></dd>
|
|
703
|
+
|
|
704
|
+
|
|
705
|
+
|
|
706
|
+
|
|
707
|
+
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
|
|
715
|
+
|
|
716
|
+
|
|
717
|
+
|
|
718
|
+
|
|
719
|
+
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
</dl>
|
|
729
|
+
|
|
730
|
+
|
|
731
|
+
|
|
732
|
+
<h5>Names</h5>
|
|
733
|
+
<table class="keyboard-table">
|
|
734
|
+
<thead>
|
|
735
|
+
<tr>
|
|
736
|
+
<th>Item</th>
|
|
737
|
+
<th>Name</th>
|
|
738
|
+
</tr>
|
|
739
|
+
</thead>
|
|
740
|
+
<tbody>
|
|
741
|
+
<tr>
|
|
742
|
+
<td>Property</td>
|
|
743
|
+
<td><code class="prettyprint">items</code></td>
|
|
744
|
+
</tr>
|
|
745
|
+
|
|
746
|
+
<tr>
|
|
747
|
+
<td>Property change event</td>
|
|
748
|
+
<td><code class="prettyprint">itemsChanged</code></td>
|
|
749
|
+
</tr>
|
|
750
|
+
<tr>
|
|
751
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
752
|
+
<td><code class="pretty-print-noprettify">on-items-changed</code></td>
|
|
753
|
+
</tr>
|
|
754
|
+
|
|
755
|
+
</tbody>
|
|
756
|
+
</table>
|
|
757
|
+
|
|
758
|
+
</dd>
|
|
759
|
+
|
|
760
|
+
|
|
761
|
+
<dt class="">
|
|
762
|
+
|
|
763
|
+
<h4 id="label" class="name">
|
|
764
|
+
|
|
765
|
+
<span class="type-signature"></span>label<span class="type-signature"> :string</span>
|
|
766
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#label"></a>
|
|
767
|
+
|
|
768
|
+
</h4>
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
</dt>
|
|
772
|
+
|
|
773
|
+
<dd class="">
|
|
774
|
+
|
|
775
|
+
<div class="description">
|
|
776
|
+
Text to show in the button.
|
|
777
|
+
</div>
|
|
778
|
+
|
|
779
|
+
|
|
780
|
+
|
|
781
|
+
|
|
782
|
+
<dl class="details">
|
|
783
|
+
|
|
784
|
+
|
|
785
|
+
|
|
786
|
+
|
|
787
|
+
|
|
788
|
+
<dt class="tag-default">Default Value:</dt>
|
|
789
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">""</code></li></ul></dd>
|
|
790
|
+
|
|
791
|
+
|
|
792
|
+
|
|
793
|
+
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
|
|
798
|
+
|
|
799
|
+
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
|
|
808
|
+
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
|
|
814
|
+
|
|
815
|
+
</dl>
|
|
816
|
+
|
|
817
|
+
|
|
818
|
+
|
|
819
|
+
<h5>Names</h5>
|
|
820
|
+
<table class="keyboard-table">
|
|
821
|
+
<thead>
|
|
822
|
+
<tr>
|
|
823
|
+
<th>Item</th>
|
|
824
|
+
<th>Name</th>
|
|
825
|
+
</tr>
|
|
826
|
+
</thead>
|
|
827
|
+
<tbody>
|
|
828
|
+
<tr>
|
|
829
|
+
<td>Property</td>
|
|
830
|
+
<td><code class="prettyprint">label</code></td>
|
|
831
|
+
</tr>
|
|
832
|
+
|
|
833
|
+
<tr>
|
|
834
|
+
<td>Property change event</td>
|
|
835
|
+
<td><code class="prettyprint">labelChanged</code></td>
|
|
836
|
+
</tr>
|
|
837
|
+
<tr>
|
|
838
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
839
|
+
<td><code class="pretty-print-noprettify">on-label-changed</code></td>
|
|
840
|
+
</tr>
|
|
841
|
+
|
|
842
|
+
</tbody>
|
|
843
|
+
</table>
|
|
844
|
+
|
|
845
|
+
</dd>
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
<dt class="">
|
|
849
|
+
|
|
850
|
+
<h4 id="size" class="name">
|
|
851
|
+
|
|
852
|
+
<span class="type-signature"></span>size<span class="type-signature"> :"sm"|"md"|"lg"</span>
|
|
853
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#size"></a>
|
|
854
|
+
|
|
855
|
+
</h4>
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
</dt>
|
|
859
|
+
|
|
860
|
+
<dd class="">
|
|
861
|
+
|
|
862
|
+
<div class="description">
|
|
863
|
+
Size of button
|
|
864
|
+
</div>
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
|
|
869
|
+
<dl class="details">
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
|
|
873
|
+
|
|
874
|
+
<h5 class="subsection-title">Supported Values:</h5>
|
|
875
|
+
|
|
876
|
+
<dl>
|
|
877
|
+
|
|
878
|
+
<table class="props">
|
|
879
|
+
<thead>
|
|
880
|
+
<tr>
|
|
881
|
+
|
|
882
|
+
<th>Value</th>
|
|
883
|
+
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
|
|
887
|
+
|
|
888
|
+
|
|
889
|
+
|
|
890
|
+
<th class="last">Description</th>
|
|
891
|
+
|
|
892
|
+
</tr>
|
|
893
|
+
</thead>
|
|
894
|
+
|
|
895
|
+
<tbody>
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
<tr>
|
|
899
|
+
|
|
900
|
+
<td class="name"><code>lg</code></td>
|
|
901
|
+
|
|
902
|
+
|
|
903
|
+
|
|
904
|
+
|
|
905
|
+
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
<td class="description last">Display a large button.
|
|
909
|
+
</td>
|
|
910
|
+
|
|
911
|
+
</tr>
|
|
912
|
+
|
|
913
|
+
|
|
914
|
+
|
|
915
|
+
<tr>
|
|
916
|
+
|
|
917
|
+
<td class="name"><code>md</code></td>
|
|
918
|
+
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
|
|
925
|
+
<td class="description last">Display a default size button.
|
|
926
|
+
</td>
|
|
927
|
+
|
|
928
|
+
</tr>
|
|
929
|
+
|
|
930
|
+
|
|
931
|
+
|
|
932
|
+
<tr>
|
|
933
|
+
|
|
934
|
+
<td class="name"><code>sm</code></td>
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
<td class="description last">Display a small button.
|
|
943
|
+
</td>
|
|
944
|
+
|
|
945
|
+
</tr>
|
|
946
|
+
|
|
947
|
+
|
|
948
|
+
</tbody>
|
|
949
|
+
</table></dl>
|
|
950
|
+
|
|
951
|
+
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
<dt class="tag-default">Default Value:</dt>
|
|
955
|
+
<dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"md"</code></li></ul></dd>
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
|
|
959
|
+
|
|
960
|
+
|
|
961
|
+
|
|
962
|
+
|
|
963
|
+
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
|
|
968
|
+
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
</dl>
|
|
982
|
+
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
<h5>Names</h5>
|
|
986
|
+
<table class="keyboard-table">
|
|
987
|
+
<thead>
|
|
988
|
+
<tr>
|
|
989
|
+
<th>Item</th>
|
|
990
|
+
<th>Name</th>
|
|
991
|
+
</tr>
|
|
992
|
+
</thead>
|
|
993
|
+
<tbody>
|
|
994
|
+
<tr>
|
|
995
|
+
<td>Property</td>
|
|
996
|
+
<td><code class="prettyprint">size</code></td>
|
|
997
|
+
</tr>
|
|
998
|
+
|
|
999
|
+
<tr>
|
|
1000
|
+
<td>Property change event</td>
|
|
1001
|
+
<td><code class="prettyprint">sizeChanged</code></td>
|
|
1002
|
+
</tr>
|
|
1003
|
+
<tr>
|
|
1004
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1005
|
+
<td><code class="pretty-print-noprettify">on-size-changed</code></td>
|
|
1006
|
+
</tr>
|
|
1007
|
+
|
|
1008
|
+
</tbody>
|
|
1009
|
+
</table>
|
|
1010
|
+
|
|
1011
|
+
</dd>
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
<dt class="">
|
|
1015
|
+
|
|
1016
|
+
<h4 id="width" class="name">
|
|
1017
|
+
|
|
1018
|
+
<span class="type-signature"></span>width<span class="type-signature"> :Size</span>
|
|
1019
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#width"></a>
|
|
1020
|
+
|
|
1021
|
+
</h4>
|
|
1022
|
+
|
|
1023
|
+
|
|
1024
|
+
</dt>
|
|
1025
|
+
|
|
1026
|
+
<dd class="">
|
|
1027
|
+
|
|
1028
|
+
<div class="description">
|
|
1029
|
+
Specifies that the button style width
|
|
1030
|
+
</div>
|
|
1031
|
+
|
|
1032
|
+
|
|
1033
|
+
|
|
1034
|
+
|
|
1035
|
+
<dl class="details">
|
|
1036
|
+
|
|
1037
|
+
|
|
1038
|
+
|
|
1039
|
+
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
|
|
1045
|
+
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
|
|
1049
|
+
|
|
1050
|
+
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
|
|
1054
|
+
|
|
1055
|
+
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
|
|
1059
|
+
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
|
|
1063
|
+
|
|
1064
|
+
|
|
1065
|
+
</dl>
|
|
1066
|
+
|
|
1067
|
+
|
|
1068
|
+
|
|
1069
|
+
<h5>Names</h5>
|
|
1070
|
+
<table class="keyboard-table">
|
|
1071
|
+
<thead>
|
|
1072
|
+
<tr>
|
|
1073
|
+
<th>Item</th>
|
|
1074
|
+
<th>Name</th>
|
|
1075
|
+
</tr>
|
|
1076
|
+
</thead>
|
|
1077
|
+
<tbody>
|
|
1078
|
+
<tr>
|
|
1079
|
+
<td>Property</td>
|
|
1080
|
+
<td><code class="prettyprint">width</code></td>
|
|
1081
|
+
</tr>
|
|
1082
|
+
|
|
1083
|
+
<tr>
|
|
1084
|
+
<td>Property change event</td>
|
|
1085
|
+
<td><code class="prettyprint">widthChanged</code></td>
|
|
1086
|
+
</tr>
|
|
1087
|
+
<tr>
|
|
1088
|
+
<td>Property change listener attribute (<span class="important">must be of type function, see <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
|
|
1089
|
+
<td><code class="pretty-print-noprettify">on-width-changed</code></td>
|
|
1090
|
+
</tr>
|
|
1091
|
+
|
|
1092
|
+
</tbody>
|
|
1093
|
+
</table>
|
|
1094
|
+
|
|
1095
|
+
</dd>
|
|
1096
|
+
|
|
1097
|
+
</dl>
|
|
1098
|
+
|
|
1099
|
+
|
|
1100
|
+
<h3 id="events-section" class="subsection-title">
|
|
1101
|
+
Events
|
|
1102
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#events-section"></a>
|
|
1103
|
+
</h3>
|
|
1104
|
+
|
|
1105
|
+
<dl>
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
<dt class="">
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
|
|
1112
|
+
<h4 id="event:ojAction" class="name">
|
|
1113
|
+
|
|
1114
|
+
ojAction
|
|
1115
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#event:ojAction"></a>
|
|
1116
|
+
|
|
1117
|
+
</h4>
|
|
1118
|
+
|
|
1119
|
+
|
|
1120
|
+
|
|
1121
|
+
|
|
1122
|
+
|
|
1123
|
+
</dt>
|
|
1124
|
+
<dd class="">
|
|
1125
|
+
|
|
1126
|
+
|
|
1127
|
+
<div class="description">
|
|
1128
|
+
Triggered when a button is clicked, whether by keyboard, mouse, or touch events. To meet accessibility requirements, the only supported way to react to the click of a button is to listen for this event.
|
|
1129
|
+
|
|
1130
|
+
<p>See <a href="../../../jsdocs/CustomElementOverview.html#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</p>
|
|
1131
|
+
|
|
1132
|
+
</div>
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
|
+
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
|
|
1146
|
+
<dl class="details">
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
|
|
1150
|
+
|
|
1151
|
+
|
|
1152
|
+
|
|
1153
|
+
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
|
|
1159
|
+
|
|
1160
|
+
|
|
1161
|
+
|
|
1162
|
+
|
|
1163
|
+
|
|
1164
|
+
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
|
|
1170
|
+
|
|
1171
|
+
|
|
1172
|
+
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
|
|
1176
|
+
</dl>
|
|
1177
|
+
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
|
|
1186
|
+
</dd>
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
</dl>
|
|
1190
|
+
|
|
1191
|
+
|
|
1192
|
+
<h3 id="methods-section" class="subsection-title">
|
|
1193
|
+
Methods
|
|
1194
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#methods-section"></a>
|
|
1195
|
+
</h3>
|
|
1196
|
+
|
|
1197
|
+
<dl>
|
|
1198
|
+
|
|
1199
|
+
|
|
1200
|
+
<dt class="">
|
|
1201
|
+
|
|
1202
|
+
|
|
1203
|
+
|
|
1204
|
+
<h4 id="getProperty" class="name">
|
|
1205
|
+
|
|
1206
|
+
<span class="type-signature"></span>getProperty<span class="signature">(property)</span><span class="type-signature"> : {<a href="CustomElementOverview.html#ce-attrs-any-section">any</a>}</span>
|
|
1207
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#getProperty"></a>
|
|
1208
|
+
|
|
1209
|
+
</h4>
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
|
|
1214
|
+
|
|
1215
|
+
</dt>
|
|
1216
|
+
<dd class="">
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
<div class="description">
|
|
1220
|
+
Retrieves the value of a property or a subproperty.
|
|
1221
|
+
|
|
1222
|
+
</div>
|
|
1223
|
+
|
|
1224
|
+
|
|
1225
|
+
|
|
1226
|
+
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
|
|
1231
|
+
|
|
1232
|
+
|
|
1233
|
+
|
|
1234
|
+
<h5>Parameters:</h5>
|
|
1235
|
+
|
|
1236
|
+
|
|
1237
|
+
<table class="params">
|
|
1238
|
+
<thead>
|
|
1239
|
+
<tr>
|
|
1240
|
+
|
|
1241
|
+
<th>Name</th>
|
|
1242
|
+
|
|
1243
|
+
|
|
1244
|
+
<th>Type</th>
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
|
|
1248
|
+
|
|
1249
|
+
|
|
1250
|
+
<th class="last">Description</th>
|
|
1251
|
+
</tr>
|
|
1252
|
+
</thead>
|
|
1253
|
+
|
|
1254
|
+
<tbody>
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
<tr>
|
|
1258
|
+
|
|
1259
|
+
<td class="name"><code>property</code></td>
|
|
1260
|
+
|
|
1261
|
+
|
|
1262
|
+
<td class="type">
|
|
1263
|
+
|
|
1264
|
+
</td>
|
|
1265
|
+
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
|
|
1269
|
+
<td class="description last">The property name to get. Supports dot notation for subproperty access.
|
|
1270
|
+
</td>
|
|
1271
|
+
</tr>
|
|
1272
|
+
|
|
1273
|
+
|
|
1274
|
+
</tbody>
|
|
1275
|
+
</table>
|
|
1276
|
+
|
|
1277
|
+
|
|
1278
|
+
|
|
1279
|
+
<dl class="details">
|
|
1280
|
+
|
|
1281
|
+
|
|
1282
|
+
|
|
1283
|
+
|
|
1284
|
+
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
|
|
1288
|
+
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
|
|
1298
|
+
|
|
1299
|
+
|
|
1300
|
+
|
|
1301
|
+
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
|
|
1306
|
+
|
|
1307
|
+
|
|
1308
|
+
|
|
1309
|
+
</dl>
|
|
1310
|
+
|
|
1311
|
+
|
|
1312
|
+
|
|
1313
|
+
|
|
1314
|
+
|
|
1315
|
+
|
|
1316
|
+
|
|
1317
|
+
<h5>Returns:</h5>
|
|
1318
|
+
|
|
1319
|
+
|
|
1320
|
+
|
|
1321
|
+
|
|
1322
|
+
<dl>
|
|
1323
|
+
<dt>
|
|
1324
|
+
Type
|
|
1325
|
+
</dt>
|
|
1326
|
+
<dd>
|
|
1327
|
+
|
|
1328
|
+
<span class="param-type"><a href="CustomElementOverview.html#ce-attrs-any-section">any</a></span>
|
|
1329
|
+
|
|
1330
|
+
|
|
1331
|
+
</dd>
|
|
1332
|
+
</dl>
|
|
1333
|
+
|
|
1334
|
+
|
|
1335
|
+
|
|
1336
|
+
|
|
1337
|
+
|
|
1338
|
+
</dd>
|
|
1339
|
+
|
|
1340
|
+
|
|
1341
|
+
|
|
1342
|
+
<dt class="">
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
<h4 id="setProperties" class="name">
|
|
1347
|
+
|
|
1348
|
+
<span class="type-signature"></span>setProperties<span class="signature">(properties)</span><span class="type-signature"> : {void}</span>
|
|
1349
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperties"></a>
|
|
1350
|
+
|
|
1351
|
+
</h4>
|
|
1352
|
+
|
|
1353
|
+
|
|
1354
|
+
|
|
1355
|
+
|
|
1356
|
+
|
|
1357
|
+
</dt>
|
|
1358
|
+
<dd class="">
|
|
1359
|
+
|
|
1360
|
+
|
|
1361
|
+
<div class="description">
|
|
1362
|
+
Performs a batch set of properties.
|
|
1363
|
+
|
|
1364
|
+
</div>
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
<h5>Parameters:</h5>
|
|
1377
|
+
|
|
1378
|
+
|
|
1379
|
+
<table class="params">
|
|
1380
|
+
<thead>
|
|
1381
|
+
<tr>
|
|
1382
|
+
|
|
1383
|
+
<th>Name</th>
|
|
1384
|
+
|
|
1385
|
+
|
|
1386
|
+
<th>Type</th>
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
|
|
1390
|
+
|
|
1391
|
+
|
|
1392
|
+
<th class="last">Description</th>
|
|
1393
|
+
</tr>
|
|
1394
|
+
</thead>
|
|
1395
|
+
|
|
1396
|
+
<tbody>
|
|
1397
|
+
|
|
1398
|
+
|
|
1399
|
+
<tr>
|
|
1400
|
+
|
|
1401
|
+
<td class="name"><code>properties</code></td>
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
<td class="type">
|
|
1405
|
+
|
|
1406
|
+
</td>
|
|
1407
|
+
|
|
1408
|
+
|
|
1409
|
+
|
|
1410
|
+
|
|
1411
|
+
<td class="description last">An object containing the property and value pairs to set.
|
|
1412
|
+
</td>
|
|
1413
|
+
</tr>
|
|
1414
|
+
|
|
1415
|
+
|
|
1416
|
+
</tbody>
|
|
1417
|
+
</table>
|
|
1418
|
+
|
|
1419
|
+
|
|
1420
|
+
|
|
1421
|
+
<dl class="details">
|
|
1422
|
+
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
|
|
1427
|
+
|
|
1428
|
+
|
|
1429
|
+
|
|
1430
|
+
|
|
1431
|
+
|
|
1432
|
+
|
|
1433
|
+
|
|
1434
|
+
|
|
1435
|
+
|
|
1436
|
+
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
|
|
1443
|
+
|
|
1444
|
+
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
|
|
1448
|
+
|
|
1449
|
+
|
|
1450
|
+
|
|
1451
|
+
</dl>
|
|
1452
|
+
|
|
1453
|
+
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
|
|
1457
|
+
|
|
1458
|
+
|
|
1459
|
+
<h5>Returns:</h5>
|
|
1460
|
+
|
|
1461
|
+
|
|
1462
|
+
|
|
1463
|
+
|
|
1464
|
+
<dl>
|
|
1465
|
+
<dt>
|
|
1466
|
+
Type
|
|
1467
|
+
</dt>
|
|
1468
|
+
<dd>
|
|
1469
|
+
|
|
1470
|
+
<span class="param-type">void</span>
|
|
1471
|
+
|
|
1472
|
+
|
|
1473
|
+
</dd>
|
|
1474
|
+
</dl>
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
|
|
1478
|
+
|
|
1479
|
+
|
|
1480
|
+
</dd>
|
|
1481
|
+
|
|
1482
|
+
|
|
1483
|
+
|
|
1484
|
+
<dt class="">
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
|
|
1488
|
+
<h4 id="setProperty" class="name">
|
|
1489
|
+
|
|
1490
|
+
<span class="type-signature"></span>setProperty<span class="signature">(property, value)</span><span class="type-signature"> : {void}</span>
|
|
1491
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#setProperty"></a>
|
|
1492
|
+
|
|
1493
|
+
</h4>
|
|
1494
|
+
|
|
1495
|
+
|
|
1496
|
+
|
|
1497
|
+
|
|
1498
|
+
|
|
1499
|
+
</dt>
|
|
1500
|
+
<dd class="">
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
<div class="description">
|
|
1504
|
+
Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.
|
|
1505
|
+
|
|
1506
|
+
</div>
|
|
1507
|
+
|
|
1508
|
+
|
|
1509
|
+
|
|
1510
|
+
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
|
|
1514
|
+
|
|
1515
|
+
|
|
1516
|
+
|
|
1517
|
+
|
|
1518
|
+
<h5>Parameters:</h5>
|
|
1519
|
+
|
|
1520
|
+
|
|
1521
|
+
<table class="params">
|
|
1522
|
+
<thead>
|
|
1523
|
+
<tr>
|
|
1524
|
+
|
|
1525
|
+
<th>Name</th>
|
|
1526
|
+
|
|
1527
|
+
|
|
1528
|
+
<th>Type</th>
|
|
1529
|
+
|
|
1530
|
+
|
|
1531
|
+
|
|
1532
|
+
|
|
1533
|
+
|
|
1534
|
+
<th class="last">Description</th>
|
|
1535
|
+
</tr>
|
|
1536
|
+
</thead>
|
|
1537
|
+
|
|
1538
|
+
<tbody>
|
|
1539
|
+
|
|
1540
|
+
|
|
1541
|
+
<tr>
|
|
1542
|
+
|
|
1543
|
+
<td class="name"><code>property</code></td>
|
|
1544
|
+
|
|
1545
|
+
|
|
1546
|
+
<td class="type">
|
|
1547
|
+
|
|
1548
|
+
</td>
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
|
|
1552
|
+
|
|
1553
|
+
<td class="description last">The property name to set. Supports dot notation for subproperty access.
|
|
1554
|
+
</td>
|
|
1555
|
+
</tr>
|
|
1556
|
+
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
<tr>
|
|
1560
|
+
|
|
1561
|
+
<td class="name"><code>value</code></td>
|
|
1562
|
+
|
|
1563
|
+
|
|
1564
|
+
<td class="type">
|
|
1565
|
+
|
|
1566
|
+
</td>
|
|
1567
|
+
|
|
1568
|
+
|
|
1569
|
+
|
|
1570
|
+
|
|
1571
|
+
<td class="description last">The new value to set the property to.
|
|
1572
|
+
</td>
|
|
1573
|
+
</tr>
|
|
1574
|
+
|
|
1575
|
+
|
|
1576
|
+
</tbody>
|
|
1577
|
+
</table>
|
|
1578
|
+
|
|
1579
|
+
|
|
1580
|
+
|
|
1581
|
+
<dl class="details">
|
|
1582
|
+
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
|
|
1586
|
+
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
|
|
1590
|
+
|
|
1591
|
+
|
|
1592
|
+
|
|
1593
|
+
|
|
1594
|
+
|
|
1595
|
+
|
|
1596
|
+
|
|
1597
|
+
|
|
1598
|
+
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
|
|
1602
|
+
|
|
1603
|
+
|
|
1604
|
+
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
|
|
1611
|
+
</dl>
|
|
1612
|
+
|
|
1613
|
+
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
|
|
1617
|
+
|
|
1618
|
+
|
|
1619
|
+
<h5>Returns:</h5>
|
|
1620
|
+
|
|
1621
|
+
|
|
1622
|
+
|
|
1623
|
+
|
|
1624
|
+
<dl>
|
|
1625
|
+
<dt>
|
|
1626
|
+
Type
|
|
1627
|
+
</dt>
|
|
1628
|
+
<dd>
|
|
1629
|
+
|
|
1630
|
+
<span class="param-type">void</span>
|
|
1631
|
+
|
|
1632
|
+
|
|
1633
|
+
</dd>
|
|
1634
|
+
</dl>
|
|
1635
|
+
|
|
1636
|
+
|
|
1637
|
+
|
|
1638
|
+
|
|
1639
|
+
|
|
1640
|
+
</dd>
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
</dl>
|
|
1644
|
+
|
|
1645
|
+
|
|
1646
|
+
<h3 id="typedefs-section" class="subsection-title">
|
|
1647
|
+
Type Definitions
|
|
1648
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#typedefs-section"></a>
|
|
1649
|
+
</h3>
|
|
1650
|
+
|
|
1651
|
+
<dl>
|
|
1652
|
+
|
|
1653
|
+
|
|
1654
|
+
<dt class="">
|
|
1655
|
+
|
|
1656
|
+
<h4 id="SplitMenuButtonMenuItem" class="name">
|
|
1657
|
+
|
|
1658
|
+
SplitMenuButtonMenuItem
|
|
1659
|
+
<a class="bookmarkable-link" title="Bookmarkable Link" href="#SplitMenuButtonMenuItem"></a>
|
|
1660
|
+
|
|
1661
|
+
</h4>
|
|
1662
|
+
|
|
1663
|
+
|
|
1664
|
+
</dt>
|
|
1665
|
+
|
|
1666
|
+
<dd class="">
|
|
1667
|
+
|
|
1668
|
+
|
|
1669
|
+
|
|
1670
|
+
|
|
1671
|
+
<dl class="details">
|
|
1672
|
+
|
|
1673
|
+
<h5 class="subsection-title notoc">Properties:</h5>
|
|
1674
|
+
|
|
1675
|
+
|
|
1676
|
+
|
|
1677
|
+
<dl>
|
|
1678
|
+
|
|
1679
|
+
<table class="props">
|
|
1680
|
+
<thead>
|
|
1681
|
+
<tr>
|
|
1682
|
+
|
|
1683
|
+
<th>Name</th>
|
|
1684
|
+
|
|
1685
|
+
|
|
1686
|
+
<th>Type</th>
|
|
1687
|
+
|
|
1688
|
+
|
|
1689
|
+
<th>Argument</th>
|
|
1690
|
+
|
|
1691
|
+
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
|
|
1695
|
+
</tr>
|
|
1696
|
+
</thead>
|
|
1697
|
+
|
|
1698
|
+
<tbody>
|
|
1699
|
+
|
|
1700
|
+
<tr>
|
|
1701
|
+
|
|
1702
|
+
<td class="name"><code>disabled</code></td>
|
|
1703
|
+
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
<td class="type">
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
|
|
1710
|
+
<span class="param-type">boolean</span>
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
|
|
1715
|
+
</td>
|
|
1716
|
+
|
|
1717
|
+
|
|
1718
|
+
<td class="attributes">
|
|
1719
|
+
|
|
1720
|
+
<optional><br>
|
|
1721
|
+
|
|
1722
|
+
|
|
1723
|
+
|
|
1724
|
+
</td>
|
|
1725
|
+
|
|
1726
|
+
|
|
1727
|
+
|
|
1728
|
+
|
|
1729
|
+
|
|
1730
|
+
</tr>
|
|
1731
|
+
|
|
1732
|
+
|
|
1733
|
+
<tr>
|
|
1734
|
+
|
|
1735
|
+
<td class="name"><code>label</code></td>
|
|
1736
|
+
|
|
1737
|
+
|
|
1738
|
+
|
|
1739
|
+
<td class="type">
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
|
|
1743
|
+
<span class="param-type">string</span>
|
|
1744
|
+
|
|
1745
|
+
|
|
1746
|
+
|
|
1747
|
+
|
|
1748
|
+
</td>
|
|
1749
|
+
|
|
1750
|
+
|
|
1751
|
+
<td class="attributes">
|
|
1752
|
+
|
|
1753
|
+
<optional><br>
|
|
1754
|
+
|
|
1755
|
+
|
|
1756
|
+
|
|
1757
|
+
</td>
|
|
1758
|
+
|
|
1759
|
+
|
|
1760
|
+
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
</tr>
|
|
1764
|
+
|
|
1765
|
+
|
|
1766
|
+
<tr>
|
|
1767
|
+
|
|
1768
|
+
<td class="name"><code>onAction</code></td>
|
|
1769
|
+
|
|
1770
|
+
|
|
1771
|
+
|
|
1772
|
+
<td class="type">
|
|
1773
|
+
|
|
1774
|
+
|
|
1775
|
+
|
|
1776
|
+
<span class="param-type">function</span>
|
|
1777
|
+
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
|
|
1781
|
+
</td>
|
|
1782
|
+
|
|
1783
|
+
|
|
1784
|
+
<td class="attributes">
|
|
1785
|
+
|
|
1786
|
+
<optional><br>
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
|
|
1790
|
+
</td>
|
|
1791
|
+
|
|
1792
|
+
|
|
1793
|
+
|
|
1794
|
+
|
|
1795
|
+
|
|
1796
|
+
</tr>
|
|
1797
|
+
|
|
1798
|
+
|
|
1799
|
+
<tr>
|
|
1800
|
+
|
|
1801
|
+
<td class="name"><code>type</code></td>
|
|
1802
|
+
|
|
1803
|
+
|
|
1804
|
+
|
|
1805
|
+
<td class="type">
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
|
|
1809
|
+
<span class="param-type">item</span>
|
|
1810
|
+
|
|
|
1811
|
+
|
|
1812
|
+
<span class="param-type">divider</span>
|
|
1813
|
+
|
|
1814
|
+
|
|
1815
|
+
|
|
1816
|
+
|
|
1817
|
+
</td>
|
|
1818
|
+
|
|
1819
|
+
|
|
1820
|
+
<td class="attributes">
|
|
1821
|
+
|
|
1822
|
+
<optional><br>
|
|
1823
|
+
|
|
1824
|
+
|
|
1825
|
+
|
|
1826
|
+
</td>
|
|
1827
|
+
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
|
|
1831
|
+
|
|
1832
|
+
</tr>
|
|
1833
|
+
|
|
1834
|
+
|
|
1835
|
+
</tbody>
|
|
1836
|
+
</table></dl>
|
|
1837
|
+
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
|
|
1850
|
+
|
|
1851
|
+
|
|
1852
|
+
|
|
1853
|
+
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
|
|
1857
|
+
|
|
1858
|
+
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
|
|
1865
|
+
|
|
1866
|
+
|
|
1867
|
+
</dl>
|
|
1868
|
+
|
|
1869
|
+
|
|
1870
|
+
|
|
1871
|
+
</dd>
|
|
1872
|
+
|
|
1873
|
+
</dl>
|
|
1874
|
+
|
|
1875
|
+
</article>
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
</section>
|
|
1879
|
+
|
|
1880
|
+
|
|
1881
|
+
|
|
1882
|
+
|
|
1883
|
+
<footer>
|
|
1884
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri Jan 06 2023 02:37:41 GMT+0000 (Coordinated Universal Time)<br>
|
|
1885
|
+
<span class="product-docs-footer">Copyright © 2014, 2023 Oracle. All rights reserved.<span>
|
|
1886
|
+
</footer>
|
|
1887
|
+
</div>
|
|
1888
|
+
|
|
1889
|
+
<script> prettyPrint(); </script>
|
|
1890
|
+
</body>
|
|
1891
|
+
</html>
|