Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/test/json/
H A Dtext_field_creator.cpp56 textField->SetActionLabel(json.GetString(TEXT_FIELD_ACTION_LABEL)); in CreateFromJson()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp266 void TextFieldComponent::SetActionLabel(const std::string& actionLabel) in SetActionLabel() function in OHOS::Ace::TextFieldComponent
268 declaration_->SetActionLabel(actionLabel); in SetActionLabel()
H A Dtext_field_component.h118 void SetActionLabel(const std::string& actionLabel);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h525 void SetActionLabel(const std::string& actionLabel) in SetActionLabel() function