Home
last modified time | relevance | path

Searched refs:showControlButton (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_model_ng.cpp79 void SideBarContainerModelNG::SetShowControlButton(bool showControlButton) in SetShowControlButton() argument
81 … ACE_UPDATE_LAYOUT_PROPERTY(SideBarContainerLayoutProperty, ShowControlButton, showControlButton); in SetShowControlButton()
320 void SideBarContainerModelNG::SetShowControlButton(FrameNode* frameNode, bool showControlButton) in SetShowControlButton() argument
322 …E_LAYOUT_PROPERTY(SideBarContainerLayoutProperty, ShowControlButton, showControlButton, frameNode); in SetShowControlButton()
H A Dside_bar_container_model_ng.h27 void SetShowControlButton(bool showControlButton) override;
65 static void SetShowControlButton(FrameNode* frameNode, bool showControlButton);
H A Dside_bar_container_model.h42 virtual void SetShowControlButton(bool showControlButton);
H A Dside_bar_container_pattern.cpp152 auto showControlButton = layoutProperty->GetShowControlButton().value_or(true); in OnUpdateShowControlButton() local
180 …buttonLayoutProperty->UpdateVisibility(showControlButton ? VisibleType::VISIBLE : VisibleType::GON… in OnUpdateShowControlButton()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dside_bar_container_model_impl.cpp48 void SideBarContainerModelImpl::SetShowControlButton(bool showControlButton) in SetShowControlButton() argument
53 component->SetShowControlButton(showControlButton); in SetShowControlButton()
H A Dside_bar_container_model_impl.h29 void SetShowControlButton(bool showControlButton) override;
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-sidebarcontainer.md85 ### showControlButton subsection
87 showControlButton(value: boolean)
H A Dohos-arkui-advanced-TreeView.md374 .showControlButton(false)
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkSideBarContainer.ts257 showControlButton(value: boolean): SideBarContainerAttribute {
/ohos5.0/foundation/arkui/advanced_ui_component/doc/
H A Dts-composite-components-treeview.md370 .showControlButton(false)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-sidebarcontainer.md85 ### showControlButton subsection
87 showControlButton(value: boolean)
H A Dohos-arkui-advanced-TreeView.md356 .showControlButton(false)
/ohos5.0/docs/zh-cn/application-dev/key-features/multi-device-app-dev/
H A Dtypical-layout-scenario.md376 …container.md)实现,结合响应式布局能力,在不同断点下为SideBarConContainer组件的sideBarWidth、showControlButton等属性配置不同的值,即可实…
455 .showControlButton(this.currentBreakpoint === 'sm')
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/export/
H A DarkComponent.d.ts695 showControlButton(value: boolean): SideBarContainerAttribute;
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-arkui.md2740 …;<br>方法or属性:showControlButton(value: boolean): SideBarContainerAttribute;<br>旧版本信息:|类名:SideBarCont…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js10720 showControlButton(value) { method in ArkSideBarContainerComponent
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-arkui.md2740showControlButton(value: boolean): SideBarContainerAttribute;<br>Old version information: |Class n…