Uses of Interface
com.vaadin.client.debug.internal.Section
-
Packages that use Section Package Description com.vaadin.client.debug.internal -
-
Uses of Section in com.vaadin.client.debug.internal
Classes in com.vaadin.client.debug.internal that implement Section Modifier and Type Class Description class
HierarchySection
Provides functionality for examining the UI component hierarchy.class
InfoSection
Information section of the debug windowclass
LogSection
Displays the log messages.class
NetworkSection
Displays network activity; requests and responses.class
ProfilerSection
Debug window section for investigatingProfiler
data.class
TestBenchSection
Provides functionality for picking selectors for Vaadin TestBench.Fields in com.vaadin.client.debug.internal declared as Section Modifier and Type Field Description protected Section
VDebugWindow. activeSection
Fields in com.vaadin.client.debug.internal with type parameters of type Section Modifier and Type Field Description protected ArrayList<Section>
VDebugWindow. sections
Methods in com.vaadin.client.debug.internal with parameters of type Section Modifier and Type Method Description void
VDebugWindow. addSection(Section section)
Adds the givenSection
as a tab in theVDebugWindow
UI.
-