Enum PickerValuesLayout
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
SelektorWartościUkład
Wyliczenie sposobów wyświetlania wybranych wartości w widżecie selektora.
Aby wywołać enum, wywołaj jego klasę nadrzędną, nazwę i właściwość. Na przykład:
Charts.PickerValuesLayout.ASIDE
.
Właściwości
Właściwość | Typ | Opis |
ASIDE | Enum | Wybrane wartości są wyświetlane w pojedynczej linii tekstowej obok widżetu selektora wartości. |
BELOW | Enum | Wybrane wartości są wyświetlane w pojedynczej linii tekstowej pod widżetem. |
BELOW_WRAPPING | Enum | Podobnie jak w przypadku poniżej, ale wpisy, które nie mieszczą się w selektorze, są przenoszone na nową linię. |
BELOW_STACKED | Enum | Wybrane wartości wyświetlają się w kolumnie pod widżetem. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003e\u003ccode\u003ePickerValuesLayout\u003c/code\u003e dictates how selected values are displayed within a picker widget.\u003c/p\u003e\n"],["\u003cp\u003eIt offers four options: \u003ccode\u003eASIDE\u003c/code\u003e, \u003ccode\u003eBELOW\u003c/code\u003e, \u003ccode\u003eBELOW_WRAPPING\u003c/code\u003e, and \u003ccode\u003eBELOW_STACKED\u003c/code\u003e, each controlling the position and layout of the selected values relative to the picker.\u003c/p\u003e\n"],["\u003cp\u003eTo use a specific layout, call it using the format \u003ccode\u003eCharts.PickerValuesLayout.[property name]\u003c/code\u003e, such as \u003ccode\u003eCharts.PickerValuesLayout.ASIDE\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Enum PickerValuesLayout\n\nPickerValuesLayout\n\nAn enumeration of how to display selected values in picker widget.\n\nTo call an enum, you call its parent class, name, and property. For example, `\nCharts.PickerValuesLayout.ASIDE`. \n\n### Properties\n\n| Property | Type | Description |\n|------------------|--------|---------------------------------------------------------------------------------|\n| `ASIDE` | `Enum` | Selected values display in a single text line next to the value picker widget. |\n| `BELOW` | `Enum` | Selected values display in a single text line below the widget. |\n| `BELOW_WRAPPING` | `Enum` | Similar to below, but entries that cannot fit in the picker wrap to a new line. |\n| `BELOW_STACKED` | `Enum` | Selected values display in a column below the widget. |"]]