projects/m2-core/src/lib/model/card/item-card/CategoryRow.ts
Properties |
|
Methods |
|
constructor(parent: CardRow, categoryName: string, sortOrder)
|
| Public Optional actionButtons |
Type : SdiButton[]
|
| Public categoryName |
Type : string
|
| Public hasValue |
Default value : false
|
| Public Optional iconBgImage |
Type : string
|
| Public id |
Type : number
|
| Public isDropInsideAllowed |
Type : boolean
|
| Public ownerNodeId |
Type : number
|
| Public Optional showDetailsFn |
Type : Function
|
| Public sortOrder |
Type : number
|
| Public type |
Type : CardRowType
|
Default value : 'CATEGORY'
|
| Public Optional areChildRowsSetExternally |
Type : boolean
|
| Public Optional children |
Type : CardRow[]
|
| Public Optional childrenCount |
Type : number
|
| Public Optional customEditModeON |
Type : boolean
|
| Public Optional customSetChildRowsFn |
Type : function
|
| Public Optional expandOnInit |
Type : boolean
|
| Public Optional hasChildren |
Type : boolean
|
| Public Optional isBeingDragged |
Type : boolean
|
| Public Optional isChecked |
Type : boolean
|
| Public isDisabledFn |
Type : function
|
Default value : (() => false)
|
| Public Optional isDraggable |
Type : boolean
|
| Public Optional isExpanded |
Type : boolean
|
| Public Optional isFaded |
Type : boolean
|
| Public Optional isGroupHeader |
Type : boolean
|
| Public Optional isHidden |
Type : boolean
|
| Public Optional isHighlighted |
Type : boolean
|
| Public Optional isSecondary |
Type : boolean
|
| Public level |
Type : number
|
| Public Optional loadingChildren |
Type : boolean
|
| Public Optional onDragEndFn |
Type : function
|
| Public Optional onDragStartFn |
Type : function
|
| Public Optional parent |
Type : CardRow
|
| Public Optional readonlyRow |
Type : boolean
|
| Public Optional rowTip |
Type : string
|
| Public containsInheritedDeclarations |
containsInheritedDeclarations()
|
|
Returns :
boolean
|
| Public getChildDeclarations |
getChildDeclarations()
|
|
Returns :
PropertyDeclaration[]
|
| Public getFirstDeclaration |
getFirstDeclaration()
|
|
Returns :
PropertyDeclaration
|
| Public validateVisibility |
validateVisibility()
|
|
Returns :
void
|
| Public addChildren | ||||||
addChildren(rows: CardRow[])
|
||||||
|
Children
Parameters :
Returns :
void
|
| Public getLocation |
getLocation()
|
|
Returns :
string
|
| Public isEmpty |
isEmpty()
|
|
Returns :
boolean
|
| Public removeChild | ||||||
removeChild(childRow: CardRow)
|
||||||
|
Parameters :
Returns :
void
|
| Public setLocation | ||||||
setLocation(value: string)
|
||||||
|
Parameters :
Returns :
void
|
| Static setRowsLevel |
setRowsLevel(paramRows: CardRow[], level: number)
|
|
Level
Returns :
void
|