public class ViolationMapper<U>
extends java.lang.Object
| Type | Property and Description |
|---|---|
javafx.beans.property.ReadOnlyStringProperty |
path |
javafx.beans.property.ReadOnlyBooleanProperty |
useSubPaths |
| Constructor and Description |
|---|
ViolationMapper(java.lang.String path,
boolean useSubPaths) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getUseSubPaths()
Gets the value of the property useSubPaths.
|
javafx.collections.ObservableList<javax.validation.ConstraintViolation<U>> |
getViolations() |
java.lang.String |
path() |
javafx.beans.property.ReadOnlyStringProperty |
pathProperty() |
void |
reset() |
void |
setViolations(java.util.List<javax.validation.ConstraintViolation<U>> matchingViolations) |
javafx.beans.property.ReadOnlyBooleanProperty |
useSubPathsProperty() |
public javafx.beans.property.ReadOnlyStringProperty pathProperty
public javafx.beans.property.ReadOnlyBooleanProperty useSubPathsProperty
getUseSubPaths()public ViolationMapper(java.lang.String path,
boolean useSubPaths)
public javafx.collections.ObservableList<javax.validation.ConstraintViolation<U>> getViolations()
public java.lang.String path()
public javafx.beans.property.ReadOnlyStringProperty pathProperty()
public boolean getUseSubPaths()
public javafx.beans.property.ReadOnlyBooleanProperty useSubPathsProperty()
getUseSubPaths()public void reset()
public void setViolations(java.util.List<javax.validation.ConstraintViolation<U>> matchingViolations)