List of usage examples for com.google.gwt.user.client.ui FlexTable subclass-usage
From source file org.openremote.modeler.client.widget.component.FlexStyleBox.java
/** * FlexTableBox is a style box which can be change size. */ public class FlexStyleBox extends FlexTable { public FlexStyleBox() {
From source file org.pathvisio.wikipathways.client.StateInfoPanel.java
public class StateInfoPanel extends FlexTable { private Label pathway; private Label factors; private Hyperlink changePathway; private Hyperlink changeFactors;
From source file org.pentaho.mantle.client.solutionbrowser.filelist.FileItem.java
public class FileItem extends FlexTable implements HasAllMouseHandlers, IFileSummary { public static final String ANALYSIS_VIEW_SUFFIX = ".analysisview.xaction"; //$NON-NLS-1$ public static final String XACTION_SUFFIX = ".xaction"; //$NON-NLS-1$ public static final String URL_SUFFIX = ".url"; //$NON-NLS-1$
From source file org.pentaho.mantle.client.solutionbrowser.fileproperties.GeneralPanel.java
/** * */ public class GeneralPanel extends FlexTable implements IFileModifier { Label nameLabel = new Label();
From source file org.pentaho.mantle.client.solutionbrowser.fileproperties.PermissionsPanel.java
/** * Permissions tab sub panel of FilePropertiesDialog. GET ACL call is performed by FilePropertiesDialog and then * passed to sub panels to consolidate */ public class PermissionsPanel extends FlexTable implements IFileModifier {
From source file org.pentaho.ui.xul.gwt.tags.util.TreeItemWidget.java
/** * User: nbaker Date: Jul 13, 2010 * */ public class TreeItemWidget extends FlexTable implements HasAllMouseHandlers, Draggable { private static final String DROP_INVALID_PNG = "drop_invalid.png";
From source file org.pepstock.jem.gwt.client.commons.SearcherHistoryTextBox.java
/**
* Container with text box, history icon and search button. It wraps all widget and setting the border is the same of textbox.
*
* @author Andrea "Stock" Stocchero
* @version 1.4
*/
From source file org.pepstock.jem.gwt.client.panels.administration.commons.InspectorHeader.java
/** * @author Andrea "Stock" Stocchero * */ public class InspectorHeader extends FlexTable {
From source file org.pepstock.jem.gwt.client.panels.administration.gfs.GfsHeader.java
/** * Header of GFS panel, where you can choose the file system to show * @author Andrea "Stock" Stocchero * @version 2.2 */ public class GfsHeader extends FlexTable {
From source file org.pepstock.jem.gwt.client.panels.administration.nodesconfig.nodescommand.CmdHeader.java
/** * @author Andrea "Stock" Stocchero * */ public class CmdHeader extends FlexTable {