C# Class android.widget.TableLayout

Inheritance: android.widget.LinearLayout
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
TableLayout ( android arg0 )
TableLayout ( android arg0, android arg1 )
addView ( android arg0 ) : void
addView ( android arg0, android arg1 ) : void
addView ( android arg0, int arg1 ) : void
addView ( android arg0, int arg1, android arg2 ) : void
generateLayoutParams ( android arg0 ) : global::android.widget.TableLayout.LayoutParams
isColumnCollapsed ( int arg0 ) : bool
isColumnShrinkable ( int arg0 ) : bool
isColumnStretchable ( int arg0 ) : bool
isShrinkAllColumns ( ) : bool
isStretchAllColumns ( ) : bool
requestLayout ( ) : void
setColumnCollapsed ( int arg0, bool arg1 ) : void
setColumnShrinkable ( int arg0, bool arg1 ) : void
setColumnStretchable ( int arg0, bool arg1 ) : void
setOnHierarchyChangeListener ( android arg0 ) : void
setShrinkAllColumns ( bool arg0 ) : void
setStretchAllColumns ( bool arg0 ) : void

Protected Methods

Method Description
TableLayout ( global @__env )
checkLayoutParams ( android arg0 ) : bool
generateDefaultLayoutParams ( ) : global::android.widget.LinearLayout.LayoutParams
generateLayoutParams ( android arg0 ) : global::android.widget.LinearLayout.LayoutParams
onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
onMeasure ( int arg0, int arg1 ) : void

Private Methods

Method Description
TableLayout ( )

Method Details

TableLayout() public method

public TableLayout ( android arg0 )
arg0 android

TableLayout() public method

public TableLayout ( android arg0, android arg1 )
arg0 android
arg1 android

TableLayout() protected method

protected TableLayout ( global @__env )
@__env global

addView() public method

public addView ( android arg0 ) : void
arg0 android
return void

addView() public method

public addView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

addView() public method

public addView ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

addView() public method

public addView ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
return void

checkLayoutParams() protected method

protected checkLayoutParams ( android arg0 ) : bool
arg0 android
return bool

generateDefaultLayoutParams() protected method

protected generateDefaultLayoutParams ( ) : global::android.widget.LinearLayout.LayoutParams
return global::android.widget.LinearLayout.LayoutParams

generateLayoutParams() protected method

protected generateLayoutParams ( android arg0 ) : global::android.widget.LinearLayout.LayoutParams
arg0 android
return global::android.widget.LinearLayout.LayoutParams

generateLayoutParams() public method

public generateLayoutParams ( android arg0 ) : global::android.widget.TableLayout.LayoutParams
arg0 android
return global::android.widget.TableLayout.LayoutParams

isColumnCollapsed() public method

public isColumnCollapsed ( int arg0 ) : bool
arg0 int
return bool

isColumnShrinkable() public method

public isColumnShrinkable ( int arg0 ) : bool
arg0 int
return bool

isColumnStretchable() public method

public isColumnStretchable ( int arg0 ) : bool
arg0 int
return bool

isShrinkAllColumns() public method

public isShrinkAllColumns ( ) : bool
return bool

isStretchAllColumns() public method

public isStretchAllColumns ( ) : bool
return bool

onLayout() protected method

protected onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 bool
arg1 int
arg2 int
arg3 int
arg4 int
return void

onMeasure() protected method

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

requestLayout() public method

public requestLayout ( ) : void
return void

setColumnCollapsed() public method

public setColumnCollapsed ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
return void

setColumnShrinkable() public method

public setColumnShrinkable ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
return void

setColumnStretchable() public method

public setColumnStretchable ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
return void

setOnHierarchyChangeListener() public method

public setOnHierarchyChangeListener ( android arg0 ) : void
arg0 android
return void

setShrinkAllColumns() public method

public setShrinkAllColumns ( bool arg0 ) : void
arg0 bool
return void

setStretchAllColumns() public method

public setStretchAllColumns ( bool arg0 ) : void
arg0 bool
return void