| Package | Description |
|---|---|
| com.vaadin.client.ui |
| Modifier and Type | Class and Description |
|---|---|
class |
VScrollTable.RowHeadersHeaderCell
HeaderCell that is header cell for row headers.
|
| Modifier and Type | Method and Description |
|---|---|
VScrollTable.HeaderCell |
VScrollTable.TableHead.getHeaderCell(int index) |
VScrollTable.HeaderCell |
VScrollTable.TableHead.getHeaderCell(String cid)
Get's HeaderCell by it's column Key.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VScrollTable.TableHead.disableAutoColumnWidthCalculation(VScrollTable.HeaderCell source)
Disables the automatic calculation of all column widths by forcing
the widths to be "defined" thus turning off expand ratios and such.
|
void |
VScrollTable.TableHead.resizeCaptionContainer(VScrollTable.HeaderCell cell) |
void |
VScrollTable.TableHead.setHeaderCell(int index,
VScrollTable.HeaderCell cell) |
Copyright © 2016 Vaadin Ltd. All rights reserved.