com.sencha.gxt.widget.core.client.form.error
Interface ErrorHandler

All Known Implementing Classes:
ElementErrorHandler, SideErrorHandler, TitleErrorHandler, ToolTipErrorHandler

public interface ErrorHandler

Defines the interface for objects that can display a field's error.

See the following concrete implementations:


Method Summary
 void clearInvalid()
           
 void markInvalid(java.util.List<EditorError> errors)
           
 

Method Detail

clearInvalid

void clearInvalid()

markInvalid

void markInvalid(java.util.List<EditorError> errors)


Copyright © 2012. All Rights Reserved.