Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_picker_base.cpp31 DOMPickerBase::DOMPickerBase(NodeId nodeId, const std::string& nodeName, bool hasValue) in DOMPickerBase() function in OHOS::Ace::Framework::DOMPickerBase
46 void DOMPickerBase::InitializeStyle() in InitializeStyle()
51 void DOMPickerBase::ResetInitializedStyle() in ResetInitializedStyle()
64 RefPtr<Component> DOMPickerBase::GetSpecializedComponent() in GetSpecializedComponent()
72 void DOMPickerBase::HandleClickCallback() const in HandleClickCallback()
80 void DOMPickerBase::ShowDialog() const in ShowDialog()
465 void DOMPickerBase::PrepareSpecializedComponent() in PrepareSpecializedComponent()
486 void DOMPickerBase::CompositeComponents() in CompositeComponents()
508 bool DOMPickerBase::CreatePicker() in CreatePicker()
578 bool DOMPickerBase::SetStart(const std::string& value) in SetStart()
[all …]
H A Ddom_picker_base.h33 class DOMPickerBase : public DOMNode {
34 DECLARE_ACE_TYPE(DOMPickerBase, DOMNode);
37 DOMPickerBase(NodeId nodeId, const std::string& nodeName, bool hasValue);
38 ~DOMPickerBase() override = default;
H A Ddom_picker_dialog.h23 class DOMPickerDialog final : public DOMPickerBase {
24 DECLARE_ACE_TYPE(DOMPickerDialog, DOMPickerBase);
H A Ddom_picker_view.h23 class DOMPickerView final : public DOMPickerBase {
24 DECLARE_ACE_TYPE(DOMPickerView, DOMPickerBase);
H A Ddom_picker_dialog.cpp20 DOMPickerDialog::DOMPickerDialog(NodeId nodeId, const std::string& nodeName) : DOMPickerBase(nodeId… in DOMPickerDialog()
H A Ddom_picker_view.cpp20 DOMPickerView::DOMPickerView(NodeId nodeId, const std::string& nodeName) : DOMPickerBase(nodeId, no… in DOMPickerView()