org.scaloid.common

TraitPopupWindow

trait TraitPopupWindow[V <: PopupWindow] extends AnyRef

Automatically generated helper trait of android.widget.PopupWindow. This contains several property accessors.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TraitPopupWindow
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def basis: V

Concrete Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def animationStyle(p: Int): V

    Shortcut for setAnimationStyle(int)

    Annotations
    @inline()
  7. def animationStyle: Int

    Shortcut for getAnimationStyle()

    Shortcut for getAnimationStyle()

    Annotations
    @inline()
  8. def animationStyle_=(p: Int): V

    Shortcut for setAnimationStyle(int)

    Annotations
    @inline()
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def background: Drawable

    Shortcut for getBackground()

    Shortcut for getBackground()

    Annotations
    @inline()
  11. def backgroundDrawable(p: Drawable): V

    Shortcut for setBackgroundDrawable(android.graphics.drawable.Drawable)

  12. def backgroundDrawable(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  13. def backgroundDrawable_=(p: Drawable): V

    Shortcut for setBackgroundDrawable(android.graphics.drawable.Drawable)

  14. def clippingEnabled(p: Boolean): V

    Shortcut for setClippingEnabled(boolean)

    Annotations
    @inline()
  15. def clippingEnabled: Boolean

    Shortcut for isClippingEnabled()

    Shortcut for isClippingEnabled()

    Annotations
    @inline()
  16. def clippingEnabled_=(p: Boolean): V

    Shortcut for setClippingEnabled(boolean)

    Annotations
    @inline()
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def contentView(p: View): V

    Shortcut for setContentView(android.view.View)

    Annotations
    @inline()
  19. def contentView: View

    Shortcut for getContentView()

    Shortcut for getContentView()

    Annotations
    @inline()
  20. def contentView_=(p: View): V

    Shortcut for setContentView(android.view.View)

    Annotations
    @inline()
  21. def disableClipping: V

    Annotations
    @inline()
  22. def enableClipping: V

    Annotations
    @inline()
  23. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def focusable(p: Boolean): V

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Annotations
    @inline()
  27. def focusable: Boolean

    Shortcut for isFocusable()

    Shortcut for isFocusable()

    Annotations
    @inline()
  28. def focusable_=(p: Boolean): V

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Annotations
    @inline()
  29. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  30. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  31. def height(p: Int): V

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

    Annotations
    @inline()
  32. def height: Int

    Shortcut for getHeight()

    Shortcut for getHeight()

    Annotations
    @inline()
  33. def height_=(p: Int): V

    Shortcut for setHeight(int)

    Shortcut for setHeight(int)

    Annotations
    @inline()
  34. def inputMethodMode(p: Int): V

    Shortcut for setInputMethodMode(int)

    Annotations
    @inline()
  35. def inputMethodMode: Int

    Shortcut for getInputMethodMode()

    Shortcut for getInputMethodMode()

    Annotations
    @inline()
  36. def inputMethodMode_=(p: Int): V

    Shortcut for setInputMethodMode(int)

    Annotations
    @inline()
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  39. final def notify(): Unit

    Definition Classes
    AnyRef
  40. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  41. def onDismiss(f: ⇒ Unit): V

    Annotations
    @inline()
  42. def onDismissListener(p: OnDismissListener): V

    Shortcut for setOnDismissListener(android.widget.PopupWindow.OnDismissListener)

  43. def onDismissListener(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  44. def onDismissListener_=(p: OnDismissListener): V

    Shortcut for setOnDismissListener(android.widget.PopupWindow.OnDismissListener)

  45. def outsideTouchable(p: Boolean): V

    Shortcut for setOutsideTouchable(boolean)

    Annotations
    @inline()
  46. def outsideTouchable: Boolean

    Shortcut for isOutsideTouchable()

    Shortcut for isOutsideTouchable()

    Annotations
    @inline()
  47. def outsideTouchable_=(p: Boolean): V

    Shortcut for setOutsideTouchable(boolean)

    Annotations
    @inline()
  48. def softInputMode(p: Int): V

    Shortcut for setSoftInputMode(int)

    Shortcut for setSoftInputMode(int)

    Annotations
    @inline()
  49. def softInputMode: Int

    Shortcut for getSoftInputMode()

    Shortcut for getSoftInputMode()

    Annotations
    @inline()
  50. def softInputMode_=(p: Int): V

    Shortcut for setSoftInputMode(int)

    Shortcut for setSoftInputMode(int)

    Annotations
    @inline()
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  52. def toString(): String

    Definition Classes
    AnyRef → Any
  53. def touchInterceptor(p: OnTouchListener): V

    Shortcut for setTouchInterceptor(android.view.View.OnTouchListener)

    Annotations
    @inline()
  54. def touchInterceptor(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  55. def touchInterceptor_=(p: OnTouchListener): V

    Shortcut for setTouchInterceptor(android.view.View.OnTouchListener)

    Annotations
    @inline()
  56. def touchable(p: Boolean): V

    Shortcut for setTouchable(boolean)

    Shortcut for setTouchable(boolean)

    Annotations
    @inline()
  57. def touchable: Boolean

    Shortcut for isTouchable()

    Shortcut for isTouchable()

    Annotations
    @inline()
  58. def touchable_=(p: Boolean): V

    Shortcut for setTouchable(boolean)

    Shortcut for setTouchable(boolean)

    Annotations
    @inline()
  59. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  61. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. def width(p: Int): V

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Annotations
    @inline()
  63. def width: Int

    Shortcut for getWidth()

    Shortcut for getWidth()

    Annotations
    @inline()
  64. def width_=(p: Int): V

    Shortcut for setWidth(int)

    Shortcut for setWidth(int)

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped