Packages

object issues extends BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]] with Template10[List[IssueInfo], Int, Int, Int, IssueSearchCondition, String, List[String], List[RepositoryInfo], List[RepositoryInfo], Context, play.twirl.api.HtmlFormat.Appendable]

Linear Supertypes
Template10[List[IssueInfo], Int, Int, Int, IssueSearchCondition, String, List[String], List[RepositoryInfo], List[RepositoryInfo], Context, play.twirl.api.HtmlFormat.Appendable], BaseScalaTemplate[play.twirl.api.HtmlFormat.Appendable, Format[play.twirl.api.HtmlFormat.Appendable]], Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. issues
  2. Template10
  3. BaseScalaTemplate
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def _display_(o: Any)(implicit m: ClassTag[play.twirl.api.HtmlFormat.Appendable]): play.twirl.api.HtmlFormat.Appendable
    Definition Classes
    BaseScalaTemplate
  2. def _display_(x: play.twirl.api.HtmlFormat.Appendable): play.twirl.api.HtmlFormat.Appendable
    Definition Classes
    BaseScalaTemplate
  3. def _display_(x: NodeSeq): play.twirl.api.HtmlFormat.Appendable
    Definition Classes
    BaseScalaTemplate
  4. def _display_(x: Unit): play.twirl.api.HtmlFormat.Appendable
    Definition Classes
    BaseScalaTemplate
  5. def _display_(x: String): play.twirl.api.HtmlFormat.Appendable
    Definition Classes
    BaseScalaTemplate
  6. def _display_(x: AnyVal): play.twirl.api.HtmlFormat.Appendable
    Definition Classes
    BaseScalaTemplate
  7. def apply(issues: List[IssueInfo], page: Int, openCount: Int, closedCount: Int, condition: IssueSearchCondition, filter: String, groups: List[String], recentRepositories: List[RepositoryInfo], userRepositories: List[RepositoryInfo])(implicit context: Context): play.twirl.api.HtmlFormat.Appendable
  8. def f: (List[IssueInfo], Int, Int, Int, IssueSearchCondition, String, List[String], List[RepositoryInfo], List[RepositoryInfo]) ⇒ (Context) ⇒ play.twirl.api.HtmlFormat.Appendable
  9. val format: Format[play.twirl.api.HtmlFormat.Appendable]
    Definition Classes
    BaseScalaTemplate
  10. def ref: issues.this.type
  11. def render(issues: List[IssueInfo], page: Int, openCount: Int, closedCount: Int, condition: IssueSearchCondition, filter: String, groups: List[String], recentRepositories: List[RepositoryInfo], userRepositories: List[RepositoryInfo], context: Context): play.twirl.api.HtmlFormat.Appendable
    Definition Classes
    issues → Template10