Trait

org.scaloid.common

TraitZoomButtonsController

Related Doc: package common

Permalink

trait TraitZoomButtonsController[This <: 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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def basis: This

    Permalink

Concrete Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def autoDismissed(p: Boolean): This

    Permalink

    Shortcut for setAutoDismissed(boolean)

    Annotations
    @inline()
  6. def autoDismissed: Boolean

    Permalink

    Shortcut for isAutoDismissed()

    Shortcut for isAutoDismissed()

    Annotations
    @inline()
  7. def autoDismissed_=(p: Boolean): This

    Permalink

    Shortcut for setAutoDismissed(boolean)

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

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

    Permalink

    Shortcut for getContainer()

    Shortcut for getContainer()

    Annotations
    @inline()
  10. def disableZoomIn(): This

    Permalink
    Annotations
    @inline()
  11. def disableZoomOut(): This

    Permalink
    Annotations
    @inline()
  12. def enableZoomIn(): This

    Permalink
    Annotations
    @inline()
  13. def enableZoomOut(): This

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

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

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

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

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

    Permalink
    Annotations
    @inline()
  19. def focusable_=(p: Boolean): This

    Permalink

    Shortcut for setFocusable(boolean)

    Shortcut for setFocusable(boolean)

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def onVisibilityChanged[U](f: ⇒ U): This

    Permalink
    Annotations
    @inline()
  27. def onVisibilityChanged[U](f: (Boolean) ⇒ U): This

    Permalink
    Annotations
    @inline()
  28. def onZoom[U](f: ⇒ U): This

    Permalink
    Annotations
    @inline()
  29. def onZoom[U](f: (Boolean) ⇒ U): This

    Permalink
    Annotations
    @inline()
  30. def onZoomListener(p: OnZoomListener): This

    Permalink

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

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

    Permalink
    Annotations
    @inline()
  32. def onZoomListener_=(p: OnZoomListener): This

    Permalink

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

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def visible(p: Boolean): This

    Permalink

    Shortcut for setVisible(boolean)

    Shortcut for setVisible(boolean)

    Annotations
    @inline()
  36. def visible: Boolean

    Permalink

    Shortcut for isVisible()

    Shortcut for isVisible()

    Annotations
    @inline()
  37. def visible_=(p: Boolean): This

    Permalink

    Shortcut for setVisible(boolean)

    Shortcut for setVisible(boolean)

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

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

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

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

    Permalink

    Shortcut for getZoomControls()

    Shortcut for getZoomControls()

    Annotations
    @inline()
  42. def zoomInEnabled(p: Boolean): This

    Permalink

    Shortcut for setZoomInEnabled(boolean)

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

    Permalink
    Annotations
    @inline()
  44. def zoomInEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setZoomInEnabled(boolean)

    Annotations
    @inline()
  45. def zoomOutEnabled(p: Boolean): This

    Permalink

    Shortcut for setZoomOutEnabled(boolean)

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

    Permalink
    Annotations
    @inline()
  47. def zoomOutEnabled_=(p: Boolean): This

    Permalink

    Shortcut for setZoomOutEnabled(boolean)

    Annotations
    @inline()
  48. def zoomSpeed(p: Long): This

    Permalink

    Shortcut for setZoomSpeed(long)

    Shortcut for setZoomSpeed(long)

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

    Permalink
    Annotations
    @inline()
  50. def zoomSpeed_=(p: Long): This

    Permalink

    Shortcut for setZoomSpeed(long)

    Shortcut for setZoomSpeed(long)

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped