Home
last modified time | relevance | path

Searched refs:SwiperAttribute (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/swiper/
H A Dswiper_declaration.h42 struct SwiperAttribute : Attribute { struct
90 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetIndex()
101 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetDuration()
112 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAxis()
123 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetLoop()
148 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAutoPlay()
159 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAutoPlayInterval()
171 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetCachedSize()
183 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetEdgeEffect()
194 auto& attribute = MaybeResetAttribute<SwiperAttribute>(AttributeTag::SPECIALIZED_ATTR); in SetAnimationOpacity()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_modifier/src/
H A Dswiper_modifier.ts17 class SwiperModifier extends ArkSwiperComponent implements AttributeModifier<SwiperAttribute> {
24 applyNormalAttribute(instance: SwiperAttribute): void {
26 …ModifierUtils.applyAndMergeModifier<SwiperAttribute, ArkSwiperComponent, ArkComponent>(instance, t…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-arkui.md1026 …片应用支持性有变化|类名:SwiperAttribute;<br>方法or属性:declare class SwiperAttribute<br>旧版本信息:|类名:SwiperAttribute
1027 …化|类名:SwiperAttribute;<br>方法or属性:index(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribut…
1028 …:SwiperAttribute;<br>方法or属性:autoPlay(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribut…
1029 …名:SwiperAttribute;<br>方法or属性:interval(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribut…
1031 …化|类名:SwiperAttribute;<br>方法or属性:loop(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribut…
1032 …:SwiperAttribute;<br>方法or属性:vertical(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribut…
1035SwiperAttribute;<br>方法or属性:cachedCount(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribu…
1038SwiperAttribute;<br>方法or属性:disableSwipe(value: boolean): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttri…
2818 |跨平台能力有变化|类名:SwiperAttribute;<br>方法or属性:declare class SwiperAttribute<br>旧版本信息:|类名:SwiperAttribute;…
2819 …化|类名:SwiperAttribute;<br>方法or属性:index(value: number): SwiperAttribute;<br>旧版本信息:|类名:SwiperAttribut…
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md485 |新增|NA|类名:SwiperAttribute<br>方法or属性:prevMargin(value: Length): SwiperAttribute;|swiper.d.ts|
486 |新增|NA|类名:SwiperAttribute<br>方法or属性:nextMargin(value: Length): SwiperAttribute;|swiper.d.ts|
585SwiperAttribute<br>方法 or 属性:indicatorStyle(value?: IndicatorStyle): SwiperAttribute;<br>废弃版本:N/A|类…
606SwiperAttribute<br>方法 or 属性:indicator(value: boolean): SwiperAttribute;<br>|类名:SwiperAttribute<br>…
607SwiperAttribute<br>方法 or 属性:curve(value: Curve \| string): SwiperAttribute;<br>|类名:SwiperAttribute
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-arkui.md27 |新增|NA|模块名: swiper<br>类名: SwiperAttribute<br>方法 or 属性: onAnimationStart(event: (index: number) => v…
28 |新增|NA|模块名: swiper<br>类名: SwiperAttribute<br>方法 or 属性: onAnimationEnd(event: (index: number) => voi…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp160 const std::shared_ptr<SwiperAttribute> DeclarationConstants::DEFAULT_SWIPER_ATTR = std::make_shared…
H A Ddeclaration_constants.h168 static const std::shared_ptr<SwiperAttribute> DEFAULT_SWIPER_ATTR;
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md485 |Added|NA|Class name: SwiperAttribute<br>Method or attribute name: prevMargin(value: Length): Swipe…
486 |Added|NA|Class name: SwiperAttribute<br>Method or attribute name: nextMargin(value: Length): Swipe…
585SwiperAttribute<br>Method or attribute name: indicatorStyle(value?: IndicatorStyle): SwiperAttribu…
606SwiperAttribute<br>Method or attribute name: indicator(value: boolean): SwiperAttribute;<br>|Class…
607SwiperAttribute<br>Method or attribute name: curve(value: Curve \| string): SwiperAttribute;<br>|C…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSwiper.ts17 class ArkSwiperComponent extends ArkComponent implements SwiperAttribute {
21 initialize(value: Object[]): SwiperAttribute {
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-arkui.md1026SwiperAttribute;<br>Method or attribute name: declare class SwiperAttribute<br>Old version informa…
1027SwiperAttribute;<br>Method or attribute name: index(value: number): SwiperAttribute;<br>Old versio…
1028SwiperAttribute;<br>Method or attribute name: autoPlay(value: boolean): SwiperAttribute;<br>Old ve…
1029SwiperAttribute;<br>Method or attribute name: interval(value: number): SwiperAttribute;<br>Old ver…
1031SwiperAttribute;<br>Method or attribute name: loop(value: boolean): SwiperAttribute;<br>Old versio…
1032SwiperAttribute;<br>Method or attribute name: vertical(value: boolean): SwiperAttribute;<br>Old ve…
1035SwiperAttribute;<br>Method or attribute name: cachedCount(value: number): SwiperAttribute;<br>Old …
1037SwiperAttribute;<br>Method or attribute name: effectMode(value: EdgeEffect): SwiperAttribute;<br>O…
1038SwiperAttribute;<br>Method or attribute name: disableSwipe(value: boolean): SwiperAttribute;<br>Ol…
2818SwiperAttribute;<br>Method or attribute name: declare class SwiperAttribute<br>Old version informa…
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-attribute-modifier.md80 …e、SpanAttribute、StackAttribute、StepperAttribute、StepperItemAttribute、SwiperAttribute、SymbolGlyphAt…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-arkui.md27 …wiper<br>Class name: SwiperAttribute<br>Method or attribute name: onAnimationStart(event: (index: …
28 …swiper<br>Class name: SwiperAttribute<br>Method or attribute name: onAnimationEnd(event: (index: n…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-universal-attributes-attribute-modifier.md80 …anAttribute, StackAttribute, StepperAttribute, StepperItemAttribute, SwiperAttribute, SymbolGlyphA…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-frameNode.md1686 type Swiper = TypedFrameNode&lt;SwiperInterface, SwiperAttribute&gt;
1696SwiperAttribute&gt; | 提供Swiper类型FrameNode节点。<br/>**说明:**<br/> SwiperInterface用于[TypedFrameNode](#t…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-arkui.md754SwiperAttribute;<br>方法or属性:curve(value: Curve \| string \| ICurve): SwiperAttribute;<br>旧版本信息:?(Cu…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-frameNode.md1655 type Swiper = TypedFrameNode&lt;SwiperInterface, SwiperAttribute&gt;
1665SwiperAttribute&gt; | FrameNode of the Swiper type.<br>**NOTE**<br> **SwiperInterface** is used as…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts1821 declare class ArkSwiperComponent extends ArkComponent implements SwiperAttribute {
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta2/
H A Djs-apidiff-arkui.md754SwiperAttribute;<br>Method or attribute name: curve(value: Curve \| string \| ICurve): SwiperAttri…
/ohos5.0/docs/zh-cn/release-notes/api-diff/Beta5 to v3.2-Release/
H A Djs-apidiff-arkui.md1157 …clare const SwiperInstance: SwiperAttribute;<br>起始版本:N/A|类名:global<br>方法 or 属性:declare const Swipe…
/ohos5.0/docs/en/release-notes/api-diff/Beta5-to-v3.2-Release/
H A Djs-apidiff-arkui.md1157 …nstance: SwiperAttribute;<br>Initial version: N/A|Class name: global<br>Method or attribute name: …