Home
last modified time | relevance | path

Searched refs:Sticky (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/dialog/entry/src/main/ets/pages/
H A Dindex.ets60 }.sticky(Sticky.Normal)
78 .sticky(0 == index ? Sticky.Opacity : Sticky.None)
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-listitem.md55 sticky(value: Sticky)
67 | value | [Sticky](#stickydeprecated枚举说明) | 是 | ListItem吸顶效果。<br/>默认值:Sticky.None |
137 ## Sticky<sup>(deprecated)</sup>枚举说明
/ohos5.0/docs/en/application-dev/basic-services/common-event/
H A DReadme-EN.md16 - [Removing Sticky Common Events (for System Applications Only)](common-event-remove-sticky.md)
H A Dcommon-event-remove-sticky.md1 # Removing Sticky Common Events (for System Applications Only)
H A Dcommon-event-overview.md19 - Sticky common events: common events that can be sent to a subscriber before or after they initiat…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkListItem.ts63 sticky(value: Sticky): this {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Dlist_item_component.h43 ACE_DEFINE_COMPONENT_PROP(Sticky, StickyMode, StickyMode::NONE);
H A Dlist_component.h67 ACE_DEFINE_COMPONENT_PROP(Sticky, StickyStyle, StickyStyle::NONE);
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-listitem.md55 sticky(value: Sticky)
67 | value | [Sticky](#stickydeprecated) | Yes | Sticky effect of the list item.<br>Default value: *…
137 ## Sticky<sup>(deprecated)</sup>
H A Dts-container-listitemgroup.md100 ### Example 1: Setting a Sticky Header and Footer
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js678 var Sticky; variable
679 (function (Sticky) {
680 Sticky[Sticky["None"] = 0] = "None";
681 Sticky[Sticky["Normal"] = 1] = "Normal";
682 Sticky[Sticky["Opacity"] = 2] = "Opacity";
683 })(Sticky || (Sticky = {}));
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-commonEventManager-sys.md157 | event | string | Yes | Sticky common event to remove. For details, see [System …
203 | event | string | Yes | Sticky common event to remove. For details, see [System Common Events](.…
/ohos5.0/docs/en/application-dev/faqs/
H A Dfaqs-arkui-layout.md41 [Adding a Sticky Header](../ui/arkts-layout-development-create-list.md#adding-a-sticky-header)
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-layout-development-create-list.md393 …ultiple groups is implemented. For details, see the example in [Adding a Sticky Header](#adding-a …
395 ## Adding a Sticky Header
399 Sticky headers not only signify the representation and usage of data in the respective groups, but …
401 **Figure 12** Sticky header
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md579 |废弃版本有变化|类名:Sticky<br>废弃版本:N/A|类名:Sticky<br>废弃版本:9<br>代替接口:list/StickyStyle |list_item.d.ts|
580 …ute<br>方法 or 属性:sticky(value: Sticky): ListItemAttribute;<br>废弃版本:N/A|类名:ListItemAttribute<br>方法 o…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-arkui.md579 |Deprecated version changed|Class name: Sticky<br>Deprecated version: N/A|Class name: Sticky<br>Dep…
580 …y(value: Sticky): ListItemAttribute;<br>Deprecated version: N/A|Class name: ListItemAttribute<br>M…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts1801 sticky(value: Sticky): this;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-arkui.md217 |废弃版本有变化|类名:Sticky;<br>方法or属性:declare enum Sticky<br>旧版本信息:|类名:Sticky;<br>方法or属性:declare enum Stick…
218 |废弃版本有变化|类名:Sticky;<br>方法or属性:None<br>旧版本信息:|类名:Sticky;<br>方法or属性:None<br>新版本信息:9<br>代替接口: list/Sti…
219 |废弃版本有变化|类名:Sticky;<br>方法or属性:Normal<br>旧版本信息:|类名:Sticky;<br>方法or属性:Normal<br>新版本信息:9<br>代替接口: list…
220 |废弃版本有变化|类名:Sticky;<br>方法or属性:Opacity<br>旧版本信息:|类名:Sticky;<br>方法or属性:Opacity<br>新版本信息:9<br>代替接口: li…
222 …ibute;<br>方法or属性:sticky(value: Sticky): ListItemAttribute;<br>旧版本信息:|类名:ListItemAttribute;<br>方法or…
/ohos5.0/docs/zh-cn/application-dev/reference/common/
H A D_j_s_v_m.md670 | JSVM_REGEXP_STICKY | Sticky模式。 |
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-arkui.md217Sticky;<br>Method or attribute name: declare enum Sticky<br>Old version information: |Class name:
218 …ted version changed|Class name: Sticky;<br>Method or attribute name: None<br>Old version informati…
219 …ed version changed|Class name: Sticky;<br>Method or attribute name: Normal<br>Old version informat…
220 …d version changed|Class name: Sticky;<br>Method or attribute name: Opacity<br>Old version informat…
222 …(value: Sticky): ListItemAttribute;<br>Old version information: |Class name: ListItemAttribute;<br…
/ohos5.0/docs/en/application-dev/reference/common/
H A D_j_s_v_m.md670 | JSVM_REGEXP_STICKY | Sticky mode.|
/ohos5.0/docs/en/application-dev/
H A Dwebsite.md1084 …- [Removing Sticky Common Events (for System Applications Only)](basic-services/common-event/commo…