android.widget
Class TableLayout.LayoutParams

java.lang.Object
  extended by android.view.ViewGroup.LayoutParams
      extended by android.view.ViewGroup.MarginLayoutParams
          extended by android.widget.LinearLayout.LayoutParams
              extended by android.widget.TableLayout.LayoutParams
Enclosing class:
TableLayout

public static class TableLayout.LayoutParams
extends LinearLayout.LayoutParams


Field Summary
 
Fields inherited from class android.widget.LinearLayout.LayoutParams
gravity, weight
 
Fields inherited from class android.view.ViewGroup.MarginLayoutParams
bottomMargin, leftMargin, rightMargin, topMargin
 
Fields inherited from class android.view.ViewGroup.LayoutParams
FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT
 
Constructor Summary
TableLayout.LayoutParams()
           
TableLayout.LayoutParams(Context c, AttributeSet attrs)
           
TableLayout.LayoutParams(int w, int h)
           
TableLayout.LayoutParams(int w, int h, float initWeight)
           
TableLayout.LayoutParams(ViewGroup.LayoutParams p)
           
TableLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
           
 
Method Summary
protected  void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)
           
 
Methods inherited from class android.widget.LinearLayout.LayoutParams
debug
 
Methods inherited from class android.view.ViewGroup.MarginLayoutParams
setMargins
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableLayout.LayoutParams

public TableLayout.LayoutParams(Context c,
                                AttributeSet attrs)

TableLayout.LayoutParams

public TableLayout.LayoutParams(int w,
                                int h)

TableLayout.LayoutParams

public TableLayout.LayoutParams(int w,
                                int h,
                                float initWeight)

TableLayout.LayoutParams

public TableLayout.LayoutParams()

TableLayout.LayoutParams

public TableLayout.LayoutParams(ViewGroup.LayoutParams p)

TableLayout.LayoutParams

public TableLayout.LayoutParams(ViewGroup.MarginLayoutParams source)
Method Detail

setBaseAttributes

protected void setBaseAttributes(TypedArray a,
                                 int widthAttr,
                                 int heightAttr)
Overrides:
setBaseAttributes in class ViewGroup.LayoutParams


Copyright © 2008-2012. All Rights Reserved.