Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Grid |
GoogleAppsCardV1Grid.clone() |
GoogleAppsCardV1Grid |
GoogleAppsCardV1Widget.getGrid()
Displays a grid with a collection of items.
|
GoogleAppsCardV1Grid |
GoogleAppsCardV1Grid.set(String fieldName,
Object value) |
GoogleAppsCardV1Grid |
GoogleAppsCardV1Grid.setBorderStyle(GoogleAppsCardV1BorderStyle borderStyle)
The border style to apply to each grid item.
|
GoogleAppsCardV1Grid |
GoogleAppsCardV1Grid.setColumnCount(Integer columnCount)
The number of columns to display in the grid.
|
GoogleAppsCardV1Grid |
GoogleAppsCardV1Grid.setItems(List<GoogleAppsCardV1GridItem> items)
The items to display in the grid.
|
GoogleAppsCardV1Grid |
GoogleAppsCardV1Grid.setOnClick(GoogleAppsCardV1OnClick onClick)
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.
|
GoogleAppsCardV1Grid |
GoogleAppsCardV1Grid.setTitle(String title)
The text that displays in the grid header.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setGrid(GoogleAppsCardV1Grid grid)
Displays a grid with a collection of items.
|
Copyright © 2011–2024 Google. All rights reserved.