Uses of Class
com.google.apps.card.v1.Grid.Builder
Packages that use Grid.Builder
-
Uses of Grid.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Grid.BuilderModifier and TypeMethodDescriptionGrid.Builder.addAllItems
(Iterable<? extends Grid.GridItem> values) The items to display in the grid.Grid.Builder.addItems
(int index, Grid.GridItem value) The items to display in the grid.Grid.Builder.addItems
(int index, Grid.GridItem.Builder builderForValue) The items to display in the grid.Grid.Builder.addItems
(Grid.GridItem value) The items to display in the grid.Grid.Builder.addItems
(Grid.GridItem.Builder builderForValue) The items to display in the grid.Grid.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Grid.Builder.clear()
Grid.Builder.clearBorderStyle()
The border style to apply to each grid item.Grid.Builder.clearColumnCount()
The number of columns to display in the grid.Grid.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Grid.Builder.clearItems()
The items to display in the grid.Grid.Builder.clearOnClick()
This callback is reused by each individual grid item, but with the item's identifier and index in the items list added to the callback's parameters.Grid.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Grid.Builder.clearTitle()
The text that displays in the grid header.Grid.Builder.clone()
Widget.Builder.getGridBuilder()
Displays a grid with a collection of items.Grid.Builder.mergeBorderStyle
(BorderStyle value) The border style to apply to each grid item.Grid.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Grid.Builder.mergeFrom
(com.google.protobuf.Message other) Grid.Builder.mergeOnClick
(OnClick value) This callback is reused by each individual grid item, but with the item's identifier and index in the items list added to the callback's parameters.final Grid.Builder
Grid.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Grid.Builder
Grid.newBuilder()
static Grid.Builder
Grid.newBuilder
(Grid prototype) Grid.newBuilderForType()
protected Grid.Builder
Grid.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Grid.Builder.removeItems
(int index) The items to display in the grid.Grid.Builder.setBorderStyle
(BorderStyle value) The border style to apply to each grid item.Grid.Builder.setBorderStyle
(BorderStyle.Builder builderForValue) The border style to apply to each grid item.Grid.Builder.setColumnCount
(int value) The number of columns to display in the grid.Grid.Builder.setItems
(int index, Grid.GridItem value) The items to display in the grid.Grid.Builder.setItems
(int index, Grid.GridItem.Builder builderForValue) The items to display in the grid.Grid.Builder.setOnClick
(OnClick value) This callback is reused by each individual grid item, but with the item's identifier and index in the items list added to the callback's parameters.Grid.Builder.setOnClick
(OnClick.Builder builderForValue) This callback is reused by each individual grid item, but with the item's identifier and index in the items list added to the callback's parameters.Grid.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The text that displays in the grid header.Grid.Builder.setTitleBytes
(com.google.protobuf.ByteString value) The text that displays in the grid header.final Grid.Builder
Grid.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Grid.toBuilder()
Methods in com.google.apps.card.v1 with parameters of type Grid.BuilderModifier and TypeMethodDescriptionWidget.Builder.setGrid
(Grid.Builder builderForValue) Displays a grid with a collection of items.