Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkCheckbox.ts19 checkboxNode: BuilderNode<[CheckBoxConfiguration]> | null = null;
108 if (isUndefined(this.checkboxNode) || this.needRebuild) {
110 this.checkboxNode = new xNode.BuilderNode(context);
111 this.checkboxNode.build(this.builder, checkBoxConfiguration);
114 this.checkboxNode.update(checkBoxConfiguration);
116 return this.checkboxNode.getFrameNode();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_pattern.cpp694 const RefPtr<FrameNode>& checkboxNode, CheckBoxStyle checkBoxGroupStyle) in SetCheckBoxStyle() argument
697 CHECK_NULL_VOID(checkboxNode); in SetCheckBoxStyle()
698 auto pattern = checkboxNode->GetPattern<CheckBoxPattern>(); in SetCheckBoxStyle()
704 checkboxNode->MarkDirtyNode(PROPERTY_UPDATE_RENDER); in SetCheckBoxStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/toggle/
H A Dtoggle_test_ng.cpp1551 … auto checkboxNode = AceType::DynamicCast<FrameNode>(ViewStackProcessor::GetInstance()->Finish()); variable
1552 ASSERT_NE(checkboxNode, nullptr);
1553 EXPECT_EQ(checkboxNode->GetId(), 100);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js20040 if (isUndefined(this.checkboxNode) || this.needRebuild) {
20042 this.checkboxNode = new xNode.BuilderNode(context);
20043 this.checkboxNode.build(this.builder, checkBoxConfiguration);
20046 this.checkboxNode.update(checkBoxConfiguration);
20048 return this.checkboxNode.getFrameNode();