List of usage examples for com.google.gwt.user.client.ui Label subclass-usage
From source file ca.aeso.evq.client.widgets.DatePickerCell.java
/**
* Public class DatePickerCell is being used by DatePicker class to keep
* the labels of controls and dates in the grid. It has the facility to attach
* and retrieve integer type and value fields. The type and value fields
* could be used by DatePicker to attach the type and specific nature of
* actions on click.
From source file ca.aeso.ltlf.client.date.DatePickerCell.java
/**
* Public class DatePickerCell is being used by DatePicker class to keep
* the labels of controls and dates in the grid. It has the facility to attach
* and retrieve integer type and value fields. The type and value fields
* could be used by DatePicker to attach the type and specific nature of
* actions on click.
From source file cc.kune.core.client.sitebar.search.FormFeedback.java
/** * This widget shows an icon to give feedback on form fields. * * @author vjrj@ourproject.org (Vicente J. Ruiz Jurado) */ public class FormFeedback extends Label {
From source file cc.kune.initials.InitialLabel.java
public class InitialLabel extends Label { private final String name; public InitialLabel(final String text) { this(text, Direction.DEFAULT);
From source file ch.heftix.mailxel.client.AddressLabel.java
public class AddressLabel extends Label { private String displayText = null; public AddressLabel(final AddressTO addressTO) { super();
From source file ch.sebastienzurfluh.swissmuseum.core.client.view.GroupLabelWidget.java
/** * This widget shows the current group label. * @author Sebastien Zurfluh * */ public class GroupLabelWidget extends Label implements Observer {
From source file ch.sebastienzurfluh.swissmuseum.core.client.view.supportwidgets.TextLink.java
public class TextLink extends Label implements ClickHandler { private EventBus eventBus; private DataReference reference; public TextLink(EventBus eventBus, DataReference linkReference, String label) { this.eventBus = eventBus;
From source file ch.unifr.pai.ice.client.DraggableLabel.java
public class DraggableLabel extends Label implements Draggable { public DraggableLabel(String text) { super(text); // TODO Auto-generated constructor stub }
From source file ch.unifr.pai.twice.dragndrop.standalone.client.DraggableLabel.java
/**
* A draggable {@link Label}
*
* @author Oliver Schmid
*
*/
From source file ch.unifr.pai.twice.module.test.client.SomeClass.java
/**
* A widget
*
* @author Oliver Schmid
*
*/