Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.clone() |
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1Widget.getSelectionInput()
Displays a switch control in this widget.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.set(String fieldName,
Object value) |
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setItems(List<GoogleAppsCardV1SelectionItem> items) |
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setLabel(String label)
The label displayed ahead of the switch control.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setName(String name)
The name of the text input which is used in formInput.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
If specified, the form is submitted when the selection changes.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setType(String type) |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setSelectionInput(GoogleAppsCardV1SelectionInput selectionInput)
Displays a switch control in this widget.
|
Copyright © 2011–2021 Google. All rights reserved.