android.widget
Class TableRow.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.TableRow.LayoutParams
Enclosing class:
TableRow

public static class TableRow.LayoutParams
extends LinearLayout.LayoutParams


Field Summary
 int column
           
 int span
           
 
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
TableRow.LayoutParams()
           
TableRow.LayoutParams(Context c, AttributeSet attrs)
           
TableRow.LayoutParams(int column)
           
TableRow.LayoutParams(int w, int h)
           
TableRow.LayoutParams(int w, int h, float initWeight)
           
TableRow.LayoutParams(ViewGroup.LayoutParams p)
           
TableRow.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
 

Field Detail

column

public int column

span

public int span
Constructor Detail

TableRow.LayoutParams

public TableRow.LayoutParams(Context c,
                             AttributeSet attrs)

TableRow.LayoutParams

public TableRow.LayoutParams(int w,
                             int h)

TableRow.LayoutParams

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

TableRow.LayoutParams

public TableRow.LayoutParams()

TableRow.LayoutParams

public TableRow.LayoutParams(int column)

TableRow.LayoutParams

public TableRow.LayoutParams(ViewGroup.LayoutParams p)

TableRow.LayoutParams

public TableRow.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.