org.macroid

Tweaks

trait Tweaks extends AnyRef

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

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. object FuncOn extends Dynamic

  7. object On extends Dynamic

  8. object ThunkOn extends Dynamic

  9. def addViews(children: Seq[View]): (ViewGroup) ⇒ Unit

    Add views to the layout

  10. def addViewsReverse(children: Seq[View]): (ViewGroup) ⇒ Unit

    Add view to the layout in reversed order (uses addView(child, 0))

  11. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  18. def hide: (View) ⇒ Unit

    Hide this view (uses View.

    Hide this view (uses View.GONE)

  19. def horizontal: (LinearLayout) ⇒ Unit

    Make this layout horizontal

  20. def id(id: Int): (View) ⇒ Unit

    Set this view’s id

  21. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  22. def layoutParams(params: Any*): (View) ⇒ Unit

    Automatically find the appropriate LayoutParams class from the parent layout.

    Automatically find the appropriate LayoutParams class from the parent layout.

    Annotations
    @macroImpl( ... )
  23. def layoutParamsOf[B <: ViewGroup](params: Any*): (View) ⇒ Unit

    Use LayoutParams of the specified layout class

    Use LayoutParams of the specified layout class

    Annotations
    @macroImpl( ... )
  24. def lp(params: Any*): (View) ⇒ Unit

    Automatically find the appropriate LayoutParams class from the parent layout.

    Automatically find the appropriate LayoutParams class from the parent layout.

    Annotations
    @macroImpl( ... )
  25. def lpOf[B <: ViewGroup](params: Any*): (View) ⇒ Unit

    Annotations
    @macroImpl( ... )
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. def padding(left: Int = 0, top: Int = 0, right: Int = 0, bottom: Int = 0, all: Int = 1): (View) ⇒ Unit

    Set padding

  30. def show: (View) ⇒ Unit

    Show this view (uses View.

    Show this view (uses View.VISIBLE)

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

    Definition Classes
    AnyRef
  32. def text(text: Either[Int, CharSequence]): (TextView) ⇒ Unit

    Set text

  33. def text(text: Int): (TextView) ⇒ Unit

    Set text

  34. def text(text: CharSequence): (TextView) ⇒ Unit

    Set text

  35. def toString(): String

    Definition Classes
    AnyRef → Any
  36. def vertical: (LinearLayout) ⇒ Unit

    Make this layout vertical

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def wire[A <: View](v: A): (A) ⇒ Unit

    Assign the view to the provided var

    Assign the view to the provided var

    Annotations
    @macroImpl( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped