Interface HasPickerIconClickHandlers
- All Superinterfaces:
HasHandlers
- All Known Implementing Classes:
AutoFitTextAreaItem
,BlurbItem
,BooleanItem
,ButtonItem
,CancelItem
,CanvasItem
,CheckboxItem
,ColorItem
,ColorPickerItem
,ComboBoxItem
,DateItem
,DateRangeItem
,DateTimeItem
,DoubleItem
,FileItem
,FloatItem
,FormItem
,HeaderItem
,HiddenItem
,IntegerItem
,IPickTreeItem
,LinkItem
,MiniDateRangeItem
,MultiComboBoxItem
,MultiFileItem
,MultiPickerItem
,NativeCheckboxItem
,PasswordItem
,PickTreeItem
,PresetCriteriaItem
,PresetDateRangeItem
,RadioGroupItem
,RelativeDateItem
,ResetItem
,RichTextItem
,RowSpacerItem
,SavedSearchItem
,SectionItem
,SelectItem
,SelectOtherItem
,SetFilterItem
,ShuttleItem
,SliderItem
,SpacerItem
,SpinnerItem
,StaticTextItem
,SubmitItem
,TextAreaItem
,TextItem
,TimeItem
,ToggleItem
,ToolbarItem
,UploadItem
,ViewFileItem
-
Method Summary
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details
-
addPickerIconClickHandler
Notification method called when thepicker icon
is clicked. This method will fire after theFormItemIcon.formItemClick()
handler for thepickerIcon
. If the event is not cancelled, the standardFormItem.iconClick()
will also fire.The default implementation will call
showPicker()
.- Parameters:
handler
- the pickerIconClick handler- Returns:
HandlerRegistration
used to remove this handler
-