|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.view.ViewGroup.LayoutParams
android.view.ViewGroup.MarginLayoutParams
android.widget.LinearLayout.LayoutParams
android.widget.TableRow.LayoutParams
public static class TableRow.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 |
|---|
public int column
public int span
| Constructor Detail |
|---|
public TableRow.LayoutParams(Context c,
AttributeSet attrs)
public TableRow.LayoutParams(int w,
int h)
public TableRow.LayoutParams(int w,
int h,
float initWeight)
public TableRow.LayoutParams()
public TableRow.LayoutParams(int column)
public TableRow.LayoutParams(ViewGroup.LayoutParams p)
public TableRow.LayoutParams(ViewGroup.MarginLayoutParams source)
| Method Detail |
|---|
protected void setBaseAttributes(TypedArray a,
int widthAttr,
int heightAttr)
setBaseAttributes in class ViewGroup.LayoutParams
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||