Package | Description |
---|---|
com.google.api.services.chat.v1.model |
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.clone() |
GoogleAppsCardV1TextInput |
GoogleAppsCardV1Widget.getTextInput()
Displays a text box that users can type into.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1Widgets.getTextInput()
TextInput widget.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.set(String fieldName,
Object value) |
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setAutoCompleteAction(GoogleAppsCardV1Action autoCompleteAction)
Optional.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setHintText(String hintText)
Text that appears below the text input field meant to assist users by prompting them to enter a
certain value.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setInitialSuggestions(GoogleAppsCardV1Suggestions initialSuggestions)
Suggested values that users can enter.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setLabel(String label)
The text that appears above the text input field in the user interface.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setName(String name)
The name by which the text input is identified in a form input event.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setOnChangeAction(GoogleAppsCardV1Action onChangeAction)
What to do when a change occurs in the text input field.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setPlaceholderText(String placeholderText)
Text that appears in the text input field when the field is empty.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setType(String type)
How a text input field appears in the user interface.
|
GoogleAppsCardV1TextInput |
GoogleAppsCardV1TextInput.setValue(String value)
The value entered by a user, returned as part of a form input event.
|
Modifier and Type | Method and Description |
---|---|
GoogleAppsCardV1Widget |
GoogleAppsCardV1Widget.setTextInput(GoogleAppsCardV1TextInput textInput)
Displays a text box that users can type into.
|
GoogleAppsCardV1Widgets |
GoogleAppsCardV1Widgets.setTextInput(GoogleAppsCardV1TextInput textInput)
TextInput widget.
|
Copyright © 2011–2024 Google. All rights reserved.