Uses of Interface
com.vaadin.client.debug.internal.Section

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.
 



Copyright © 2000-2014 Vaadin Ltd. All Rights Reserved.