File

projects/aoc-client/components/aoc-grid/aoc-grid-tree/aoc-grid-tree.component.ts

Implements

OnInit AfterContentInit

Metadata

Index

Properties
Inputs
Outputs
HostBindings
Accessors

Constructor

constructor(deleteService: AocDeleteService, aocUiWindowDynService: AocUiWindowDynService, aocRestService: AocRestService, aocFormWindowService: AocFormWindowService, aocUiWindowDynRef: AocUiWindowDynRef, l: AocUiLoggerDirective)
Parameters :
Name Type Optional
deleteService AocDeleteService No
aocUiWindowDynService AocUiWindowDynService No
aocRestService AocRestService No
aocFormWindowService AocFormWindowService No
aocUiWindowDynRef AocUiWindowDynRef No
l AocUiLoggerDirective No

Inputs

addSearchInput
Type : boolean
Default value : false
autoExpandAllTreeNodes
Type : boolean
Default value : false
buttonConfig
Type : AocGridToolbarButtonConfig
columns
Type : AocGridColumn[]
modelConfig
Type : AocModelConfig<T>
restOptions
Type : AocRestOptions
rowNgClass
Type : AocGridRowNgClass<AocModel>
rowNgStyle
Type : AocGridRowNgStyle<AocModel>
selectMode
Type : "single" | "multiple"
Default value : 'multiple'

Outputs

selectionChange
Type : EventEmitter<T[]>

HostBindings

style
Type : literal type

Properties

cellTemplateDirectives
Type : QueryList<AocGridCellDirective>
Decorators :
@ContentChildren(AocGridCellDirective)
Optional mobileResizedStyle
Type : literal type
Decorators :
@HostBinding('style')

Accessors

restOptions
getrestOptions()
setrestOptions(options: AocRestOptions)
Parameters :
Name Type Optional
options AocRestOptions No
Returns : void
columns
getcolumns()
setcolumns(cols: AocGridColumn<T>[])
Parameters :
Name Type Optional
cols AocGridColumn<T>[] No
Returns : void

results matching ""

    No results matching ""