List of usage examples for com.google.gwt.user.client.ui HorizontalPanel subclass-usage
From source file com.risevision.ui.client.company.PnoStatusWidget.java
public class PnoStatusWidget extends HorizontalPanel { private Label statusLabel = new Label(); private Anchor upgradeLink = new Anchor("Upgrade"); private int status;
From source file com.risevision.ui.client.display.DistributionWidget.java
public class DistributionWidget extends HorizontalPanel { private CheckBox cbAllDisplays = new CheckBox("All Displays"); private Anchor hlDistribution = new Anchor("Edit"); private Label lbDescription = new Label();
From source file com.risevision.ui.client.display.RestartWidget.java
public class RestartWidget extends HorizontalPanel { // private CheckBox cbRestartEnabled = new CheckBox(); private TimeListBoxWidget lstRestartTime = new TimeListBoxWidget(); //private Button btRebootNow = new Button("Reboot Now"); // private InlineHTML lbRestartTime = new InlineHTML(" at ");
From source file com.risevision.ui.client.gadget.GadgetTypeListBox.java
public class GadgetTypeListBox extends HorizontalPanel { private RiseListBox typeListBox = new RiseListBox(); private Label typeLabel = new Label("", false); public GadgetTypeListBox() { typeListBox.setStyleName("rdn-ListBoxMedium");
From source file com.risevision.ui.client.presentation.common.PresentationSelectorWidget.java
public class PresentationSelectorWidget extends HorizontalPanel { private String selectedPresentationId; private String defaultPresentationId; // are Default/Delete buttons enabled private boolean enableDefault;
From source file com.sciencegadgets.client.util.equationwriter.Symbol.java
public class Symbol extends HorizontalPanel { Label label; Image image; String utf8; int size; boolean isLoaded = false;
From source file com.sun.labs.aura.dbbrowser.client.viz.PCPanel.java
/** * Represents a partition cluster in the UI */ public class PCPanel extends HorizontalPanel { protected PCInfo pc; protected FlowPanel myself;
From source file com.threerings.gwt.ui.CenteredBox.java
/** * Helper class that centers a single widget horizontally and vertically. Using a TABLE! */ public class CenteredBox extends HorizontalPanel { public CenteredBox(Widget widget, String styleName) { super();
From source file com.vaadin.addon.calendar.gwt.client.ui.schedule.DayToolbar.java
public class DayToolbar extends HorizontalPanel implements ClickHandler { private int width = 0; protected static final int MARGINLEFT = 50; protected static final int MARGINRIGHT = 20; protected Button backLabel; protected Button nextLabel;
From source file com.vaadin.addon.calendar.gwt.client.ui.schedule.SimpleDayToolbar.java
public class SimpleDayToolbar extends HorizontalPanel { private int width = 0; private boolean isWidthUndefined = false; public SimpleDayToolbar() { setStylePrimaryName("v-calendar-header-month");