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 classHierarchySectionProvides functionality for examining the UI component hierarchy.classInfoSectionInformation section of the debug window.classLogSectionDisplays the log messages.classNetworkSectionDisplays network activity; requests and responses.classProfilerSectionDebug window section for investigatingProfilerdata.classTestBenchSectionProvides functionality for picking selectors for Vaadin TestBench.Fields in com.vaadin.client.debug.internal declared as Section Modifier and Type Field Description protected SectionVDebugWindow. activeSectionFields in com.vaadin.client.debug.internal with type parameters of type Section Modifier and Type Field Description protected List<Section>VDebugWindow. sectionsMethods in com.vaadin.client.debug.internal with parameters of type Section Modifier and Type Method Description voidVDebugWindow. addSection(Section section)Adds the givenSectionas a tab in theVDebugWindowUI.
-