/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/ |
H A D | binding.h | 29 class Binding { in META_BEGIN_NAMESPACE() 31 META_NO_COPY(Binding) in META_BEGIN_NAMESPACE() 32 META_DEFAULT_MOVE(Binding) in META_BEGIN_NAMESPACE() 34 Binding() noexcept = default; in META_BEGIN_NAMESPACE() 35 virtual ~Binding() = default; in META_BEGIN_NAMESPACE() 37 explicit Binding(const IProperty::ConstPtr& source) noexcept : source_(source) {} in META_BEGIN_NAMESPACE() 38 explicit Binding(const IFunction::ConstPtr& binding) noexcept : binding_(binding) {} in META_BEGIN_NAMESPACE() 72 class TypedBinding : public Binding { 81 explicit TypedBinding(const Property<const Type>& source) noexcept : Binding(source) {} in TypedBinding() 82 explicit TypedBinding(const PropertyType& source) noexcept : Binding(source) {} in TypedBinding() [all …]
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-gesture-events-binding.md | 1 # Gesture Binding 7 ## gesture (Common Gesture Binding Method) 41 ## priorityGesture (Gesture Binding Method with Priority) 85 ## parallelGesture (Parallel Gesture Binding Method)
|
H A D | js-framework-syntax-hml.md | 19 ## Data Binding 52 ## Common Event Binding 131 ## Binding for Event Bubbling<sup>5+</sup> 133 Binding for event bubbling covers the following: 178 ## Binding for Event Capturing<sup>5+</sup> 182 Binding for event capturing covers the following:
|
H A D | Readme-EN.md | 48 - Binding a Modal Page 50 - [Binding a Semi-Modal Page (bindSheet)](arkts-sheet-page.md) 51 - [Binding a Full-Modal Page (bindContentCover)](arkts-contentcover-page.md) 91 - [Gesture Binding](arkts-gesture-events-binding.md) 123 - [Binding Gesture Events](ndk-bind-gesture-events.md)
|
H A D | ui-js-components-slider.md | 102 ## Binding Events
|
H A D | arkts-contentcover-page.md | 1 # Binding a Full-Modal Page (bindContentCover)
|
H A D | ui-js-components-rating.md | 125 ## Binding Events
|
H A D | ui-js-components-search.md | 96 ## Binding Events
|
H A D | ui-js-components-menu.md | 101 ## Binding Events
|
H A D | ui-js-components-input.md | 112 ## Event Binding
|
H A D | ui-js-components-toolbar.md | 117 ## Binding Events
|
H A D | ui-js-components-image-animator.md | 146 ## Binding Events
|
H A D | ui-js-components-swiper.md | 186 ## Binding Events
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-binding.md | 1 # !! Syntax: Two-Way Binding 25 ### Two-Way Binding Between Custom Components 70 ### Two-Way Binding Between Built-in Component Parameters
|
H A D | arkts-new-Provider-and-Consumer.md | 126 #### Establishing a Two-Way Binding 165 #### Establishing a Two-Way Binding Failed
|
H A D | Readme-EN.md | 104 - [!! Syntax: Two-Way Binding](arkts-new-binding.md)
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/internal/ |
H A D | object_api.h | 601 inline FinalClassType& PropertyName(META_NS::Binding&& binding) \ 641 inline FinalClassType& PropertyName(META_NS::Binding&& binding) \
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-syntax-hml.md | 21 ## Data Binding 67 ## Event Binding
|
/ohos5.0/docs/en/application-dev/distributedservice/ |
H A D | devicemanager-guidelines.md | 14 - **Binding a device**<br> 155 ## Binding a Device
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js-lite/ |
H A D | js-lite-framework-syntax-hml.md | 21 ## Data Binding 50 ## Event Binding
|
/ohos5.0/docs/en/application-dev/reference/apis-connectivity-kit/ |
H A D | errorcode-nfc.md | 42 5. Binding with the NFC service has not been established.
|
/ohos5.0/docs/en/application-dev/inputmethod/ |
H A D | use-inputmethod-in-custom-edit-box-ndk.md | 27 ## Binding an Input Method
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-gesture-settings.md | 1 # Gesture Binding 10 ## Binding Gesture Recognition
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | jsvm-frequently-questions.md | 95 …A: Check whether the defined class is bound to the JS context. For details, see [Binding Object Co…
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-audio-des.md | 301 #### Registering and Binding Codec to HDF 421 Binding the control functionality configuration is to configure the control functionalities and the… 800 #### Registering and Binding Codec to HDF 928 #### Registering and Binding Platform to HDF 1092 #### Registering and Binding DAI to HDF
|