| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.clone() |
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1Widget.getSelectionInput()
Displays a selection control that lets users select items.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1Widgets.getSelectionInput()
SelectionInput widget.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.set(String fieldName,
Object value) |
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setItems(List<GoogleAppsCardV1SelectionItem> items)
An array of selectable items.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setLabel(String label)
The text that appears above the selection input field in the user interface.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setName(String name)
The name that identifies the selection input in a form input event.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
If specified, the form is submitted when the selection changes.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setType(String type)
The type of items that are displayed to users in a `SelectionInput` widget.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setSelectionInput(GoogleAppsCardV1SelectionInput selectionInput)
Displays a selection control that lets users select items.
|
GoogleAppsCardV1Widgets |
GoogleAppsCardV1Widgets.setSelectionInput(GoogleAppsCardV1SelectionInput selectionInput)
SelectionInput widget.
|
Copyright © 2011–2023 Google. All rights reserved.