method PickerBuilder.disableFeature
להשבית תכונה של בורר.
חתימה
disableFeature(feature: Feature): PickerBuilder;
פרטים
אופציונלי |
לא |
גמר |
לא |
מוגן |
לא |
סטטי |
לא |
פרמטרים
שם |
סוג |
אופציונלי |
תיאור |
feature |
Feature |
לא |
|
החזרות
PickerBuilder
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-11-09 (שעון UTC).
[null,null,["עדכון אחרון: 2024-11-09 (שעון UTC)."],[[["The `disableFeature` method allows you to disable a specific feature within the Picker."],["It accepts a single, required parameter: `feature` of type `Feature`, indicating the feature to disable."],["This method is not optional, final, protected, or static."],["Calling `disableFeature` returns a `PickerBuilder` instance, enabling method chaining for further customization."]]],["The `disableFeature` function, part of `PickerBuilder`, disables a specified `Feature`. It requires a `Feature` type parameter and is neither optional, final, protected, nor static. It returns a `PickerBuilder` object. The function is used to disable a picker feature based on the passed-in feature's name. There is not any optional parameter.\n"]]