Enum PickerValuesLayout
PickerValuesLayout
一个枚举,用于说明如何在选择器 widget 中显示所选值。
若要调用枚举,您可以调用其父类、名称和属性。例如
Charts.PickerValuesLayout.ASIDE
。
属性
媒体资源 | 类型 | 说明 |
ASIDE | Enum | 所选值会显示在值选择器 widget 旁边的单个文本行中。 |
BELOW | Enum | 选定值会显示在微件下方的单个文本行中。 |
BELOW_WRAPPING | Enum | 与以下内容类似,但选择器中无法容纳的条目会换行。 |
BELOW_STACKED | Enum | 选定值会显示在微件下方的列中。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2023-12-01。
[null,null,["最后更新时间 (UTC):2023-12-01。"],[[["`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`."]]],[]]