Class

org.ada.web.controllers.dataset.datatrans

DataSetMetaTransformationFormViews

Related Doc: package datatrans

Permalink

abstract class DataSetMetaTransformationFormViews[E <: DataSetMetaTransformation] extends CreateEditFormViews[E, BSONObjectID]

Attributes
protected[org.ada.web.controllers]
Linear Supertypes
CreateEditFormViews[E, BSONObjectID], HasBasicFormEditView[E, BSONObjectID], HasFormEditView[E, BSONObjectID], HasEditView[E, BSONObjectID], HasBasicFormCreateView[E], HasFormCreateView[E], HasCreateView, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DataSetMetaTransformationFormViews
  2. CreateEditFormViews
  3. HasBasicFormEditView
  4. HasFormEditView
  5. HasEditView
  6. HasBasicFormCreateView
  7. HasFormCreateView
  8. HasCreateView
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DataSetMetaTransformationFormViews()(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[E], 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

Abstract Value Members

  1. abstract val viewElements: (Form[E], WebContext) ⇒ Html

    Permalink
    Attributes
    protected

Concrete 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. val className: String

    Permalink
    Attributes
    protected
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def createView: (WebContext) ⇒ (CreateViewData) ⇒ Html

    Permalink
    Attributes
    protected
    Definition Classes
    DataSetMetaTransformationFormViews → HasCreateView
  8. def createViewWithContext(implicit context: WebContext): Future[Html]

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

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

    Permalink
    Definition Classes
    CreateEditFormViews
  11. def createViewX: CreateView

    Permalink
    Attributes
    protected[org.incal.play.controllers]
    Definition Classes
    CreateEditFormViews
  12. val dataSetIdMapping: Mapping[String]

    Permalink
    Attributes
    protected
  13. val defaultCreateInstance: Option[() ⇒ E]

    Permalink
    Attributes
    protected
  14. val displayName: String

    Permalink
    Attributes
    protected[org.ada.web.controllers]
  15. def editView: (WebContext) ⇒ (IdForm[BSONObjectID, E]) ⇒ play.twirl.api.HtmlFormat.Appendable

    Permalink
    Attributes
    protected
    Definition Classes
    DataSetMetaTransformationFormViews → HasEditView
  16. def editViewWithContext(data: EditViewData)(implicit context: WebContext): Html

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

    Permalink
    Attributes
    protected[org.incal.play.controllers]
    Definition Classes
    CreateEditFormViews
  18. def editViews(form: Form[E])(implicit webContext: WebContext): play.twirl.api.HtmlFormat.Appendable

    Permalink
    Attributes
    protected
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. val extraMappings: Traversable[(String, Mapping[_])]

    Permalink
    Attributes
    protected
  22. def fillForm(item: E): Form[E]

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

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

    Permalink
    Attributes
    protected[org.ada.web.controllers]
    Definition Classes
    DataSetMetaTransformationFormViews → HasFormCreateView
  25. def formX: Form[E]

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    HasBasicFormEditView → HasFormEditView
  31. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  32. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    CreateEditFormViews
  34. val messagePrefix: String

    Permalink
    Attributes
    protected
    Definition Classes
    CreateEditFormViews
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  38. val scheduledTimeMapping: Mapping[ScheduledTime]

    Permalink
    Attributes
    protected
  39. implicit val seqFormatter: Formatter[Seq[String]]

    Permalink
    Attributes
    protected
  40. val simpleClassName: String

    Permalink
    Attributes
    protected
    Definition Classes
    CreateEditFormViews
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def wait(): Unit

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

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

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

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