org.macroid.contrib

ExtraTweaks

object ExtraTweaks extends ExtraTweaks

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ExtraTweaks
  2. ExtraTweaks
  3. Tweaks
  4. LayoutDsl
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. implicit class RichTweak[A <: View] extends AnyRef

    Definition Classes
    LayoutDsl
  2. implicit class RichView[A <: View] extends AnyRef

    Definition Classes
    LayoutDsl
  3. implicit class RichViewGroup[A <: ViewGroup] extends AnyRef

    Definition Classes
    LayoutDsl
  4. type Transformer = PartialFunction[View, Unit]

    Definition Classes
    LayoutDsl
  5. type Tweak[-A <: View] = (A) ⇒ Unit

    Definition Classes
    LayoutDsl

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

    Definition Classes
    Tweaks
  7. object Layout

    Definition Classes
    LayoutDsl
  8. object On extends Dynamic

    Definition Classes
    Tweaks
  9. object TextFace

    Definition Classes
    ExtraTweaks
  10. object TextSize

    Definition Classes
    ExtraTweaks
  11. object TextStyle

    Definition Classes
    ExtraTweaks
  12. object ThunkOn extends Dynamic

    Definition Classes
    Tweaks
  13. def addViews(children: Seq[View]): (ViewGroup) ⇒ Unit

    Add views to the layout

    Add views to the layout

    Definition Classes
    Tweaks
  14. def addViewsReverse(children: Seq[View]): (ViewGroup) ⇒ Unit

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

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

    Definition Classes
    Tweaks
  15. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  16. def clone(): AnyRef

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

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

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

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

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

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

    Hide this view (uses View.

    Hide this view (uses View.GONE)

    Definition Classes
    Tweaks
  23. def horizontal: (LinearLayout) ⇒ Unit

    Make this layout horizontal

    Make this layout horizontal

    Definition Classes
    Tweaks
  24. def id(id: Int): (View) ⇒ Unit

    Set this view’s id

    Set this view’s id

    Definition Classes
    Tweaks
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def l[A <: ViewGroup](children: View*)(implicit ctx: Context): A

    Define a layout

    Define a layout

    Definition Classes
    LayoutDsl
    Annotations
    @macroImpl( ... )
  27. 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.

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

    Use LayoutParams of the specified layout class

    Use LayoutParams of the specified layout class

    Definition Classes
    Tweaks
    Annotations
    @macroImpl( ... )
  29. 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.

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

    Definition Classes
    Tweaks
    Annotations
    @macroImpl( ... )
  31. final def ne(arg0: AnyRef): Boolean

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

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

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

    Set padding

    Set padding

    Definition Classes
    Tweaks
  35. def show: (View) ⇒ Unit

    Show this view (uses View.

    Show this view (uses View.VISIBLE)

    Definition Classes
    Tweaks
  36. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Set text

    Set text

    Definition Classes
    Tweaks
  38. def text(text: Int): (TextView) ⇒ Unit

    Set text

    Set text

    Definition Classes
    Tweaks
  39. def text(text: CharSequence): (TextView) ⇒ Unit

    Set text

    Set text

    Definition Classes
    Tweaks
  40. def toString(): String

    Definition Classes
    AnyRef → Any
  41. implicit def tweakMonoid[A <: View]: Monoid[(A) ⇒ Unit]

    Definition Classes
    LayoutDsl
  42. def vertical: (LinearLayout) ⇒ Unit

    Make this layout vertical

    Make this layout vertical

    Definition Classes
    Tweaks
  43. def w[A <: View](args: Any*)(implicit ctx: Context): A

    Define a widget, supplying additional arguments

    Define a widget, supplying additional arguments

    Definition Classes
    LayoutDsl
    Annotations
    @macroImpl( ... )
  44. def w[A <: View](implicit ctx: Context): A

    Define a widget

    Define a widget

    Definition Classes
    LayoutDsl
    Annotations
    @macroImpl( ... )
  45. final def wait(): Unit

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

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

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

    Assign the view to the provided var

    Assign the view to the provided var

    Definition Classes
    Tweaks
    Annotations
    @macroImpl( ... )

Inherited from ExtraTweaks

Inherited from Tweaks

Inherited from LayoutDsl

Inherited from AnyRef

Inherited from Any

Ungrouped