List of usage examples for com.google.gwt.user.client.ui HasOneWidget interface-usage
From source file com.acme.gwt.client.widget.TvGuideAppShell.java
/** * @author colin */ @Singleton public class TvGuideAppShell extends Composite implements HasOneWidget { interface TvGuideAppShellUiBinder extends UiBinder<Widget, TvGuideAppShell> {
From source file com.dianaui.universal.core.client.ui.Tooltip.java
/** * @author Joshua Godi * @author Pontus Enmark * @author <a href='mailto:donbeave@gmail.com'>Alexey Zhokhov</a> */ public class Tooltip implements IsWidget, HasWidgets, HasOneWidget, HasId, HasHover {
From source file com.github.gwtbootstrap.client.ui.base.AbstractHoverBase.java
/**
* Base class for widgets that hover above other widgets.
*
* @since 2.0.4.0
*
* @author Dominik Mayer
From source file com.github.gwtbootstrap.client.ui.base.HoverBase.java
/**
* Base class for widgets that hover above other widgets.
*
* @since 2.0.4.0
*
* @author Dominik Mayer
From source file com.google.gwt.sample.expenses.client.SlidingPanel.java
/**
* Shows one panel at a time, sliding them left or right based on the order they
* were added. A full fledged version might implement
* {@link com.google.gwt.user.client.ui.InsertPanel.ForIsWidget}.
* <p>
* Note that we implement HasWidgets so that SlidingPanel will work nicely in
From source file com.googlecode.mgwt.ui.client.dialog.TabletPortraitOverlay.java
/**
* A Tablet overlay class
*
* the content of the overlay is only visible in portrait mode
*
* @author Daniel Kurka
From source file com.googlecode.mgwt.ui.client.widget.dialog.TabletPortraitOverlay.java
/**
* A Tablet overlay class
*
* the content of the overlay is only visible in portrait mode
*
* @author Daniel Kurka
From source file com.ritchey.client.view.SimplePanel.java
/** * Base class for panels that contain only one widget. */ public class SimplePanel extends Panel implements HasOneWidget { Widget widget;
From source file com.semlab.client.fwk.widgets.SlidingPanel.java
/**
* Shows one panel at a time, sliding them left or right based on the order they
* were added. A full fledged version might implement
* {@link com.google.gwt.user.client.ui.InsertPanel.ForIsWidget}.
* <p>
* Note that we implement HasWidgets so that SlidingPanel will work nicely in
From source file com.sencha.gxt.widget.core.client.container.SimpleContainer.java
/**
* SimpleContainer takes one child and sizes it to match the container size.
*
* <p/>
* Code Snippet:
*