Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.clone() |
GoogleAppsCardV1TextInput |
GoogleAppsCardV1Widget.getTextInput()
Displays a text input in this widget.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.set(String fieldName,
Object value) |
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setAutoCompleteAction(GoogleAppsCardV1Action autoCompleteAction)
The refresh function that returns suggestions based on the user's input text.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setHintText(String hintText)
The hint text.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setInitialSuggestions(GoogleAppsCardV1Suggestions initialSuggestions)
The initial suggestions made before any user input.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setLabel(String label)
At least one of label and hintText must be specified.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setName(String name)
The name of the text input which is used in formInput.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
The onChange action, for example, invoke a function.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setType(String type)
The style of the text, for example, a single line or multiple lines.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setValue(String value)
The default value when there is no input from the user.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setTextInput(GoogleAppsCardV1TextInput textInput)
Displays a text input in this widget.
|
Copyright © 2011–2021 Google. All rights reserved.