Uses of Class
ca.corbett.extras.TextInputDialog
Packages that use TextInputDialog
-
Uses of TextInputDialog in ca.corbett.extras
Methods in ca.corbett.extras that return TextInputDialogModifier and TypeMethodDescriptionTextInputDialog.addValidator(FieldValidator<? extends FormField> validator) Adds a FieldValidator to the text field, allowing whatever custom validation rules you want to enforce on the input.TextInputDialog.removeValidator(FieldValidator<FormField> validator) Removes the given FieldValidator from the text field.TextInputDialog.setAllowBlank(boolean allow) Decides whether blank values should be allowed in the text field.TextInputDialog.setConfirmLabel(String label) Changes the label used on the confirm button (defaults to "OK").TextInputDialog.setInitialText(String text) Sets the text that should appear in the text field when the dialog is first shown.