Class ListPopupWindow
public class ListPopupWindow : JVMBridgeBase<ListPopupWindow>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<ListPopupWindow>ListPopupWindow
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<ListPopupWindow>.SExecuteWithSignature<TReturn>(Type, string, string, params object[])JVMBridgeBase<ListPopupWindow>.IsAssignableFrom(IJavaType)JVMBridgeBase<ListPopupWindow>.IsAssignableFrom<T>()JVMBridgeBase<ListPopupWindow>.Execute<T>(params T[])JVMBridgeBase<ListPopupWindow>.DynBridgeClazzJVMBridgeBase<ListPopupWindow>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
ListPopupWindow()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ListPopupWindow()
ListPopupWindow(Context)
public ListPopupWindow(Context arg0)
Parameters
ListPopupWindow(Context, AttributeSet)
public ListPopupWindow(Context arg0, AttributeSet arg1)
Parameters
arg0
Contextarg1
AttributeSet
ListPopupWindow(Context, AttributeSet, int)
public ListPopupWindow(Context arg0, AttributeSet arg1, int arg2)
Parameters
arg0
Contextarg1
AttributeSetarg2
int
ListPopupWindow(Context, AttributeSet, int, int)
public ListPopupWindow(Context arg0, AttributeSet arg1, int arg2, int arg3)
Parameters
arg0
Contextarg1
AttributeSetarg2
intarg3
int
ListPopupWindow(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public ListPopupWindow(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
INPUT_METHOD_FROM_FOCUSABLE
public static int INPUT_METHOD_FROM_FOCUSABLE { get; }
Property Value
INPUT_METHOD_NEEDED
public static int INPUT_METHOD_NEEDED { get; }
Property Value
INPUT_METHOD_NOT_NEEDED
public static int INPUT_METHOD_NOT_NEEDED { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
MATCH_PARENT
public static int MATCH_PARENT { get; }
Property Value
POSITION_PROMPT_ABOVE
public static int POSITION_PROMPT_ABOVE { get; }
Property Value
POSITION_PROMPT_BELOW
public static int POSITION_PROMPT_BELOW { get; }
Property Value
WRAP_CONTENT
public static int WRAP_CONTENT { get; }
Property Value
Methods
ClearListSelection()
public void ClearListSelection()
CreateDragToOpenListener(View)
public View.OnTouchListener CreateDragToOpenListener(View arg0)
Parameters
Returns
CreateDragToOpenListenerDirect(View)
public View.OnTouchListener CreateDragToOpenListenerDirect(View arg0)
Parameters
Returns
Dismiss()
public void Dismiss()
GetAnchorView()
public View GetAnchorView()
Returns
GetAnimationStyle()
public int GetAnimationStyle()
Returns
GetBackground()
public Drawable GetBackground()
Returns
GetEpicenterBounds()
public Rect GetEpicenterBounds()
Returns
GetHeight()
public int GetHeight()
Returns
GetHorizontalOffset()
public int GetHorizontalOffset()
Returns
GetInputMethodMode()
public int GetInputMethodMode()
Returns
GetListView()
public ListView GetListView()
Returns
GetPromptPosition()
public int GetPromptPosition()
Returns
GetSelectedItem()
public object GetSelectedItem()
Returns
GetSelectedItemId()
public long GetSelectedItemId()
Returns
GetSelectedItemPosition()
public int GetSelectedItemPosition()
Returns
GetSelectedView()
public View GetSelectedView()
Returns
GetSoftInputMode()
public int GetSoftInputMode()
Returns
GetVerticalOffset()
public int GetVerticalOffset()
Returns
GetWidth()
public int GetWidth()
Returns
IsInputMethodNotNeeded()
https://developer.android.com/reference/android/widget/ListPopupWindow.html#isInputMethodNotNeeded()
public bool IsInputMethodNotNeeded()
Returns
IsModal()
public bool IsModal()
Returns
IsShowing()
public bool IsShowing()
Returns
OnKeyDown(int, KeyEvent)
public bool OnKeyDown(int arg0, KeyEvent arg1)
Parameters
Returns
OnKeyPreIme(int, KeyEvent)
public bool OnKeyPreIme(int arg0, KeyEvent arg1)
Parameters
Returns
OnKeyUp(int, KeyEvent)
public bool OnKeyUp(int arg0, KeyEvent arg1)
Parameters
Returns
PerformItemClick(int)
public bool PerformItemClick(int arg0)
Parameters
Returns
PostShow()
public void PostShow()
SetAdapter(ListAdapter)
public void SetAdapter(ListAdapter arg0)
Parameters
arg0
ListAdapter
SetAnchorView(View)
public void SetAnchorView(View arg0)
Parameters
SetAnimationStyle(int)
public void SetAnimationStyle(int arg0)
Parameters
SetBackgroundDrawable(Drawable)
public void SetBackgroundDrawable(Drawable arg0)
Parameters
SetContentWidth(int)
public void SetContentWidth(int arg0)
Parameters
SetDropDownGravity(int)
public void SetDropDownGravity(int arg0)
Parameters
SetEpicenterBounds(Rect)
public void SetEpicenterBounds(Rect arg0)
Parameters
SetHeight(int)
public void SetHeight(int arg0)
Parameters
SetHorizontalOffset(int)
https://developer.android.com/reference/android/widget/ListPopupWindow.html#setHorizontalOffset(int)
public void SetHorizontalOffset(int arg0)
Parameters
SetInputMethodMode(int)
public void SetInputMethodMode(int arg0)
Parameters
SetListSelector(Drawable)
public void SetListSelector(Drawable arg0)
Parameters
SetModal(bool)
public void SetModal(bool arg0)
Parameters
SetOnDismissListener(OnDismissListener)
public void SetOnDismissListener(PopupWindow.OnDismissListener arg0)
Parameters
SetOnItemClickListener(OnItemClickListener)
public void SetOnItemClickListener(AdapterView.OnItemClickListener arg0)
Parameters
SetOnItemSelectedListener(OnItemSelectedListener)
public void SetOnItemSelectedListener(AdapterView.OnItemSelectedListener arg0)
Parameters
SetPromptPosition(int)
public void SetPromptPosition(int arg0)
Parameters
SetPromptView(View)
public void SetPromptView(View arg0)
Parameters
SetSelection(int)
public void SetSelection(int arg0)
Parameters
SetSoftInputMode(int)
public void SetSoftInputMode(int arg0)
Parameters
SetVerticalOffset(int)
public void SetVerticalOffset(int arg0)
Parameters
SetWidth(int)
public void SetWidth(int arg0)
Parameters
SetWindowLayoutType(int)
https://developer.android.com/reference/android/widget/ListPopupWindow.html#setWindowLayoutType(int)
public void SetWindowLayoutType(int arg0)
Parameters
Show()
public void Show()