List of usage examples for com.google.gwt.user.client.ui DecoratorPanel subclass-usage
From source file ch.unifr.pai.twice.layout.client.commons.ResizableDecoratorPanel.java
/**
* The resizable decorator panel used to manage the resizing of the different split layout panels in the eclipse layout
*
* @author Oliver Schmid
*
*/
From source file com.cognitivemedicine.metricsdashboard.client.dashboard.DashboardMainPanel.java
public class DashboardMainPanel extends DecoratorPanel { private HTML titleLabel; private DecoratorPanel editorDecorator; private DashboardSettingsPanel settingsPanel;
From source file com.cognitivemedicine.metricsdashboard.client.dashboard.DashboardSettingsPanel.java
/**
* A container for holding Dashboard level configuration settings
*
* @author sschechter
*
*/
From source file com.google.code.p.gwtchismes.client.GWTCBox.java
/**
* <p><b>Panel decorated with rounded borders.</b></p>
* <p>It uses a DockPanel inside a DecoratorPanel</p>
*
* @author Manuel Carrasco Moino
*