android.widget
Class TableRow.LayoutParams
java.lang.Object
android.view.ViewGroup.LayoutParams
android.view.ViewGroup.MarginLayoutParams
android.widget.LinearLayout.LayoutParams
android.widget.TableRow.LayoutParams
- Enclosing class:
- TableRow
public static class TableRow.LayoutParams
- extends LinearLayout.LayoutParams
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
column
public int column
span
public int span
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)
setBaseAttributes
protected void setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr)
- Overrides:
setBaseAttributes
in class ViewGroup.LayoutParams
Copyright © 2008-2012. All Rights Reserved.