Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.clone() |
GoogleAppsCardV1Action |
GoogleAppsCardV1OnClick.getAction()
If specified, an action is triggered by this `onClick`.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1TextInput.getAutoCompleteAction()
Optional.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1SelectionInput.getExternalDataSource()
An external data source, such as a relational data base.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1SelectionInput.getOnChangeAction()
If specified, the form is submitted when the selection changes.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1DateTimePicker.getOnChangeAction()
Triggered when the user clicks **Save** or **Clear** from the `DateTimePicker` interface.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1SwitchControl.getOnChangeAction()
The action to perform when the switch state is changed, such as what function to run.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1TextInput.getOnChangeAction()
What to do when a change occurs in the text input field.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1OnClick.getOpenDynamicLinkAction()
An add-on triggers this action when the action needs to open a link.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.set(String fieldName,
Object value) |
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.setFunction(String function)
A custom function to invoke when the containing element is clicked or othrwise activated.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.setInteraction(String interaction)
Optional.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.setLoadIndicator(String loadIndicator)
Specifies the loading indicator that the action displays while making the call to the action.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.setParameters(List<GoogleAppsCardV1ActionParameter> parameters)
List of action parameters.
|
GoogleAppsCardV1Action |
GoogleAppsCardV1Action.setPersistValues(Boolean persistValues)
Indicates whether form values persist after the action.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.setAction(GoogleAppsCardV1Action action)
If specified, an action is triggered by this `onClick`.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setAutoCompleteAction(GoogleAppsCardV1Action autoCompleteAction)
Optional.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setExternalDataSource(GoogleAppsCardV1Action externalDataSource)
An external data source, such as a relational data base.
|
GoogleAppsCardV1SelectionInput |
GoogleAppsCardV1SelectionInput.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
If specified, the form is submitted when the selection changes.
|
GoogleAppsCardV1DateTimePicker |
GoogleAppsCardV1DateTimePicker.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
Triggered when the user clicks **Save** or **Clear** from the `DateTimePicker` interface.
|
GoogleAppsCardV1SwitchControl |
GoogleAppsCardV1SwitchControl.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
The action to perform when the switch state is changed, such as what function to run.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
What to do when a change occurs in the text input field.
|
GoogleAppsCardV1OnClick |
GoogleAppsCardV1OnClick.setOpenDynamicLinkAction(GoogleAppsCardV1Action openDynamicLinkAction)
An add-on triggers this action when the action needs to open a link.
|
Copyright © 2011–2024 Google. All rights reserved.