Uses of Class
com.vaadin.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
-
Packages that use VScrollTable.VScrollTableBody.VScrollTableRow Package Description com.vaadin.client.ui com.vaadin.client.ui.table com.vaadin.client.ui.treetable -
-
Uses of VScrollTable.VScrollTableBody.VScrollTableRow in com.vaadin.client.ui
Subclasses of VScrollTable.VScrollTableBody.VScrollTableRow in com.vaadin.client.ui Modifier and Type Class Description protected class
VScrollTable.VScrollTableBody.VScrollTableGeneratedRow
protected class
VTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRow
class
VTreeTable.VTreeTableScrollBody.VTreeTableRow
Fields in com.vaadin.client.ui declared as VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Field Description VScrollTable.VScrollTableBody.VScrollTableRow
VScrollTable. focusedRow
The currently focused row.VScrollTable.VScrollTableBody.VScrollTableRow
VScrollTable. selectionRangeStart
Helper to store selection range start in when using the keyboardMethods in com.vaadin.client.ui that return VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Method Description protected VScrollTable.VScrollTableBody.VScrollTableRow
VScrollTable.VScrollTableBody. createRow(UIDL uidl, char[] aligns2)
protected VScrollTable.VScrollTableBody.VScrollTableRow
VTreeTable.VTreeTableScrollBody. createRow(UIDL uidl, char[] aligns2)
protected VScrollTable.VScrollTableBody.VScrollTableRow
VScrollTable. getFocusedRow()
VScrollTable.VScrollTableBody.VScrollTableRow
VScrollTable. getRenderedRowByKey(String key)
Get a rendered row by its keyVScrollTable.VScrollTableBody.VScrollTableRow
VScrollTable.VScrollTableBody. getRowByRowIndex(int indexInTable)
Methods in com.vaadin.client.ui that return types with arguments of type VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Method Description protected List<VScrollTable.VScrollTableBody.VScrollTableRow>
VScrollTable.VScrollTableBody. insertAndReindexRows(UIDL rowData, int firstIndex, int rows)
protected List<VScrollTable.VScrollTableBody.VScrollTableRow>
VScrollTable.VScrollTableBody. insertRows(UIDL rowData, int firstIndex, int rows)
Inserts rows as provided in the rowData starting at firstIndex.protected List<VScrollTable.VScrollTableBody.VScrollTableRow>
VTreeTable.VTreeTableScrollBody. insertRowsAnimated(UIDL rowData, int firstIndex, int rows)
Methods in com.vaadin.client.ui with parameters of type VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Method Description boolean
VScrollTable.VScrollTableBody.VScrollTableRow. isBefore(VScrollTable.VScrollTableBody.VScrollTableRow row1)
Makes a check based on indexes whether the row is before the compared row.void
VScrollTable. lazyRevertFocusToRow(VScrollTable.VScrollTableBody.VScrollTableRow currentlyFocusedRow)
boolean
VScrollTable. setRowFocus(VScrollTable.VScrollTableBody.VScrollTableRow row)
Moves the selection head to a specific row -
Uses of VScrollTable.VScrollTableBody.VScrollTableRow in com.vaadin.client.ui.table
Methods in com.vaadin.client.ui.table that return VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Method Description protected VScrollTable.VScrollTableBody.VScrollTableRow
TableConnector. getScrollTableRow(com.google.gwt.dom.client.Element e)
-
Uses of VScrollTable.VScrollTableBody.VScrollTableRow in com.vaadin.client.ui.treetable
Methods in com.vaadin.client.ui.treetable that return VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Method Description protected VScrollTable.VScrollTableBody.VScrollTableRow
TreeTableConnector. getScrollTableRow(com.google.gwt.dom.client.Element e)
-