| Package | Description |
|---|---|
| com.vaadin.client.debug.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
HierarchySection
Provides functionality for examining the UI component hierarchy.
|
class |
InfoSection
Information section of the debug window.
|
class |
LogSection
Displays the log messages.
|
class |
NetworkSection
Displays network activity; requests and responses.
|
class |
ProfilerSection
Debug window section for investigating
Profiler data. |
class |
TestBenchSection
Provides functionality for picking selectors for Vaadin TestBench.
|
| Modifier and Type | Field and Description |
|---|---|
protected Section |
VDebugWindow.activeSection |
| Modifier and Type | Field and Description |
|---|---|
protected List<Section> |
VDebugWindow.sections |
| Modifier and Type | Method and Description |
|---|---|
void |
VDebugWindow.addSection(Section section)
Adds the given
Section as a tab in the VDebugWindow UI. |
Copyright © 2023 Vaadin Ltd. All rights reserved.