pl.marcinchwedczuk.javafx.validation.ValidatingValueConverter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation Show documentation
Show all versions of validation Show documentation
Simple JavaFX Validation Library
The newest version!
package pl.marcinchwedczuk.javafx.validation;
public interface ValidatingValueConverter {
ConversionResult toModelValue(UIV uiValue);
UIV toUiValue(MV modelValue);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy