Class

org.ada.web.controllers.ml.RegressorController

RegressionCreateEditViews

Related Doc: package RegressorController

Permalink

case class RegressionCreateEditViews[E <: Regressor](displayName: String, form: Form[E], viewElements: (Form[E], Messages) ⇒ Html)(implicit manifest: Manifest[E]) extends CreateEditFormViews[E, BSONObjectID] with Product with Serializable

Attributes
protected
Linear Supertypes
Serializable, Serializable, Product, Equals, CreateEditFormViews[E, BSONObjectID], HasBasicFormEditView[E, BSONObjectID], HasFormEditView[E, BSONObjectID], HasEditView[E, BSONObjectID], HasBasicFormCreateView[E], HasFormCreateView[E], HasCreateView, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegressionCreateEditViews
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. CreateEditFormViews
  7. HasBasicFormEditView
  8. HasFormEditView
  9. HasEditView
  10. HasBasicFormCreateView
  11. HasFormCreateView
  12. HasCreateView
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RegressionCreateEditViews(displayName: String, form: Form[E], viewElements: (Form[E], Messages) ⇒ Html)(implicit manifest: Manifest[E])

    Permalink

Type Members

  1. type CreateView = (WebContext) ⇒ (CreateViewData) ⇒ Html

    Permalink
    Attributes
    protected
    Definition Classes
    HasCreateView
  2. type CreateViewData = Form[E]

    Permalink
    Attributes
    protected
    Definition Classes
    HasBasicFormCreateView → HasCreateView
  3. type EditView = (WebContext) ⇒ (EditViewData) ⇒ Html

    Permalink
    Attributes
    protected
    Definition Classes
    HasEditView
  4. type EditViewData = IdForm[BSONObjectID, E]

    Permalink
    Attributes
    protected
    Definition Classes
    HasBasicFormEditView → HasEditView

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def createView: (WebContext) ⇒ (CreateViewData) ⇒ play.twirl.api.HtmlFormat.Appendable

    Permalink
    Attributes
    protected[org.ada.web.controllers]
    Definition Classes
    RegressionCreateEditViews → HasCreateView
  7. def createViewWithContext(implicit context: WebContext): Future[Html]

    Permalink
    Attributes
    protected
    Definition Classes
    HasCreateView
  8. def createViewWithContext(data: CreateViewData)(implicit context: WebContext): Html

    Permalink
    Attributes
    protected
    Definition Classes
    HasCreateView
  9. def createViewWithContextX(implicit context: WebContext): Future[Html]

    Permalink
    Definition Classes
    CreateEditFormViews
  10. def createViewX: CreateView

    Permalink
    Attributes
    protected[org.incal.play.controllers]
    Definition Classes
    CreateEditFormViews
  11. val displayName: String

    Permalink
  12. def editView: (WebContext) ⇒ (EditViewData) ⇒ play.twirl.api.HtmlFormat.Appendable

    Permalink
    Attributes
    protected[org.ada.web.controllers]
    Definition Classes
    RegressionCreateEditViews → HasEditView
  13. def editViewWithContext(data: EditViewData)(implicit context: WebContext): Html

    Permalink
    Attributes
    protected
    Definition Classes
    HasEditView
  14. def editViewX: EditView

    Permalink
    Attributes
    protected[org.incal.play.controllers]
    Definition Classes
    CreateEditFormViews
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def fillForm(item: E): Form[E]

    Permalink
    Attributes
    protected[org.ada.web.controllers]
    Definition Classes
    RegressionCreateEditViews → HasFormEditView
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. val form: Form[E]

    Permalink
    Definition Classes
    RegressionCreateEditViews → HasFormCreateView
  19. def formX: Form[E]

    Permalink
    Attributes
    protected[org.incal.play.controllers]
    Definition Classes
    CreateEditFormViews
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getCreateViewData: Future[CreateViewData]

    Permalink
    Attributes
    protected
    Definition Classes
    HasFormCreateView → HasCreateView
  22. def getEditViewData(id: BSONObjectID, item: E): (Request[_]) ⇒ Future[EditViewData]

    Permalink
    Attributes
    protected
    Definition Classes
    HasFormEditView → HasEditView
  23. def getFormCreateViewData(form: Form[E]): Future[Form[E]]

    Permalink
    Attributes
    protected
    Definition Classes
    HasBasicFormCreateView → HasFormCreateView
  24. def getFormEditViewData(id: BSONObjectID, form: Form[E]): (Request[_]) ⇒ Future[IdForm[BSONObjectID, E]]

    Permalink
    Attributes
    protected
    Definition Classes
    HasBasicFormEditView → HasFormEditView
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. val man: Manifest[E]

    Permalink
    Definition Classes
    CreateEditFormViews
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val viewElements: (Form[E], Messages) ⇒ Html

    Permalink
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from CreateEditFormViews[E, BSONObjectID]

Inherited from HasBasicFormEditView[E, BSONObjectID]

Inherited from HasFormEditView[E, BSONObjectID]

Inherited from HasEditView[E, BSONObjectID]

Inherited from HasBasicFormCreateView[E]

Inherited from HasFormCreateView[E]

Inherited from HasCreateView

Inherited from AnyRef

Inherited from Any

Ungrouped