| Package | Description |
|---|---|
| org.nuiton.jaxx.validator.swing | |
| org.nuiton.jaxx.validator.swing.ui |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends AbstractBeanValidatorUI> |
SwingValidator.uiClass
ui renderer class
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AbstractBeanValidatorUI> |
SwingValidator.getUiClass() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SwingValidator.setMessageRepresentation(JComponent c,
Collection<String> fieldnames,
Class<? extends AbstractBeanValidatorUI> uiClass) |
protected void |
SwingValidator.setMessageRepresentation(String fieldname,
JComponent old,
JComponent c,
Class<? extends AbstractBeanValidatorUI> uiClass)
Deprecated.
|
void |
SwingValidator.setUiClass(Class<? extends AbstractBeanValidatorUI> uiClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
IconValidationUI
An implementation of
AbstractBeanValidatorUI which paints a icon on
top right corner. |
class |
ImageValidationUI
An implementation of
AbstractBeanValidatorUI which paints a icon on
top right corner. |
class |
TranslucentValidationUI
An implementation of
AbstractBeanValidatorUI which paints a
translucent backgroud color (green for ok, red for error, yellow for
warning). |
Copyright © 2008–2019 Ultreia.io. All rights reserved.