Java com.google.gwt.gen2.complexpanel.client CollapsiblePanel fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.gen2.complexpanel.client CollapsiblePanel fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.gen2.complexpanel.client CollapsiblePanel.

The text is from its open source code.

Constructor

CollapsiblePanel()
Create a new collapsible panel.

Method

voidadd(Widget w)
Adds the content to this panel.
HandlerRegistrationaddCollapsedStateHandler(CollapsedStateHandler handler)
Add handler which is called when the widget is shown in its collapsed state.
voidaddExpandedStateHandler(ExpandedStateHandler handler)
Adds a handler to be shown when the panel is in its expanded state.
voidhookupControlToggle(ToggleButton button)
Uses the given toggle button to control whether the panel is collapsed or not.
voidinjectDefaultCss()
Injects the default css for the collapsible panel.
voidsetCollapsedState(boolean collapsed)
Sets the state of the collapsible panel.
voidsetHeight(String height)