InputFieldDecorator
that uses an Icon
in the label of the InputField
to indicate if the field is valid or invalid. The icons to use for valid and invalid fields are supplied in the constructor. The placement of the icon relative to the text of the label is controlled by the methods {@link #setHorizontalTextPosition(int)} and {@link #setVerticalTextPosition(int)}.
Several InputFields
can share the same instance of a LabelIconFieldDecorator
.
@author Torgil Zethson
|
|
|
|
|
|
|
|