Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

  • new XFormDef(borderStyle: string, formLayout: string, formStyle: string, name: string, paneId: string, title: string, headerDefRef: XPaneDefRef, paneDefRefs: Array<XPaneDefRef>): XFormDef
  • Parameters

    • borderStyle: string
    • formLayout: string
    • formStyle: string
    • name: string
    • paneId: string
    • title: string
    • headerDefRef: XPaneDefRef
    • paneDefRefs: Array<XPaneDefRef>

    Returns XFormDef

Properties

borderStyle

borderStyle: string

formLayout

formLayout: string

formStyle

formStyle: string

headerDefRef

headerDefRef: XPaneDefRef

name

name: string

paneDefRefs

paneDefRefs: Array<XPaneDefRef>

paneId

paneId: string

title

title: string

Methods

Static fromWS

  • Parameters

    • otype: string
    • jsonObj: any

    Returns Try<XPaneDef>

Generated using TypeDoc