com.sencha.gxt.widget.core.client
Interface Collapsible

All Known Implementing Classes:
AbstractInputMessageBox, AlertMessageBox, AutoProgressMessageBox, ConfirmMessageBox, ContentPanel, Dialog, FieldSet, FramedPanel, MessageBox, MultiLinePromptMessageBox, Portlet, ProgressMessageBox, PromptMessageBox, Window

public interface Collapsible

Interface for objects that can be collapsed.


Method Summary
 void collapse()
          Collapses the widget.
 void expand()
          Expands the widget.
 boolean isExpanded()
          Returns true if the widget is expanded.
 

Method Detail

collapse

void collapse()
Collapses the widget.


expand

void expand()
Expands the widget.


isExpanded

boolean isExpanded()
Returns true if the widget is expanded.

Returns:
true for expanded


Copyright © 2012. All Rights Reserved.