קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
blockly > FieldCheckbox > configure_
מגדירים את השדה על סמך מפת האפשרויות הנתונה.
Signature:
protected configure_(config: FieldCheckboxConfig): void;
פרמטרים
החזרות:
ריק
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-25 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-25 (שעון UTC)."],[],["The `configure_()` method of the `FieldCheckbox` class configures a checkbox field using a provided map of options. It accepts a `FieldCheckboxConfig` object as input, which contains the options for configuration. This method, denoted as `protected`, doesn't return any value (void). It is used to set up the `FieldCheckbox` based on the provided configuration.\n"]]