Gjsify LogoGjsify Logo

Interface TreeMgrColumns_ConstructProps

Hierarchy

Index

Properties

connection?: Gda.Connection

Defines the #GdaConnection to display information for. Necessary upon construction unless the #GdaTreeMgrColumns:meta-store property is specified instead.

This property specifies the function which needs to be called when the list of #GdaTreeNode nodes managed has to be updated

meta_store?: Gda.MetaStore

Defines the #GdaMetaStore to extract information from. Necessary upon construction unless the #GdaTreeMgrColumns:connection property is specified instead. This property has priority over the GdaTreeMgrColumns:connection property.

recursive?: boolean

This property specifies if, when initially creating nodes or updating the list of nodes, the tree manager shoud also request that each node it has created or updated also initially create or update their children.

This property can typically set to FALSE if the process of creating children nodes is lenghty and needs to be postponed while an event occurs.

schema?: string

If no set, then the table name will be fetched from the parent node using the "schema" attribute

table_name?: string

If no set, then the table name will be fetched from the parent node using the "table_name" attribute

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method