public interface ErrorModelState
Modifier and Type | Method and Description |
---|---|
ErrorBehaviorState |
getErrorState()
current error behavior state of a component
Should only be set for components
FOr states with error types, the type token represents the token
|
TypeToken |
getToken()
the type token associated with a given model object
For model objects that also have an error state the typetoken applies to the state
|
void |
setErrorState(ErrorBehaviorState errorBehaviorState)
set the current error behavior state of a component
|
void |
setToken(TypeToken token)
set the type token for model object
|
void |
unsetAll()
set all elements of error model state to null
|
void |
unsetToken()
set the type token for model object to null
|
TypeToken getToken()
void setToken(TypeToken token)
token
- void unsetToken()
token
- ErrorBehaviorState getErrorState()
void setErrorState(ErrorBehaviorState errorBehaviorState)
errorBehaviorState
- void unsetAll()