-
addErrorListeners()
-
Filters all nodes of type {@see br.presenter.node.ToolTipField} and monitors them using
{@see br.presenter.util.ErrorMonitor#monitorField}
-
forgetField(oField)
-
Removes the automatic monitoring of the supplied Field, and removes it from the list of current errors
if the field is currently in an error state.
Parameters:
-
monitorField(oField)
-
Monitors a Field to automatically add it as an error when it enters an error state and remove it once
that error is resolved.
Parameters:
-
removeErrorListeners(pGroups)
-
removes all error subscriptions for the given fields
Parameters:
Name |
Type |
Description |
pGroups |
Array
|
fields we want to forget |