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

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

Introduction

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

The text is from its open source code.

Constructor

CollapsiblePanel()
Constructor.

Method

voidadd(Widget w)
voidhookupControlToggle(ToggleButton button)
Uses the given toggle button to control whether the panel is collapsed or not.
voidsetCollapsedState(boolean collapsed)
Sets the state of the collapsible panel.
voidsetWidth(String width)