Package

ltbs.uniform

web

Permalink

package web

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. web
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BestGuessMessages(inner: Messages) extends RegexParsers with Messages with Product with Serializable

    Permalink
  2. trait DataParser[A] extends Serializable

    Permalink
  3. final case class Delete(ordinal: Int) extends ListControl with Product with Serializable

    Permalink
  4. final case class Edit(ordinal: Int) extends ListControl with Product with Serializable

    Permalink
  5. type FormUrlEncoded = Map[String, Seq[String]]

    Permalink
  6. trait HtmlField[A] extends AnyRef

    Permalink
  7. trait HtmlForm[A] extends AnyRef

    Permalink
  8. trait Htmlable[A] extends Serializable

    Permalink
  9. trait InferForm extends AnyRef

    Permalink
  10. type Input = Tree[String, List[String]]

    Permalink
  11. class InputHtmlForm[TELL, ASK] extends SimpleInteractionForm[Input, TELL, ASK, Html]

    Permalink
  12. sealed trait ListControl extends AnyRef

    Permalink
  13. trait Messages extends AnyRef

    Permalink
  14. class RichFormUrlEncoded extends AnyRef

    Permalink

Value Members

  1. object AddAnother extends ListControl with Product with Serializable

    Permalink
  2. object Continue extends ListControl with Product with Serializable

    Permalink
  3. object DataParser extends Serializable

    Permalink
  4. object FormUrlEncoded

    Permalink
  5. object Htmlable extends Serializable

    Permalink
  6. object InferParser

    Permalink
  7. object NoopMessages extends Messages

    Permalink
  8. def UrlEncodedHtmlForm[TELL, ASK](parser: DataParser[ASK], html: HtmlForm[ASK], renderTell: (TELL, String) ⇒ Html, messages: Messages): SimpleInteractionForm[FormUrlEncoded, TELL, ASK, Html]

    Permalink
  9. implicit val htmlMonoidInstance: Monoid[Html]

    Permalink
  10. val required: String

    Permalink
    Attributes
    protected
  11. implicit def richFormUrlEncoded(in: FormUrlEncoded): RichFormUrlEncoded

    Permalink
  12. implicit def sifInvariant[IN, OUT, TELL]: Invariant[[γ$2$]SimpleInteractionForm[IN, TELL, γ$2$, OUT]]

    Permalink
  13. implicit def sifProfunctor[TELL, ASK]: Profunctor[[α$0$, δ$1$]SimpleInteractionForm[α$0$, TELL, ASK, δ$1$]]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped