Class SheetTabSheet

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.vaadin.addon.spreadsheet.client.SheetTabSheet
All Implemented Interfaces:
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.IsWidget

public class SheetTabSheet extends com.google.gwt.user.client.ui.Widget
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     

    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
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTabs(String[] tabNames)
     
     
    void
     
    void
     
    void
    setFirstVisibleTab(int firstVisibleTab)
     
    void
    Sets the content of the info label.
    void
    setReadOnly(boolean readOnly)
     
    void
    setSelectedTab(int sheetIndex)
     
    void
    setTabs(String[] tabNames, boolean clearScrollPosition)
     

    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, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, 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, resolvePotentialElement, 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
  • Constructor Details

  • Method Details

    • setInfoLabelValue

      public void setInfoLabelValue(String value)
      Sets the content of the info label.
      Parameters:
      value - the new content. Can not be HTML.
    • getInfoLabelValue

      public String getInfoLabelValue()
      Returns:
      current content of the info label.
    • addTabs

      public void addTabs(String[] tabNames)
    • setTabs

      public void setTabs(String[] tabNames, boolean clearScrollPosition)
    • removeAllTabs

      public void removeAllTabs()
    • setSelectedTab

      public void setSelectedTab(int sheetIndex)
      Parameters:
      sheetIndex - 1-based
    • setReadOnly

      public void setReadOnly(boolean readOnly)
    • setFirstVisibleTab

      public void setFirstVisibleTab(int firstVisibleTab)
    • onWidgetResize

      public void onWidgetResize()