C# Class android.widget.PopupWindow

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono Class Usage Examples

Méthodes publiques

Méthode Description
PopupWindow ( android arg0 )
PopupWindow ( android arg0, android arg1 )
PopupWindow ( android arg0, android arg1, int arg2 )
PopupWindow ( android arg0, int arg1, int arg2 )
PopupWindow ( android arg0, int arg1, int arg2, bool arg3 )
PopupWindow ( int arg0, int arg1 )
dismiss ( ) : void
getAnimationStyle ( ) : int
getBackground ( ) : global::android.graphics.drawable.Drawable
getContentView ( ) : global::android.view.View
getHeight ( ) : int
getInputMethodMode ( ) : int
getMaxAvailableHeight ( android arg0 ) : int
getMaxAvailableHeight ( android arg0, int arg1 ) : int
getSoftInputMode ( ) : int
getWidth ( ) : int
isAboveAnchor ( ) : bool
isClippingEnabled ( ) : bool
isFocusable ( ) : bool
isOutsideTouchable ( ) : bool
isShowing ( ) : bool
isTouchable ( ) : bool
setAnimationStyle ( int arg0 ) : void
setBackgroundDrawable ( android arg0 ) : void
setClippingEnabled ( bool arg0 ) : void
setContentView ( android arg0 ) : void
setFocusable ( bool arg0 ) : void
setHeight ( int arg0 ) : void
setIgnoreCheekPress ( ) : void
setInputMethodMode ( int arg0 ) : void
setOnDismissListener ( android arg0 ) : void
setOnDismissListener ( global arg0 ) : void
setOutsideTouchable ( bool arg0 ) : void
setSoftInputMode ( int arg0 ) : void
setTouchInterceptor ( android arg0 ) : void
setTouchInterceptor ( global arg0 ) : void
setTouchable ( bool arg0 ) : void
setWidth ( int arg0 ) : void
setWindowLayoutMode ( int arg0, int arg1 ) : void
showAsDropDown ( android arg0 ) : void
showAsDropDown ( android arg0, int arg1, int arg2 ) : void
showAtLocation ( android arg0, int arg1, int arg2, int arg3 ) : void
update ( ) : void
update ( android arg0, int arg1, int arg2 ) : void
update ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
update ( int arg0, int arg1 ) : void
update ( int arg0, int arg1, int arg2, int arg3 ) : void
update ( int arg0, int arg1, int arg2, int arg3, bool arg4 ) : void

Méthodes protégées

Méthode Description
PopupWindow ( global @__env )

Private Methods

Méthode Description
PopupWindow ( )

Method Details

PopupWindow() public méthode

public PopupWindow ( android arg0 )
arg0 android

PopupWindow() public méthode

public PopupWindow ( android arg0, android arg1 )
arg0 android
arg1 android

PopupWindow() public méthode

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

PopupWindow() public méthode

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

PopupWindow() public méthode

public PopupWindow ( android arg0, int arg1, int arg2, bool arg3 )
arg0 android
arg1 int
arg2 int
arg3 bool

PopupWindow() protected méthode

protected PopupWindow ( global @__env )
@__env global

PopupWindow() public méthode

public PopupWindow ( int arg0, int arg1 )
arg0 int
arg1 int

dismiss() public méthode

public dismiss ( ) : void
Résultat void

getAnimationStyle() public méthode

public getAnimationStyle ( ) : int
Résultat int

getBackground() public méthode

public getBackground ( ) : global::android.graphics.drawable.Drawable
Résultat global::android.graphics.drawable.Drawable

getContentView() public méthode

public getContentView ( ) : global::android.view.View
Résultat global::android.view.View

getHeight() public méthode

public getHeight ( ) : int
Résultat int

getInputMethodMode() public méthode

public getInputMethodMode ( ) : int
Résultat int

getMaxAvailableHeight() public méthode

public getMaxAvailableHeight ( android arg0 ) : int
arg0 android
Résultat int

getMaxAvailableHeight() public méthode

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

getSoftInputMode() public méthode

public getSoftInputMode ( ) : int
Résultat int

getWidth() public méthode

public getWidth ( ) : int
Résultat int

isAboveAnchor() public méthode

public isAboveAnchor ( ) : bool
Résultat bool

isClippingEnabled() public méthode

public isClippingEnabled ( ) : bool
Résultat bool

isFocusable() public méthode

public isFocusable ( ) : bool
Résultat bool

isOutsideTouchable() public méthode

public isOutsideTouchable ( ) : bool
Résultat bool

isShowing() public méthode

public isShowing ( ) : bool
Résultat bool

isTouchable() public méthode

public isTouchable ( ) : bool
Résultat bool

setAnimationStyle() public méthode

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

setBackgroundDrawable() public méthode

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

setClippingEnabled() public méthode

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

setContentView() public méthode

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

setFocusable() public méthode

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

setHeight() public méthode

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

setIgnoreCheekPress() public méthode

public setIgnoreCheekPress ( ) : void
Résultat void

setInputMethodMode() public méthode

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

setOnDismissListener() public méthode

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

setOnDismissListener() public méthode

public setOnDismissListener ( global arg0 ) : void
arg0 global
Résultat void

setOutsideTouchable() public méthode

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

setSoftInputMode() public méthode

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

setTouchInterceptor() public méthode

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

setTouchInterceptor() public méthode

public setTouchInterceptor ( global arg0 ) : void
arg0 global
Résultat void

setTouchable() public méthode

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

setWidth() public méthode

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

setWindowLayoutMode() public méthode

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

showAsDropDown() public méthode

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

showAsDropDown() public méthode

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

showAtLocation() public méthode

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

update() public méthode

public update ( ) : void
Résultat void

update() public méthode

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

update() public méthode

public update ( android arg0, int arg1, int arg2, int arg3, int arg4 ) : void
arg0 android
arg1 int
arg2 int
arg3 int
arg4 int
Résultat void

update() public méthode

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

update() public méthode

public update ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
Résultat void

update() public méthode

public update ( int arg0, int arg1, int arg2, int arg3, bool arg4 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
arg4 bool
Résultat void