Returns whether or not the processInput method "munged" the value.
public boolean getMunged ()
Munged means that the value needed to be changed, but the logical value was not affected. For example, if the lowercase attribute is set, and an uppercase character was typed in, the stored value gets changed to all lowercase and the UI needs to be updated.