C# Class android.widget.TableLayout

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

Méthodes publiques

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

Méthodes protégées

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

Méthode Description
TableLayout ( )

Method Details

TableLayout() public méthode

public TableLayout ( android arg0 )
arg0 android

TableLayout() public méthode

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

TableLayout() protected méthode

protected TableLayout ( global @__env )
@__env global

addView() public méthode

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

addView() public méthode

public addView ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Résultat void

addView() public méthode

public addView ( android arg0, int arg1 ) : void
arg0 android
arg1 int
Résultat void

addView() public méthode

public addView ( android arg0, int arg1, android arg2 ) : void
arg0 android
arg1 int
arg2 android
Résultat void

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.TableLayout.LayoutParams
arg0 android
Résultat global::android.widget.TableLayout.LayoutParams

isColumnCollapsed() public méthode

public isColumnCollapsed ( int arg0 ) : bool
arg0 int
Résultat bool

isColumnShrinkable() public méthode

public isColumnShrinkable ( int arg0 ) : bool
arg0 int
Résultat bool

isColumnStretchable() public méthode

public isColumnStretchable ( int arg0 ) : bool
arg0 int
Résultat bool

isShrinkAllColumns() public méthode

public isShrinkAllColumns ( ) : bool
Résultat bool

isStretchAllColumns() public méthode

public isStretchAllColumns ( ) : bool
Résultat bool

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

requestLayout() public méthode

public requestLayout ( ) : void
Résultat void

setColumnCollapsed() public méthode

public setColumnCollapsed ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
Résultat void

setColumnShrinkable() public méthode

public setColumnShrinkable ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
Résultat void

setColumnStretchable() public méthode

public setColumnStretchable ( int arg0, bool arg1 ) : void
arg0 int
arg1 bool
Résultat void

setOnHierarchyChangeListener() public méthode

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

setShrinkAllColumns() public méthode

public setShrinkAllColumns ( bool arg0 ) : void
arg0 bool
Résultat void

setStretchAllColumns() public méthode

public setStretchAllColumns ( bool arg0 ) : void
arg0 bool
Résultat void