Package cn.mapway.ui.shared
Interface HasCommonHandlers
- All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
- All Known Implementing Classes:
AbstractAttributeEditor,AbstractAttributesProvider,AiConfirm,AiDialog,AiPagination,AiTab,AttributeGroup,AttributeItemEditorProxy,AttributeTable,BaseAbstractModule,BigFileUploader,CheckBoxAttributeEditor,ColorBox,ColorBoxAttributeEditor,ColorCanvas,ColorChooser,ColorPopup,CommonEditorParameterDesigner,CommonEventComposite,ComposeAttributesProvider,DateTimeAttributeEditor,Dialog,DragButton,DropdownAttributeEditor,DropdownItem,EditorHorizontalPanel,EditorSelectAttributeEditor,EditorSelector,EventsInspector,IconAttributeEditor,IconNaviItem,IconSelector,ImageTextItem,ImageUploadAttributeEditor,ImageUploader,LabelAttributeEditor,List,ListDataItem,ListItem,ModuleBar,ModuleBox,ModuleButton,ModuleSelector,ObjectInspector,ObjectInspectorPanel,PaddingBoxAttributeEditor,Popup,RbacComposite,SaveBar,SaveDialog,SearchBox,SimpleAttributeGroup,SimpleObjectInspector,SliderAttributeEditor,SliderEx,SubsystemModule,TextAreaAttributeEditor,TextboxAttributeEditor,TextButton,ToolbarModule,ToolbarModules,Tree,TreeItem,ZTree
public interface HasCommonHandlers
extends com.google.gwt.event.shared.HasHandlers
HasCommonHandlers
通用句柄处理接口
- Author:
- zhangjianshe@gmail.com
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.gwt.event.shared.HandlerRegistrationaddCommonHandler(CommonEventHandler handler) Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
-
Method Details