List of usage examples for com.google.gwt.user.client.ui Label subclass-usage
From source file org.kuali.student.common.ui.client.widgets.KSLabel.java
/**
* KSLabel wraps gwt Label. This class provides most of the same functionality, but sets KS css styles
* for its default look (for improved browser compatibility and customizability).
*
* @author Kuali Student Team
*
From source file org.kuali.student.common.ui.client.widgets.KSPlaceholder.java
public class KSPlaceholder extends Label { public KSPlaceholder() { super("[PLACEHOLDER]"); setupDefaultStyle(); }
From source file org.mobicents.slee.container.management.console.client.common.Title.java
/** * @author Stefano Zappaterra * */ public class Title extends Label {
From source file org.onecmdb.ui.gwt.toolkit.client.view.ci.LabelCounter.java
public class LabelCounter extends Label { private String baseText; private ITableControl ctrl; public LabelCounter(String text, ITableControl ctrl) {
From source file org.onesocialweb.gwt.client.ui.widget.ErrorLabel.java
public class ErrorLabel extends Label { public ErrorLabel() { addStyleName("error"); setVisible(false); }
From source file org.onesocialweb.gwt.client.ui.widget.FieldLabel.java
public class FieldLabel extends Label { public FieldLabel(String string) { super(string); addStyleName("fieldlabel"); }
From source file org.opencms.gwt.client.ui.input.CmsLabel.java
/** * Single line label with text truncation and tool tip.<p> * * @since 8.0.0 */ public class CmsLabel extends Label implements I_CmsTruncable {
From source file org.openmoney.omlets.mobile.client.ui.widgets.LabelField.java
/** * A label which has a custom style. */ public class LabelField extends Label { public LabelField() {
From source file org.openremote.app.client.widget.FormSectionLabel.java
public class FormSectionLabel extends Label { public FormSectionLabel() { setStyleName("or-FormSectionLabel"); }
From source file org.openremote.manager.client.widget.FormSectionLabel.java
public class FormSectionLabel extends Label { public FormSectionLabel() { setStyleName("or-FormSectionLabel"); }