@ThreadSafe public final class ValidationSupport extends java.lang.Object implements Validatable
Constructor and Description |
---|
ValidationSupport() |
Modifier and Type | Method and Description |
---|---|
void |
assertValid()
Assert that the component is valid
|
boolean |
isValid()
True if the component is valid.
|
void |
setInvalid() |
void |
setValid() |
public void setValid()
public void setInvalid()
public boolean isValid()
Validatable
isValid
in interface Validatable
public void assertValid()
Validatable
assertValid
in interface Validatable
Copyright © 2016 Red Hat. All Rights Reserved.