Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ShowPageCreator

Hierarchy

  • ShowPageCreator

Index

Properties

_baseCreator

_baseCreator: BaseCreator

_h

_h: CreateElement

_translatorService

_translatorService: TranslatorService

Methods

create

  • create(subject: string, getter: Function, detailList: Component, titleItemProperty?: Component, toEditPage?: Function): Component
  • Parameters

    • subject: string

      the subject for which to create the overview page

    • getter: Function

      the table to show items in

    • detailList: Component

      the detail list that displays the actual data

    • Optional titleItemProperty: Component
    • Optional toEditPage: Function

    Returns Component

createShowPageTitle

  • createShowPageTitle(subject: string, titleItemProperty: String | String[], toEditPage: Function): VNode
  • Parameters

    • subject: string
    • titleItemProperty: String | String[]
    • toEditPage: Function

    Returns VNode

Generated using TypeDoc