C# Class android.widget.TableRow

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

Public Methods

Method Description
TableRow ( android arg0 )
TableRow ( android arg0, android arg1 )
generateLayoutParams ( android arg0 ) : global::android.widget.TableRow.LayoutParams
getVirtualChildAt ( int arg0 ) : global::android.view.View
getVirtualChildCount ( ) : int
setOnHierarchyChangeListener ( android arg0 ) : void

Protected Methods

Method Description
TableRow ( 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
TableRow ( )

Method Details

TableRow() public method

public TableRow ( android arg0 )
arg0 android

TableRow() public method

public TableRow ( android arg0, android arg1 )
arg0 android
arg1 android

TableRow() protected method

protected TableRow ( global @__env )
@__env global

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.TableRow.LayoutParams
arg0 android
return global::android.widget.TableRow.LayoutParams

getVirtualChildAt() public method

public getVirtualChildAt ( int arg0 ) : global::android.view.View
arg0 int
return global::android.view.View

getVirtualChildCount() public method

public getVirtualChildCount ( ) : int
return int

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

setOnHierarchyChangeListener() public method

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