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 classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget
-
Method Summary
Modifier and TypeMethodDescriptionvoid
com.vaadin.client.ApplicationConnection
getColKeyByIndex
(int index) int
getColWidth
(String colKey) com.vaadin.v7.client.ui.VScrollTable.TableHead
getHead()
com.google.gwt.user.client.ui.Widget
getOwner()
com.google.gwt.user.client.ui.HasWidgets
List<com.google.gwt.user.client.ui.Widget>
com.vaadin.v7.client.ui.VScrollTable.RowRequestHandler
String[]
boolean
boolean
isCustomColumn
(int colIndex) boolean
isGenericRow
(com.google.gwt.user.client.ui.Widget rowWidget) boolean
void
void
setColWidth
(int colIndex, int w, boolean isDefinedWidth) Methods inherited from interface com.google.gwt.user.client.ui.HasEnabled
isEnabled, setEnabled
Methods inherited from interface com.google.gwt.user.client.ui.HasWidgets
add, clear, iterator, remove
Methods inherited from interface java.lang.Iterable
forEach, spliterator
Methods 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()
-