| Package | Description |
|---|---|
| net.nextencia.dj.swingsuite |
| Modifier and Type | Class and Description |
|---|---|
class |
JNumberEntryField<T extends Number & Comparable<T>>
An entry field for number types (Byte, Short, Integer, Long, BigInteger, Float, Double, BigDecimal).
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextEntryFieldListener.errorMessageChanged(JTextEntryField validationField,
String errorMessage)
Invoked when an error message is set or cleared.
|
void |
TextEntryFieldAdapter.errorMessageChanged(JTextEntryField validationField,
String errorMessage)
Invoked when an error message is set or cleared.
|
String |
TextEntryValidator.getDefaultValidText(JTextEntryField textEntryField)
Get a default text that is valid within the current set of validation constraints.
|
String |
TextEntryValidator.getInvalidTextErrorMessage(JTextEntryField textEntryField,
String invalidText)
Get the message to show when the current text is invalid, or null for the default.
|
String |
TextEntryFormatter.getTextForDisplay(JTextEntryField textEntryField,
String validText)
Get the text to show when the field does not have the focus.
|
boolean |
TextEntryValidator.isTextAllowed(JTextEntryField textEntryField,
String text)
Indicate whether the text is allowed.
|
boolean |
TextEntryValidator.isTextValid(JTextEntryField textEntryField,
String text)
Indicate whether the text is valid.
|
void |
TextEntryFieldListener.textCommitted(JTextEntryField validationField)
Invoked when a valid text of an entry field is committed.
|
void |
TextEntryFieldAdapter.textCommitted(JTextEntryField validationField)
Invoked when a valid text of an entry field is committed.
|
Copyright © 2019. All rights reserved.