List of usage examples for com.google.gwt.event.logical.shared HasResizeHandlers interface-usage
From source file be.progs.routeshare.client.RouteShareMenu.java
/** * Menu for the RouteShare application. * * @author Joachim Van der Auwera */ public class RouteShareMenu extends Composite
From source file com.alkacon.acacia.client.widgets.FormWidgetWrapper.java
/** * Wraps an edit widget to supply a widget label.<p> **/ public class FormWidgetWrapper extends Composite implements I_FormEditWidget, HasResizeHandlers, I_HasResizeOnShow { /** The edit widget. */
From source file com.alkacon.acacia.client.widgets.TinyMCEWidget.java
/**
* This class is used to start TinyMCE for editing the content of an element.<p>
*
* After constructing the instance, the actual editor is opened using the init() method, and destroyed with the close()
* method. While the editor is opened, the edited contents can be accessed using the methods of the HasValue interface.
*/
From source file com.appkit.ui.client.layouts.splitlayout.SplitLayoutPanelBase.java
/**
* A panel that adds user-positioned splitters between each of its child
* widgets.
* <p/>
* <p>
* This panel is used in the same way as {@link DockLayoutPanel}, except that
From source file com.bearsoft.gwt.ui.containers.window.WindowUI.java
/** * * @author mg */ public interface WindowUI extends HasOpenHandlers<WindowUI>, HasClosedHandlers<WindowUI>, HasBeforeCloseHandlers<WindowUI>,
From source file com.eas.window.WindowUI.java
/** * * @author mg */ public interface WindowUI extends HasOpenHandlers<WindowUI>, HasClosedHandlers<WindowUI>, HasBeforeCloseHandlers<WindowUI>,
From source file com.google.code.guidatv.client.ui.widget.imported.DisclosurePanel.java
/**
* A widget that consists of a header and a content panel that discloses the
* content when a user clicks on the header.
*
* <h3>CSS Style Rules</h3>
* <dl class="css">
From source file com.philbeaudoin.quebec.client.widget.FullCanvas.java
/**
* A canvas that always resizes to take as much room as possible within its parent while respecting
* a specified aspect ratio.
*
* @author Philippe Beaudoin <philippe.beaudoin@gmail.com>
*/
From source file com.sencha.gxt.widget.core.client.Component.java
/** * Base class for all GXT widgets. */ public class Component extends Widget implements HasFocusHandlers, HasBlurHandlers, HasBeforeHideHandlers, HasHideHandlers, HasBeforeShowHandlers, HasShowHandlers, HasEnableHandlers, HasDisableHandlers, HasBeforeShowContextMenuHandler, HasShowContextMenuHandler, HasMoveHandlers, HasResizeHandlers, HasItemId,
From source file com.vaadin.client.ui.VUI.java
/** * */ public class VUI extends SimplePanel implements ResizeHandler, Window.ClosingHandler, ShortcutActionHandlerOwner, Focusable, com.google.gwt.user.client.ui.Focusable, HasResizeHandlers, HasScrollHandlers {