Package | Description |
---|---|
elemental.dom | |
elemental.html | |
elemental.js.html |
Modifier and Type | Method and Description |
---|---|
TableSectionElement |
Document.createTableSectionElement() |
Modifier and Type | Method and Description |
---|---|
TableSectionElement |
TableElement.getTFoot()
tFoot returns the table footer.
|
TableSectionElement |
TableElement.getTHead()
tHead returns the table head.
|
Modifier and Type | Method and Description |
---|---|
void |
TableElement.setTFoot(TableSectionElement arg) |
void |
TableElement.setTHead(TableSectionElement arg) |
Modifier and Type | Class and Description |
---|---|
class |
JsTableSectionElement |
Modifier and Type | Method and Description |
---|---|
void |
JsTableElement.setTFoot(TableSectionElement param_tFoot) |
void |
JsTableElement.setTHead(TableSectionElement param_tHead) |
Copyright © 2018. All rights reserved.