public class ControlsFxVisualizer extends ValidationVisualizerBase
ValidationVisualizer that uses the third-party library ControlsFX to visualize validation messages.
Please Note: The library ControlsFX is not delivered with the mvvmFX library. If you like to use
this visualization you have to add the ControlsFX library to your classpath, otherwise you will get
NoClassDefFoundErrors and ClassNotFoundExceptions. If you are using a build management system like
maven or gradle you simply have to add the library as dependency.
| Constructor and Description |
|---|
ControlsFxVisualizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
setDecoration(org.controlsfx.validation.decoration.ValidationDecoration decoration)
Define a custom ControlsFX
ValidationVisualizer that is used to visualize the validation results. |
initVisualizationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitVisualizationpublic void setDecoration(org.controlsfx.validation.decoration.ValidationDecoration decoration)
ValidationVisualizer that is used to visualize the validation results.
By default the GraphicValidationDecoration is used.
Copyright © 2016 Saxonia Systems AG. All rights reserved.