package html
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- html
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- object index extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template1[String, play.twirl.api.HtmlFormat.Appendable]
- object login extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template2[Form[LoginForm], String, play.twirl.api.HtmlFormat.Appendable]
- object main extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template2[String, Html, play.twirl.api.HtmlFormat.Appendable]
- object navigation extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template0[play.twirl.api.HtmlFormat.Appendable]
- object pagination extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[Boolean, String, Boolean, String, String, play.twirl.api.HtmlFormat.Appendable]
- object selectCategories extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template0[play.twirl.api.HtmlFormat.Appendable]
- object showAccounts extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[List[Account], GeneralData, String, String, String, play.twirl.api.HtmlFormat.Appendable]
- object showTransactions extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template5[List[Transaction], List[Transaction], String, GeneralData, List[Category], play.twirl.api.HtmlFormat.Appendable]
- object signup extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template1[Form[SignUpForm], play.twirl.api.HtmlFormat.Appendable]