Options
Menu

Module UI

module

UI

Index

Functions

Editor

  • Editor($parse: any): { restrict: string; replace: boolean; templateUrl: string; scope: { text: string; mode: string; outputEditor: string; name: string; }; controller: {}[]; link: ($scope: any, $element: any, $attrs: any) => void; }
  • Parameters

    • $parse: any

    Returns { restrict: string; replace: boolean; templateUrl: string; scope: { text: string; mode: string; outputEditor: string; name: string; }; controller: {}[]; link: ($scope: any, $element: any, $attrs: any) => void; }

HawtioTocDisplay

  • HawtioTocDisplay(marked: any, $location: any, $anchorScroll: any, $compile: any): { restrict: string; scope: { getContents: string; }; controller: {}[]; link: ($scope: any, $element: any, $attrs: any) => void; }
  • Parameters

    • marked: any
    • $location: any
    • $anchorScroll: any
    • $compile: any

    Returns { restrict: string; scope: { getContents: string; }; controller: {}[]; link: ($scope: any, $element: any, $attrs: any) => void; }

TemplatePopover

  • TemplatePopover($templateCache: any, $compile: any, $document: any): { restrict: string; link: ($scope: any, $element: any, $attr: any) => void; }
  • Parameters

    • $templateCache: any
    • $compile: any
    • $document: any

    Returns { restrict: string; link: ($scope: any, $element: any, $attr: any) => void; }

ZeroClipboardDirective

  • ZeroClipboardDirective($parse: any): { restrict: string; link: ($scope: any, $element: any, $attr: any) => void; }
  • Parameters

    • $parse: any

    Returns { restrict: string; link: ($scope: any, $element: any, $attr: any) => void; }

asBoolean

  • asBoolean(value: any): boolean

findParentWith

  • findParentWith($scope: any, attribute: any): any

getIfSet

  • getIfSet(attribute: any, $attr: any, def: any): any

getScrollbarWidth

  • getScrollbarWidth(): number

groupBy

  • groupBy(): (list: any, group: any) => any

hawtioBreadcrumbs

  • hawtioBreadcrumbs(): { restrict: string; replace: boolean; templateUrl: string; require: string; scope: { config: string; }; controller: {}[]; }
  • Returns { restrict: string; replace: boolean; templateUrl: string; require: string; scope: { config: string; }; controller: {}[]; }

hawtioDropDown

  • hawtioDropDown($templateCache: any): { restrict: string; replace: boolean; templateUrl: string; scope: { config: string; }; controller: {}[]; link: ($scope: any, $element: any, $attrs: any) => void; }
  • Parameters

    • $templateCache: any

    Returns { restrict: string; replace: boolean; templateUrl: string; scope: { config: string; }; controller: {}[]; link: ($scope: any, $element: any, $attrs: any) => void; }

hawtioIcon

  • hawtioIcon(): { restrict: string; replace: boolean; templateUrl: string; scope: { icon: string; }; link: ($scope: any, $element: any, $attrs: any) => void; }
  • The hawtio-icon directive

    Returns { restrict: string; replace: boolean; templateUrl: string; scope: { icon: string; }; link: ($scope: any, $element: any, $attrs: any) => void; }

    }

hawtioList

  • hawtioList($templateCache: any, $compile: any): { restrict: string; replace: boolean; templateUrl: string; scope: { 'config': string; }; link: ($scope: any, $element: any, $attr: any) => void; }
  • Parameters

    • $templateCache: any
    • $compile: any

    Returns { restrict: string; replace: boolean; templateUrl: string; scope: { 'config': string; }; link: ($scope: any, $element: any, $attr: any) => void; }

hawtioPane

  • hawtioPane(): { restrict: string; replace: boolean; transclude: boolean; templateUrl: string; scope: { position: string; width: string; header: string; }; controller: {}[]; link: ($scope: any, $element: any, $attr: any) => void; }
  • Returns { restrict: string; replace: boolean; transclude: boolean; templateUrl: string; scope: { position: string; width: string; header: string; }; controller: {}[]; link: ($scope: any, $element: any, $attr: any) => void; }

isOpen

  • isOpen(expandable: any): any

multiItemConfirmActionDialog

observe

  • observe($scope: any, $attrs: any, key: any, defValue: any, callbackFunc?: anynull)

Variables

IconTestController

IconTestController: ng.IModule

Test controller for the icon help page

param
param
constructor

_module

_module: ng.IModule

colors

colors: Array<string>

Pre defined colors used in the color picker

property

colors

for

UI

type

Array

hawtioDrag

hawtioDrag: ng.IModule

hawtioDrop

hawtioDrop: ng.IModule

hawtioFileDrop

hawtioFileDrop: ng.IModule

hawtioFilter

hawtioFilter: ng.IModule

hawtioTagFilter

hawtioTagFilter: ng.IModule

hawtioTagList

hawtioTagList: ng.IModule

log

log: Logging.Logger

objectView

objectView: ng.IModule

pluginName

pluginName: string

scrollBarWidth

scrollBarWidth: number

selected

selected: string

templatePath

templatePath: string

unselected

unselected: string

Generated using TypeDoc