C# Class android.widget.GridView

Inheritance: android.widget.AbsListView
Datei anzeigen Open project: JeroMiya/androidmono

Public Methods

Method 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

Protected Methods

Method 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

Method Description
GridView ( )

Method Details

GridView() public method

public GridView ( android arg0 )
arg0 android

GridView() public method

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

GridView() public method

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

GridView() protected method

protected GridView ( global @__env )
@__env global

attachLayoutAnimationParameters() protected method

protected attachLayoutAnimationParameters ( android arg0, android arg1, int arg2, int arg3 ) : void
arg0 android
arg1 android
arg2 int
arg3 int
return void

computeVerticalScrollExtent() protected method

protected computeVerticalScrollExtent ( ) : int
return int

computeVerticalScrollOffset() protected method

protected computeVerticalScrollOffset ( ) : int
return int

computeVerticalScrollRange() protected method

protected computeVerticalScrollRange ( ) : int
return int

getAdapter() public method

public getAdapter ( ) : global::android.widget.Adapter
return global::android.widget.Adapter

getStretchMode() public method

public getStretchMode ( ) : int
return int

layoutChildren() protected method

protected layoutChildren ( ) : void
return void

onFocusChanged() protected method

protected onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
arg0 bool
arg1 int
arg2 android
return void

onKeyDown() public method

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onKeyMultiple() public method

public onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
arg0 int
arg1 int
arg2 android
return bool

onKeyUp() public method

public onKeyUp ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onMeasure() protected method

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

setAdapter() public method

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

setColumnWidth() public method

public setColumnWidth ( int arg0 ) : void
arg0 int
return void

setGravity() public method

public setGravity ( int arg0 ) : void
arg0 int
return void

setHorizontalSpacing() public method

public setHorizontalSpacing ( int arg0 ) : void
arg0 int
return void

setNumColumns() public method

public setNumColumns ( int arg0 ) : void
arg0 int
return void

setSelection() public method

public setSelection ( int arg0 ) : void
arg0 int
return void

setStretchMode() public method

public setStretchMode ( int arg0 ) : void
arg0 int
return void

setVerticalSpacing() public method

public setVerticalSpacing ( int arg0 ) : void
arg0 int
return void