Example usage for com.google.gwt.user.client.ui HasAnimation interface-usage

List of usage examples for com.google.gwt.user.client.ui HasAnimation interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.user.client.ui HasAnimation interface-usage.

Usage

From source file cc.alcina.framework.gwt.client.widget.CustomisableTabPanel.java

/**
 * 
 * Keep in sync with GWT - TabPanel
 */
@SuppressWarnings("deprecation")
public class CustomisableTabPanel extends Composite implements TabListener, SourcesTabEvents, HasWidgets,

From source file cc.alcina.framework.gwt.client.widget.dialog.RelativePopupPanel.java

/**
 * A panel that can "pop up" over other widgets. It overlays the browser's
 * client area (and any previously-created popups).
 * 
 * <p>
 * A RelativePopupPanel should not generally be added to other panels; rather,

From source file com.bearsoft.gwt.ui.containers.window.WindowPanel.java

/**
 * 
 * @author mg
 */
public class WindowPanel extends DraggablePanel implements WindowUI, HasAnimation {

From source file com.choicetrax.client.display.panels.decorators.BoxTabPanel.java

/**
 * A panel that represents a tabbed set of pages, each of which contains another
 * widget. Its child widgets are shown as the user selects the various tabs
 * associated with them. The tabs can contain arbitrary HTML.
 * 
 * <p>

From source file com.eas.window.WindowPanel.java

/**
 * 
 * @author mg
 */
public class WindowPanel extends DraggablePanel implements WindowUI, HasAnimation {

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.google.livingstories.client.ui.PartialDisclosurePanel.java

/**
 * A widget that consists of a header and a content panel.  Some items within the
 * content panel are initially hidden, and clicking the header will toggle the display
 * state of these items.  The panel will also animate, expanding and collapsing
 * to accomodate these elements.
 * 

From source file com.google.livingstories.client.ui.ToggleDisclosurePanel.java

/**
 * A widget that consists of a header and a content panel.  The content panel
 * contains one or two widgets, one representing the 'closed' state and an optional
 * one representing the 'open' state.  If the open state is available,
 * this widget toggles between the states each time the header is clicked.
 * The panel will also animate, expanding and collapsing to accomodate these elements.

From source file com.lorepo.icplayer.client.module.choice.MyPopupPanel.java

/**
 * A panel that can "pop up" over other widgets. It overlays the browser's
 * client area (and any previously-created popups).
 *
 * <p>
 * A PopupPanel should not generally be added to other panels; rather, it should

From source file com.sfeir.common.gwt.client.component.CollapsePanel.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> <ul class="css"> <li>.gwt-CollapsePanel { the
 * panel's primary style }</li> <li>.gwt-CollapsePanel-open { dependent style set when panel is
 * open }</li> <li>.gwt-CollapsePanel-closed { dependent style set when panel is closed }</li>