Enum PickerValuesLayout
選択ツール値レイアウト選択した値を選択ツール ウィジェットに表示する方法の列挙型。
列挙型を呼び出すには、その親クラス、名前、プロパティを呼び出します。たとえば、
Charts.PickerValuesLayout.ASIDE
です。
プロパティ
プロパティ | タイプ | 説明 |
ASIDE | Enum | 選択した値は、値選択ツールの横に 1 行のテキストで表示されます。 |
BELOW | Enum | 選択した値は、ウィジェットの下に 1 行のテキストとして表示されます。 |
BELOW_WRAPPING | Enum | 以下と同様ですが、選択ツールに収まらないエントリは新しい行に折り返されます。 |
BELOW_STACKED | Enum | 選択した値は、ウィジェットの下の列に表示されます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-02 UTC。
[null,null,["最終更新日 2024-12-02 UTC。"],[[["`PickerValuesLayout` dictates how selected values are displayed within a picker widget."],["It offers four options: `ASIDE`, `BELOW`, `BELOW_WRAPPING`, and `BELOW_STACKED`, each controlling the position and layout of the selected values relative to the picker."],["To use a specific layout, call it using the format `Charts.PickerValuesLayout.[property name]`, such as `Charts.PickerValuesLayout.ASIDE`."]]],[]]