com.extjs.gxt.ui.client.widget
Class ComponentHelper

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.ComponentHelper

public class ComponentHelper
extends java.lang.Object

Provides access to package protected methods of component and widget.


Constructor Summary
ComponentHelper()
           
 
Method Summary
static void doAttach(com.google.gwt.user.client.ui.Widget widget)
           
static void doDetach(com.google.gwt.user.client.ui.Widget widget)
           
static LayoutData getLayoutData(Component c)
           
static void removeFromParent(com.google.gwt.user.client.ui.Widget widget)
           
static void setLayoutData(Component c, LayoutData data)
           
static void setModel(Component c, ModelData model)
           
static void setParent(com.google.gwt.user.client.ui.Widget parent, com.google.gwt.user.client.ui.Widget child)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentHelper

public ComponentHelper()
Method Detail

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)