Options
All
  • Public
  • Public/Protected
  • All
Menu

A composition of View objects that, together, comprise a UI form.

Hierarchy

Index

Properties

alias

alias: string

borderStyle

borderStyle: string

formLayout

formLayout: string

formStyle

formStyle: string

id

id: string

menu

menu: Menu

name

name: string

title

title: string

type

type: ViewType

Accessors

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

Methods

findMenuAt

  • findMenuAt(actionId: string): Menu
  • Find a menu def on this View with the given actionId

    Parameters

    • actionId: string

    Returns Menu

findTitle

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

    Returns string

Generated using TypeDoc