Options
All
  • Public
  • Public/Protected
  • All
Menu

A abstract definition for small visual area populated with labels and values. Labels are typically presented as simple text phrases. Values are usually presented inside a UI component, such as a TextField or ComboBox.

Hierarchy

Index

Properties

alias

alias: string

Private attributeCellMap

attributeCellMap: StringDictionary

cancelButtonText

cancelButtonText: string

commitButtonText

commitButtonText: string

Private constantsArray

constantsArray: string[]

defaultActionId

defaultActionId: string

editable

editable: boolean

focusPropertyName

focusPropertyName: string

gmlMarkup

gmlMarkup: string

id

id: string

menu

menu: Menu

name

name: string

Private propertyLabelMap

propertyLabelMap: StringDictionary

rows

rows: Cell[][]

title

title: string

type

type: ViewType

Accessors

attributeCells

attributeCellsByPropName

constants

  • get constants(): string[]

labelsByPropName

Methods

findCellValue

  • findCellValue(matcher: function): CellValue

findCellValueForRow

  • findCellValueForRow(matcher: function): CellValue

findMenuAt

  • findMenuAt(actionId: string): Menu

findTitle

  • findTitle(): string

getAttributeCellValue

getConstantByIndex

  • getConstantByIndex(index: number): string

getLabelForProperty

Private initIndexes

  • initIndexes(): void

Generated using TypeDoc