メソッド Picker.setVisible
Picker
オブジェクトの表示 / 非表示を制御します。
署名
setVisible(visible: boolean): Picker;
詳細
省略可 |
いいえ |
決勝 |
いいえ |
保護 |
いいえ |
静的 |
いいえ |
パラメータ
名前 |
Type |
省略可能 |
説明 |
visible |
boolean |
いいえ |
|
戻り値
Picker
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-09 UTC。
[null,null,["最終更新日 2024-11-09 UTC。"],[[["The `setVisible` method controls the visibility of the `Picker` object."],["It takes a boolean parameter `visible` to set the visibility state."],["The method returns the `Picker` object itself, allowing for method chaining."],["This method is not optional, final, protected, or static."]]],["The `setVisible` method controls the visibility of a `Picker` object. It accepts a single, non-optional `boolean` parameter named `visible`. This parameter dictates whether the `Picker` is shown or hidden. The method returns the `Picker` object itself, allowing for method chaining. The method is not optional, final, protected or static.\n"]]