|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vaadin.client.debug.internal.HierarchySection
public class HierarchySection
Provides functionality for examining the UI component hierarchy.
| Nested Class Summary | |
|---|---|
static interface |
HierarchySection.FindHandler
|
| Constructor Summary | |
|---|---|
HierarchySection()
|
|
| Method Summary | |
|---|---|
Widget |
getContent()
Returns a widget that is the main content of the section, displayed when the section is active in the VDebugWindow. |
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HierarchySection()
| Method Detail |
|---|
public DebugButton getTabButton()
SectionVDebugWindow.
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 Sectionpublic Widget getControls()
SectionVDebugWindow.
getControls in interface Sectionpublic Widget getContent()
SectionVDebugWindow.
getContent in interface Sectionpublic void show()
SectionVDebugWindow. Provides an
opportunity to e.g start timers, add listeners etc.
show in interface Sectionpublic void hide()
SectionVDebugWindow. Provides
an opportunity to e.g stop timers, remove listeners etc.
hide in interface Section
public void meta(ApplicationConnection ac,
ValueMap meta)
meta in interface Section
public void uidl(ApplicationConnection ac,
ValueMap uidl)
uidl in interface Section
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||