Home
last modified time | relevance | path

Searched refs:GetTipText (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Drender_select.cpp86 auto tipText = data_->GetTipText(); in ApplyRestoreInfo()
H A Dselect_component.h151 const RefPtr<TextComponent>& GetTipText() const in GetTipText() function
H A Dselect_element.cpp190 auto tagText = component->GetTipText(); in HandleOptionModifiedEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dselect_model_impl.cpp70 auto tipText = selectComponent->GetTipText(); in SetSelected()
87 auto tipText = selectComponent->GetTipText(); in SetValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dselect_composed_element.cpp111 return render->GetSelectComponent()->GetTipText()->GetData(); in GetSelectValue()