A map between a widget type and the corresponding highlight handler for that type.
When an element is invalid due to a validation error, the user needs to be informed. This method highlights the label for the given element by adding an appropriate CSS class.
ID of an element with a label to highlight.
When an element is invalid due to a validation error, the user needs to be informed. This method removes the highlighting on a label for the given element by removing the appropriate CSS class.
ID of an element with a label to unhighlight.
Generated using TypeDoc
When an element is invalid due to a validation error, the user needs to be informed. This highlighter is responsible for changing the visual state of an element so that the user notices the invalid element.