HelpText
Leave feedback
On this page
Inheritance: java.lang.Object
public final class HelpText
Represents help text for a form field.
| Constructor | Description |
|---|---|
| HelpText() |
| Method | Description |
|---|---|
| getUseOwn() | Gets or sets a value indicating whether the form field should use its own help text. |
| setUseOwn(boolean value) | Gets or sets a value indicating whether the form field should use its own help text. |
| getText() | Gets or sets the text content of the help text. |
| setText(String value) | Gets or sets the text content of the help text. |
public HelpText()
public final boolean getUseOwn()
Gets or sets a value indicating whether the form field should use its own help text.
If set to false , the help text will not be applied.
Returns: boolean
public final void setUseOwn(boolean value)
Gets or sets a value indicating whether the form field should use its own help text.
If set to false , the help text will not be applied.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
public final String getText()
Gets or sets the text content of the help text.
Returns: java.lang.String
public final void setText(String value)
Gets or sets the text content of the help text.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.