com.smartgwt.client.widgets.form.fields.events
Interface HasFocusHandlers

All Superinterfaces:
HasHandlers
All Known Implementing Classes:
AutoFitTextAreaItem, BlurbItem, BooleanItem, ButtonItem, CanvasItem, CheckboxItem, ColorPickerItem, ComboBoxItem, DateItem, FileItem, FloatItem, FormItem, HeaderItem, HiddenItem, IntegerItem, LinkItem, NativeCheckboxItem, PasswordItem, PickTreeItem, RadioGroupItem, ResetItem, RichTextItem, RowSpacerItem, SectionItem, SelectItem, SelectOtherItem, SliderItem, SpacerItem, SpinnerItem, StaticTextItem, SubmitItem, TextAreaItem, TextItem, TimeItem, ToolbarItem, UploadItem

public interface HasFocusHandlers
extends HasHandlers


Method Summary
 HandlerRegistration addFocusHandler(FocusHandler handler)
          Called when this FormItem receives focus.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addFocusHandler

HandlerRegistration addFocusHandler(FocusHandler handler)
Called when this FormItem receives focus.

Parameters:
handler - the focus handler
Returns:
HandlerRegistration used to remove this handler