C# Class android.widget.TableRow

Inheritance: android.widget.LinearLayout
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
TableRow ( )

Method Details

TableRow() public méthode

public TableRow ( android arg0 )
arg0 android

TableRow() public méthode

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

TableRow() protected méthode

protected TableRow ( global @__env )
@__env global

checkLayoutParams() protected méthode

protected checkLayoutParams ( android arg0 ) : bool
arg0 android
Résultat bool

generateDefaultLayoutParams() protected méthode

protected generateDefaultLayoutParams ( ) : global::android.widget.LinearLayout.LayoutParams
Résultat global::android.widget.LinearLayout.LayoutParams

generateLayoutParams() protected méthode

protected generateLayoutParams ( android arg0 ) : global::android.widget.LinearLayout.LayoutParams
arg0 android
Résultat global::android.widget.LinearLayout.LayoutParams

generateLayoutParams() public méthode

public generateLayoutParams ( android arg0 ) : global::android.widget.TableRow.LayoutParams
arg0 android
Résultat global::android.widget.TableRow.LayoutParams

getVirtualChildAt() public méthode

public getVirtualChildAt ( int arg0 ) : global::android.view.View
arg0 int
Résultat global::android.view.View

getVirtualChildCount() public méthode

public getVirtualChildCount ( ) : int
Résultat int

onLayout() protected méthode

protected onLayout ( bool arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 bool
arg1 int
arg2 int
arg3 int
arg4 int
Résultat void

onMeasure() protected méthode

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
Résultat void

setOnHierarchyChangeListener() public méthode

public setOnHierarchyChangeListener ( android arg0 ) : void
arg0 android
Résultat void