Class

com.hanhuy.android.extensions

ExtensionOfView

Related Doc: package extensions

Permalink

implicit final class ExtensionOfView extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtensionOfView
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExtensionOfView(base: View)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asScala: ExtensionOfView

    Permalink
  6. val base: View

    Permalink
  7. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  8. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  9. def onApplyWindowInsets(fn: (View, WindowInsets) ⇒ WindowInsets): Unit

    Permalink
    Annotations
    @inline()
  10. def onApplyWindowInsets0(fn: ⇒ WindowInsets): Unit

    Permalink
    Annotations
    @inline()
  11. def onClick[A](fn: (View) ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  12. def onClick0[A](fn: ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  13. def onContextClick(fn: (View) ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  14. def onContextClick0(fn: ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  15. def onCreateContextMenu[A](fn: (ContextMenu, View, ContextMenuInfo) ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  16. def onCreateContextMenu0[A](fn: ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  17. def onDrag(fn: (View, DragEvent) ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  18. def onDrag0(fn: ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  19. def onFocusChange[A](fn: (View, Boolean) ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  20. def onFocusChange0[A](fn: ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  21. def onGenericMotion(fn: (View, MotionEvent) ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  22. def onGenericMotion0(fn: ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  23. def onHover(fn: (View, MotionEvent) ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  24. def onHover0(fn: ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  25. def onKey(fn: (View, Int, KeyEvent) ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  26. def onKey0(fn: ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  27. def onLongClick(fn: (View) ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  28. def onLongClick0(fn: ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  29. def onScrollChange[A](fn: (View, Int, Int, Int, Int) ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  30. def onScrollChange0[A](fn: ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  31. def onSystemUiVisibilityChange[A](fn: (Int) ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  32. def onSystemUiVisibilityChange0[A](fn: ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  33. def onTouch(fn: (View, MotionEvent) ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  34. def onTouch0(fn: ⇒ Boolean): Unit

    Permalink
    Annotations
    @inline()
  35. def outlineProvider[A](fn: (View, Outline) ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  36. def outlineProvider0[A](fn: ⇒ A): Unit

    Permalink
    Annotations
    @inline()
  37. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped