A map between a widget type and the corresponding highlight handler for that type.
Applies ui-state-XXX - css-classes to an element (component).
Element to which apply the css-classes.
Is the input of the element valid?
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.
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.
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.