projects/m2-core/src/lib/model/meta/PropertyGroup.ts
Properties |
|
Methods |
|
Accessors |
constructor()
|
| Public Optional checked |
Type : boolean
|
| Public children |
Type : TreeNodeData[]
|
| Public comment |
Type : string
|
| Public contentType |
Type : PropertyGroupContent
|
| Public displayName |
Type : string
|
| Public entityType |
Type : MetaEntityType
|
| Public hasChildren |
Type : boolean
|
| Public hasRequestedEntities |
Default value : CheckBoxState.Unchecked
|
| Public id |
Type : number
|
| Public isExpanded |
Type : boolean
|
| Public isHidden |
Type : boolean
|
| Public Optional isSelectionDisabled |
Type : boolean
|
| Public parentId |
Type : number
|
| Public Optional partial |
Type : boolean
|
| Public queryParamsHandling |
Default value : <QueryParamsHandling> ''
|
| Public renameModeON |
Type : boolean
|
| Public routerLink |
Default value : CONSTANTS.METADATA_ROUTER_LINK
|
| Static TYPE |
Type : string
|
Default value : 'PropertyGroupTransfer'
|
| Public format |
format()
|
|
Returns :
void
|
| Static formNavigationParams | ||||||||||||||||
formNavigationParams(group: PropertyGroup, target: string, queryParamsHandling?: QueryParamsHandling)
|
||||||||||||||||
|
Parameters :
Returns :
NavigationParams
|
| Static formQueryParams | ||||||
formQueryParams(group: PropertyGroup)
|
||||||
|
Navigation
Parameters :
Returns :
Params
|
| treeNodeId | ||||
gettreeNodeId()
|
||||
settreeNodeId(value)
|
||||
|
Parameters :
Returns :
void
|
| queryParams | ||||
getqueryParams()
|
||||
setqueryParams(value)
|
||||
|
Parameters :
Returns :
void
|