List of usage examples for com.google.gwt.user.client.ui LayoutContainer subclass-usage
From source file com.extjs.gxt.ui.client.widget.ContentPanel.java
/**
* ContentPanel is a component container that has specific functionality and
* structural components that make it the perfect building block for
* application-oriented user interfaces. The Panel contains bottom and top
* toolbars, along with separate header, footer and body sections. It also
* provides built-in expandable and collapsible behavior, along with a variety
From source file com.extjs.gxt.ui.client.widget.Popup.java
/**
* A panel that can be displayed over other widgets.
*
* <dl>
* <dt><b>Events:</b></dt>
*
From source file com.extjs.gxt.ui.client.widget.TabItem.java
/**
* TabItems are added to a {@link TabPanel}. TabItems can be closable, disabled
* and support icons.
*
* Code snippet:
*
From source file org.jahia.ajax.gwt.client.widget.edit.ContentTypeTree.java
/** * @author rincevent * @since JAHIA 6.5 * Created : 21 dc. 2009 */ public class ContentTypeTree extends LayoutContainer {
From source file org.jahia.ajax.gwt.client.widget.job.JobListPanel.java
/**
* Panel that displays a list of background jobs, future, current and past, along with a split -view to display details on a selected job.
* In the future this UI might also include actions such as deleting a job, etc...
* <p/>
* User: loom
* Date: Sep 21, 2010
From source file org.jahia.ajax.gwt.client.widget.subscription.SubscriptionManager.java
/** * Represents a widget for managing e.g. newsletter subscriptions. * * @author Sergiy Shyrkov */ public class SubscriptionManager extends LayoutContainer {
From source file ru.fly.client.ui.panel.HLayout.java
/** * User: fil * Date: 03.09.13 * Time: 23:52 */ public class HLayout extends LayoutContainer {
From source file ru.fly.client.ui.panel.SingleLayout.java
/** * User: fil * Date: 03.09.13 * Time: 23:19 */ public class SingleLayout extends LayoutContainer implements HasOneWidget {
From source file ru.fly.client.ui.panel.VLayout.java
/** * User: fil * Date: 03.09.13 * Time: 23:52 */ public class VLayout extends LayoutContainer {