Interface TableWidget

All Superinterfaces:
com.google.gwt.user.client.ui.HasEnabled, com.google.gwt.user.client.ui.HasWidgets, Iterable<com.google.gwt.user.client.ui.Widget>, com.vaadin.client.ui.ShortcutActionHandler.ShortcutActionHandlerOwner
All Known Implementing Classes:
JmixGroupTableWidget, JmixScrollTableWidget, JmixTreeTableWidget

public interface TableWidget extends com.google.gwt.user.client.ui.HasEnabled, com.vaadin.client.ui.ShortcutActionHandler.ShortcutActionHandlerOwner
  • Method Details

    • isCustomColumn

      boolean isCustomColumn(int colIndex)
    • isGenericRow

      boolean isGenericRow(com.google.gwt.user.client.ui.Widget rowWidget)
    • getVisibleColOrder

      String[] getVisibleColOrder()
    • getRenderedRowByKey

      com.google.gwt.user.client.ui.HasWidgets getRenderedRowByKey(String key)
    • getSortDescendingLabel

      String getSortDescendingLabel()
    • getSortAscendingLabel

      String getSortAscendingLabel()
    • getSortResetLabel

      String getSortResetLabel()
    • getClient

      com.vaadin.client.ApplicationConnection getClient()
    • getOwner

      com.google.gwt.user.client.ui.Widget getOwner()
    • getPaintableId

      String getPaintableId()
    • getRowRequestHandler

      com.vaadin.v7.client.ui.VScrollTable.RowRequestHandler getRowRequestHandler()
    • getHead

      com.vaadin.v7.client.ui.VScrollTable.TableHead getHead()
    • getStylePrimaryName

      String getStylePrimaryName()
    • getColKeyByIndex

      String getColKeyByIndex(int index)
    • getColWidth

      int getColWidth(String colKey)
    • setColWidth

      void setColWidth(int colIndex, int w, boolean isDefinedWidth)
    • isTextSelectionEnabled

      boolean isTextSelectionEnabled()
    • getRenderedRows

      List<com.google.gwt.user.client.ui.Widget> getRenderedRows()
    • addAfterBodyUpdateListener

      void addAfterBodyUpdateListener(TableWidget.AfterBodyUpdateListener listener)
    • removeAfterBodyUpdateListener

      void removeAfterBodyUpdateListener(TableWidget.AfterBodyUpdateListener listener)
    • hasVerticalScrollbar

      boolean hasVerticalScrollbar()