Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmptyPropertyViewWidgetProvider

DefaultPropertyViewWidgetProvider is implemented to provide the PropertyViewEmptyWidget if the given selection is undefined or no other provider can handle the given selection.

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly contributions

contributions: ContributionProvider<PropertyDataService>

Private emptyWidget

emptyWidget: EmptyPropertyViewWidget

Readonly id

id: "no-properties" = ...

Readonly label

label: "DefaultPropertyViewWidgetProvider" = 'DefaultPropertyViewWidgetProvider'

Protected propertyDataServices

propertyDataServices: PropertyDataService[] = []

Static Readonly ID

ID: "no-properties" = 'no-properties'

Methods

canHandle

  • canHandle(selection: undefined | Object): number

Protected getPropertyDataService

init

  • init(): void

Protected prioritize

provideWidget

  • provideWidget(selection: undefined | Object): Promise<EmptyPropertyViewWidget>

updateContentWidget

  • updateContentWidget(selection: undefined | Object): void