| java.lang.Object com.jgoodies.validation.tutorial.formatted.Utils
appendButtonBar | static void appendButtonBar(DefaultFormBuilder builder, List<? extends JTextComponent> textComponents, String validText, String invalidText)(Code) | | Appends a row with three buttons to the given builder.
The buttons set valid, invalid and empty texts to the fields.
Before the button bar, a gap is added that grows vertically.
Parameters: builder - the builder used to append the button bar |
appendRow | static JFormattedTextField appendRow(DefaultFormBuilder builder, String text, JFormattedTextField field, Format displayFormat)(Code) | | Appends a row to the given builder. The row consists of
a label for the focus lost behavior mode name,
the given JFormattedTextField,
a check icon label that is visible iff the field's editValid
property is true ,
and a text label that displays the field's value property.
Parameters: builder - the builder used to append the components Parameters: text - the String that describes the added row Parameters: field - the formatted text field Parameters: displayFormat - the format used to format the field's value the JFormattedTextField added to the builder |
appendTitleRow | static void appendTitleRow(DefaultFormBuilder builder, String title)(Code) | | Appends a row to the given builder that consists of the
title labels used in the formatted example series.
Parameters: builder - the builder used to add titles to Parameters: title - the text for the first column |
|
|