net.sf.doolin.gui.validation
Interface GUIValidationDecorator
- All Superinterfaces:
- GUIViewDecorator
- All Known Implementing Classes:
- AbstractValidationGUIViewDecorator, DefaultValidationGUIViewDecorator
public interface GUIValidationDecorator
- extends GUIViewDecorator
Specialized decorator for the validation of views.
- Author:
- Damien Coraboeuf
decorateField
<V> JComponent decorateField(Field<V> field,
JComponent fieldComponent)
- Decorates a field.
- Type Parameters:
V - Type of object for the view- Parameters:
field - Field to decoratefieldComponent - Field component to decorate
- Returns:
- Decorated field component
Copyright © 2011. All Rights Reserved.