Package | Description |
---|---|
com.google.api.services.content.model |
Modifier and Type | Method and Description |
---|---|
InputFieldTextInput |
InputFieldTextInput.clone() |
InputFieldTextInput |
InputField.getTextInput()
Input field to provide text information.
|
InputFieldTextInput |
InputFieldTextInput.set(String fieldName,
Object value) |
InputFieldTextInput |
InputFieldTextInput.setAdditionalInfo(TextWithTooltip additionalInfo)
Additional info regarding the field to be displayed to merchant.
|
InputFieldTextInput |
InputFieldTextInput.setAriaLabel(String ariaLabel)
Text to be used as the [aria-label](https://www.w3.org/TR/WCAG20-TECHS/ARIA14.html) for the
input.
|
InputFieldTextInput |
InputFieldTextInput.setFormatInfo(String formatInfo)
Information about the required format.
|
InputFieldTextInput |
InputFieldTextInput.setType(String type)
Type of the text input
|
Modifier and Type | Method and Description |
---|---|
InputField |
InputField.setTextInput(InputFieldTextInput textInput)
Input field to provide text information.
|
Copyright © 2011–2024 Google. All rights reserved.