Home
last modified time | relevance | path

Searched refs:SetGroupValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/checkable/
H A Dradio_group_component.h68 refPtr->SetGroupValue(newValue);
72 refPtr->SetGroupValue(newValue);
74 refPtr->SetGroupValue(" ");
78 refPtr->SetGroupValue(newValue);
H A Drender_checkbox.cpp54 component_->SetGroupValue(value ? CheckableStatus::ALL : CheckableStatus::NONE); in Update()
58 component_->SetGroupValue(CHECKABLE_STATUS[static_cast<int32_t>(status_)]); in Update()
128 component_->SetGroupValue(groupValue); in UpdateGroupValue()
170 component_->SetGroupValue(value); in HandleClick()
H A Dcheckable_component.h381 void SetGroupValue(const CheckableStatus value) in SetGroupValue() function
642 void SetGroupValue(VALUE_TYPE groupValue) in SetGroupValue() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dradio_model_impl.cpp65 radioComponent->SetGroupValue(radioComponent->GetValue()); in SetChecked()
68 radioComponent->SetGroupValue(""); in SetChecked()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_radio_util.cpp114 component->SetGroupValue(component->GetValue()); in SetChildAttr()
117 component->SetGroupValue(""); in SetChildAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_input.cpp491 radio->SetGroupValue(GetOriginValue()); in OnReset()
493 radio->SetGroupValue(""); in OnReset()