org
.
specs2
.
specification
FormFormattedString
case class
FormFormattedString
(
f: () ⇒
Form
,
formatting:
Formatting
=
...
,
isEmpty:
Boolean
=
false
,
display: (
Form
) ⇒
String
=
...
)
extends
FormattedString
with
Product
with
Serializable
The FormFormattedString embeds the description of a form as text or as Xml
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
FormattedString
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
FormFormattedString
Serializable
Serializable
Product
Equals
FormattedString
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
FormFormattedString
(
f: () ⇒
Form
,
formatting:
Formatting
=
...
,
isEmpty:
Boolean
=
false
,
display: (
Form
) ⇒
String
=
...
)
Type Members
type
F
=
FormFormattedString
Definition Classes
FormFormattedString
→
FormattedString
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
append
(
s:
String
)
:
F
Definition Classes
FormattedString
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
val
display
: (
Form
) ⇒
String
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
f
: () ⇒
Form
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flow
:
Boolean
Definition Classes
FormattedString
lazy val
form
:
Form
def
formatWithTagNames
(
names:
Seq
[
String
]
)
:
FormFormattedString
Definition Classes
FormFormattedString
→
FormattedString
val
formatting
:
Formatting
Definition Classes
FormFormattedString
→
FormattedString
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
val
isEmpty
:
Boolean
Definition Classes
FormFormattedString
→
FormattedString
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
map
(
f: (
String
) ⇒
String
)
:
FormFormattedString
Definition Classes
FormFormattedString
→
FormattedString
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
prepend
(
s:
String
)
:
F
Definition Classes
FormattedString
def
raw
:
String
Definition Classes
FormFormattedString
→
FormattedString
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
FormFormattedString
→
FormattedString
→ AnyRef → Any
def
toXml
:
Elem
Definition Classes
FormFormattedString
→
FormattedString
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
withFlow
:
FormFormattedString
Definition Classes
FormFormattedString
→
FormattedString
def
withMarkdown
:
FormFormattedString
Definition Classes
FormFormattedString
→
FormattedString
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
FormattedString
Inherited from
AnyRef
Inherited from
Any
Ungrouped
The FormFormattedString embeds the description of a form as text or as Xml