List of usage examples for com.google.gwt.user.client.ui HorizontalPanel subclass-usage
From source file org.pentaho.ui.xul.gwt.tags.GwtExpandPanel.java
class ExpandPanelHeader extends HorizontalPanel { public ExpandPanelHeader(Image image, Label header) { add(image); add(header); setStylePrimaryName("expand-panel-header"); }
From source file org.pentaho.ui.xul.gwt.widgets.GwtTabWidget.java
public class GwtTabWidget extends HorizontalPanel { private TabPanel tabPanel; private Widget tabContent; private Label textLabel = new Label(); private HorizontalPanel panel = new HorizontalPanel(); private String fullText;
From source file org.pepstock.jem.gwt.client.commons.AbstractPager.java
/**
* Base abstract class for table pager
*
* @author Marco "Fuzzo" Cuccato
*
*/
From source file org.pepstock.jem.gwt.client.commons.SearcherWidget.java
/**
* Common panel used to insert a string as a filter to search necessary data.
*
* @author Andrea "Stock" Stocchero
*
*/
From source file org.pepstock.jem.gwt.client.commons.SimpleFilter.java
/**
* Common panel used to insert a string as a filter to search necessary data.
*
* @author Andrea "Stock" Stocchero
*
*/
From source file org.pepstock.jem.gwt.client.Footer.java
/** * This is the footer element of Jem home screen * @author Marco "Fuzzo" Cuccato */ public class Footer extends HorizontalPanel implements ResizeCapable {
From source file org.pepstock.jem.gwt.client.panels.administration.certificates.adder.Actions.java
/**
* ActionsButtonPanel that user can do after a certificate is adding. At the moment we have 2 actions:<br>
* <br>
* <ul>
* <li><b>Add<b>: to add a certificate</li>
* <li><b>Cancel<b>: to discard the adding</li>
From source file org.pepstock.jem.gwt.client.panels.administration.nodesconfig.Separator.java
/** * @author Andrea "Stock" Stocchero * @version 1.4 */ public class Separator extends HorizontalPanel {
From source file org.pepstock.jem.gwt.client.panels.components.AbstractActionsButtonPanel.java
/** * @author Marco "Fuzzo" Cuccato * * @param <T> */ public abstract class AbstractActionsButtonPanel<T> extends HorizontalPanel
From source file org.pepstock.jem.gwt.client.panels.components.CommandPanel.java
/**
* Component which contains searcher and the actions
*
* @author Marco "Fuzzo" Cuccato
* @param <T>
*