ui.Label.setUrl
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מגדיר את כתובת ה-URL של התווית, וכתוצאה מכך התווית תוצג כקישור.
הפונקציה מחזירה את התווית הזו.
שימוש | החזרות |
---|
Label.setUrl(targetUrl) | ui.Label |
ארגומנט | סוג | פרטים |
---|
זה: ui.label | ui.Label | מופע ui.Label. |
targetUrl | מחרוזת | כתובת ה-URL של ההיפר-קישור. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון 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\u003eLabel.setUrl()\u003c/code\u003e configures a label to act as a hyperlink by setting its URL.\u003c/p\u003e\n"],["\u003cp\u003eIt takes the target URL as an argument and applies it to the specified ui.Label instance.\u003c/p\u003e\n"],["\u003cp\u003eCalling \u003ccode\u003esetUrl()\u003c/code\u003e also returns the ui.Label object, allowing for method chaining.\u003c/p\u003e\n"]]],[],null,["# ui.Label.setUrl\n\n\u003cbr /\u003e\n\nSets the url of the label, which will cause it to render as a link.\n\n\u003cbr /\u003e\n\nReturns this label.\n\n| Usage | Returns |\n|---------------------------|----------|\n| Label.setUrl`(targetUrl)` | ui.Label |\n\n| Argument | Type | Details |\n|------------------|----------|---------------------------|\n| this: `ui.label` | ui.Label | The ui.Label instance. |\n| `targetUrl` | String | The url of the hyperlink. |"]]