object BulletList extends BulletListCompanion with Serializable
Companion for creating BulletList instances.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BulletList
- Serializable
- Serializable
- BulletListCompanion
- BlockContainerCompanion
- SpanContainerCompanion
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
ContainerType = BulletList
- Definition Classes
- BulletListCompanion → SpanContainerCompanion
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
-
def
apply(format: BulletFormat): BulletListCompanion
Creates a builder for the specified bullet format that allows to specify the content of the list.
-
def
apply(block: Seq[Block], blocks: Seq[Block]*): ContainerType
Create an instance containing one or more list items comprised of any number of blocks each.
Create an instance containing one or more list items comprised of any number of blocks each.
- Definition Classes
- BulletListCompanion
-
def
apply(block: Block, blocks: Block*): ContainerType
Create an instance containing one or more blocks
Create an instance containing one or more blocks
- Definition Classes
- BlockContainerCompanion
-
def
apply(span: Span, spans: Span*): ContainerType
Create an instance containing one or more spans
Create an instance containing one or more spans
- Definition Classes
- SpanContainerCompanion
-
def
apply(text: String, texts: String*): ContainerType
Create an instance only containing only one or more Text spans
Create an instance only containing only one or more Text spans
- Definition Classes
- SpanContainerCompanion
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bullet: BulletFormat
- Definition Classes
- BulletListCompanion
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createBlockContainer(blocks: Seq[Block]): ContainerType
- Definition Classes
- BulletListCompanion → BlockContainerCompanion
-
def
createSpanContainer(spans: Seq[Span]): ContainerType
- Attributes
- protected
- Definition Classes
- BulletListCompanion → BlockContainerCompanion → SpanContainerCompanion
-
def
empty: ContainerType
Creates an empty instance
Creates an empty instance
- Definition Classes
- BlockContainerCompanion → SpanContainerCompanion
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- 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
-
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
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated