final class DisplayAttribute extends Attribute[Boolean]
Display mode: inline or block (display math).
Note: this attribute is always used within its native MathML.namespace, so I set its namespace to Top.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DisplayAttribute
- Attribute
- Conversion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DisplayAttribute()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val default: Boolean
- Definition Classes
- Attribute
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def equals(other: Any): Boolean
- Definition Classes
- Attribute → AnyRef → Any
- def fromString(value: String): Boolean
- Definition Classes
- DisplayAttribute → Conversion
- final def get(value: Option[String]): Option[Boolean]
- Definition Classes
- Conversion
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- Definition Classes
- Attribute
- val namespace: Namespace
- Definition Classes
- Attribute
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def optional: Optional[Boolean]
- Definition Classes
- Attribute
- final def optionalSetDefault: Optional[Boolean]
- Definition Classes
- Attribute
- final def orDefault: OrDefault[Boolean]
- Definition Classes
- Attribute
- final def orDefaultSetDefault: OrDefault[Boolean]
- Definition Classes
- Attribute
- def parseFromString(value: String): IO[Error, Boolean]
- Definition Classes
- Conversion
- final def qName: String
- Definition Classes
- Attribute
- final def required: Required[Boolean]
- Definition Classes
- Attribute
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(value: Boolean): String
- Definition Classes
- DisplayAttribute → Conversion
- final def toString(): String
- Definition Classes
- Attribute → AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated