Home
last modified time | relevance | path

Searched defs:buttonType (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
Dui_dialog.cpp169 void UIDialog::SetButton(DialogButtonType buttonType, const char* text, UIView::OnClickListener* li… in SetButton()
218 void UIDialog::AddButton(DialogButtonType buttonType, in AddButton()
578 void UIDialog::SetButtonColor(DialogButtonType buttonType, ColorType color) in SetButtonColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
Dbutton_pattern.h113 void setComponentButtonType(const ComponentButtonType& buttonType) in setComponentButtonType()
229 static std::string ConvertButtonTypeToString(ButtonType buttonType) in ConvertButtonTypeToString()
/foundation/arkui/ui_lite/test/uitest/test_dialog/
Dui_test_dialog.cpp36 TestUIDialogButtonListener(UIDialog::DialogButtonType buttonType, UILabel* label) in TestUIDialogButtonListener()
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
Drender_stepper.h76 StepperButtonType buttonType = StepperButtonType::NONE; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
Djsi_view_register.cpp1450 JSObjectTemplate buttonType; in JsRegisterFormViews() local
1651 JSObjectTemplate buttonType; in JsRegisterViews() local
/foundation/arkui/ace_engine/frameworks/core/components/declaration/button/
Dbutton_declaration.h26 std::string buttonType; member