Configuration data for a validated UI text field.
This record encapsulates the component, its filtering strategy, length constraints, and the action to trigger upon document changes.
- Parameters
-
| field | The JTextComponent component to be configured. |
| fieldFilterType | The FieldFilterType determining the sanitization strategy. |
| maxLength | The maximum number of characters allowed for this field. |
| action | The Runnable callback to execute when the content changes. |
- Returns
- New instance or null if any parameter is null.