Options
All
  • Public
  • Public/Protected
  • All
Menu

PaneDef Subtype that describes a Form Pane

Hierarchy

Index

Constructors

Private constructor

Properties

Private _borderStyle

_borderStyle: string

Private _childrenDefs

_childrenDefs: Array<PaneDef>

Private _formLayout

_formLayout: string

Private _formStyle

_formStyle: string

Private _headerDef

_headerDef: DetailsDef

Accessors

borderStyle

  • get borderStyle(): string
  • Returns string

childrenDefs

  • get childrenDefs(): Array<PaneDef>
  • Returns Array<PaneDef>

dialogHandle

dialogRedirection

entityRecDef

formLayout

  • get formLayout(): string
  • Returns string

formStyle

  • get formStyle(): string
  • Returns string

headerDef

  • Returns DetailsDef

isCompositeForm

  • get isCompositeForm(): boolean
  • Returns boolean

isFlowingLayout

  • get isFlowingLayout(): boolean
  • Returns boolean

isFlowingTopDownLayout

  • get isFlowingTopDownLayout(): boolean
  • Returns boolean

isFourBoxSquareLayout

  • get isFourBoxSquareLayout(): boolean
  • Returns boolean

isHorizontalLayout

  • get isHorizontalLayout(): boolean
  • Returns boolean

isOptionsFormLayout

  • get isOptionsFormLayout(): boolean
  • Returns boolean

isTabsLayout

  • get isTabsLayout(): boolean
  • Returns boolean

isThreeBoxOneLeftLayout

  • get isThreeBoxOneLeftLayout(): boolean
  • Returns boolean

isThreeBoxOneOverLayout

  • get isThreeBoxOneOverLayout(): boolean
  • Returns boolean

isThreeBoxOneRightLayout

  • get isThreeBoxOneRightLayout(): boolean
  • Returns boolean

isThreeBoxOneUnderLayout

  • get isThreeBoxOneUnderLayout(): boolean
  • Returns boolean

isTopDownLayout

  • get isTopDownLayout(): boolean
  • Returns boolean

isTwoVerticalLayout

  • get isTwoVerticalLayout(): boolean
  • Returns boolean

label

  • get label(): string
  • Get the label for this Pane

    Returns string

menuDefs

  • get menuDefs(): Array<MenuDef>
  • set menuDefs(menuDefs: Array<MenuDef>): void
  • Get the all MenuDef's associated with this Pane

    Returns Array<MenuDef>

  • Get the all MenuDef's associated with this Pane

    Parameters

    Returns void

name

  • get name(): string
  • Returns string

paneId

  • get paneId(): string
  • Returns string

settings

title

  • get title(): string
  • Returns string

viewDescs

Methods

findTitle

  • findTitle(): string
  • Find the title for this Pane

    Returns string

Static Private fromOpenFormResult

Static Private fromOpenPaneResult

Generated using TypeDoc