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
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget -
Method Summary
Modifier and TypeMethodDescriptionvoidcom.vaadin.client.ApplicationConnectiongetColKeyByIndex(int index) intgetColWidth(String colKey) com.vaadin.v7.client.ui.VScrollTable.TableHeadgetHead()com.google.gwt.user.client.ui.WidgetgetOwner()com.google.gwt.user.client.ui.HasWidgetsList<com.google.gwt.user.client.ui.Widget>com.vaadin.v7.client.ui.VScrollTable.RowRequestHandlerString[]booleanbooleanisCustomColumn(int colIndex) booleanisGenericRow(com.google.gwt.user.client.ui.Widget rowWidget) booleanvoidvoidsetColWidth(int colIndex, int w, boolean isDefinedWidth) Methods inherited from interface com.google.gwt.user.client.ui.HasEnabled
isEnabled, setEnabledMethods inherited from interface com.google.gwt.user.client.ui.HasWidgets
add, clear, iterator, removeMethods inherited from interface java.lang.Iterable
forEach, spliteratorMethods inherited from interface com.vaadin.client.ui.ShortcutActionHandler.ShortcutActionHandlerOwner
getShortcutActionHandler
-
Method Details
-
isCustomColumn
boolean isCustomColumn(int colIndex) -
isGenericRow
boolean isGenericRow(com.google.gwt.user.client.ui.Widget rowWidget) -
getVisibleColOrder
String[] getVisibleColOrder() -
getRenderedRowByKey
-
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
-
getColWidth
-
setColWidth
void setColWidth(int colIndex, int w, boolean isDefinedWidth) -
isTextSelectionEnabled
boolean isTextSelectionEnabled() -
getRenderedRows
List<com.google.gwt.user.client.ui.Widget> getRenderedRows() -
hasVerticalScrollbar
boolean hasVerticalScrollbar()
-