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

    Annotations
    @inline()
  7. def animationStyle: Int

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

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

    Definition Classes
    Any
  10. def background: Drawable

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

    Annotations
    @inline()
  12. def backgroundDrawable(implicit no: NoGetterForThisProperty): Nothing

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

    Annotations
    @inline()
  14. def clippingEnabled(p: Boolean): V

    Annotations
    @inline()
  15. def clippingEnabled: Boolean

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

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

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

    Annotations
    @inline()
  19. def contentView: View

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

    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

    Annotations
    @inline()
  27. def focusable: Boolean

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

    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

    Annotations
    @inline()
  32. def height: Int

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

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

    Annotations
    @inline()
  35. def inputMethodMode: Int

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

    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

    Annotations
    @inline()
  43. def onDismissListener(implicit no: NoGetterForThisProperty): Nothing

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

    Annotations
    @inline()
  45. def outsideTouchable(p: Boolean): V

    Annotations
    @inline()
  46. def outsideTouchable: Boolean

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

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

    Annotations
    @inline()
  49. def softInputMode: Int

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

    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

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

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

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

    Annotations
    @inline()
  57. def touchable: Boolean

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

    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

    Annotations
    @inline()
  63. def width: Int

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

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped