Class CommonEventComposite

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
cn.mapway.ui.client.widget.CommonEventComposite
All Implemented Interfaces:
IEventHandler, HasAttributeStateChangeHandler, IAttributesProvider, IAttributeValuesUpdator, IAttributeInit, IPageTip, IEnabled, IErrorMessage, IProvideSize, ISelectable, Id, HasCommonHandlers, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget
Direct Known Subclasses:
AbstractAttributeEditor, AiPagination, AttributeGroup, AttributeTable, BaseAbstractModule, ColorChooser, EditorHorizontalPanel, EditorSelector, EventsInspector, IconNaviItem, IconSelector, ImageTextItem, ImageUploader, List, ListDataItem, ListItem, ModuleBar, ModuleBox, ModuleButton, ModuleSelector, ObjectInspector, ObjectInspectorPanel, SaveBar, SearchBox, SimpleAttributeGroup, SliderEx, TextButton

public class CommonEventComposite extends com.google.gwt.user.client.ui.Composite implements ISelectable, IErrorMessage, IEnabled, HasCommonHandlers, Id, IAttributeInit, IEventHandler, IProvideSize, IAttributesProvider, IPageTip
CommonEventComposite 这是一个组件 不是容器面板panel 组件一定是放在一个容器中的 这个组件也可以通过装饰器来装饰
Author:
zhangjianshe@gmail.com