Home
last modified time | relevance | path

Searched refs:GetCurrentText (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Dpicker_text_component.cpp57 value = column->GetCurrentText(); in GetSelectedObject()
88 selectedValue_ = column->GetCurrentText(); in OnSelectedSaving()
H A Dpicker_multitext_component.cpp80 … column->GetCurrentText() + "\"" + ",\"index\":" + std::to_string(column->GetCurrentIndex()) + "}"; in GetSelectedObject()
83 …column->GetCurrentText() + "\"" + ",\"newSelected\":" + std::to_string(column->GetCurrentIndex()) … in GetSelectedObject()
128 selectedValues_[index] = column->GetCurrentText(); in OnSelectedSaving()
H A Dpicker_column_component.h102 std::string GetCurrentText() const in GetCurrentText() function
H A Drender_picker_column.cpp288 node->SetText(data_->GetPrefix() + data_->GetCurrentText() + data_->GetSuffix()); in UpdateAccessibility()
H A Drender_picker_base.cpp661 onTextChange_(pickerColumn->GetCurrentText(), pickerColumn->GetCurrentIndex()); in HandleColumnChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_column_pattern.h161 std::string GetCurrentText() const in GetCurrentText() function
H A Dtextpicker_pattern.cpp988 value = textPickerColumnPattern->GetCurrentText(); in GetSelectedObject()
H A Dtextpicker_column_pattern.cpp1448 value = GetCurrentText(); in GetSelectedObject()