Example usage for com.google.gwt.user.client.ui LabelBase LabelBase

List of usage examples for com.google.gwt.user.client.ui LabelBase LabelBase

Introduction

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

Prototype

protected LabelBase(Element element) 

Source Link

Usage

From source file:com.gwtmodel.table.view.ewidget.gwt.LabelFor.java

License:Apache License

LabelFor(IVField v, String la) {
    this.v = v;
    w = new LabelBase(createLabelElement(Document.get(), v.getId(), la)) {
    };
}