Class Error
- java.lang.Object
-
- com.axelor.meta.schema.actions.Action.Element
-
- com.axelor.meta.schema.actions.validate.validator.Validator
-
- com.axelor.meta.schema.actions.validate.validator.Error
-
public class Error extends Validator
-
-
Constructor Summary
Constructors Constructor Description Error()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
-
Methods inherited from class com.axelor.meta.schema.actions.validate.validator.Validator
getAction, getCancelBtnTitle, getConfirmBtnTitle, getLocalizedCancelBtnTitle, getLocalizedConfirmBtnTitle, getLocalizedTitle, getMessage, getTitle, setAction, setCancelBtnTitle, setConfirmBtnTitle, setMessage, setTitle, toMap
-
Methods inherited from class com.axelor.meta.schema.actions.Action.Element
getCondition, getExpression, getName, setCondition, setExpression, setName, test
-
-