| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.clone() |
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1Widget.getDecoratedText()
Displays a decorated text item in this widget.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.set(String fieldName,
Object value) |
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setBottomLabel(String bottomLabel)
The formatted text label that shows below the main text.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setButton(GoogleAppsCardV1Button button)
A button that can be clicked to trigger an action.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setEndIcon(GoogleAppsCardV1Icon endIcon)
An icon displayed after the text.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setIcon(GoogleAppsCardV1Icon icon)
Deprecated in favor of start_icon.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setOnClick(GoogleAppsCardV1OnClick onClick)
Only the top and bottom label and content region are clickable.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setStartIcon(GoogleAppsCardV1Icon startIcon)
The icon displayed in front of the text.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setSwitchControl(GoogleAppsCardV1SwitchControl switchControl)
A switch widget can be clicked to change its state or trigger an action.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setText(String text)
Required.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setTopLabel(String topLabel)
The formatted text label that shows above the main text.
|
GoogleAppsCardV1DecoratedText |
GoogleAppsCardV1DecoratedText.setWrapText(Boolean wrapText)
The wrap text setting.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setDecoratedText(GoogleAppsCardV1DecoratedText decoratedText)
Displays a decorated text item in this widget.
|
Copyright © 2011–2021 Google. All rights reserved.