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