Package | Description |
---|---|
org.vectomatic.svg.edit.client.model | |
org.vectomatic.svg.edit.client.model.svg |
Modifier and Type | Field and Description |
---|---|
protected ValidationError.Severity |
ValidationError.severity
The error severity
|
Modifier and Type | Method and Description |
---|---|
ValidationError.Severity |
IValidatable.getSeverity()
Returns the severity for this model.
|
ValidationError.Severity |
ValidationError.getSeverity()
Returns the error severity
|
static ValidationError.Severity |
ValidationError.Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValidationError.Severity[] |
ValidationError.Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<ValidationError> |
IValidatable.getErrors(T model,
ValidationError.Severity severity)
Returns the errors of the specified severity
associated with this model.
|
void |
IValidatable.updateSeverity(ValidationError.Severity severity)
Updates the severity for this model.
|
Constructor and Description |
---|
ValidationError(ValidationError.Severity severity,
String message)
Constructor
|
ValidationError(ValidationError.Severity severity,
String message,
Object[] args)
Constructor
|
Modifier and Type | Field and Description |
---|---|
protected ValidationError.Severity |
SVGElementModel.severity
The model severity.
|
Modifier and Type | Method and Description |
---|---|
ValidationError.Severity |
SVGElementModel.computeSeverity()
Computes the severity of this model.
|
ValidationError.Severity |
SVGElementModel.getSeverity() |
Modifier and Type | Method and Description |
---|---|
Set<ValidationError> |
SVGElementModel.getErrors(org.vectomatic.dom.svg.impl.SVGElement model,
ValidationError.Severity severity) |
void |
SVGElementModel.updateSeverity(ValidationError.Severity severity) |
Copyright © 2018. All Rights Reserved.