Uses of Class
com.sencha.gxt.widget.core.client.container.ResizeContainer
-
Packages that use ResizeContainer Package Description 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.button Various GXT buttons.com.sencha.gxt.widget.core.client.container com.sencha.gxt.widget.core.client.form FormPanel and form components.com.sencha.gxt.widget.core.client.toolbar ToolBar and related classes. -
-
Uses of ResizeContainer in com.sencha.gxt.widget.core.client
Subclasses of ResizeContainer in com.sencha.gxt.widget.core.client Modifier and Type Class Description classContentPanelContentPanel is a component container that has specific functionality and structural components that make it the perfect building block for application-oriented user interfaces.classDialogA Window with specialized support for buttons.classFramedPanelA ContentPanel that internally uses a @linkFramedPanel.FramedPanelAppearance.classPopupA panel that can be displayed over other widgets.classPortletA framed panel that is managed by aPortalLayoutContainer.classWindowA specialized content panel intended for use as an application window. -
Uses of ResizeContainer in com.sencha.gxt.widget.core.client.box
Subclasses of ResizeContainer in com.sencha.gxt.widget.core.client.box Modifier and Type Class Description classAbstractInputMessageBoxAbstract base class for message boxes containing an input field.classAlertMessageBoxA message box that displays an error icon.classAutoProgressMessageBoxA MessageBox which displays anAutoProgressBar.classConfirmMessageBoxA message box that prompts for confirmation with YES and NO buttons.classMessageBoxCustom Dialog for displaying information to the user.classMultiLinePromptMessageBoxA message box that prompts for input with a multiple line text area and OK and CANCEL buttons.classProgressMessageBoxA MessageBox which displays aProgressBar.classPromptMessageBoxA message box that prompts for input with a single line text field and OK and CANCEL buttons. -
Uses of ResizeContainer in com.sencha.gxt.widget.core.client.button
Subclasses of ResizeContainer in com.sencha.gxt.widget.core.client.button Modifier and Type Class Description classButtonBarA horizontal row of buttons.classButtonGroup -
Uses of ResizeContainer in com.sencha.gxt.widget.core.client.container
Subclasses of ResizeContainer in com.sencha.gxt.widget.core.client.container Modifier and Type Class Description classAccordionLayoutContainerA layout container that manages multiple content panels in an expandable accordion style such that only one panel can be expanded at any given time (by default).classBorderLayoutContainerA multi-pane, application-oriented layout container that supports multiple regions, automatic split bars between regions and built-in expanding and collapsing of regions.classBoxLayoutContainerA base class for box layout containers.classCardLayoutContainerA layout container that contains multiple widgets, each fit to the container, where only a single widget can be visible at any given time.classCenterLayoutContainerA layout container that centers its single widget.classCssFloatLayoutContainerA layout container that uses the CSS float style to enable widgets to float around other widgets.classHBoxLayoutContainerA layout container for horizontal rows of widgets.classHorizontalLayoutContainerA layout container that lays out its children in a single row.classInsertResizeContainerA base class for layout containers that can insert widgets and honor theRequiresResizecontract.classNorthSouthContainerA layout container that supports north (top) and south (bottom) regions.classSimpleContainerSimpleContainer takes one child and sizes it to match the container size.classVBoxLayoutContainerA layout container for vertical columns of widgets.classVerticalLayoutContainerA layout container that lays out its children in a single column.classViewportA LayoutContainer that fills the browser window and monitors window resizing. -
Uses of ResizeContainer in com.sencha.gxt.widget.core.client.form
Subclasses of ResizeContainer in com.sencha.gxt.widget.core.client.form Modifier and Type Class Description classAdapterField<T>Wraps aWidgetso that it can be used like aField.classDualListField<M,T>Combines two list view fields and allows selections to be moved between fields either using buttons or by dragging and dropping selectionsclassFieldLabelForm field wrapper to add a label and validation error text.classFieldSetA simple container that wraps its content in a HTML fieldset.classFormPanelA panel that wraps an HTML form.classHtmlEditorProvides an HTML-based rich text editor with a tool bar for selecting formatting options, including fonts, text justification, lists, hyperlinks and text color.classListField<M,T>Adapts aListViewfor use as a field which can have a single value selected. -
Uses of ResizeContainer in com.sencha.gxt.widget.core.client.toolbar
Subclasses of ResizeContainer in com.sencha.gxt.widget.core.client.toolbar Modifier and Type Class Description classPagingToolBarA specialized toolbar that is bound to aPagingLoaderand provides automatic paging controls.classToolBarA standard tool bar.
-