Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkCheckbox.ts106 …makeContentModifierNode(context: UIContext, checkBoxConfiguration: CheckBoxConfiguration): FrameNo…
107 checkBoxConfiguration.contentModifier = this.modifier;
111 this.checkboxNode.build(this.builder, checkBoxConfiguration);
114 this.checkboxNode.update(checkBoxConfiguration);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkbox/
H A Dcheckbox_model_ng.h33 std::function<RefPtr<FrameNode>(const CheckBoxConfiguration& checkBoxConfiguration)>;
H A Dcheckbox_pattern.cpp807 CheckBoxConfiguration checkBoxConfiguration(name, isSelected, enabled); in BuildContentModifierNode() local
808 return (makeFunc_.value())(checkBoxConfiguration); in BuildContentModifierNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js20038 makeContentModifierNode(context, checkBoxConfiguration) { argument
20039 checkBoxConfiguration.contentModifier = this.modifier;
20043 this.checkboxNode.build(this.builder, checkBoxConfiguration);
20046 this.checkboxNode.update(checkBoxConfiguration);