List of usage examples for com.google.gwt.user.client.ui Label subclass-usage
From source file org.eurekastreams.web.client.ui.common.notification.NotificationCountWidget.java
/** * Widget displaying the notification count in the nav bar. */ public class NotificationCountWidget extends Label { /** Polling time in minutes. */ private static final int POLL_TIME_MINUTES = 1;
From source file org.geogebra.web.web.gui.view.algebra.GroupNameLabel.java
/**
* InlineLabelTreeItem for the openable tree nodes of the algebra view
*
* File created by Arpad Fekete
*/
From source file org.gwtaf.widgets.expanding.LabelAddButton.java
/** * A concrete implementation of {@link AddButton} using a {@link Label}. * * @author Arthur Kalmenson */ public class LabelAddButton extends Label implements AddButton {
From source file org.gwtaf.widgets.expanding.LabelRemoveButton.java
/** * A concrete implementation of {@link RemoveButton} using a {@link Label}. * * @author Arthur Kalmenson */ public class LabelRemoveButton extends Label implements RemoveButton {
From source file org.iplantc.de.pipelineBuilder.client.ui.Filler.java
public class Filler extends Label { public Filler(int width) { setWidth(width + "px"); setHeight(2 + "px"); }
From source file org.iplantc.de.pipelineBuilder.client.ui.Seprator.java
public class Seprator extends Label { public Seprator() { addStyleName("eta-seprator"); setWidth("1px"); }
From source file org.jboss.bpm.console.client.common.HeaderLabel.java
/** * @author Heiko.Braun <heiko.braun@jboss.com> */ public class HeaderLabel extends Label { public HeaderLabel(String string) {
From source file org.jboss.errai.ui.nav.client.local.testpages.ApplicationScopedPage.java
@ApplicationScoped @Page public class ApplicationScopedPage extends Label { private static int preDestroyCallCount = 0;
From source file org.jboss.errai.ui.nav.client.local.testpages.AppScopedPageWithNoLifecycleMethods.java
/**
*
* @author Max Barkley <mbarkley@redhat.com>
*/
@ApplicationScoped
@Page
From source file org.jboss.errai.ui.nav.client.local.testpages.EntryPointPage.java
@EntryPoint @Page public class EntryPointPage extends Label { private static int preDestroyCallCount = 0;