org.scaloid.common

ViewGroupMarginLayoutParams

Related Doc: package common

trait ViewGroupMarginLayoutParams[LP <: ViewGroupMarginLayoutParams[_, _], V <: View] extends MarginLayoutParams with ViewGroupLayoutParams[LP, V]

Linear Supertypes
ViewGroupLayoutParams[LP, V], MarginLayoutParams, LayoutParams, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ViewGroupMarginLayoutParams
  2. ViewGroupLayoutParams
  3. MarginLayoutParams
  4. LayoutParams
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def >>: V

    Definition Classes
    ViewGroupLayoutParams
  2. abstract def basis: LP

    Definition Classes
    ViewGroupLayoutParams
  3. abstract def parent: TraitViewGroup[_]

    Definition Classes
    ViewGroupLayoutParams

Concrete Value Members

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

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

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

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

    Definition Classes
    Any
  5. def clone(): AnyRef

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

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

    Definition Classes
    AnyRef → Any
  8. def fill: LP

    A shorthand for <<(MATCH_PARENT, MATCH_PARENT)

    A shorthand for <<(MATCH_PARENT, MATCH_PARENT)

    Definition Classes
    ViewGroupLayoutParams
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fw: LP

    A shorthand for <<(MATCH_PARENT, WRAP_CONTENT)

    A shorthand for <<(MATCH_PARENT, WRAP_CONTENT)

    Definition Classes
    ViewGroupLayoutParams
  11. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  14. def margin(top: Int, right: Int, bottom: Int, left: Int): LP

  15. def margin(size: Int): LP

  16. def marginBottom(size: Int): LP

  17. def marginLeft(size: Int): LP

  18. def marginRight(size: Int): LP

  19. def marginTop(size: Int): LP

  20. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  23. def setBaseAttributes(arg0: TypedArray, arg1: Int, arg2: Int): Unit

    Attributes
    protected[android.view]
    Definition Classes
    LayoutParams
  24. def setMargins(arg0: Int, arg1: Int, arg2: Int, arg3: Int): Unit

    Definition Classes
    MarginLayoutParams
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def wf: LP

    A shorthand for <<(WRAP_CONTENT, MATCH_PARENT)

    A shorthand for <<(WRAP_CONTENT, MATCH_PARENT)

    Definition Classes
    ViewGroupLayoutParams
  31. def wrap: LP

    A shorthand for <<(WRAP_CONTENT, WRAP_CONTENT)

    A shorthand for <<(WRAP_CONTENT, WRAP_CONTENT)

    Definition Classes
    ViewGroupLayoutParams

Inherited from ViewGroupLayoutParams[LP, V]

Inherited from MarginLayoutParams

Inherited from LayoutParams

Inherited from AnyRef

Inherited from Any

Ungrouped