| Package | Description |
|---|---|
| com.vaadin.ui.components.grid | |
| com.vaadin.ui.declarative |
| Modifier and Type | Method and Description |
|---|---|
void |
StaticSection.readDesign(org.jsoup.nodes.Element tableSectionElement,
DesignContext designContext)
Reads the declarative design from the given table section element.
|
protected void |
StaticSection.StaticRow.readDesign(org.jsoup.nodes.Element trElement,
DesignContext designContext)
Reads the declarative design from the given table row element.
|
| Modifier and Type | Method and Description |
|---|---|
static DesignContext |
Design.read(Component rootComponent)
Loads a design for the given root component.
|
static DesignContext |
Design.read(String filename,
Component rootComponent)
Loads a design from the given file name using the given root component.
|
Copyright © 2022 Vaadin Ltd. All rights reserved.