Interface HasPendingStatusChangedHandlers
- 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 SummaryModifier and TypeMethodDescriptionNotification method called whenshowPendingis enabled and this form item should either clear or show its "Pending" visual state.Methods inherited from interface com.google.gwt.event.shared.HasHandlersfireEvent
- 
Method Details- 
addPendingStatusChangedHandlerNotification method called whenshowPendingis enabled and this form item should either clear or show its "Pending" visual state.The default behavior is that the titleStyleandcellStyleare updated to include/exclude the "Pending" suffix. Standard form item types may implement additional default behavior (see any item-specific pendingStatusChanged() documentation). Returningfalsewill cancel the default behavior.The pendingStatusChanged() notification method is typically used by CanvasItem-derived form items, where a custom or supplemental pending visual state is desired.- Parameters:
- handler- the pendingStatusChanged handler
- Returns:
- HandlerRegistrationused to remove this handler
 
 
-