Android
android.widget
public static class

android.widget.TableLayout.LayoutParams

java.lang.Object
android.view.ViewGroup.LayoutParams
android.view.ViewGroup.MarginLayoutParams
android.widget.LinearLayout.LayoutParams
android.widget.TableLayout.LayoutParams

This set of layout parameters enforces the width of each child to be FILL_PARENT and the height of each child to be WRAP_CONTENT, but only if the height is not specified.

Summary

XML Attributes inherited from class android.widget.LinearLayout.LayoutParams
XML Attributes inherited from class android.view.ViewGroup.MarginLayoutParams
XML Attributes inherited from class android.view.ViewGroup.LayoutParams
Constants inherited from class android.view.ViewGroup.LayoutParams
Fields inherited from class android.widget.LinearLayout.LayoutParams
Fields inherited from class android.view.ViewGroup.MarginLayoutParams
Fields inherited from class android.view.ViewGroup.LayoutParams

Public Constructors

            TableLayout.LayoutParams(Context c, AttributeSet attrs)
            TableLayout.LayoutParams(int w, int h)
            TableLayout.LayoutParams(int w, int h, float initWeight)
            TableLayout.LayoutParams()

Sets the child width to ViewGroup.LayoutParams and the child height to WRAP_CONTENT.

            TableLayout.LayoutParams(ViewGroup.LayoutParams p)
            TableLayout.LayoutParams(ViewGroup.MarginLayoutParams source)

Protected Methods

          void  setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)

Fixes the row's width to FILL_PARENT; the row's height is fixed to WRAP_CONTENT if no layout height is specified.

Methods inherited from class android.widget.LinearLayout.LayoutParams
Methods inherited from class android.view.ViewGroup.MarginLayoutParams
Methods inherited from class android.view.ViewGroup.LayoutParams
Methods inherited from class java.lang.Object

Details

Public Constructors

public TableLayout.LayoutParams(Context c, AttributeSet attrs)

public TableLayout.LayoutParams(int w, int h)

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

public TableLayout.LayoutParams()

Sets the child width to ViewGroup.LayoutParams and the child height to WRAP_CONTENT.

public TableLayout.LayoutParams(ViewGroup.LayoutParams p)

public TableLayout.LayoutParams(ViewGroup.MarginLayoutParams source)

Protected Methods

protected void setBaseAttributes(TypedArray a, int widthAttr, int heightAttr)

Fixes the row's width to FILL_PARENT; the row's height is fixed to WRAP_CONTENT if no layout height is specified.

Parameters

a the styled attributes set
widthAttr the width attribute to fetch
heightAttr the height attribute to fetch
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56