HelpText
Contents
[
Hide
]
Inheritance: java.lang.Object
public final class HelpText
Represents help text for a form field.
Constructors
| Constructor | Description |
|---|---|
| HelpText() |
Methods
| 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. |
HelpText()
public HelpText()
getUseOwn()
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
setUseOwn(boolean value)
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 |
getText()
public final String getText()
Gets or sets the text content of the help text.
Returns: java.lang.String
setText(String value)
public final void setText(String value)
Gets or sets the text content of the help text.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |