Enum PickerValuesLayout
PickerValuesLayout
An enumeration of how to display selected values in picker widget.
To call an enum, you call its parent class, name, and property. For example,
Charts.PickerValuesLayout.ASIDE
.
Properties
Property | Type | Description |
ASIDE | Enum | Selected values display in a single text line next to the value picker widget. |
BELOW | Enum | Selected values display in a single text line below the widget. |
BELOW_WRAPPING | Enum | Similar to below, but entries that cannot fit in the picker wrap to a new line. |
BELOW_STACKED | Enum | Selected values display in a column below the widget. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-11-01 UTC.
[null,null,["Last updated 2023-11-01 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`."]]],[]]