Class/Object

org.hyperscala.css

StyleSheetAttribute

Related Docs: object StyleSheetAttribute | package css

Permalink

class StyleSheetAttribute[T] extends PropertyAttribute[T]

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

Instance Constructors

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

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def :=(value: T): Unit

    Permalink
    Definition Classes
    WriteProperty
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def and(other: Property[T]): PropertyGroup[T]

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

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  7. def apply(value: T, handling: EventHandling): Unit

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

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

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

    Permalink
    Definition Classes
    Any
  11. def attributeValue: String

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

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

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

    Permalink
    Definition Classes
    Bindable
  15. val change: PropertyChangeProcessor[T]

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

    Permalink
    Definition Classes
    Property
  17. def clone(): AnyRef

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

    Permalink
    Definition Classes
    Function1
    Annotations
    @unspecialized()
  19. val dynamic: Boolean

    Permalink
    Definition Classes
    PropertyAttribute
  20. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  26. def hierarchicalParent: Listenable

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

    Permalink
  28. var inclusion: InclusionMode

    Permalink
    Definition Classes
    PropertyAttribute
  29. def isChange(newValue: T): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Property
  30. def isImportant: Boolean

    Permalink
  31. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Listenable
  33. val listeners: Listeners

    Permalink
    Definition Classes
    Listenable
  34. implicit val manifest: Manifest[T]

    Permalink
    Definition Classes
    Property
  35. def modified: Boolean

    Permalink
    Definition Classes
    PropertyAttribute
  36. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
  40. implicit val parent: Listenable

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

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

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

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

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

    Permalink
    Definition Classes
    PropertyAttribute → XMLAttribute
  46. val read: PropertyReadProcessor

    Permalink
    Definition Classes
    Property
  47. lazy val readOnlyView: ReadOnlyPropertyLense[T]

    Permalink
    Definition Classes
    Property
  48. def shouldRender: Boolean

    Permalink
    Definition Classes
    PropertyAttribute
  49. implicit val ss: StyleSheet

    Permalink
  50. val style: Style[T]

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

    Permalink
    Definition Classes
    AnyRef
  52. implicit val thisListenable: Listenable

    Permalink
    Definition Classes
    Listenable
  53. def toString(): String

    Permalink
    Definition Classes
    PropertyAttribute → Property → Function1 → Function0 → AnyRef → Any
  54. def value: T

    Permalink
    Definition Classes
    ReadProperty
  55. def valueString: String

    Permalink
  56. def value_=(value: T): Unit

    Permalink
    Definition Classes
    WriteProperty
  57. final def wait(): Unit

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

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

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

    Permalink
    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 WriteProperty[T]

Inherited from (T) ⇒ Unit

Inherited from ReadProperty[T]

Inherited from () ⇒ T

Inherited from AnyRef

Inherited from Any

Ungrouped