List of usage examples for com.google.gwt.user.client.ui HorizontalPanel subclass-usage
From source file gov.nih.nci.ncicb.tcgaportal.level4.gwt.anomalysearch.client.util.SortingLink.java
/**
* Hyperlink which contains information needed to sort a column.
* Initially displays as plain text. When the client calls activateLink(),
* switches to hyperlink display.
* @author David Nassau
* Last updated by: $Author$
From source file net.cbtltd.client.field.spinner.ValueSpinner.java
/** * The Class ValueSpinner is a combination of a {@link TextBox} and a * {@link Spinner} to allow spinning and display of the resulting value. */ public class ValueSpinner extends HorizontalPanel {
From source file net.opentsdb.tsd.client.MetricForm.java
final class MetricForm extends HorizontalPanel implements Focusable { public static interface MetricChangeHandler extends EventHandler { void onMetricChange(MetricForm widget); }
From source file nl.mpi.tg.eg.experiment.client.view.DateOfBirthField.java
/** * @since Aug 23, 2016 5:02:34 PM (creation date) * @author Peter Withers <peter.withers@mpi.nl> */ public abstract class DateOfBirthField extends HorizontalPanel {
From source file nl.mpi.tg.eg.experiment.client.view.MenuButton.java
/** * @since Feb 24, 2015 2:30:02 PM (creation date) * @author Peter Withers <p.withers@psych.ru.nl> */ public class MenuButton extends HorizontalPanel {
From source file nl.ru.languageininteraction.synaesthesia.client.view.MenuButton.java
/** * @since Feb 24, 2015 2:30:02 PM (creation date) * @author Peter Withers <p.withers@psych.ru.nl> */ public class MenuButton extends HorizontalPanel {
From source file no.eirikb.bomberman.client.ui.game.BombAmountPanel.java
/** * * @author Eirik Brandtzg <eirikb@eirikb.no> */ public class BombAmountPanel extends HorizontalPanel implements GameListener {
From source file no.eirikb.piratewars.client.MapPanel.java
/** * * @author Eirik Brandtzg eirikdb@gmail.com */ public class MapPanel extends HorizontalPanel {
From source file olanto.myTerm.client.ContainerPanels.HeaderPanel.java
/** * * @author nizar ghoula - simple */ public class HeaderPanel extends HorizontalPanel {
From source file olanto.myTerm.client.ContainerPanels.ResultsContainerADMIN.java
/** * * @author nizar ghoula - simple */ public class ResultsContainerADMIN extends HorizontalPanel {