package
b3
Type Members
-
-
-
case class
B3FieldInfo(field: Field, withFeedback: Boolean, withLabelFor: Boolean, args: Seq[(Symbol, Any)], lang: Lang) extends Product with Serializable
-
case class
B3MultifieldInfo(fields: Seq[Field], args: Seq[(Symbol, Any)], lang: Lang) extends Product with Serializable
Value Members
-
-
-
object
B3FieldInfo extends Serializable
-
object
b3FieldConstructorCommon extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[B3FieldInfo, Html, (Html) ⇒ Html, play.twirl.api.HtmlFormat.Appendable]
-
object
b3FormGroupCommon extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[Html, Option[String], Map[Symbol, Any], (Html) ⇒ Html, play.twirl.api.HtmlFormat.Appendable]
-
def
button(args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable
-
object
buttonType extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[String, Array[(Symbol, Any)], Html, B3FieldConstructor, play.twirl.api.HtmlFormat.Appendable]
-
object
checkbox extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[Field, Array[(Symbol, Any)], B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]
-
-
def
color(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
def
date(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
def
datetime(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
def
datetimeLocal(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
def
email(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
def
file(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
object
form extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[Call, Array[(Symbol, Any)], Html, B3FieldConstructor, play.twirl.api.HtmlFormat.Appendable]
-
def
free(args: (Symbol, Any)*)(content: ⇒ Html)(implicit fc: B3FieldConstructor): Html
-
def
freeFormGroup(extraClasses: Option[String], args: Seq[(Symbol, Any)])(contentDef: (Map[Symbol, Any]) ⇒ Html)(implicit handler: B3FieldConstructor): Html
-
object
hidden extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[Any, Any, Array[(Symbol, Any)], play.twirl.api.HtmlFormat.Appendable]
-
object
hiddens extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template1[Array[(Any, Any)], play.twirl.api.HtmlFormat.Appendable]
-
-
-
def
inputFormGroup(field: Field, withFeedback: Boolean, withLabelFor: Boolean, args: Seq[(Symbol, Any)])(inputDef: (B3FieldInfo) ⇒ Html)(implicit handler: B3FieldConstructor, lang: Lang): Html
-
def
inputType(inputType: String, field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
object
inputWrapped extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template6[String, Field, Array[(Symbol, Any)], (Html) ⇒ Html, B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]
-
def
month(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
object
multifield extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[Array[Field], Array[(Symbol, Any)], (ClearFieldConstructor) ⇒ Html, B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]
-
def
number(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
def
password(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
object
radio extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[Field, Seq[(String, Any)], Array[(Symbol, Any)], B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]
-
def
range(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
def
reset(args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable
-
def
search(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
object
select extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[Field, Seq[(String, String)], Array[(Symbol, Any)], B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]
-
def
static(label: Html, args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable
-
def
static(label: String, args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable
-
def
static(args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable
-
object
staticBasic extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template3[Array[(Symbol, Any)], Html, B3FieldConstructor, play.twirl.api.HtmlFormat.Appendable]
-
def
submit(args: (Symbol, Any)*)(text: ⇒ Html)(implicit fc: B3FieldConstructor): play.twirl.api.HtmlFormat.Appendable
-
def
tel(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
def
text(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
object
textarea extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template4[Field, Array[(Symbol, Any)], B3FieldConstructor, Lang, play.twirl.api.HtmlFormat.Appendable]
-
def
time(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
def
url(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
-
-
def
week(field: Field, args: (Symbol, Any)*)(implicit handler: B3FieldConstructor, lang: Lang): play.twirl.api.HtmlFormat.Appendable
Inherited from AnyRef
Inherited from Any