Uses of Class
ca.corbett.forms.fields.FileField
Packages that use FileField
Package
Description
ca.corbett.forms.fields
All FormFields support optional validation in the form of a FieldValidator.
-
Uses of FileField in ca.corbett.forms.fields
Methods in ca.corbett.forms.fields that return FileFieldModifier and TypeMethodDescriptionFileField.setAllowBlankValues(boolean allow) Specifies whether blank values should be allowed in the text field.Sets the currently selected File for this field.FileField.setFileFilter(FileFilter filter) Sets a FileFilter to use with the JFileChooser.FileField.setSelectionType(FileField.SelectionType selectionType) Sets the SelectionType for this FieldField.FileField.setSelectionType(FileField.SelectionType selectionType, boolean allowBlankValues) Sets the SelectionType for this FileField. -
Uses of FileField in ca.corbett.forms.validators
Methods in ca.corbett.forms.validators with parameters of type FileFieldModifier and TypeMethodDescription