com.extjs.gxt.ui.client.util
Class WidgetHelper
java.lang.Object
com.extjs.gxt.ui.client.util.WidgetHelper
public class WidgetHelper
- extends java.lang.Object
Allows doAttach and doDetach to be called on widgets.
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WidgetHelper
public WidgetHelper()
doAttach
public static void doAttach(com.google.gwt.user.client.ui.Widget widget)
doDetach
public static void doDetach(com.google.gwt.user.client.ui.Widget widget)
setLayoutData
public static void setLayoutData(Component c,
LayoutData data)
getLayoutData
public static LayoutData getLayoutData(Component c)
setModel
public static void setModel(Component c,
ModelData model)