Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Dbutton_component.cpp195 void ButtonComponent::SetDisabledState(bool state) in SetDisabledState() function in OHOS::Ace::ButtonComponent
197 declaration_->SetDisabledState(state); in SetDisabledState()
H A Dbutton_component.h82 void SetDisabledState(bool state);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/input/
H A Ddom_button_util.cpp111 component->SetDisabledState(StringToBool(attr.second)); in SetChildAttr()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
H A Dbutton_declaration.h350 void SetDisabledState(bool state) in SetDisabledState() function