org.scaloid.common

TraitZoomButtonsController

trait TraitZoomButtonsController[V <: ZoomButtonsController] extends AnyRef

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

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TraitZoomButtonsController
  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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def autoDismissed(p: Boolean): V

    Shortcut for setAutoDismissed(boolean)

    Annotations
    @inline()
  8. def autoDismissed: Boolean

    Shortcut for isAutoDismissed()

    Shortcut for isAutoDismissed()

    Annotations
    @inline()
  9. def autoDismissed_=(p: Boolean): V

    Shortcut for setAutoDismissed(boolean)

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def container: ViewGroup

    Shortcut for getContainer()

    Shortcut for getContainer()

    Annotations
    @inline()
  12. def disableZoomIn: V

    Annotations
    @inline()
  13. def disableZoomOut: V

    Annotations
    @inline()
  14. def enableZoomIn: V

    Annotations
    @inline()
  15. def enableZoomOut: V

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

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

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

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

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

    Annotations
    @inline()
  20. def focusable(implicit no: NoGetterForThisProperty): Nothing

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

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

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

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  28. def onVisibilityChanged(f: ⇒ Unit): V

    Annotations
    @inline()
  29. def onVisibilityChanged(f: (Boolean) ⇒ Unit): V

    Annotations
    @inline()
  30. def onZoom(f: ⇒ Unit): V

    Annotations
    @inline()
  31. def onZoom(f: (Boolean) ⇒ Unit): V

    Annotations
    @inline()
  32. def onZoomListener(p: OnZoomListener): V

    Shortcut for setOnZoomListener(android.widget.ZoomButtonsController.OnZoomListener)

  33. def onZoomListener(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  34. def onZoomListener_=(p: OnZoomListener): V

    Shortcut for setOnZoomListener(android.widget.ZoomButtonsController.OnZoomListener)

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def visible(p: Boolean): V

    Shortcut for setVisible(boolean)

    Shortcut for setVisible(boolean)

    Annotations
    @inline()
  38. def visible: Boolean

    Shortcut for isVisible()

    Shortcut for isVisible()

    Annotations
    @inline()
  39. def visible_=(p: Boolean): V

    Shortcut for setVisible(boolean)

    Shortcut for setVisible(boolean)

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def zoomControls: View

    Shortcut for getZoomControls()

    Shortcut for getZoomControls()

    Annotations
    @inline()
  44. def zoomInEnabled(p: Boolean): V

    Shortcut for setZoomInEnabled(boolean)

    Annotations
    @inline()
  45. def zoomInEnabled(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  46. def zoomInEnabled_=(p: Boolean): V

    Shortcut for setZoomInEnabled(boolean)

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

    Shortcut for setZoomOutEnabled(boolean)

    Annotations
    @inline()
  48. def zoomOutEnabled(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  49. def zoomOutEnabled_=(p: Boolean): V

    Shortcut for setZoomOutEnabled(boolean)

    Annotations
    @inline()
  50. def zoomSpeed(p: Long): V

    Shortcut for setZoomSpeed(long)

    Shortcut for setZoomSpeed(long)

    Annotations
    @inline()
  51. def zoomSpeed(implicit no: NoGetterForThisProperty): Nothing

    Annotations
    @inline()
  52. def zoomSpeed_=(p: Long): V

    Shortcut for setZoomSpeed(long)

    Shortcut for setZoomSpeed(long)

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped