c

io.youi.component.support

Collapsible

abstract class Collapsible extends Component with InternalContainerSupport[Component] with SizeSupport with OverflowSupport with Initializable

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Collapsible
  2. Initializable
  3. OverflowSupport
  4. SizeSupport
  5. InternalContainerSupport
  6. Component
  7. FeatureParent
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Collapsible()

Abstract Value Members

  1. abstract def container: Component
    Attributes
    protected
  2. abstract def direction: Plane
    Attributes
    protected

Concrete Value Members

  1. object classes extends Prop[List[String]]
    Definition Classes
    Component
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def absoluteBounding: Rectangle

    Returns the absolute bounding rectangle for this element

    Returns the absolute bounding rectangle for this element

    Definition Classes
    Component
  6. val animate: Var[Boolean]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. lazy val background: Prop[Paint]
    Definition Classes
    FeatureParent
  9. lazy val backgroundColor: Prop[Color]
    Definition Classes
    FeatureParent
  10. lazy val children: ContainerFeature[Component]
    Attributes
    protected
    Definition Classes
    InternalContainerSupport
  11. lazy val clear: Prop[Clear]
    Definition Classes
    FeatureParent
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. val collapsed: Var[Boolean]
  14. lazy val color: Prop[Color]
    Definition Classes
    FeatureParent
  15. def css: CSSStyleDeclaration
    Definition Classes
    ComponentFeatureParent
  16. lazy val cursor: Prop[Cursor]
    Definition Classes
    FeatureParent
  17. lazy val display: Prop[Display]
    Definition Classes
    FeatureParent
  18. val easing: Var[Easing]
  19. val element: Element
    Definition Classes
    Component
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def expanded: Double
    Attributes
    protected
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. lazy val floatStyle: Prop[FloatStyle]
    Definition Classes
    FeatureParent
  25. var future: Future[Unit]
    Attributes
    protected
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. lazy val height: Val[Double]
    Attributes
    protected
  29. lazy val id: Prop[String]
    Definition Classes
    Component
  30. final def init(): Unit
    Definition Classes
    Initializable
  31. def initialize(): Unit
    Attributes
    protected
    Definition Classes
    Collapsible → Initializable
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. lazy val measure: Trigger
    Definition Classes
    Component
  34. def measureComponent(): Unit
    Definition Classes
    FeatureParent
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. lazy val opacity: Prop[Double]
    Definition Classes
    FeatureParent
  39. lazy val overflow: OverflowFeature
    Definition Classes
    OverflowSupport
  40. lazy val pointerEvents: Prop[PointerEvents]
    Definition Classes
    FeatureParent
  41. lazy val rotation: Prop[Double]
    Definition Classes
    FeatureParent
  42. val size: SizeFeature
    Definition Classes
    SizeSupport
  43. val speed: Var[FiniteDuration]
  44. def startCollapsed: Boolean
    Attributes
    protected
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. lazy val title: Prop[String]
    Definition Classes
    Component
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. lazy val userSelect: Prop[UserSelect]
    Definition Classes
    FeatureParent
  49. lazy val verticalAlign: Prop[VerticalAlign]
    Definition Classes
    FeatureParent
  50. lazy val visibility: Prop[Visibility]
    Definition Classes
    FeatureParent
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  54. lazy val whiteSpace: Prop[WhiteSpace]
    Definition Classes
    FeatureParent
  55. lazy val width: Val[Double]
    Attributes
    protected

Inherited from Initializable

Inherited from OverflowSupport

Inherited from SizeSupport

Inherited from Component

Inherited from FeatureParent

Inherited from AnyRef

Inherited from Any

Ungrouped