Package

org.hyperscala.html

extension

Permalink

package extension

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractClassProperty[T] extends Property[T]

    Permalink

  2. class ClassBooleanProperty extends Property[Boolean]

    Permalink

    ClassBooleanProperty allows a Boolean property to be represented for an HTMLTag that manages a CSS class for the enabled and/or disabled states.

    ClassBooleanProperty allows a Boolean property to be represented for an HTMLTag that manages a CSS class for the enabled and/or disabled states.

    See also

    ClassValue

  3. trait ClassName extends AnyRef

    Permalink

    ClassValue is used to represent an optional CSS class name in class properties.

    ClassValue is used to represent an optional CSS class name in class properties.

    See also

    ClassProperty

    ClassOptionProperty

    ClassBooleanProperty

  4. class ClassOptionProperty[T <: ClassName] extends Property[Option[T]]

    Permalink

    ClassOptionProperty represents an optional ClassValue that is added or removed on the HTMLTag based on its current status in this property.

    ClassOptionProperty represents an optional ClassValue that is added or removed on the HTMLTag based on its current status in this property.

    See also

    ClassValue

  5. class ClassProperty[T <: ClassName] extends Property[T]

    Permalink

    ClassProperty manages a CSS class added or removed on the HTMLTag based on its availability and status in the ClassValue.

    ClassProperty manages a CSS class added or removed on the HTMLTag based on its availability and status in the ClassValue.

    See also

    ClassValue

Ungrouped