public interface AlmValidator
AlmValidator interface defines the API to validate submitted value from UI for workitem fields.| Modifier and Type | Method and Description |
|---|---|
boolean |
isValid() |
void |
processValidator(RenderingContext rcontext, AlmComponent component) |
void |
setValid(boolean isValid) |
void processValidator(RenderingContext rcontext, AlmComponent component) throws ALMException
rcontext - the RenderingContext objectcomponent - the AlmComponent objectALMExceptionvoid setValid(boolean isValid)
boolean isValid()