Home
last modified time | relevance | path

Searched refs:sectionIndex (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/indexer/
H A Dindexer_component.cpp574 int32_t sectionIndex = listItem_.front()->GetSectionIndex(); in UpdateSectionIndex() local
579 item->SetSectionIndex(sectionIndex); in UpdateSectionIndex()
581 sectionIndex = sectionIndex + static_cast<int32_t>(item->GetKeyCount()) + 1; in UpdateSectionIndex()
583 --sectionIndex; in UpdateSectionIndex()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-waterflow.md115 update(sectionIndex: number, section: SectionOptions): boolean
127sectionIndex | number | 是 | 从0开始计算的索引,会转换为整数,表示要修改的分组的位置。<br/>**说明:** <br/>1. 如果索引是负数,则从末尾开始计算,…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-waterflow.md115 update(sectionIndex: number, section: SectionOptions): boolean
127sectionIndex | number | Yes | Zero-based index of the water flow item section to update. The val…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsEnumStyle.js2721 update(sectionIndex, section) { argument
2726 this.sectionArray.splice(sectionIndex, 1, section);
2728 let intStart = this.toArrayIndex(sectionIndex, oldLength);