|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itmill.toolkit.terminal.gwt.client.DefaultWidgetSet
public class DefaultWidgetSet
Constructor Summary | |
---|---|
DefaultWidgetSet()
|
Method Summary | |
---|---|
Paintable |
createWidget(UIDL uidl)
Create an uninitialized component that best matches given UIDL. |
boolean |
isCorrectImplementation(com.google.gwt.user.client.ui.Widget currentWidget,
UIDL uidl)
Test if the given component implementation conforms to UIDL. |
void |
onModuleLoad()
This is the entry point method. |
protected Class |
resolveWidgetType(UIDL uidl)
|
protected String |
resolveWidgetTypeName(UIDL uidl)
Deprecated. use resolveWidgetType instead |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultWidgetSet()
Method Detail |
---|
public void onModuleLoad()
onModuleLoad
in interface com.google.gwt.core.client.EntryPoint
public Paintable createWidget(UIDL uidl)
WidgetSet
Widget
that implements Paintable
.
createWidget
in interface WidgetSet
uidl
- UIDL to be painted with returned component.
protected Class resolveWidgetType(UIDL uidl)
@Deprecated protected String resolveWidgetTypeName(UIDL uidl)
public boolean isCorrectImplementation(com.google.gwt.user.client.ui.Widget currentWidget, UIDL uidl)
WidgetSet
isCorrectImplementation
in interface WidgetSet
currentWidget
- Current implementation of the componentuidl
- UIDL to test against
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |