static Widget.HorizontalAlignment |
Widget.HorizontalAlignment.forNumber(int value) |
|
Widget.HorizontalAlignment |
Columns.Column.Builder.getHorizontalAlignment() |
Specifies whether widgets align to the left, right, or center of a
column.
|
Widget.HorizontalAlignment |
Columns.Column.getHorizontalAlignment() |
Specifies whether widgets align to the left, right, or center of a
column.
|
Widget.HorizontalAlignment |
Columns.ColumnOrBuilder.getHorizontalAlignment() |
Specifies whether widgets align to the left, right, or center of a
column.
|
Widget.HorizontalAlignment |
Widget.Builder.getHorizontalAlignment() |
Specifies whether widgets align to the left, right, or center of a column.
|
Widget.HorizontalAlignment |
Widget.getHorizontalAlignment() |
Specifies whether widgets align to the left, right, or center of a column.
|
Widget.HorizontalAlignment |
WidgetOrBuilder.getHorizontalAlignment() |
Specifies whether widgets align to the left, right, or center of a column.
|
static Widget.HorizontalAlignment |
Widget.HorizontalAlignment.valueOf(int value) |
Deprecated.
|
static Widget.HorizontalAlignment |
Widget.HorizontalAlignment.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
Returns the enum constant of this type with the specified name.
|
static Widget.HorizontalAlignment |
Widget.HorizontalAlignment.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static Widget.HorizontalAlignment[] |
Widget.HorizontalAlignment.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|