Object

macroid

Tweaks

Related Doc: package macroid

Permalink

object Tweaks extends Tweaks

Linear Supertypes
Tweaks, EventTweaks, TextTweaks, LayoutTweaks, PaddingTweaks, AbilityTweaks, VisibilityTweaks, BasicTweaks, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tweaks
  2. Tweaks
  3. EventTweaks
  4. TextTweaks
  5. LayoutTweaks
  6. PaddingTweaks
  7. AbilityTweaks
  8. VisibilityTweaks
  9. BasicTweaks
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

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

    Permalink
    Definition Classes
    EventTweaks
  5. object On extends Dynamic

    Permalink
    Definition Classes
    EventTweaks
  6. def addViews(children: Seq[Ui[View]], removeOld: Boolean = false, reverse: Boolean = false): Tweak[ViewGroup]

    Permalink

    Add views to the layout

    Add views to the layout

    Definition Classes
    LayoutTweaks
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val disable: Tweak[View]

    Permalink

    Disable this view

    Disable this view

    Definition Classes
    AbilityTweaks
  10. def enable(c: Boolean): Tweak[View]

    Permalink

    Conditionally enable/disable this view

    Conditionally enable/disable this view

    Definition Classes
    AbilityTweaks
  11. val enable: Tweak[View]

    Permalink

    Enable this view

    Enable this view

    Definition Classes
    AbilityTweaks
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. val hide: Tweak[View]

    Permalink

    Hide this view (uses View.GONE)

    Hide this view (uses View.GONE)

    Definition Classes
    VisibilityTweaks
  18. def hint(hint: Either[Int, CharSequence]): Tweak[TextView]

    Permalink

    Set hint

    Set hint

    Definition Classes
    TextTweaks
  19. def hint(hint: Int): Tweak[TextView]

    Permalink

    Set hint

    Set hint

    Definition Classes
    TextTweaks
  20. def hint(hint: CharSequence): Tweak[TextView]

    Permalink

    Set hint

    Set hint

    Definition Classes
    TextTweaks
  21. def hold[A](value: A): Tweak[View]

    Permalink

    Attach arbitrary value to a view by means of setTag

    Attach arbitrary value to a view by means of setTag

    Definition Classes
    BasicTweaks
  22. val horizontal: Tweak[LinearLayout]

    Permalink

    Make this layout horizontal

    Make this layout horizontal

    Definition Classes
    LayoutTweaks
  23. def html(html: String): Tweak[TextView]

    Permalink
    Definition Classes
    TextTweaks
  24. def id(id: Int): Tweak[View]

    Permalink

    Set this view’s id

    Set this view’s id

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

    Permalink
    Definition Classes
    Any
  26. macro def layoutParams[L <: ViewGroup](params: Any*): Tweak[View]

    Permalink

    Use LayoutParams of the specified layout class

    Use LayoutParams of the specified layout class

    Definition Classes
    LayoutTweaks
  27. macro def lp[L <: ViewGroup](params: Any*): Tweak[View]

    Permalink

    Use LayoutParams of the specified layout class

    Use LayoutParams of the specified layout class

    Definition Classes
    LayoutTweaks
  28. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  31. def padding(left: Int = 0, top: Int = 0, right: Int = 0, bottom: Int = 0, all: Int = 1): Tweak[View]

    Permalink

    Set padding

    Set padding

    Definition Classes
    PaddingTweaks
  32. def show(c: Boolean): Tweak[View]

    Permalink

    Conditionally show/hide this view

    Conditionally show/hide this view

    Definition Classes
    VisibilityTweaks
  33. val show: Tweak[View]

    Permalink

    Show this view (uses View.VISIBLE)

    Show this view (uses View.VISIBLE)

    Definition Classes
    VisibilityTweaks
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def text(text: Either[Int, CharSequence]): Tweak[TextView]

    Permalink

    Set text

    Set text

    Definition Classes
    TextTweaks
  36. def text(text: Int): Tweak[TextView]

    Permalink

    Set text

    Set text

    Definition Classes
    TextTweaks
  37. def text(text: CharSequence): Tweak[TextView]

    Permalink

    Set text

    Set text

    Definition Classes
    TextTweaks
  38. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  39. val vertical: Tweak[LinearLayout]

    Permalink

    Make this layout vertical

    Make this layout vertical

    Definition Classes
    LayoutTweaks
  40. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. macro def wire[W <: View](v: Option[W]): Tweak[W]

    Permalink

    Assign the view to the provided slot

    Assign the view to the provided slot

    Definition Classes
    BasicTweaks
  44. macro def wire[W <: View](v: W): Tweak[W]

    Permalink

    Assign the view to the provided var

    Assign the view to the provided var

    Definition Classes
    BasicTweaks

Inherited from Tweaks

Inherited from EventTweaks

Inherited from TextTweaks

Inherited from LayoutTweaks

Inherited from PaddingTweaks

Inherited from AbilityTweaks

Inherited from VisibilityTweaks

Inherited from BasicTweaks

Inherited from AnyRef

Inherited from Any

Ungrouped