Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "core/CvReact"

Index

Variables

DefaultLocale

DefaultLocale: CvLocale = new CvLocale('$', '%')

Object literals

CvBaseMixin

CvBaseMixin: object

Base Mixin for all catavolt components

catavolt

  • catavolt(): AppContext
  • Returns AppContext

eventRegistry

findAllDescendants

  • findAllDescendants(elem: any, filter: function, results?: Array<any>): Array<any>
  • Parameters

    • elem: any
    • filter: function
        • (o: any): boolean
        • Parameters

          • o: any

          Returns boolean

    • Default value results: Array<any> = []

    Returns Array<any>

findEntityRec

  • Parameters

    Returns any

findFirstDescendant

  • findFirstDescendant(elem: any, filter: function): any
  • Parameters

    • elem: any
    • filter: function
        • (o: any): boolean
        • Parameters

          • o: any

          Returns boolean

    Returns any

findFirstScopeCtx

findPaneContext

  • Parameters

    Returns any

findPaneTitle

  • findPaneTitle(paneContext: PaneContext): string
  • Parameters

    • paneContext: PaneContext

    Returns string

firstInScope

  • Parameters

    Returns any

getDefaultChildContext

  • getDefaultChildContext(): object
  • Returns object

    • cvContext: object
      • catavolt: any
      • eventRegistry: any
      • scopeCtx: object
        • parentScopeCtx: any
        • scopeObj: null

scopeCtx

childContextTypes

childContextTypes: object

cvContext

cvContext: Requireable<any> = React.PropTypes.object

contextTypes

contextTypes: object

cvContext

cvContext: Requireable<any> = React.PropTypes.object

Generated using TypeDoc