Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.clone() |
GoogleAppsCardV1Button |
GoogleAppsCardV1DecoratedText.getButton()
A button that a user can click to trigger an action.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1CardFixedFooter.getPrimaryButton()
The primary button of the fixed footer.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1CardFixedFooter.getSecondaryButton()
The secondary button of the fixed footer.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.set(String fieldName,
Object value) |
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setAltText(String altText)
The alternative text that's used for accessibility.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setColor(Color color)
If set, the button is filled with a solid background color and the font color changes to
maintain contrast with the background color.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setDisabled(Boolean disabled)
If `true`, the button is displayed in an inactive state and doesn't respond to user actions.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setIcon(GoogleAppsCardV1Icon icon)
The icon image.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setOnClick(GoogleAppsCardV1OnClick onClick)
Required.
|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setText(String text)
The text displayed inside the button.
|
Modifier and Type | Method and Description |
---|---|
List<GoogleAppsCardV1Button> |
GoogleAppsCardV1ButtonList.getButtons()
An array of buttons.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setButton(GoogleAppsCardV1Button button)
A button that a user can click to trigger an action.
|
GoogleAppsCardV1CardFixedFooter |
GoogleAppsCardV1CardFixedFooter.setPrimaryButton(GoogleAppsCardV1Button primaryButton)
The primary button of the fixed footer.
|
GoogleAppsCardV1CardFixedFooter |
GoogleAppsCardV1CardFixedFooter.setSecondaryButton(GoogleAppsCardV1Button secondaryButton)
The secondary button of the fixed footer.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1ButtonList |
GoogleAppsCardV1ButtonList.setButtons(List<GoogleAppsCardV1Button> buttons)
An array of buttons.
|
Copyright © 2011–2024 Google. All rights reserved.