C# Class android.widget.GridView

Inheritance: android.widget.AbsListView
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode Description
GridView ( android arg0 )
GridView ( android arg0, android arg1 )
GridView ( android arg0, android arg1, int arg2 )
getAdapter ( ) : global::android.widget.Adapter
getStretchMode ( ) : int
onKeyDown ( int arg0, android arg1 ) : bool
onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
onKeyUp ( int arg0, android arg1 ) : bool
setAdapter ( android arg0 ) : void
setColumnWidth ( int arg0 ) : void
setGravity ( int arg0 ) : void
setHorizontalSpacing ( int arg0 ) : void
setNumColumns ( int arg0 ) : void
setSelection ( int arg0 ) : void
setStretchMode ( int arg0 ) : void
setVerticalSpacing ( int arg0 ) : void

Méthodes protégées

Méthode Description
GridView ( global @__env )
attachLayoutAnimationParameters ( android arg0, android arg1, int arg2, int arg3 ) : void
computeVerticalScrollExtent ( ) : int
computeVerticalScrollOffset ( ) : int
computeVerticalScrollRange ( ) : int
layoutChildren ( ) : void
onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
onMeasure ( int arg0, int arg1 ) : void

Private Methods

Méthode Description
GridView ( )

Method Details

GridView() public méthode

public GridView ( android arg0 )
arg0 android

GridView() public méthode

public GridView ( android arg0, android arg1 )
arg0 android
arg1 android

GridView() public méthode

public GridView ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

GridView() protected méthode

protected GridView ( global @__env )
@__env global

attachLayoutAnimationParameters() protected méthode

protected attachLayoutAnimationParameters ( android arg0, android arg1, int arg2, int arg3 ) : void
arg0 android
arg1 android
arg2 int
arg3 int
Résultat void

computeVerticalScrollExtent() protected méthode

protected computeVerticalScrollExtent ( ) : int
Résultat int

computeVerticalScrollOffset() protected méthode

protected computeVerticalScrollOffset ( ) : int
Résultat int

computeVerticalScrollRange() protected méthode

protected computeVerticalScrollRange ( ) : int
Résultat int

getAdapter() public méthode

public getAdapter ( ) : global::android.widget.Adapter
Résultat global::android.widget.Adapter

getStretchMode() public méthode

public getStretchMode ( ) : int
Résultat int

layoutChildren() protected méthode

protected layoutChildren ( ) : void
Résultat void

onFocusChanged() protected méthode

protected onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
arg0 bool
arg1 int
arg2 android
Résultat void

onKeyDown() public méthode

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

onKeyMultiple() public méthode

public onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
arg0 int
arg1 int
arg2 android
Résultat bool

onKeyUp() public méthode

public onKeyUp ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
Résultat bool

onMeasure() protected méthode

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

setAdapter() public méthode

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

setColumnWidth() public méthode

public setColumnWidth ( int arg0 ) : void
arg0 int
Résultat void

setGravity() public méthode

public setGravity ( int arg0 ) : void
arg0 int
Résultat void

setHorizontalSpacing() public méthode

public setHorizontalSpacing ( int arg0 ) : void
arg0 int
Résultat void

setNumColumns() public méthode

public setNumColumns ( int arg0 ) : void
arg0 int
Résultat void

setSelection() public méthode

public setSelection ( int arg0 ) : void
arg0 int
Résultat void

setStretchMode() public méthode

public setStretchMode ( int arg0 ) : void
arg0 int
Résultat void

setVerticalSpacing() public méthode

public setVerticalSpacing ( int arg0 ) : void
arg0 int
Résultat void