| Package | Description |
|---|---|
| com.vaadin.flow.component.treegrid.demo.data | |
| com.vaadin.flow.component.treegrid.demo.entity | |
| com.vaadin.flow.component.treegrid.demo.service |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountData.getAccounts() |
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.getParent() |
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setParent(Account parent) |
| Constructor and Description |
|---|
Account(String code,
String title,
Account parent) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountService.fetchChildren(Account parent) |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
AccountService.fetchChildren(Account parent) |
long |
AccountService.getChildCount(Account parent) |
Boolean |
AccountService.hasChildren(Account parent) |
Copyright © 2026. All rights reserved.