Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Dselect_component.h229 void SetOptionClickedCallback(const std::function<void(std::size_t)>& clickedCallback) in SetOptionClickedCallback() function
232 popup_->SetOptionClickedCallback(clickedCallback); in SetOptionClickedCallback()
H A Dselect_element.cpp70 component->SetOptionClickedCallback([weak](std::size_t index) { in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tool_bar/
H A Dtool_bar_item_element.cpp88 popup_->SetOptionClickedCallback([weak = WeakClaim(this)](std::size_t index) { in InitSelectPopup()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/menu/
H A Dmenu_element.cpp36 popup->SetOptionClickedCallback([weak = WeakClaim(this)](std::size_t index) { in PerformBuild()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/
H A Dselect_popup_component.h108 void SetOptionClickedCallback(const std::function<void(std::size_t)>& clickedCallback) in SetOptionClickedCallback() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1310 popup_->SetOptionClickedCallback([callback](std::size_t index) { in OnSelectPopupMenu()