projects/aoc-client/components/aoc-grid/aoc-grid-tree/aoc-grid-tree.component.ts
OnInit
AfterContentInit
encapsulation | ViewEncapsulation.None |
host | { |
selector | aoc-grid-tree |
standalone | true |
imports |
AocObserveVisibilityDirective
AocGridToolbarComponent
AocUiTableComponent
AocUiTableTemplateDirective
NgForOf
NgIf
AocUiTableResizableColumnDirective
AocUiTooltipDirective
AocUiTableSortableColumnDirective
AocUiTableSelectableRowDirective
AocUiTableTreeExpanderComponent
NgStyle
NgTemplateOutlet
NgClass
AocUiTableTreeDirective
AocUiResolveDisplayPipe
AocUiIsDisplayTemplate
AocGridRowNgClassPipe
AocGridRowNgStylePipe
|
templateUrl | ./aoc-grid-tree.component.html |
Properties |
|
Inputs |
Outputs |
HostBindings |
Accessors |
constructor(deleteService: AocDeleteService, aocUiWindowDynService: AocUiWindowDynService, aocRestService: AocRestService, aocFormWindowService: AocFormWindowService, aocUiWindowDynRef: AocUiWindowDynRef, l: AocUiLoggerDirective)
|
|||||||||||||||||||||
Parameters :
|
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'
|
selectionChange |
Type : EventEmitter<T[]>
|
style |
Type : literal type
|
cellTemplateDirectives |
Type : QueryList<AocGridCellDirective>
|
Decorators :
@ContentChildren(AocGridCellDirective)
|
Optional mobileResizedStyle |
Type : literal type
|
Decorators :
@HostBinding('style')
|
restOptions | ||||||
getrestOptions()
|
||||||
setrestOptions(options: AocRestOptions)
|
||||||
Parameters :
Returns :
void
|
columns | ||||||
getcolumns()
|
||||||
setcolumns(cols: AocGridColumn<T>[])
|
||||||
Parameters :
Returns :
void
|