public static class PortConfig.RequireHints
extends java.lang.Object
ConfigImporter
Modifier and Type | Field and Description |
---|---|
java.lang.String |
promptTag
The ResourceBundle key for a localized prompt string to display in a dialog box.
|
PortConfig.HintType |
typeOfDialogPrompt
The data entry field type to be used in the prompting dialog box.
|
Constructor and Description |
---|
RequireHints(java.lang.String promptTag)
Create a RequireHints object for the specified prompt string and a default text field.
|
RequireHints(java.lang.String promptTag,
PortConfig.HintType typeOfDialogPrompt)
Create a RequireHints object for the specified prompt string and the specified type
of data entry field.
|
public final java.lang.String promptTag
public final PortConfig.HintType typeOfDialogPrompt
public RequireHints(java.lang.String promptTag)
promptTag
- String key to a ResourceBundle localized prompt textpublic RequireHints(java.lang.String promptTag, PortConfig.HintType typeOfDialogPrompt)
promptTag
- String key to a ResourceBundle localized prompt texttypeOfDialogPrompt
- HintType enum for the type of data entry to use