Enum PickerValuesLayout
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
PickerValuesLayout
Seçilen değerlerin seçici widget'ında nasıl gösterileceğinin bir listesi.
Bir enum'u çağırmak için üst sınıfını, adını ve özelliğini çağırırsınız. Örneğin,
Charts.PickerValuesLayout.ASIDE
.
Özellikler
Mülk | Tür | Açıklama |
ASIDE | Enum | Seçilen değerler, değer seçici widget'ının yanında tek bir metin satırında gösterilir. |
BELOW | Enum | Seçilen değerler, widget'ın altında tek bir metin satırında gösterilir. |
BELOW_WRAPPING | Enum | Aşağıdakine benzer ancak seçiciye sığmayan girişler yeni bir satıra sarılır. |
BELOW_STACKED | Enum | Seçilen değerler widget'ın altındaki bir sütunda gösterilir. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]