Class ModuleButton

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
cn.mapway.ui.client.widget.buttons.ModuleButton
All Implemented Interfaces:
IEventHandler, HasAttributeStateChangeHandler, IAttributesProvider, IAttributeValuesUpdator, IAttributeInit, IPageTip, IEnabled, IErrorMessage, IProvideSize, ISelectable, Id, IData<ModuleInfo>, HasCommonHandlers, com.google.gwt.event.dom.client.HasClickHandlers, 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

public class ModuleButton extends CommonEventComposite implements IData<ModuleInfo>, com.google.gwt.event.dom.client.HasClickHandlers
  • Constructor Details

    • ModuleButton

      public ModuleButton()
  • Method Details

    • getData

      public ModuleInfo getData()
      Specified by:
      getData in interface IData<ModuleInfo>
    • setData

      public void setData(ModuleInfo moduleInfo)
      Specified by:
      setData in interface IData<ModuleInfo>
    • addClickHandler

      public com.google.gwt.event.shared.HandlerRegistration addClickHandler(com.google.gwt.event.dom.client.ClickHandler handler)
      Specified by:
      addClickHandler in interface com.google.gwt.event.dom.client.HasClickHandlers