org.hyperscala.css

StyleSheetAttribute

class StyleSheetAttribute[T] extends PropertyAttribute[T]

Linear Supertypes
PropertyAttribute[T], XMLAttribute, Property[T], ChildLike[Listenable], Bindable[T], Listenable, PropertyLike[T], () ⇒ T, (T) ⇒ Unit, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StyleSheetAttribute
  2. PropertyAttribute
  3. XMLAttribute
  4. Property
  5. ChildLike
  6. Bindable
  7. Listenable
  8. PropertyLike
  9. Function0
  10. Function1
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StyleSheetAttribute(style: Style[T], inclusion: InclusionMode = ...)(implicit ss: StyleSheet, manifest: Manifest[T])

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. def :=(value: T): Unit

    Definition Classes
    PropertyLike
  5. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  7. def and(other: Property[T]): PropertyGroup[T]

    Definition Classes
    Property
  8. def andThen[A](g: (Unit) ⇒ A): (T) ⇒ A

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  9. def apply(value: T, suppressEvent: Boolean): Unit

    Definition Classes
    Property
  10. def apply(value: T): Unit

    Definition Classes
    Property → Function1
  11. def apply(): T

    Definition Classes
    Property → Function0
  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def attributeValue: String

    Definition Classes
    PropertyAttribute
  14. def attributeValue_=(value: String): Unit

    Definition Classes
    PropertyAttribute
  15. def bind(bindable: Bindable[T]): FunctionalListener[_ <: Change[T], Unit]

    Definition Classes
    Bindable
  16. def bindTo[S](bindable: Bindable[S])(implicit converter: (S) ⇒ T): FunctionalListener[_ <: Change[S], Unit]

    Definition Classes
    Bindable
  17. val change: PropertyChangeProcessor[T]

    Definition Classes
    Property → Bindable
  18. val changing: PropertyChangingProcessor[T]

    Definition Classes
    Property
  19. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. def compose[A](g: (A) ⇒ T): (A) ⇒ Unit

    Definition Classes
    Function1
    Annotations
    @unspecialized()
  21. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def get: Option[T]

    Definition Classes
    Property
  25. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  27. def hierarchicalParent: Listenable

    Attributes
    protected
    Definition Classes
    Property → ChildLike
  28. lazy val important: Property[Boolean]

  29. def isChange(newValue: T): Boolean

    Attributes
    protected
    Definition Classes
    Property
  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  32. val listeners: Listeners

    Definition Classes
    Listenable
  33. def modified: Boolean

    Definition Classes
    PropertyAttribute
  34. val name: String

    Definition Classes
    PropertyAttribute → XMLAttribute
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  38. implicit val parent: Listenable

    Definition Classes
    Property
  39. implicit val persister: ValuePersistence[T]

    Definition Classes
    PropertyAttribute
  40. def propertyChange(value: T): Unit

    Attributes
    protected
    Definition Classes
    Property
  41. def propertyChanging(value: T): Option[T]

    Attributes
    protected
    Definition Classes
    Property
  42. def propertyRead(): Unit

    Attributes
    protected
    Definition Classes
    Property
  43. def read(markup: Markup, newValue: String): Unit

    Definition Classes
    PropertyAttribute → XMLAttribute
  44. val read: PropertyReadProcessor

    Definition Classes
    Property
  45. def shouldRender: Boolean

    Definition Classes
    PropertyAttribute
  46. implicit val ss: StyleSheet

  47. val style: Style[T]

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

    Definition Classes
    AnyRef
  49. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  50. def toString(): String

    Definition Classes
    Function0 → AnyRef → Any
  51. def value: T

    Definition Classes
    PropertyLike
  52. def valueString: String

  53. def value_=(value: T): Unit

    Definition Classes
    PropertyLike
  54. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def write(markup: Markup, writer: HTMLWriter): Unit

    Definition Classes
    StyleSheetAttribute → PropertyAttribute → XMLAttribute

Inherited from PropertyAttribute[T]

Inherited from XMLAttribute

Inherited from Property[T]

Inherited from ChildLike[Listenable]

Inherited from Bindable[T]

Inherited from Listenable

Inherited from PropertyLike[T]

Inherited from () ⇒ T

Inherited from (T) ⇒ Unit

Inherited from AnyRef

Inherited from Any

Ungrouped