Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IText

Hierarchy

Implemented by

Index

Properties

container

container: IContainer

containerAsAssociationDeleteBehavior

containerAsAssociationDeleteBehavior: IAssociationDeleteBehavior

containerAsAttributeWidget

containerAsAttributeWidget: IAttributeWidget

containerAsAttributeWidgetWithPlaceholder

containerAsAttributeWidgetWithPlaceholder: IAttributeWidgetWithPlaceholder

containerAsBasicReportAggregate

containerAsBasicReportAggregate: IBasicReportAggregate

containerAsBasicReportColumn

containerAsBasicReportColumn: IBasicReportColumn

containerAsButton

containerAsButton: IButton

containerAsClientTemplate

containerAsClientTemplate: IClientTemplate

containerAsConfirmationInfo

containerAsConfirmationInfo: IConfirmationInfo

containerAsControlBarButton

containerAsControlBarButton: IControlBarButton

containerAsDataGridColumn

containerAsDataGridColumn: IDataGridColumn

containerAsDataView

containerAsDataView: IDataView

containerAsDropDownButtonItem

containerAsDropDownButtonItem: IDropDownButtonItem

containerAsEnumerationValue

containerAsEnumerationValue: IEnumerationValue

containerAsGridColumn

containerAsGridColumn: IGridColumn

containerAsInputWidget

containerAsInputWidget: IInputWidget

containerAsLabel

containerAsLabel: ILabel

containerAsMenuItem

containerAsMenuItem: IMenuItem

containerAsMicroflow

containerAsMicroflow: IMicroflow

containerAsMicroflowSettings

containerAsMicroflowSettings: IMicroflowSettings

containerAsPage

containerAsPage: IPage

containerAsPageSettings

containerAsPageSettings: IPageSettings

containerAsReferenceSelector

containerAsReferenceSelector: IReferenceSelector

containerAsReportButton

containerAsReportButton: IReportButton

containerAsReportChart

containerAsReportChart: IReportChart

containerAsReportChartSeries

containerAsReportChartSeries: IReportChartSeries

containerAsReportDateRangeField

containerAsReportDateRangeField: IReportDateRangeField

containerAsReportDateRangeSelector

containerAsReportDateRangeSelector: IReportDateRangeSelector

containerAsSearchField

containerAsSearchField: ISearchField

containerAsStaticLabel

containerAsStaticLabel: IStaticLabel

containerAsSystemText

containerAsSystemText: ISystemText

containerAsTabPage

containerAsTabPage: ITabPage

containerAsTextArea

containerAsTextArea: ITextArea

containerAsTextTemplate

containerAsTextTemplate: ITextTemplate

containerAsTitle

containerAsTitle: ITitle

containerAsValidationRule

containerAsValidationRule: IValidationRule

containerAsWidgetValue

containerAsWidgetValue: IWidgetValue

id

id: string

isLoaded

isLoaded: boolean

model

model: IModel

qualifiedName

qualifiedName: string

typeName

typeName: string

unit

Unit that owns/contains this thing.

versionInfo

Methods

allProperties

load

  • load(): Text
  • load(callback: function, forceRefresh?: boolean): any

toJSON

  • toJSON(): Object
  • Renders the structure as plain JSON (without observables magic). This is intended for debugging and development convenience. Note that the resulting object is not of the interface type corresponding to this structure.

    Returns Object

traverse

  • traverse(visit: function): void
  • Traverses this structure by calling the provided visitor function on itself and all the structures contained (as part) by it, in depth-first order, and it returns synchronously after that. Traverse will visit all descendants of the structure, so make sure it is loaded first.

    Parameters

    Returns void

traversePublicParts

  • traversePublicParts(visit: function): void
  • Traverses this structure by calling the provided visitor function on itself and all the structures contained (as part) by it, in depth-first order, and it returns synchronously after that. This visitor will only access the parts of the structure that are publicly visible, in other words, which are part of the interface of the structure.

    Parameters

    Returns void

Generated using TypeDoc