|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextValueLink | |
---|---|
org.jminor.common.ui.valuemap |
Uses of TextValueLink in org.jminor.common.ui.valuemap |
---|
Subclasses of TextValueLink in org.jminor.common.ui.valuemap | |
---|---|
class |
DateValueLink<K>
A class for linking a formatted text field to a ValueChangeMapEditModel date property value. |
class |
DoubleValueLink<K>
A class for linking a DoubleField to a ValueChangeMapEditModel double property value. |
class |
FormattedValueLink<K>
A class for linking a JFormattedTextField to a ValueChangeMapEditModel property value. |
class |
IntValueLink<K>
A class for linking a IntField to a ValueChangeMapEditor int key value. |
Methods in org.jminor.common.ui.valuemap with parameters of type TextValueLink | ||
---|---|---|
static
|
ValueLinkValidators.addValidator(TextValueLink<K> valueLink,
JTextComponent textComponent,
ValueChangeMapEditModel<K,Object> editModel)
Adds a validator to the given text component, based on the given value link and edit model |
|
static
|
ValueLinkValidators.addValidator(TextValueLink<K> valueLink,
JTextComponent textComponent,
ValueChangeMapEditModel<K,Object> editModel,
Color validBackgroundColor,
Color invalidBackgroundColor,
String defaultToolTip)
Adds a validator to the given text component, based on the given value link and edit model |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |