Searched refs:GetMultiSelectable (Results 1 – 9 of 9) sorted by relevance
39 …Selectable", [](const GridComposedElement& inspector) { return inspector.GetMultiSelectable(); } }, in __anon042a19020d02()221 std::string GridComposedElement::GetMultiSelectable() const in GetMultiSelectable() function in OHOS::Ace::V2::GridComposedElement225 return ConvertBoolToString(renderGrip->GetMultiSelectable()); in GetMultiSelectable()
34 …electable ", [](const ListComposedElement& inspector) { return inspector.GetMultiSelectable(); } }, in __anon174b67b80902()142 std::string ListComposedElement::GetMultiSelectable() const in GetMultiSelectable() function in OHOS::Ace::V2::ListComposedElement150 return renderList->GetMultiSelectable() ? "true" : "false"; in GetMultiSelectable()
42 std::string GetMultiSelectable() const;
51 std::string GetMultiSelectable() const;
298 bool GetMultiSelectable() const in GetMultiSelectable() function
222 bool GetMultiSelectable() const in GetMultiSelectable() function
130 isMultiSelectable_ = grid->GetMultiSelectable(); in Update()
150 bool GetMultiSelectable() const in GetMultiSelectable() function
167 isMultiSelectable_ = component_->GetMultiSelectable(); in Update()