TextInput.Builder |
TextInput.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
TextInput.Builder |
TextInput.Builder.clear() |
|
TextInput.Builder |
TextInput.Builder.clearAutoCompleteAction() |
Optional.
|
TextInput.Builder |
TextInput.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TextInput.Builder |
TextInput.Builder.clearHintText() |
Text that appears below the text input field meant to assist users by
prompting them to enter a certain value.
|
TextInput.Builder |
TextInput.Builder.clearInitialSuggestions() |
Suggested values that users can enter.
|
TextInput.Builder |
TextInput.Builder.clearLabel() |
The text that appears above the text input field in the user interface.
|
TextInput.Builder |
TextInput.Builder.clearName() |
The name by which the text input is identified in a form input event.
|
TextInput.Builder |
TextInput.Builder.clearOnChangeAction() |
What to do when a change occurs in the text input field.
|
TextInput.Builder |
TextInput.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TextInput.Builder |
TextInput.Builder.clearPlaceholderText() |
Text that appears in the text input field when the field is empty.
|
TextInput.Builder |
TextInput.Builder.clearType() |
How a text input field appears in the user interface.
|
TextInput.Builder |
TextInput.Builder.clearValue() |
The value entered by a user, returned as part of a form input event.
|
TextInput.Builder |
TextInput.Builder.clone() |
|
TextInput.Builder |
Columns.Column.Widgets.Builder.getTextInputBuilder() |
[TextInput][google.apps.card.v1.TextInput] widget.
|
TextInput.Builder |
Widget.Builder.getTextInputBuilder() |
Displays a text box that users can type into.
|
TextInput.Builder |
TextInput.Builder.mergeAutoCompleteAction(Action value) |
Optional.
|
TextInput.Builder |
TextInput.Builder.mergeFrom(TextInput other) |
|
TextInput.Builder |
TextInput.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TextInput.Builder |
TextInput.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TextInput.Builder |
TextInput.Builder.mergeInitialSuggestions(Suggestions value) |
Suggested values that users can enter.
|
TextInput.Builder |
TextInput.Builder.mergeOnChangeAction(Action value) |
What to do when a change occurs in the text input field.
|
TextInput.Builder |
TextInput.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TextInput.Builder |
TextInput.newBuilder() |
|
static TextInput.Builder |
TextInput.newBuilder(TextInput prototype) |
|
TextInput.Builder |
TextInput.newBuilderForType() |
|
protected TextInput.Builder |
TextInput.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TextInput.Builder |
TextInput.Builder.setAutoCompleteAction(Action value) |
Optional.
|
TextInput.Builder |
TextInput.Builder.setAutoCompleteAction(Action.Builder builderForValue) |
Optional.
|
TextInput.Builder |
TextInput.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
TextInput.Builder |
TextInput.Builder.setHintText(java.lang.String value) |
Text that appears below the text input field meant to assist users by
prompting them to enter a certain value.
|
TextInput.Builder |
TextInput.Builder.setHintTextBytes(com.google.protobuf.ByteString value) |
Text that appears below the text input field meant to assist users by
prompting them to enter a certain value.
|
TextInput.Builder |
TextInput.Builder.setInitialSuggestions(Suggestions value) |
Suggested values that users can enter.
|
TextInput.Builder |
TextInput.Builder.setInitialSuggestions(Suggestions.Builder builderForValue) |
Suggested values that users can enter.
|
TextInput.Builder |
TextInput.Builder.setLabel(java.lang.String value) |
The text that appears above the text input field in the user interface.
|
TextInput.Builder |
TextInput.Builder.setLabelBytes(com.google.protobuf.ByteString value) |
The text that appears above the text input field in the user interface.
|
TextInput.Builder |
TextInput.Builder.setName(java.lang.String value) |
The name by which the text input is identified in a form input event.
|
TextInput.Builder |
TextInput.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The name by which the text input is identified in a form input event.
|
TextInput.Builder |
TextInput.Builder.setOnChangeAction(Action value) |
What to do when a change occurs in the text input field.
|
TextInput.Builder |
TextInput.Builder.setOnChangeAction(Action.Builder builderForValue) |
What to do when a change occurs in the text input field.
|
TextInput.Builder |
TextInput.Builder.setPlaceholderText(java.lang.String value) |
Text that appears in the text input field when the field is empty.
|
TextInput.Builder |
TextInput.Builder.setPlaceholderTextBytes(com.google.protobuf.ByteString value) |
Text that appears in the text input field when the field is empty.
|
TextInput.Builder |
TextInput.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
TextInput.Builder |
TextInput.Builder.setType(TextInput.Type value) |
How a text input field appears in the user interface.
|
TextInput.Builder |
TextInput.Builder.setTypeValue(int value) |
How a text input field appears in the user interface.
|
TextInput.Builder |
TextInput.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TextInput.Builder |
TextInput.Builder.setValue(java.lang.String value) |
The value entered by a user, returned as part of a form input event.
|
TextInput.Builder |
TextInput.Builder.setValueBytes(com.google.protobuf.ByteString value) |
The value entered by a user, returned as part of a form input event.
|
TextInput.Builder |
TextInput.toBuilder() |
|