Modifier and Type | Class and Description |
---|---|
static interface |
HierarchySection.FindHandler |
Constructor and Description |
---|
HierarchySection() |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
getContent()
Returns a widget that is the main content of the section, displayed when
the section is active in the
VDebugWindow . |
com.google.gwt.user.client.ui.Widget |
getControls()
Returns a widget that is placed on top of the Section content when the
Section (tab) is active in the
VDebugWindow . |
DebugButton |
getTabButton()
Returns a button that will be used to activate this section, displayed as
a tab in
VDebugWindow . |
void |
hide()
Called when the section is deactivated in
VDebugWindow . |
void |
meta(ApplicationConnection ac,
ValueMap meta) |
void |
show()
Called when the section is activated in
VDebugWindow . |
void |
uidl(ApplicationConnection ac,
ValueMap uidl) |
public DebugButton getTabButton()
Section
VDebugWindow
.
The same instance must be returned each time this method is called.
The button should preferably only have an icon (no caption), and should have a longer description as title (tooltip).
getTabButton
in interface Section
public com.google.gwt.user.client.ui.Widget getControls()
Section
VDebugWindow
.getControls
in interface Section
public com.google.gwt.user.client.ui.Widget getContent()
Section
VDebugWindow
.getContent
in interface Section
public void show()
Section
VDebugWindow
. Provides an
opportunity to e.g start timers, add listeners etc.public void hide()
Section
VDebugWindow
. Provides
an opportunity to e.g stop timers, remove listeners etc.public void meta(ApplicationConnection ac, ValueMap meta)
public void uidl(ApplicationConnection ac, ValueMap uidl)
Copyright © 2019 Vaadin Ltd. All rights reserved.