List of usage examples for com.google.gwt.user.client.ui DeckPanel subclass-usage
From source file com.mcherm.zithiacharsheet.client.RichTextPalate.java
/**
* This is a RichTextArea combined with a formatting toolbar.
* <p>
* FIXME: I should use the class Composite to hide the implementation of this.
* FIXME: I should use the fancy editing widget for the HTML source also,
* although there it would insert tags in the text.
From source file com.xpn.xwiki.watch.client.ui.utils.LoadingWidget.java
/**
* Widget that will handle replacement of a widget with a loading panel. It gets a main widget in its constructor and a
* loading widget set (the widget to display while loading). The switch between the two widgets will be done by calling
* {@link LoadingWidget#startLoading()} while response will be handled by the two functions,
* {@link LoadingWidget#onSuccess(Object)} and {@link LoadingWidget#onFailure(Throwable)} depending on the response.
*/
From source file edu.caltech.ipac.firefly.ui.DisableableDeckPanel.java
/** * @author Trey Roby */ public class DisableableDeckPanel extends DeckPanel implements ProvidesResize, RequiresResize { private final MaskMessgeWidget _maskMess;
From source file org.gems.ajax.client.figures.properties.InlineEditor.java
/*******************************************************************************
* Copyright (c) 2007 Jules White. All rights reserved. This program and the
* accompanying materials are made available under the terms of the Eclipse
* Public License v1.0 which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
From source file org.jboss.ballroom.client.widgets.stack.NamedDeckPanel.java
/** * A DeckPanel that manages widgets by name instead of index. * * @author Stan Silvert ssilvert@redhat.com (C) 2011 Red Hat Inc. */ public class NamedDeckPanel extends DeckPanel {
From source file org.pentaho.gwt.widgets.client.tabs.AlwaysVisibleDeckPanel.java
/** * User: nbaker Date: 2/7/13 */ public class AlwaysVisibleDeckPanel extends DeckPanel { Widget curWidget;
From source file org.waveprotocol.wave.client.wavepanel.impl.toolbar.color.ComplexColorPicker.java
/**
* The Class ComplexColorPicker is used to show a simple color picker but can be
* extensible with other color pickers. See {@link SampleCustomColorPicker}.
*
* @author vjrj@ourproject.org (Vicente J. Ruiz Jurado)
*/