Uses of Class
com.vaadin.v7.client.ui.VScrollTable.VScrollTableBody.VScrollTableRow
-
Packages that use VScrollTable.VScrollTableBody.VScrollTableRow Package Description com.vaadin.v7.client.ui com.vaadin.v7.client.ui.table com.vaadin.v7.client.ui.treetable -
-
Uses of VScrollTable.VScrollTableBody.VScrollTableRow in com.vaadin.v7.client.ui
Subclasses of VScrollTable.VScrollTableBody.VScrollTableRow in com.vaadin.v7.client.ui Modifier and Type Class Description protected classVScrollTable.VScrollTableBody.VScrollTableGeneratedRowprotected classVTreeTable.VTreeTableScrollBody.VTreeTableGeneratedRowclassVTreeTable.VTreeTableScrollBody.VTreeTableRowFields in com.vaadin.v7.client.ui declared as VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Field Description VScrollTable.VScrollTableBody.VScrollTableRowVScrollTable. focusedRowThe currently focused row.VScrollTable.VScrollTableBody.VScrollTableRowVScrollTable. selectionRangeStartHelper to store selection range start in when using the keyboardMethods in com.vaadin.v7.client.ui that return VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Method Description protected VScrollTable.VScrollTableBody.VScrollTableRowVScrollTable.VScrollTableBody. createRow(UIDL uidl, char[] aligns2)protected VScrollTable.VScrollTableBody.VScrollTableRowVTreeTable.VTreeTableScrollBody. createRow(UIDL uidl, char[] aligns2)protected VScrollTable.VScrollTableBody.VScrollTableRowVScrollTable. getFocusedRow()VScrollTable.VScrollTableBody.VScrollTableRowVScrollTable. getRenderedRowByKey(String key)Get a rendered row by its key.VScrollTable.VScrollTableBody.VScrollTableRowVScrollTable.VScrollTableBody. getRowByRowIndex(int indexInTable)Methods in com.vaadin.v7.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.v7.client.ui with parameters of type VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Method Description booleanVScrollTable.VScrollTableBody.VScrollTableRow. isBefore(VScrollTable.VScrollTableBody.VScrollTableRow row1)Makes a check based on indexes whether the row is before the compared row.voidVScrollTable. lazyRevertFocusToRow(VScrollTable.VScrollTableBody.VScrollTableRow currentlyFocusedRow)booleanVScrollTable. setRowFocus(VScrollTable.VScrollTableBody.VScrollTableRow row)Moves the selection head to a specific row. -
Uses of VScrollTable.VScrollTableBody.VScrollTableRow in com.vaadin.v7.client.ui.table
Methods in com.vaadin.v7.client.ui.table that return VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Method Description protected VScrollTable.VScrollTableBody.VScrollTableRowTableConnector. getScrollTableRow(com.google.gwt.dom.client.Element e) -
Uses of VScrollTable.VScrollTableBody.VScrollTableRow in com.vaadin.v7.client.ui.treetable
Methods in com.vaadin.v7.client.ui.treetable that return VScrollTable.VScrollTableBody.VScrollTableRow Modifier and Type Method Description protected VScrollTable.VScrollTableBody.VScrollTableRowTreeTableConnector. getScrollTableRow(com.google.gwt.dom.client.Element e)
-