|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tensegrity.palowebviewer.modules.widgets.client.LabelWidgetFactory
public class LabelWidgetFactory
Kind of IWidgetFactory
that generates simple Label for given object.
The text for the Label is taken from Object.toString() method or "null" if the object
is null
.
Constructor Summary | |
---|---|
LabelWidgetFactory()
|
Method Summary | |
---|---|
com.google.gwt.user.client.ui.Widget |
createWidgetFor(java.lang.Object object)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LabelWidgetFactory()
Method Detail |
---|
public com.google.gwt.user.client.ui.Widget createWidgetFor(java.lang.Object object)
createWidgetFor
in interface IWidgetFactory
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |