Class InputHistoryPanel

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.document.ui.client.test.InputHistoryPanel
All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.logical.shared.HasSelectionHandlers<HistoryData>, com.google.gwt.event.logical.shared.HasValueChangeHandlers<Integer>, 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 InputHistoryPanel extends com.google.gwt.user.client.ui.Composite implements com.google.gwt.event.logical.shared.HasSelectionHandlers<HistoryData>, com.google.gwt.event.logical.shared.HasValueChangeHandlers<Integer>
The Class InputHistoryPanel.
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject

    com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
  • Field Summary

    Fields inherited from class com.google.gwt.user.client.ui.UIObject

    DEBUG_ID_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new input history panel.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addItem(String title, String value)
    Adds the item.
    com.google.gwt.event.shared.HandlerRegistration
    addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<HistoryData> selectionHandler)
     
    com.google.gwt.event.shared.HandlerRegistration
    addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<Integer> valueChangeHandler)
     
    void
    Cleat content.
    get(int i)
    获取历史
    int
    历史纪录的个数
    void
    render(String relativePath)
    Render.

    Methods inherited from class com.google.gwt.user.client.ui.Composite

    claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget

    Methods inherited from class com.google.gwt.user.client.ui.Widget

    addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents

    Methods inherited from class com.google.gwt.user.client.ui.UIObject

    addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.gwt.event.shared.HasHandlers

    fireEvent
  • Constructor Details

    • InputHistoryPanel

      public InputHistoryPanel()
      Instantiates a new input history panel.
  • Method Details

    • addSelectionHandler

      public com.google.gwt.event.shared.HandlerRegistration addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<HistoryData> selectionHandler)
      Specified by:
      addSelectionHandler in interface com.google.gwt.event.logical.shared.HasSelectionHandlers<HistoryData>
    • get

      public String get(int i)
      获取历史
      Parameters:
      i - hehe
      Returns:
      String
    • addValueChangeHandler

      public com.google.gwt.event.shared.HandlerRegistration addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<Integer> valueChangeHandler)
      Specified by:
      addValueChangeHandler in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers<Integer>
    • cleatContent

      public void cleatContent()
      Cleat content.
    • addItem

      public void addItem(String title, String value)
      Adds the item.
      Parameters:
      title - the title
      value - the value
    • getHistoryCount

      public int getHistoryCount()
      历史纪录的个数
      Returns:
      count
    • render

      public void render(String relativePath)
      Render.
      Parameters:
      relativePath - the relative path