ui.Button.getImageUrl
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
הפונקציה מחזירה את כתובת ה-URL של התמונה אם היא קיימת.
שימוש | החזרות |
---|
Button.getImageUrl() | מחרוזת |
ארגומנט | סוג | פרטים |
---|
זה: ui.button | ui.Button | המופע ui.Button. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003e\u003ccode\u003eButton.getImageUrl()\u003c/code\u003e retrieves the URL of the image associated with a button element, if an image is present.\u003c/p\u003e\n"],["\u003cp\u003eThis method, when called on a \u003ccode\u003eui.Button\u003c/code\u003e instance, returns a string representing the image URL.\u003c/p\u003e\n"]]],["The `getImageUrl()` method, when called on a `ui.Button` instance, retrieves the URL of the image associated with that button. It takes no explicit arguments, only the `ui.Button` instance itself (`this: ui.button`). The method returns a String, which represents the URL of the button's image if it is set. Otherwise, it will return nothing.\n"],null,["# ui.Button.getImageUrl\n\n\u003cbr /\u003e\n\nReturns the url of the image if it exists.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------|---------|\n| Button.getImageUrl`()` | String |\n\n| Argument | Type | Details |\n|-------------------|-----------|-------------------------|\n| this: `ui.button` | ui.Button | The ui.Button instance. |"]]