List of usage examples for com.google.gwt.user.client.ui LabelBase LabelBase
protected LabelBase(Element element)
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)) {
};
}