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.mvc.attribute.editor.inspector.EventsInspector
All Implemented Interfaces:
IEventHandler, HasAttributeStateChangeHandler, IAttributesProvider, IAttributeValuesUpdator, IAttributeInit, IPageTip, IEnabled, IErrorMessage, IProvideSize, ISelectable, Id, IData<String>, 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

public class EventsInspector extends CommonEventComposite implements IData<String>
对象事件查看
  • Constructor Details

    • EventsInspector

      public EventsInspector()
  • Method Details

    • getData

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

      public void setData(String moduleCode)
      Specified by:
      setData in interface IData<String>
      Parameters:
      moduleCode -
    • updateUIState

      public void updateUIState(String script)
    • eventTreeCommon

      @UiHandler("eventTree") public void eventTreeCommon(CommonEvent event)