com.extjs.gxt.ui.client.widget
Class ComponentHelper
java.lang.Object
com.extjs.gxt.ui.client.widget.ComponentHelper
public class ComponentHelper
- extends java.lang.Object
Provides access to package protected methods of component and widget.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentHelper
public ComponentHelper()
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)
getLayoutData
public static LayoutData getLayoutData(Component c)
removeFromParent
public static void removeFromParent(com.google.gwt.user.client.ui.Widget widget)
setLayoutData
public static void setLayoutData(Component c,
LayoutData data)
setModel
public static void setModel(Component c,
ModelData model)
setParent
public static void setParent(com.google.gwt.user.client.ui.Widget parent,
com.google.gwt.user.client.ui.Widget child)