getMunged() method

Returns whether or not the processInput method "munged" the value.

Syntax

public boolean getMunged ()

Returns

true if munged, false if not munged

Usage

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.