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

Packages that use Collapsible
com.sencha.gxt.widget.core.client GXT widgets and other user-interface classes. 
com.sencha.gxt.widget.core.client.box   
com.sencha.gxt.widget.core.client.form FormPanel and form components. 
 

Uses of Collapsible in com.sencha.gxt.widget.core.client
 

Classes in com.sencha.gxt.widget.core.client that implement Collapsible
 class ContentPanel
          ContentPanel is a component container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.
 class Dialog
          A Window with specialized support for buttons.
 class FramedPanel
          A ContentPanel that internally uses a @link FramedPanel.FramedPanelAppearance.
 class Portlet
          A framed panel that is managed by a PortalLayoutContainer.
 class Window
          A specialized content panel intended for use as an application window.
 

Uses of Collapsible in com.sencha.gxt.widget.core.client.box
 

Classes in com.sencha.gxt.widget.core.client.box that implement Collapsible
 class AbstractInputMessageBox
          Abstract base class for message boxes containing an input field.
 class AlertMessageBox
          A message box that displays an error icon.
 class AutoProgressMessageBox
          A MessageBox which displays an AutoProgressBar.
 class ConfirmMessageBox
          A message box that prompts for confirmation with YES and NO buttons.
 class MessageBox
          Custom Dialog for displaying information to the user.
 class MultiLinePromptMessageBox
          A message box that prompts for input with a multiple line text area and OK and CANCEL buttons.
 class ProgressMessageBox
          A MessageBox which displays a ProgressBar.
 class PromptMessageBox
          A message box that prompts for input with a single line text field and OK and CANCEL buttons.
 

Uses of Collapsible in com.sencha.gxt.widget.core.client.form
 

Classes in com.sencha.gxt.widget.core.client.form that implement Collapsible
 class FieldSet
          A simple container that wraps its content in a HTML fieldset.
 



Copyright © 2012. All Rights Reserved.