Options
All
  • Public
  • Public/Protected
  • All
Menu

版本管理类

Hierarchy

  • VersionManger

Index

Constructors

constructor

  • Returns VersionManger

Properties

css

css: VersionMangerStyle

current

current: number

page

searchValue

searchValue: string | number | string[]

Private tableObj

tableObj: ITableInstance

Private tbId

tbId: string

Private versionMangerId

versionMangerId: string

Private Static obj

obj: VersionManger = ...

Methods

doGetCss

  • doGetCss(): VersionMangerStyle
  • Returns VersionMangerStyle

Protected doRenderVersionManger

  • doRenderVersionManger(): void
  • Returns void

Private getEditorHtml

  • getEditorHtml(): string
  • Returns string

Private getElemt

  • getElemt(): JQuery<HTMLElement>
  • Returns JQuery<HTMLElement>

getModelId

  • getModelId(): string
  • Returns string

Private iniCss

  • iniCss(): VersionMangerStyle
  • 初始化css

    Returns VersionMangerStyle

    返回组件样式对象.

Private loadData

  • loadData(cols: any, modelId: string, params?: object): void
  • Parameters

    • cols: any
    • modelId: string
    • params: object = ...

    Returns void

lock

  • lock(modelId: string, callback?: (err: any) => void): void
  • Parameters

    • modelId: string
    • Optional callback: (err: any) => void
        • (err: any): void
        • Parameters

          • err: any

          Returns void

    Returns void

render

  • Parameters

    • Optional page: DesignerPageBase

      为空时候获取所有的表单的日志会分页,单个表单不分页

    Returns void

unLock

  • unLock(modelId: string, callback?: (err: any) => void): void
  • Parameters

    • modelId: string
    • Optional callback: (err: any) => void
        • (err: any): void
        • Parameters

          • err: any

          Returns void

    Returns void

Static getInstance

  • Returns VersionManger

Generated using TypeDoc