Uses of Class
ca.corbett.forms.fields.FormField
Packages that use FormField
Package
Description
Contains utility classes related to audio handling (playback and recording).
Contains utilities and components related to image handling.
Contains the LogConsole and associated classes - useful for showing log information
for your Swing application at runtime.
Contains a custom Properties implementation to augment the one provided by java.
Welcome to swing-forms!
ca.corbett.forms.fields
All FormFields support optional validation in the form of a FieldValidator.
-
Uses of FormField in ca.corbett.extras.audio
Subclasses of FormField in ca.corbett.extras.audioModifier and TypeClassDescriptionfinal classA ConfigPanel instance that allows viewing and editing settings for a WaveformConfig object.classA ConfigPanel implementation for AudioWaveformPanel.Methods in ca.corbett.extras.audio that return FormFieldMethods in ca.corbett.extras.audio with parameters of type FormField -
Uses of FormField in ca.corbett.extras.image
Subclasses of FormField in ca.corbett.extras.imageModifier and TypeClassDescriptionclassProvides a FormField implementation for viewing/editing config options for ImagePanels.classA compound (multi-component) FormField for grouping all of the fields required to configure a LogoGenerator request.Methods in ca.corbett.extras.image that return FormFieldModifier and TypeMethodDescriptionprotected FormFieldImagePanelConfig.generateFormFieldImpl()protected FormFieldLogoProperty.generateFormFieldImpl()Methods in ca.corbett.extras.image with parameters of type FormFieldModifier and TypeMethodDescriptionvoidImagePanelConfig.loadFromFormField(FormField field) voidLogoProperty.loadFromFormField(FormField field) -
Uses of FormField in ca.corbett.extras.logging
Methods in ca.corbett.extras.logging that return FormFieldMethods in ca.corbett.extras.logging with parameters of type FormField -
Uses of FormField in ca.corbett.extras.properties
Methods in ca.corbett.extras.properties that return FormFieldModifier and TypeMethodDescriptionPropertiesDialog.findFormField(String identifier) Returns the FormField with the given identifier if it exists on this dialog.static FormFieldPropertiesManager.findFormField(String fieldName, List<FormPanel> unrenderedFormPanels) A convenience method to find a specific named form field in a list of unrendered form panels.PropertyFormFieldValueChangedEvent.formField()Returns the value of theformFieldrecord component.final FormFieldAbstractProperty.generateFormField()Delegates to generateFormField(null).final FormFieldAbstractProperty.generateFormField(FormPanel formPanel) Generates a FormField instance for this AbstractProperty, depending on our type.protected abstract FormFieldAbstractProperty.generateFormFieldImpl()Descendant classes must implement this method to generate a FormField associated with this property.protected FormFieldBooleanProperty.generateFormFieldImpl()protected FormFieldColorProperty.generateFormFieldImpl()protected FormFieldComboProperty.generateFormFieldImpl()protected FormFieldDecimalProperty.generateFormFieldImpl()protected FormFieldDirectoryProperty.generateFormFieldImpl()protected FormFieldEnumProperty.generateFormFieldImpl()protected FormFieldFileProperty.generateFormFieldImpl()protected FormFieldFontProperty.generateFormFieldImpl()protected FormFieldIntegerProperty.generateFormFieldImpl()protected FormFieldLabelProperty.generateFormFieldImpl()protected FormFieldListProperty.generateFormFieldImpl()protected FormFieldLongTextProperty.generateFormFieldImpl()protected FormFieldLookAndFeelProperty.generateFormFieldImpl()protected FormFieldShortTextProperty.generateFormFieldImpl()Methods in ca.corbett.extras.properties with parameters of type FormFieldModifier and TypeMethodDescriptionprotected voidAbstractProperty.fireFormFieldChangedEvent(FormPanel formPanel, FormField field, ActionEvent changeEvent) abstract voidAbstractProperty.loadFromFormField(FormField field) Populates this Property's value(s) from the given form field, assuming the field is of the correct type.voidBooleanProperty.loadFromFormField(FormField field) voidColorProperty.loadFromFormField(FormField field) voidComboProperty.loadFromFormField(FormField field) voidDecimalProperty.loadFromFormField(FormField field) voidDirectoryProperty.loadFromFormField(FormField field) voidEnumProperty.loadFromFormField(FormField field) voidFileProperty.loadFromFormField(FormField field) voidFontProperty.loadFromFormField(FormField field) voidIntegerProperty.loadFromFormField(FormField field) voidLabelProperty.loadFromFormField(FormField field) voidListProperty.loadFromFormField(FormField field) voidLongTextProperty.loadFromFormField(FormField field) voidLookAndFeelProperty.loadFromFormField(FormField field) voidShortTextProperty.loadFromFormField(FormField field) Constructors in ca.corbett.extras.properties with parameters of type FormFieldModifierConstructorDescriptionPropertyFormFieldValueChangedEvent(AbstractProperty property, ActionEvent sourceEvent, FormPanel formPanel, FormField formField) Creates an instance of aPropertyFormFieldValueChangedEventrecord class. -
Uses of FormField in ca.corbett.forms
Methods in ca.corbett.forms that return FormFieldModifier and TypeMethodDescriptionFormPanel.getFormField(String identifier) Finds and returns a specific FormField by its identifier, if it exists.Methods in ca.corbett.forms that return types with arguments of type FormFieldModifier and TypeMethodDescriptionFormPanel.getFormFields()Returns a copy of the list of FormFields contained in this panel.Methods in ca.corbett.forms with parameters of type FormFieldModifier and TypeMethodDescriptionvoidAdds the specified FormField to this FormPanel.Method parameters in ca.corbett.forms with type arguments of type FormField -
Uses of FormField in ca.corbett.forms.fields
Subclasses of FormField in ca.corbett.forms.fieldsModifier and TypeClassDescriptionfinal classA FormField to wrap a JCheckBox.classA FormField implementation for selecting a solid color.classComboField<T>A FormField wrapping a JComboBox.final classA FormField for choosing a single directory or file.final classA FormField implementation that provides the ability to select a Font, with optional abilities to select font size, font color, and font background color.final classRepresents a form field that just presents a static label without any user interaction.classListField<T>Wraps a JList to allow for multi-selection of some object type.classA FormField implementation specifically for long (multi-line) text input.final classA FormField that wraps a JSpinner to allow numeric input.classA FormField that wraps and exposes a JPanel, into which callers can render whatever extra custom components they want to display inline with the form.classA FormField implementation specifically for short (single-line) text input.Fields in ca.corbett.forms.fields with type parameters of type FormFieldModifier and TypeFieldDescriptionprotected final List<FieldValidator<? extends FormField>> FormField.fieldValidatorsMethods in ca.corbett.forms.fields that return FormFieldModifier and TypeMethodDescriptionFormField.addAllExtraAttributes(Map<String, Object> newAttributes) Adds the map of extra attributes to our existing list.FileField.addFieldValidator(FieldValidator<? extends FormField> validator) Overridden so that it acts only on our "user-added" validators list.FormField.addFieldValidator(FieldValidator<? extends FormField> validator) Adds a FieldValidator to this FormField.FormField.addValueChangedListener(ValueChangedListener listener) Adds a value changed listener that will be invoked when the field value is changed.FormField.setAllExtraAttributes(Map<String, Object> newAttributes) Clears any extra attributes currently held by this form field and then accepts the given list of attributes.FormField.setExtraAttribute(String name, Object value) Set an arbitrary extra attribute to this form field.FormField.setHelpText(String helpText) Sets optional help text for this field.FormField.setIdentifier(String id) Sets an internal String identifier for this field.FormField.setMargins(Margins margins) Methods in ca.corbett.forms.fields with parameters of type FormFieldModifier and TypeMethodDescriptionvoidValueChangedListener.formFieldValueChanged(FormField field) The value in the given FormField has been modified.Method parameters in ca.corbett.forms.fields with type arguments of type FormFieldModifier and TypeMethodDescriptionFileField.addFieldValidator(FieldValidator<? extends FormField> validator) Overridden so that it acts only on our "user-added" validators list.FormField.addFieldValidator(FieldValidator<? extends FormField> validator) Adds a FieldValidator to this FormField.voidFileField.removeFieldValidator(FieldValidator<FormField> validator) Overridden so that it acts only on our "user-added" validators list.voidFormField.removeFieldValidator(FieldValidator<FormField> validator) Removes the given FieldValidator from this FormField. -
Uses of FormField in ca.corbett.forms.validators
Classes in ca.corbett.forms.validators with type parameters of type FormFieldModifier and TypeInterfaceDescriptioninterfaceFieldValidator<T extends FormField>Provides an interface for performing validation on some type of FormField.