public enum ChipList.Layout extends Enum<ChipList.Layout> implements ProtocolMessageEnumThe chip list layout.
Protobuf enum google.apps.card.v1.ChipList.Layout
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
HORIZONTAL_SCROLLABLE |
The chips scroll horizontally if they don't fit in the available space. |
HORIZONTAL_SCROLLABLE_VALUE |
The chips scroll horizontally if they don't fit in the available space. |
LAYOUT_UNSPECIFIED |
Don't use. Unspecified. |
LAYOUT_UNSPECIFIED_VALUE |
Don't use. Unspecified. |
UNRECOGNIZED |
|
WRAPPED |
Default value. The chip list wraps to the next line if there isn't enough horizontal space. |
WRAPPED_VALUE |
Default value. The chip list wraps to the next line if there isn't enough horizontal space. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|