|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Section | |
|---|---|
| com.vaadin.client.debug.internal | |
| Uses of Section in com.vaadin.client.debug.internal |
|---|
| Classes in com.vaadin.client.debug.internal that implement Section | |
|---|---|
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. |
| Fields in com.vaadin.client.debug.internal declared as Section | |
|---|---|
protected Section |
VDebugWindow.activeSection
|
| Fields in com.vaadin.client.debug.internal with type parameters of type Section | |
|---|---|
protected java.util.ArrayList<Section> |
VDebugWindow.sections
|
| Methods in com.vaadin.client.debug.internal with parameters of type Section | |
|---|---|
void |
VDebugWindow.addSection(Section section)
Adds the given Section as a tab in the VDebugWindow UI. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||